]> git.lizzy.rs Git - minetest.git/history - src/client.cpp
CSM: Don't create the client script environment if CSM is disabled (#7874)
[minetest.git] / src / client.cpp
2018-11-24 ParamatCSM: Don't create the client script environment if...
2018-06-27 red-001Fix small memory leaks in client. (#7492)
2018-06-26 SmallJokerRename CSM flavours to restrictions
2018-06-23 youRTT fixes (#7428)
2018-06-06 Loïc BlotCSM/SSM: Add on_mods_loaded callback (#7411)
2018-04-19 rubenwardyAdd online content repository
2018-04-04 Loic BlotFix last performance-type-promotion-in-math-fn problems
2018-03-24 Loïc BlotCleanup sound manager class (#7158)
2018-02-10 Dániel JuhászNode definition manager refactor (#7016)
2018-01-21 red-001[CSM] Remove `on_connect` callback (#6941)
2018-01-13 Muhammad Rifqi Pri... Add confirmation on new player registration (#6849)
2018-01-05 Loic BlotGameUI refactor (part 1/X): GameUI object creation...
2017-12-11 Loïc BlotCSM fixes: load mods after flavours & add flavour to...
2017-12-10 SmallJokerDamage: Remove damage ignore timer
2017-12-05 Lars HofhanslUse Irrlicht's mesh cache for animated meshes.
2017-11-17 number ZeroLoad files from subfolders in texturepacks
2017-11-08 VitaliyMove files to subdirectories (#6599)
2017-09-30 Loïc BlotMake Player::peer_id server-side only and add getters...
2017-09-27 Loïc BlotAdd session_t typedef + remove unused functions (#6470)
2017-09-25 Loïc BlotImplement mod communication channels (#6351)
2017-09-12 SmallJokerNetwork: Fix logging into older worlds with base64...
2017-09-12 SmallJokerNetwork: Remove large parts of deprecated legacy code...
2017-08-30 Loïc BlotRemove DSTACK support (#6346)
2017-08-28 Loïc BlotClientevent refactor (#6320)
2017-08-24 EkdohibsAdd clientside translations.
2017-08-24 Loïc BlotNetwork cleanup (#6302)
2017-08-18 Loïc BlotOptimize headers (part 2) (#6272)
2017-08-16 Loïc BlotCleanup various headers to reduce compilation times...
2017-08-16 Loic Blotclient.cpp: modernize code
2017-08-13 WuzzyAdd slippery group for nodes (players/items slide)
2017-07-18 Loïc Blot[CSM] Add flavour limits controlled by server (#5930)
2017-07-16 Loïc BlotChat protocol rewrite (#5117)
2017-07-15 Loic BlotRevert "CSM: Revert "[CSM] Add send_chat_message and...
2017-07-15 rubenwardyCSM: Revert "[CSM] Add send_chat_message and run_server...
2017-06-30 red-001Create a filesystem abstraction layer for CSM and only...
2017-06-26 Loïc BlotIsolate irrlicht references and use a singleton (#6041)
2017-06-19 Loic BlotFix 2 warnings reported by GCC
2017-06-18 Loic BlotClient::makeScreenshot: remove device param
2017-06-17 Loïc BlotCpp11 initializers 2 (#5999)
2017-06-16 Loïc BlotC++11 patchset 9: move hardcoded init parameters to...
2017-06-11 QrchackOfficialRemove superfluous pointer null checks
2017-06-04 Loïc BlotC++11 patchset 2: remove util/cpp11.h and util/cpp11_co...
2017-05-21 Pierre-Adrien Lang... [CSM] Add send_chat_message and run_server_chatcommand...
2017-05-20 Loïc BlotVarious code cleanup & little performance improvement...
2017-05-19 SmallJokerMainmenu: Fix issues while trying to enable all mods...
2017-05-19 Loïc BlotWhen minimap is disabled in configuration, really disab...
2017-05-04 red-001Add function to get server info.
2017-05-03 BrandonSound API: Add fading sounds
2017-04-29 Loïc BlotClient & ClientEnvirnment: don't create fake events...
2017-04-29 SmallJokerFix Travis/unittest broken since b662a45
2017-04-28 ShadowNinjaClean up getTime helpers
2017-04-26 red-001Fix #5655 (#5658)
2017-04-25 ShadowNinjaRename Scripting API files for consistency
2017-04-23 Loïc BlotPlayer data to Database (#5475)
2017-04-21 Dániel JuhászSoft node overlay (#5186)
2017-04-18 Loïc BlotFix various variables passed by copy instead of const...
2017-04-17 Perttu AholaMeshUpdateQueue: Add a MapBlock cache that minimizes...
2017-04-16 Loïc BlotAndroid progressbar fix (#5601)
2017-04-09 Vincent GlizeLocalPlayer api lua
2017-04-08 Vincent Glize[CSM] Add event on_connect player API lua (#5540)
2017-04-01 red-001[CSM] Add function and chat command to disconnect from...
2017-03-26 number ZeroAdd mesh generation delay
2017-03-19 Loïc BlotRefactor Game class (part 2) (#5422)
2017-03-17 Loïc Blot[CSM] Fix minimap problems (#5405)
2017-03-17 Loïc Blot[CSM] Add core.get_timeofday & core.get_day_count env...
2017-03-16 Loïc Blot[CSM] Add minimap API modifiers (#5399)
2017-03-16 Loïc BlotAdd ModStorageAPI to client side modding (#5396)
2017-03-13 nerzhul[CSM] Add enable_client_modding param (default: false)
2017-03-13 red-001[CSM] Add `get_node` and `get_node_or_nil`
2017-03-13 Loïc Blot[CSM] implement client side mod loading (#5123)
2017-03-13 Loïc Blot[CSM] sound_play & sound_stop support + client_lua_api...
2017-03-13 red-001[CSM] Add client-sided chat commands (#5092)
2017-03-13 red-001[CSM] Add method that display chat to client-sided...
2017-03-13 Loic Blot[CSM] Client side modding
2017-01-16 red-001Remove client-side chat prediction. (#5055)
2017-01-09 Ner'zhulEnvironment & IGameDef code refactoring (#4985)
2017-01-04 Dániel JuhászImprove getPointedThing() (#4346)
2017-01-01 Loic BlotBreath cheat fix: server side
2016-12-12 RogierView range: Set maximum to 4000 nodes
2016-12-11 Rogier-5Fix computation of viewing range (in blocks) sent to...
2016-12-03 Lars HofhanslOptimize block sent: Fix rendering issue
2016-11-30 lhofhanslOptimize/adjust blocks/ActiveObjects sent at the server...
2016-11-12 raymooAdd control information to player interacts (#4685)
2016-10-09 Loic BlotEnvironment cleanup
2016-10-08 Loic BlotMore code cleanup (UNORDERED + RemotePlayer/LocalPlayer)
2016-10-08 Loic BlotPlayer/LocalPlayer/RemotePlayer inheritance cleanup...
2016-10-06 Loic BlotUse more unordered_maps to improve performance in c...
2016-10-05 Loic BlotReplace various std::map with UNORDERED_MAP + various...
2016-08-11 Rogier-5Use the standard to_string() functions for C++11 (...
2016-04-11 kwolekrHud: Cache hud_scaling, fix minor style issues
2016-03-15 est31Add option to not send pre v25 init packet
2016-03-15 est31Much better API for auth.{cpp, h}
2016-03-12 Diego MartinezAdd options for screenshot format and quality
2016-02-21 RealBadAngelRemove preload_item_visuals code
2016-02-18 RealBadAngelMove object nametags to camera
2016-02-15 RealBadAngelUse vertices with tangents only when its needed.
2016-02-11 nerzhulv2d & aabbox3d<f32> & sky cleanups
2016-02-08 RealBadAngelCleanup selection mesh code, add shaders for halo and...
2015-12-02 Alex FordAdd on_secondary_use when right clicking an item in...
2015-10-14 ShadowNinjaRename macros with two leading underscores
next