aboutsummaryrefslogtreecommitdiff
path: root/src/client.cpp
AgeCommit message (Expand)Author
2014-03-12Pass arguments by referenceSelat
2014-03-04Fix rendering glitches when far from the center of the mapNovatux
2014-02-07Remove lots of dead codesapier
2014-02-01Add player:override_day_night_ratio() for arbitrarily controlling sunlight br...Perttu Ahola
2014-02-01Add player:set_sky() with simple skybox supportPerttu Ahola
2014-01-31Add propper client initializationsapier
2014-01-26New HUD element - waypoint.RealBadAngel
2014-01-13Allow vertical axis particle rotation constraintkhonkhortisan
2014-01-10Fixed minetest reliable udp implementation (compatible to old clients)sapier
2014-01-10Make MutexQueue use jsemaphore for signalingsapier
2014-01-06Create new instance of mesh every time it's required (Solves #703)Perttu Ahola
2013-12-15Remove an unused function and include from client.cppPilzAdam
2013-12-15Replace SimpleThread by JThread now implementing same featuressapier
2013-12-13Rewrite client media download and support hash-based remote downloadKahrl
2013-12-01Cleanup jthread and fix win32 buildsapier
2013-11-30Add minetest.swap_nodeNovatux
2013-11-06Correct useragent in http queriesproller
2013-09-15Always use builtin JThread librarykwolekr
2013-09-05Use player:set_hotbar_image() instead of hardcoded hotbar.pngPilzAdam
2013-08-14Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenuKahrl
2013-08-02Weather backward compatibilityproller
2013-07-20Add set_breath and get_breath to lua API.RealBadAngel
2013-07-13Masterserver mods announse, ipv6, better curl errorsproller
2013-07-07When server sends late media, log to errorstream instead of crashing.Kahrl
2013-07-05Don't rebuild the dummy shader (less SourceShaderCache warning spam)Kahrl
2013-07-02Remove texture atlas / AtlasPointer, rename getTextureRaw to getTextureKahrl
2013-06-23Add support for IPv6proller
2013-06-19Add drowningPilzAdam
2013-05-26Add ObjectRef.hud_set_hotbar_itemcount and add TOCLIENT_HUD_SET_PARAMKahrl
2013-05-20Fix typo in particle spawningMetaDucky
2013-05-18Fix memory leak in MeshUpdateThreadPilzAdam
2013-05-13Add progress bar to item visuals preloadingZeg9
2013-05-11Fix memory leak: remove InventoryAction after sending and applyingPilzAdam
2013-04-25Generalize hud_builtin_enable into hud_set_flagskwolekr
2013-04-24Added support to disable built-in HUD elementsDiego Martínez
2013-04-23Fixes possible crash when using hud_change with "align" or "offset"Diego Martínez
2013-04-23Fix to: addUpdateMeshTaskWithEdgeRealBadAngel
2013-04-23Added offset support for HUD itemsDiego Martínez
2013-04-23Added support for alignment in HUD itemsDiego Martínez
2013-04-18Split HUD code off to hud.cpp, make into a class, extensive Lua HUD modificationkwolekr
2013-04-18Lua HUDJonathon Anderson
2013-04-07fix memory leak in loadMediasapier
2013-04-07fix 3d model mesh leaksapier
2013-04-05Fix nick completionPilzAdam
2013-03-23Allow spawning particles from the server, from luaJeija
2013-03-11Migrate to STL containers/algorithms.Ilya Zhuravlev
2013-02-24Update Copyright YearsSfan5
2013-02-24Change Minetest-c55 to MinetestPilzAdam
2013-02-14Improved Player PhysicsMirceaKitsune
2013-01-07Fix buttons not working for Lua-triggered formspecssapier