summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
* Disable fall bobbing by default; enable using fall_bobbing_amount = 1.0Perttu Ahola2013-04-23
|
* Grow dirt_with_snow instead of dirt_with_grass if snow is above itPilzAdam2013-04-23
|
* Add minetest.get_player_ip()ShadowNinja2013-04-23
|
* Add option to not prepend "Server -!- " to messages sent with ↵ShadowNinja2013-04-23
| | | | minetest.chat_send_player()
* Added offset support for HUD itemsDiego Martínez2013-04-23
|
* Added support for alignment in HUD itemsDiego Martínez2013-04-23
|
* mgv7: Implement getGroundLevelAtPoint(), fix layer of topnodes at chunk Y ↵kwolekr2013-04-21
| | | | boundaries, remove growGrass()
* Fix findSpawnPos()kwolekr2013-04-21
|
* Fix hud_change stat argument retrievalkwolekr2013-04-21
|
* Class-ify caves & move to cavegen.cpp, fix cave regression, add caves to ↵kwolekr2013-04-21
| | | | Mapgen V7
* Add direction parameter to statbars in HUD APIkwolekr2013-04-20
| | | | Fix health bar overlap when a larger texture is used
* Split HUD code off to hud.cpp, make into a class, extensive Lua HUD modificationkwolekr2013-04-18
|
* Lua HUDJonathon Anderson2013-04-18
|
* Fix double free, null texture dropkwolekr2013-04-12
|
* Swing the camera down when the player lands on the ground, based on the ↵MirceaKitsune2013-04-11
| | | | velocity the surface is hit with.
* Bugfixes to get_craft_recipe and get_all_craft_recipes.RealBadAngel2013-04-10
| | | | Improvements to get_all_craft_recipes (see api doc)
* fix bug in scriptapi line_of_sightsapier2013-04-10
| | | | fix warnings for pathfinder debug traces
* fix objects colliding with its own collision boxessapier2013-04-09
|
* fix emergemanager memory leakssapier2013-04-09
|
* fix various memory leakssapier2013-04-09
|
* fix extruded items texture leaksapier2013-04-09
|
* Use system wide LuaJIT if aviable.RealBadAngel2013-04-08
|
* fix memory leak on sound shutdownsapier2013-04-07
|
* fix memory leak in loadMediasapier2013-04-07
|
* addon extended resource accountingsapier2013-04-07
|
* fix inventory image texture leaksapier2013-04-07
|
* fix memory leaks introduced by invalid gettext usagesapier2013-04-07
|
* replace Server smart pointer with conventional one to gain control over dtor ↵sapier2013-04-07
| | | | call order
* fix memory leak on shader shutdownsapier2013-04-07
|
* fix memory leak in itemdefsapier2013-04-07
| | | | cleanup useless code
* fix huge texture leak in tiledefsapier2013-04-07
| | | | fix minor glitches too
* fix 3d model mesh leaksapier2013-04-07
|
* fix mesh leak in camera classsapier2013-04-07
|
* Add param2 field for ores, some minor fixes and misc. code cleanupkwolekr2013-04-07
|
* Fix black tree leaves, reduce above-ground cave shadowskwolekr2013-04-07
|
* Fix crash on creating map with invalid mg_namekwolekr2013-04-07
|
* Revert "Fix to be able to build from dir different than source dir"kwolekr2013-04-07
| | | | This commit broke RUN_IN_PLACE
* Add Mapgen V7, reorganize biomeskwolekr2013-04-07
|
* Adjusting water removing above unloaded blocksproller2013-04-07
|
* Don't re-write entire map_meta.txt if a setting is missingkwolekr2013-04-06
|
* Fix to be able to build from dir different than source dirDiego Martínez2013-04-06
|
* Don't flow finite liquid into an unloaded chunkproller2013-04-06
|
* fix memory leaksapier2013-04-06
|
* Add Dijkstra A* and A* without prefetching pathfind algorithmssapier2013-04-06
|
* unkn own block -> unkn own nodekhonkhortisan2013-04-05
|
* Dont allow fast move in water or ladder when aux1_descend is trueMirceaKitsune2013-04-05
|
* Fix nick completionPilzAdam2013-04-05
|
* Allow modifying movement speed, jump height and gravity per-player via the ↵MirceaKitsune2013-04-05
| | | | Lua API.
* Check if the address field is empty when hitting enter on the multiplayer tabShadowNinja2013-04-03
|
* Limit speed in collisionMoveResult for avoiding hangsEsteban I. Ruiz Moreno2013-04-03
|