]> git.lizzy.rs Git - minetest.git/history - src/client.cpp
Remove superfluous pointer null checks
[minetest.git] / src / client.cpp
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
2015-09-30 est31Fix some SRP issues
2015-09-01 est31Hide minimap if it has been disabled by server
2015-08-25 David JonesChange i++ to ++i
2015-08-24 ShadowNinjaClean up threading
2015-08-13 est31Add count based unload limit for mapblocks
2015-08-02 Břetislav Štecsrc/client.cpp: Fix mapper memory leak
2015-07-27 Břetislav ŠtecFixed minimap memory leak
2015-07-27 est31Fix srp.cpp:815 leak
2015-07-23 est31Optional reconnect functionality
2015-07-17 KahrlDisplay an access denied message when client detects...
2015-07-08 kwolekrClean-up Minimap code
2015-07-07 est31Client: better m_proto_ver initialisation
2015-06-29 est31Add UpdateThread and use it for minimap and mesh threads
2015-06-27 RealBadAngelAdd minimap feature
2015-06-24 est31Return to ignore
2015-05-19 kwolekrReplace instances of std::map<std::string, std::string...
2015-05-19 rubenwardyAdd texture overriding
2015-05-16 est31Finalize init packets and enable protocol v25
2015-05-11 est31Make early protocol auth mechanism generic, and add SRP
2015-04-17 est31Refactor around translatePassword
2015-04-16 kwolekrSchematics: Refactor NodeResolver and add NodeResolveMethod
2015-04-06 est31Make comments consistent with TOSERVER_INIT -> TOSERVER...
2015-04-06 Craig RobbinsChange screenshot filename to one likely to work on...
2015-04-01 Craig RobbinsMove globals from main.cpp to more sane locations
2015-04-01 Aaron SuenClean scaling pre-filter for formspec/HUD.
2015-03-31 Loic BlotConnection::Receive(): receive Network Packet instead...
2015-03-31 Craig RobbinsChange format of screenshot names
2015-03-27 ShadowNinjaClean up and tweak build system
2015-03-24 Craig RobbinsChange filename of screenshots to something more human...
2015-03-16 Loic BlotMove client packet generators to dedicated functions...
2015-03-15 est31Finer progress bar updates when initializing nodes
2015-03-13 Loic Blotclient.cpp: typo fix and break; fix to make some compil...
2015-03-13 Loic BlotReplace NetworkPacket pointers to references
2015-03-13 Loic BlotRename some packet and handlers to <packet>_Legacy...
2015-03-08 Loic BlotFix memleak pointed by issue #2439.
2015-03-08 Loic BlotFix unitialized data when creating TOSERVER_INIT packet
2015-03-07 Craig RobbinsFor usages of assert() that are meant to persist in...
2015-03-06 ShadowNinjaClean up database API and save the local map on an...
2015-03-05 Loic BlotPerformance improvement: Use std::list instead of std...
2015-03-05 Loic BlotRemove Queue class which uses std::list and use native...
next