| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Add option to not prepend "Server -!- " to messages sent with minetest.chat_s... | ShadowNinja | 2013-04-23 | 3 | -5/+11 |
* | Added offset support for HUD items | Diego Martínez | 2013-04-23 | 8 | -8/+35 |
* | Added support for alignment in HUD items | Diego Martínez | 2013-04-23 | 8 | -2/+31 |
* | mgv7: Implement getGroundLevelAtPoint(), fix layer of topnodes at chunk Y bou... | kwolekr | 2013-04-21 | 2 | -47/+45 |
* | Fix findSpawnPos() | kwolekr | 2013-04-21 | 1 | -20/+12 |
* | Fix hud_change stat argument retrieval | kwolekr | 2013-04-21 | 1 | -8/+10 |
* | Class-ify caves & move to cavegen.cpp, fix cave regression, add caves to Mapg... | kwolekr | 2013-04-21 | 10 | -308/+459 |
* | Add direction parameter to statbars in HUD API | kwolekr | 2013-04-20 | 3 | -27/+49 |
* | Split HUD code off to hud.cpp, make into a class, extensive Lua HUD modification | kwolekr | 2013-04-18 | 11 | -790/+740 |
* | Lua HUD | Jonathon Anderson | 2013-04-18 | 11 | -4/+842 |
* | Fix double free, null texture drop | kwolekr | 2013-04-12 | 2 | -4/+2 |
* | Swing the camera down when the player lands on the ground, based on the veloc... | MirceaKitsune | 2013-04-11 | 4 | -2/+34 |
* | Bugfixes to get_craft_recipe and get_all_craft_recipes. | RealBadAngel | 2013-04-10 | 1 | -18/+17 |
* | fix bug in scriptapi line_of_sight | sapier | 2013-04-10 | 2 | -6/+6 |
* | fix objects colliding with its own collision boxes | sapier | 2013-04-09 | 4 | -7/+13 |
* | fix emergemanager memory leaks | sapier | 2013-04-09 | 2 | -1/+17 |
* | fix various memory leaks | sapier | 2013-04-09 | 3 | -1/+7 |
* | fix extruded items texture leak | sapier | 2013-04-09 | 1 | -0/+25 |
* | Use system wide LuaJIT if aviable. | RealBadAngel | 2013-04-08 | 1 | -9/+20 |
* | fix memory leak on sound shutdown | sapier | 2013-04-07 | 1 | -0/+10 |
* | fix memory leak in loadMedia | sapier | 2013-04-07 | 1 | -1/+1 |
* | addon extended resource accounting | sapier | 2013-04-07 | 1 | -0/+16 |
* | fix inventory image texture leak | sapier | 2013-04-07 | 1 | -0/+3 |
* | fix memory leaks introduced by invalid gettext usage | sapier | 2013-04-07 | 14 | -146/+344 |
* | replace Server smart pointer with conventional one to gain control over dtor ... | sapier | 2013-04-07 | 2 | -13/+19 |
* | fix memory leak on shader shutdown | sapier | 2013-04-07 | 2 | -0/+7 |
* | fix memory leak in itemdef | sapier | 2013-04-07 | 1 | -14/+17 |
* | fix huge texture leak in tiledef | sapier | 2013-04-07 | 1 | -13/+44 |
* | fix 3d model mesh leak | sapier | 2013-04-07 | 1 | -2/+23 |
* | fix mesh leak in camera class | sapier | 2013-04-07 | 2 | -3/+8 |
* | Add param2 field for ores, some minor fixes and misc. code cleanup | kwolekr | 2013-04-07 | 5 | -48/+33 |
* | Fix black tree leaves, reduce above-ground cave shadows | kwolekr | 2013-04-07 | 4 | -10/+10 |
* | Fix crash on creating map with invalid mg_name | kwolekr | 2013-04-07 | 1 | -0/+2 |
* | Revert "Fix to be able to build from dir different than source dir" | kwolekr | 2013-04-07 | 1 | -1/+1 |
* | Add Mapgen V7, reorganize biomes | kwolekr | 2013-04-07 | 14 | -291/+870 |
* | Adjusting water removing above unloaded blocks | proller | 2013-04-07 | 1 | -2/+2 |
* | Don't re-write entire map_meta.txt if a setting is missing | kwolekr | 2013-04-06 | 1 | -2/+10 |
* | Fix to be able to build from dir different than source dir | Diego Martínez | 2013-04-06 | 1 | -1/+1 |
* | Don't flow finite liquid into an unloaded chunk | proller | 2013-04-06 | 2 | -6/+10 |
* | fix memory leak | sapier | 2013-04-06 | 1 | -1/+4 |
* | Add Dijkstra A* and A* without prefetching pathfind algorithms | sapier | 2013-04-06 | 7 | -0/+1525 |
* | unkn own block -> unkn own node | khonkhortisan | 2013-04-05 | 3 | -5/+5 |
* | Dont allow fast move in water or ladder when aux1_descend is true | MirceaKitsune | 2013-04-05 | 1 | -18/+10 |
* | Fix nick completion | PilzAdam | 2013-04-05 | 7 | -18/+21 |
* | Allow modifying movement speed, jump height and gravity per-player via the Lu... | MirceaKitsune | 2013-04-05 | 13 | -10/+93 |
* | Check if the address field is empty when hitting enter on the multiplayer tab | ShadowNinja | 2013-04-03 | 1 | -0/+9 |
* | Limit speed in collisionMoveResult for avoiding hangs | Esteban I. Ruiz Moreno | 2013-04-03 | 1 | -1/+6 |
* | Fix camera "jumping" when attached and the parent goes too fast | Zeg9 | 2013-04-03 | 4 | -0/+8 |
* | Add Ore generation flags, implement ore absolute height | kwolekr | 2013-03-31 | 5 | -9/+63 |
* | Increase value range of Ore::clust_scarcity | kwolekr | 2013-03-31 | 1 | -1/+1 |