]> git.lizzy.rs Git - dragonfireclient.git/history - src/client.h
Schematics: Add indent-with-space option for schematic Lua table serialization
[dragonfireclient.git] / src / client.h
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'
2013-03-23 JeijaAllow spawning particles from the server, from lua
2013-03-11 Ilya ZhuravlevMigrate to STL containers/algorithms.
2013-02-28 WeblateMerge remote branch 'origin/master'
2013-02-26 kwolekrMerge pull request #482 from proller/liquid
2013-02-24 Sfan5Update Copyright Years
2013-02-24 PilzAdamChange Minetest-c55 to Minetest
2013-01-14 JeijaAdd particles
2013-01-07 sapierFix buttons not working for Lua-triggered formspecs
2013-01-02 sapierAdd TOCLIENT_SHOW_FORMSPEC to display formspecs at...
2012-12-17 Ilya ZhuravlevMake m_media_fetch_threads to contain MediaFetchThread...
2012-12-16 Ilya ZhuravlevAdded ability to fetch media from remote server (using...
2012-12-01 KahrlShaderSource and silly example shaders
2012-12-01 PilzAdamMerge support for anaglyph stereo
2012-11-26 Perttu AholaDefault server step to 0.1s and sync object/player...
2012-07-24 Perttu AholaDetached inventories
2012-07-22 Perttu Aholaminetest.register_on_player_receive_fields()
2012-06-17 Perttu AholaOptimize headers
2012-06-16 Perttu AholaProperly and efficiently use split utility headers
2012-06-05 Perttu AholaSwitch the license to be LGPLv2/later, with small parts...
2012-06-03 Perttu AholaImplement sign using form field protocol
2012-03-31 Perttu AholaAdd 'fly' and 'fast' privileges and the underlying...
2012-03-25 Perttu AholaAlmost support loading sounds from server
2012-03-25 Perttu AholaTexture cache -> Media cache WIP
2012-03-25 Jonathan NeuschäferCache textures by checksum
2012-03-24 Perttu AholaLua API for playing sounds
2012-03-24 Perttu AholaAdd event manager and use it to trigger sounds
2012-03-24 Perttu Aholac55sound continued
2012-03-24 Perttu Aholaceleron55's sound system initial framework
2012-03-18 Perttu AholaDynamic sky, fog and cloud colors; sun and moon
2012-03-15 Perttu AholaMove ClientMap to clientmap.{h,cpp}
2012-03-15 Perttu AholaAdd Client::getEnv() and remove some unnecessary wrappers
2012-03-15 KahrlMapBlockMesh, mesh animation system, urgent mesh update...
2012-03-10 KahrlChat console, including a number of rebases and modific...
2012-01-22 KahrlClient-side prediction of inventory changes, and some...
2012-01-12 KahrlThe huge item definition and item namespace unification...
2012-01-02 Perttu AholaTexture cache on client (mostly made by sapier) (breaks...
2012-01-01 Perttu AholaAdd InvRef and InvStack (currently untested and unusable)
next