For usages of assert() that are meant to persist in Release builds (when NDEBUG is...
[oweals/minetest.git] / src / client.cpp
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...
2015-02-21 Loic BlotFix some memory leaks on packet sending.
2015-02-17 Loic BlotReplace std::list by std::vector into timerUpdate calls
2015-02-17 Loic BlotRemove old comment from Network Rework Patch 2/4
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-02-05 ShadowNinjaReduce gettext wide/narrow and string/char* conversions
2015-01-30 Craig RobbinsFix local map saving when joining a local server from...
2015-01-09 sapierFix memory leaks due to messed up memory handling for...
2015-01-04 kwolekrNodeResolver: Perform callback immediately if node...
2015-01-02 sapierMore consistent progress bar from 0-100 on startup
2014-12-12 ShadowNinjaFix missing call to std::ostringstream::str
2014-12-12 AntonUse std::string::empty() instead of size() where applicable
2014-12-08 RealBadAngelFix lighting artifacts (Issue #1887).
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-30 sapierImplement proper font handling
2014-11-25 Craig RobbinsFix client "double saving" simple singleplayer local...
2014-11-19 sfan5Add (optional) client-side saving of server map to...
2014-11-08 RealBadAngelSpeed up removing a node (less block mesh updates).
2014-10-21 RealBadAngelRecalculate normals for cached meshes.
2014-10-19 Craig RobbinsVarious uninitialised variable fixes
2014-10-18 RealBadAngelAdd meshnode drawtype.
2014-10-01 ShadowNinjaSimplify player modification checks
2014-09-21 ShadowNinjaSplit settings into seperate source and header files
2014-09-21 BlockMenAllow taking screenshots of formspecs and move message... 1672/head
2014-09-17 RealBadAngelNode highlighting.
2014-08-09 KahrlMove #includes from version.h to version.cpp
2014-06-29 sapierAdd support for Android 2.3+ 1408/head
2014-06-15 RealBadAngelUnite nodes shaders.
2014-05-17 sapierAdd support for interlaced polarized 3d screens 1269/head
2014-05-11 sapierSend max number of characters instead of asserting...
2014-05-11 sapierFix invalid cast fix resulting in chat messages beeing...
2014-05-07 sapierFix heart + bubble bar size on different texture packs 1265/head
2014-05-01 sapierAdd hack to avoid 2s startup delay on local games 1267/head
2014-04-29 sapierAdd download rate to media progress bar (non http mode... 1254/head
2014-04-12 BlockMenUse integers instead of float values 1114/head
2014-04-12 BlockMenAdd player:set_eye_offset() by @MirceaKitsune and clean up
2014-04-12 BlockMenAdd third person view
2014-04-09 sapierAdd support for named threads (atm linux only) 1199/head
2014-04-08 sapierCleanup client init states by bumping protocol version 1143/head
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 1135/head
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-31 sapierAdd propper client initialization 1116/head
2014-01-26 RealBadAngelNew HUD element - waypoint.
2014-01-13 khonkhortisanAllow vertical axis particle rotation constraint
2014-01-10 sapierFixed minetest reliable udp implementation (compatible... 1090/head
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 PilzAdamRemove an unused function and include from client.cpp
2013-12-15 sapierReplace SimpleThread by JThread now implementing same...
2013-12-13 KahrlRewrite client media download and support hash-based...
2013-12-01 sapierCleanup jthread and fix win32 build 1029/head
2013-11-30 NovatuxAdd minetest.swap_node
2013-11-05 prollerCorrect useragent in http queries
2013-09-16 kwolekrAlways use builtin JThread library
2013-09-04 PilzAdamUse player:set_hotbar_image() instead of hardcoded...
2013-08-14 KahrlOmnicleanup: header cleanup, add ModApiUtil shared...
2013-08-01 prollerWeather backward compatibility
2013-07-20 RealBadAngelAdd set_breath and get_breath to lua API.
2013-07-12 prollerMasterserver mods announse, ipv6, better curl errors
2013-07-07 KahrlWhen server sends late media, log to errorstream instea...
2013-07-05 KahrlDon't rebuild the dummy shader (less SourceShaderCache...
2013-07-02 KahrlRemove texture atlas / AtlasPointer, rename getTextureR...
2013-06-23 prollerAdd support for IPv6
2013-06-21 WeblateMerge remote-tracking branch 'origin/master'
2013-06-19 PilzAdamAdd drowning 780/head
2013-06-01 WeblateMerge remote-tracking branch 'origin/master'
2013-05-25 KahrlAdd ObjectRef.hud_set_hotbar_itemcount and add TOCLIENT...
2013-05-20 MetaDuckyFix typo in particle spawning
2013-05-17 PilzAdamFix memory leak in MeshUpdateThread
2013-05-13 WeblateMerge remote-tracking branch 'origin/master'
2013-05-13 Zeg9Add progress bar to item visuals preloading
2013-05-10 PilzAdamFix memory leak: remove InventoryAction after sending...
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-24 Diego MartínezFixes possible crash when using hud_change with "align...
2013-04-24 RealBadAngelFix to: addUpdateMeshTaskWithEdge
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-08 sapierfix memory leak in loadMedia
2013-04-08 sapierfix 3d model mesh leak
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.
next