]> git.lizzy.rs Git - dragonfireclient.git/history - src/client.h
[CSM] Add minimap API modifiers (#5399)
[dragonfireclient.git] / src / client.h
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 red-001[CSM] Add local formspecs. (#5094)
2017-03-13 Loïc Blot[CSM] sound_play & sound_stop support + client_lua_api...
2017-03-13 Loïc Blot[CSM] Add on_death, on_hp_modification & oh_damage_take...
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-18 sfan5Add particle animation, glow
2017-01-11 Loic BlotCleanup some header inclusions to improve compilation...
2017-01-09 Ner'zhulEnvironment & IGameDef code refactoring (#4985)
2017-01-08 Loic BlotMove ClientEnvironment to dedicated cpp/header files
2017-01-04 Dániel JuhászImprove getPointedThing() (#4346)
2016-11-14 sfan5Revert "Adding particle blend, glow and animation ...
2016-11-14 Foghrye4Adding particle blend, glow and animation (#4705)
2016-10-13 raymooAttached particle spawners
2016-10-09 Loic BlotEnvironment cleanup
2016-10-08 Loic BlotMore code cleanup (UNORDERED + RemotePlayer/LocalPlayer)
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-22 est31Client: disable pre v25 init sending by default
2016-05-28 Auke KokParticles: Add option to remove particles on collision
2016-02-18 RealBadAngelMove object nametags to camera
2016-02-15 RealBadAngelUse vertices with tangents only when its needed.
2016-02-08 RealBadAngelCleanup selection mesh code, add shaders for halo and...
2015-10-28 kwolekrAdd DISABLE_CLASS_COPY macro (and use it)
2015-09-01 est31Hide minimap if it has been disabled by server
2015-08-24 ShadowNinjaClean up threading
2015-07-23 est31Optional reconnect functionality
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-23 est31Add MoveSomewhere inventory action
2015-05-19 kwolekrReplace instances of std::map<std::string, std::string...
2015-05-11 est31Make early protocol auth mechanism generic, and add SRP
2015-04-24 nerzhulRemove unused variable Client::m_active_blocks
2015-04-17 est31Refactor around translatePassword
2015-03-31 Loic BlotConnection::Receive(): receive Network Packet instead...
2015-03-28 ShadowNinjaChange error_message from wstring to string
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 BlotPrepare Protocol v25 init & authentication.
2015-03-13 Loic BlotHandle the newly added TOCLIENT_ACCESS_DENIED and TOCLI...
2015-03-13 Loic BlotRename some packet and handlers to <packet>_Legacy...
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...
2015-02-16 Loic Blot[Patch 2/4] Network rework: packet writing, sending...
2015-02-11 Craig RobbinsRemove workaround in itemdef.cpp to enable/disable...
2015-02-11 Craig RobbinsRevert "Remove workaround in itemdef.cpp to enable...
2015-02-11 Craig RobbinsRemove workaround in itemdef.cpp to enable/disable...
2015-02-10 Loic BlotNetwork Layer 7 rework (Packet handling)
2015-01-30 Craig RobbinsFix local map saving when joining a local server from...
2015-01-19 kwolekrFix all warnings and remove -Wno-unused-but-set cflag
2015-01-09 sapierFix memory leaks due to messed up memory handling for...
2014-12-06 Craig RobbinsPerformance of main client loop up to 2x faster In...
2014-12-01 Craig RobbinsFix node 0,0,0 being highlighted when enable_node_highl...
2014-11-25 Craig RobbinsFix client "double saving" simple singleplayer local...
2014-11-19 sfan5Add (optional) client-side saving of server map to...
2014-10-21 RealBadAngelRecalculate normals for cached meshes.
2014-09-21 BlockMenAllow taking screenshots of formspecs and move message...
2014-09-17 RealBadAngelNode highlighting.
2014-05-07 sapierFix heart + bubble bar size on different texture packs
2014-04-29 sapierAdd download rate to media progress bar (non http mode...
2014-04-19 sapierBunch of small fixes (coding style, very unlikely error...
2014-04-08 sapierCleanup client init states by bumping protocol version
2014-03-12 SelatPass arguments by reference
2014-03-04 NovatuxFix rendering glitches when far from the center of...
2014-02-07 sapierRemove lots of dead code
2014-02-01 Perttu AholaAdd player:override_day_night_ratio() for arbitrarily...
2014-02-01 Perttu AholaAdd player:set_sky() with simple skybox support
2014-01-26 RealBadAngelNew HUD element - waypoint.
2014-01-13 khonkhortisanAllow vertical axis particle rotation constraint
2014-01-10 sapierMake MutexQueue use jsemaphore for signaling
2014-01-06 Perttu AholaCreate new instance of mesh every time it's required...
2013-12-15 sapierReplace SimpleThread by JThread now implementing same...
2013-12-13 KahrlRewrite client media download and support hash-based...
2013-11-30 NovatuxAdd minetest.swap_node
2013-09-16 kwolekrAlways use builtin JThread library
2013-08-14 KahrlOmnicleanup: header cleanup, add ModApiUtil shared...
2013-08-13 KahrlRemove farmesh
2013-07-20 RealBadAngelAdd set_breath and get_breath to lua API.
2013-06-23 prollerAdd support for IPv6
2013-06-21 WeblateMerge remote-tracking branch 'origin/master'
2013-06-19 PilzAdamAdd drowning
2013-05-13 WeblateMerge remote-tracking branch 'origin/master'
2013-05-13 Zeg9Add progress bar to item visuals preloading
2013-05-01 WeblateMerge remote-tracking branch 'origin/master'
2013-04-25 kwolekrGeneralize hud_builtin_enable into hud_set_flags
2013-04-24 Diego MartínezAdded support to disable built-in HUD elements
2013-04-23 Diego MartínezAdded offset support for HUD items
2013-04-23 Diego MartínezAdded support for alignment in HUD items
2013-04-18 WeblateMerge remote branch 'origin/master'
2013-04-18 kwolekrSplit HUD code off to hud.cpp, make into a class, exten...
2013-04-18 Jonathon AndersonLua HUD
2013-04-07 WeblateMerge remote branch 'origin/master'
2013-04-05 PilzAdamFix nick completion
2013-03-30 WeblateMerge remote branch 'origin/master'
next