summaryrefslogtreecommitdiff
path: root/src/client.h
Commit message (Expand)AuthorAge
* Fix memory leaks due to messed up memory handling for particles as well as th...sapier2015-01-09
* Performance of main client loop up to 2x faster In places, up to 3 times fasterCraig Robbins2014-12-07
* Fix node 0,0,0 being highlighted when enable_node_highlighting == falseCraig Robbins2014-12-01
* Fix client "double saving" simple singleplayer local mapsCraig Robbins2014-11-26
* Add (optional) client-side saving of server map to disksfan52014-11-19
* Recalculate normals for cached meshes.RealBadAngel2014-10-21
* Allow taking screenshots of formspecs and move message to chatBlockMen2014-09-21
* Node highlighting.RealBadAngel2014-09-17
* Fix heart + bubble bar size on different texture packssapier2014-05-07
* Add download rate to media progress bar (non http mode only!)sapier2014-04-29
* Bunch of small fixes (coding style, very unlikely errors, warning messages)sapier2014-04-19
* Cleanup client init states by bumping protocol versionsapier2014-04-08
* Pass arguments by referenceSelat2014-03-12
* Fix rendering glitches when far from the center of the mapNovatux2014-03-04
* Remove lots of dead codesapier2014-02-07
* Add player:override_day_night_ratio() for arbitrarily controlling sunlight br...Perttu Ahola2014-02-01
* Add player:set_sky() with simple skybox supportPerttu Ahola2014-02-01
* New HUD element - waypoint.RealBadAngel2014-01-26
* Allow vertical axis particle rotation constraintkhonkhortisan2014-01-13
* Make MutexQueue use jsemaphore for signalingsapier2014-01-10
* Create new instance of mesh every time it's required (Solves #703)Perttu Ahola2014-01-06
* Replace SimpleThread by JThread now implementing same featuressapier2013-12-15
* Rewrite client media download and support hash-based remote downloadKahrl2013-12-13
* Add minetest.swap_nodeNovatux2013-11-30
* Always use builtin JThread librarykwolekr2013-09-15
* Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenuKahrl2013-08-14
* Remove farmeshKahrl2013-08-13
* Add set_breath and get_breath to lua API.RealBadAngel2013-07-20
* Add support for IPv6proller2013-06-23
* Add drowningPilzAdam2013-06-19
* Add progress bar to item visuals preloadingZeg92013-05-13
* Generalize hud_builtin_enable into hud_set_flagskwolekr2013-04-25
* Added support to disable built-in HUD elementsDiego Martínez2013-04-24
* Added offset support for HUD itemsDiego Martínez2013-04-23
* Added support for alignment in HUD itemsDiego Martínez2013-04-23
* Split HUD code off to hud.cpp, make into a class, extensive Lua HUD modificationkwolekr2013-04-18
* Lua HUDJonathon Anderson2013-04-18
* Fix nick completionPilzAdam2013-04-05
* Allow spawning particles from the server, from luaJeija2013-03-23
* Migrate to STL containers/algorithms.Ilya Zhuravlev2013-03-11
* Update Copyright YearsSfan52013-02-24
* Change Minetest-c55 to MinetestPilzAdam2013-02-24
* Add particlesJeija2013-01-14
* Fix buttons not working for Lua-triggered formspecssapier2013-01-07
* Add TOCLIENT_SHOW_FORMSPEC to display formspecs at client from luasapier2013-01-02
* Make m_media_fetch_threads to contain MediaFetchThread* instead of MediaFetch...Ilya Zhuravlev2012-12-17
* Added ability to fetch media from remote server (using cURL library)Ilya Zhuravlev2012-12-16
* ShaderSource and silly example shadersKahrl2012-12-02
* Default server step to 0.1s and sync object/player update intervals to itPerttu Ahola2012-11-26
* Detached inventoriesPerttu Ahola2012-07-24