]> git.lizzy.rs Git - minetest.git/history - src/client.cpp
Fix local map saving when joining a local server from the server tab
[minetest.git] / src / client.cpp
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...
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+
2014-06-15 RealBadAngelUnite nodes shaders.
2014-05-17 sapierAdd support for interlaced polarized 3d screens
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
2014-05-01 sapierAdd hack to avoid 2s startup delay on local games
2014-04-29 sapierAdd download rate to media progress bar (non http mode...
2014-04-12 BlockMenUse integers instead of float values
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)
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-31 sapierAdd propper client initialization
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...
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
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
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.
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-02-23 kwolekrMerge pull request #431 from sapier/dtime_clamping
2013-02-16 kwolekrMerge pull request #465 from doserj/mod_selection_empty...
2013-02-13 MirceaKitsuneImproved Player Physics
2013-01-07 sapierFix buttons not working for Lua-triggered formspecs
2013-01-02 sapierAdd TOCLIENT_SHOW_FORMSPEC to display formspecs at...
2012-12-26 PilzAdamFix 'longjmp causes uninitialized stack frame' in cURL
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-02 MirceaKitsuneDon't send player position from client to server if...
next