summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2013-04-23Added support for alignment in HUD itemsDiego Martínez
2013-04-21mgv7: Implement getGroundLevelAtPoint(), fix layer of topnodes at chunk Y ↵kwolekr
boundaries, remove growGrass()
2013-04-21Fix findSpawnPos()kwolekr
2013-04-21Fix hud_change stat argument retrievalkwolekr
2013-04-21Class-ify caves & move to cavegen.cpp, fix cave regression, add caves to ↵kwolekr
Mapgen V7
2013-04-20Add direction parameter to statbars in HUD APIkwolekr
Fix health bar overlap when a larger texture is used
2013-04-18Split HUD code off to hud.cpp, make into a class, extensive Lua HUD modificationkwolekr
2013-04-18Lua HUDJonathon Anderson
2013-04-12Fix double free, null texture dropkwolekr
2013-04-11Swing the camera down when the player lands on the ground, based on the ↵MirceaKitsune
velocity the surface is hit with.
2013-04-10Bugfixes to get_craft_recipe and get_all_craft_recipes.RealBadAngel
Improvements to get_all_craft_recipes (see api doc)
2013-04-10fix bug in scriptapi line_of_sightsapier
fix warnings for pathfinder debug traces
2013-04-09fix objects colliding with its own collision boxessapier
2013-04-09fix emergemanager memory leakssapier
2013-04-09fix various memory leakssapier
2013-04-09fix extruded items texture leaksapier
2013-04-08Use system wide LuaJIT if aviable.RealBadAngel
2013-04-07fix memory leak on sound shutdownsapier
2013-04-07fix memory leak in loadMediasapier
2013-04-07addon extended resource accountingsapier
2013-04-07fix inventory image texture leaksapier
2013-04-07fix memory leaks introduced by invalid gettext usagesapier
2013-04-07replace Server smart pointer with conventional one to gain control over dtor ↵sapier
call order
2013-04-07fix memory leak on shader shutdownsapier
2013-04-07fix memory leak in itemdefsapier
cleanup useless code
2013-04-07fix huge texture leak in tiledefsapier
fix minor glitches too
2013-04-07fix 3d model mesh leaksapier
2013-04-07fix mesh leak in camera classsapier
2013-04-07Add param2 field for ores, some minor fixes and misc. code cleanupkwolekr
2013-04-07Fix black tree leaves, reduce above-ground cave shadowskwolekr
2013-04-07Fix crash on creating map with invalid mg_namekwolekr
2013-04-07Revert "Fix to be able to build from dir different than source dir"kwolekr
This commit broke RUN_IN_PLACE
2013-04-07Add Mapgen V7, reorganize biomeskwolekr
2013-04-07Adjusting water removing above unloaded blocksproller
2013-04-06Don't re-write entire map_meta.txt if a setting is missingkwolekr
2013-04-06Fix to be able to build from dir different than source dirDiego Martínez
2013-04-06Don't flow finite liquid into an unloaded chunkproller
2013-04-06fix memory leaksapier
2013-04-06Add Dijkstra A* and A* without prefetching pathfind algorithmssapier
2013-04-05unkn own block -> unkn own nodekhonkhortisan
2013-04-05Dont allow fast move in water or ladder when aux1_descend is trueMirceaKitsune
2013-04-05Fix nick completionPilzAdam
2013-04-05Allow modifying movement speed, jump height and gravity per-player via the ↵MirceaKitsune
Lua API.
2013-04-03Check if the address field is empty when hitting enter on the multiplayer tabShadowNinja
2013-04-03Limit speed in collisionMoveResult for avoiding hangsEsteban I. Ruiz Moreno
2013-04-03Fix camera "jumping" when attached and the parent goes too fastZeg9
2013-03-31Add Ore generation flags, implement ore absolute heightkwolekr
2013-03-31Increase value range of Ore::clust_scarcitykwolekr
2013-03-30Add a small optimization to the menu splash and remove a old commentShadowNinja
2013-03-30Don't load menu textures every framekhonkhortisan