Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Add dutch translation | LS-Steeef | 2013-04-18 | 1 | -0/+776 | |
| |/ | ||||||
| * | Split HUD code off to hud.cpp, make into a class, extensive Lua HUD modification | kwolekr | 2013-04-18 | 12 | -813/+790 | |
| | | ||||||
| * | Lua HUD | Jonathon Anderson | 2013-04-18 | 12 | -5/+873 | |
| | | ||||||
| * | Merge pull request #654 from ShadowNinja/remove_old_makefile | darkrose | 2013-04-14 | 1 | -90/+0 | |
| |\ | | | | | | | Remove old Makefile | |||||
| | * | Remove old Makefile(that is what git is for) | ShadowNinja | 2013-04-14 | 1 | -90/+0 | |
| | | | ||||||
| * | | 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 ↵ | MirceaKitsune | 2013-04-11 | 4 | -2/+34 | |
| | | | | | | | | velocity the surface is hit with. | |||||
| * | Fix masterserver javascript: adjustable output id | proller | 2013-04-11 | 2 | -4/+5 | |
| | | ||||||
| * | Bugfixes to get_craft_recipe and get_all_craft_recipes. | RealBadAngel | 2013-04-10 | 2 | -22/+34 | |
| | | | | | | | | Improvements to get_all_craft_recipes (see api doc) | |||||
| * | fix bug in scriptapi line_of_sight | sapier | 2013-04-10 | 2 | -6/+6 | |
| | | | | | | | | fix warnings for pathfinder debug traces | |||||
| * | 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 | 2 | -10/+21 | |
| | | ||||||
| * | 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 | |
| | | | | | | | | call order | |||||
| * | 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 | |
| | | | | | | | | cleanup useless code | |||||
| * | fix huge texture leak in tiledef | sapier | 2013-04-07 | 1 | -13/+44 | |
| | | | | | | | | fix minor glitches too | |||||
| * | 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 | |
| | | ||||||
* | | Translated using Weblate (Russian) | Ilya Pavlov | 2013-04-18 | 1 | -63/+57 | |
| | | ||||||
* | | Translated using Weblate (Portuguese) | Francizca Rodriguez | 2013-04-18 | 1 | -3/+3 | |
| | | ||||||
* | | Translated using Weblate (Kirghiz) | Chynggyz Jumaliev | 2013-04-18 | 1 | -39/+39 | |
| | | ||||||
* | | Translated using Weblate (German) | Pilz Adam | 2013-04-18 | 1 | -3/+3 | |
| | | ||||||
* | | Translated using Weblate (French) | Me Moala | 2013-04-18 | 1 | -16/+18 | |
| | | ||||||
* | | Translated using Weblate (Chinese (China)) | Shen Zheyu | 2013-04-18 | 1 | -2/+2 | |
| | | ||||||
* | | Merge remote branch 'origin/master' | Weblate | 2013-04-07 | 59 | -470/+3414 | |
|\| | ||||||
| * | Add Ukrainian language. | Ilya Zhuravlev | 2013-04-07 | 1 | -0/+757 | |
| | | ||||||
| * | 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 | 2 | -13/+8 | |
| | | | | | | | | This commit broke RUN_IN_PLACE | |||||
| * | Add Mapgen V7, reorganize biomes | kwolekr | 2013-04-07 | 16 | -384/+871 | |
| | | ||||||
| * | 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 | 2 | -8/+13 | |
| | | ||||||
| * | 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 | 8 | -1/+1540 | |
| | | ||||||
| * | Only enqueue falling nodes if they really want to fall | PilzAdam | 2013-04-05 | 1 | -8/+9 | |
| | | ||||||
| * | unkn own block -> unkn own node | khonkhortisan | 2013-04-05 | 7 | -11/+11 | |
| | | ||||||
| * | Add private messaging with /msg | ShadowNinja | 2013-04-05 | 1 | -0/+20 | |
| | | ||||||
| * | Use the nodebox as selection box if it's not set manually | Diego Martínez | 2013-04-05 | 2 | -0/+5 | |
| | | ||||||
| * | Install "build" and "survival" games with "make install" | Diego Martínez | 2013-04-05 | 1 | -0/+12 | |
| | |