Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-07-22 | Refactor mo creation/installation | Giuseppe Bilotta | |
2011-07-22 | Refactor mo creation/installation | Giuseppe Bilotta | |
2011-07-22 | Use project name for mo files | Giuseppe Bilotta | |
2011-07-22 | Use project name for mo files | Giuseppe Bilotta | |
2011-07-22 | Merge remote-tracking branch 'erlehmann/master' | Giuseppe Bilotta | |
Conflicts (from the introduction of fr translations): src/CMakeLists.txt | |||
2011-07-22 | Merge remote-tracking branch 'erlehmann/master' | Giuseppe Bilotta | |
Conflicts (from the introduction of fr translations): src/CMakeLists.txt | |||
2011-07-21 | Added french translation. | Cyriaque Skrapits | |
2011-07-21 | Added french translation. | Cyriaque Skrapits | |
2011-07-21 | Reorganize cmake gettext message output to ease debugging | Giuseppe Bilotta | |
2011-07-21 | Reorganize cmake gettext message output to ease debugging | Giuseppe Bilotta | |
2011-07-21 | Find correct library for MSVC vs MingW in Winows | Giuseppe Bilotta | |
2011-07-21 | Find correct library for MSVC vs MingW in Winows | Giuseppe Bilotta | |
2011-07-21 | Only install locale files if using gettext | Giuseppe Bilotta | |
2011-07-21 | Only install locale files if using gettext | Giuseppe Bilotta | |
2011-07-21 | Uppercase DEFINED or cmake 2.8.4 complains | Giuseppe Bilotta | |
2011-07-21 | Uppercase DEFINED or cmake 2.8.4 complains | Giuseppe Bilotta | |
2011-07-21 | Refactor and clean up gettext management | Giuseppe Bilotta | |
2011-07-21 | Refactor and clean up gettext management | Giuseppe Bilotta | |
2011-07-21 | Make gettext optional | Giuseppe Bilotta | |
2011-07-21 | Make gettext optional | Giuseppe Bilotta | |
2011-07-21 | Tweak makefiles to add -delta suffix. | Weedy | |
2011-07-21 | Tweak makefiles to add -delta suffix. | Weedy | |
2011-07-21 | Fix win32 MSVC compile. (screw gettext) | Weedy | |
2011-07-21 | Fix win32 MSVC compile. (screw gettext) | Weedy | |
2011-07-20 | Move package search out of conditional | Giuseppe Bilotta | |
This unbreaks the Windows build which would otherwise have problems at the jthread level. | |||
2011-07-20 | Move package search out of conditional | Giuseppe Bilotta | |
This unbreaks the Windows build which would otherwise have problems at the jthread level. | |||
2011-07-20 | Use system sqlite3/jthread libs if available | Giuseppe Bilotta | |
2011-07-20 | Use system sqlite3/jthread libs if available | Giuseppe Bilotta | |
2011-07-20 | added gettext support | Constantin Wenger | |
german translation file and bashscript to update translations | |||
2011-07-20 | added gettext support | Constantin Wenger | |
german translation file and bashscript to update translations | |||
2011-07-14 | Merge branch 'upstream/master' | Nils Dagsson Moskopp | |
Conflicts: data/oerkki1.png src/client.cpp | |||
2011-07-14 | Merge branch 'upstream/master' | Nils Dagsson Moskopp | |
Conflicts: data/oerkki1.png src/client.cpp | |||
2011-06-26 | reorganized a lot of stuff and modified mapgen and objects slightly while ↵ | Perttu Ahola | |
doing it | |||
2011-06-26 | Merge branch 'master' of https://github.com/erlehmann/minetest-delta.git ↵ | Sebastian Rühl | |
into upstream_merge Conflicts: .gitignore CMakeLists.txt data/heart.png src/CMakeLists.txt src/game.cpp src/guiMainMenu.cpp src/inventory.cpp src/map.cpp src/mapblock.cpp src/mapnode.cpp src/mapnode.h src/materials.cpp src/server.cpp Signed-off-by: Sebastian Rühl <bahamada_basti@yahoo.de> | |||
2011-06-26 | Merge branch 'master' of https://github.com/erlehmann/minetest-delta.git ↵ | Sebastian Rühl | |
into upstream_merge Conflicts: .gitignore CMakeLists.txt data/heart.png src/CMakeLists.txt src/game.cpp src/guiMainMenu.cpp src/inventory.cpp src/map.cpp src/mapblock.cpp src/mapnode.cpp src/mapnode.h src/materials.cpp src/server.cpp Signed-off-by: Sebastian Rühl <bahamada_basti@yahoo.de> | |||
2011-06-26 | more reorganizing of map code | Perttu Ahola | |
2011-06-26 | cleaned map stuff | Perttu Ahola | |
2011-06-25 | moved map generator to separate source files | Perttu Ahola | |
2011-06-25 | New map generator added (and SQLite, messed up the commits at that time...) ↵ | Perttu Ahola | |
(import from temporary git repo) | |||
2011-06-18 | merged Mac OSX build fix from minetest-delta | Perttu Ahola | |
2011-06-18 | removed furnace menu because it is not needed anymore | Perttu Ahola | |
2011-06-18 | separated inventory-related game content to content_inventory.{h,cpp} | Perttu Ahola | |
2011-06-18 | Created and moved stuff to content_nodemeta.{h,cpp} | Perttu Ahola | |
2011-06-17 | Moved stuff from mapblock{h,cpp} to mapblock_mesh.{h,cpp} and ↵ | Perttu Ahola | |
content_mapblock.{h,cpp} | |||
2011-06-17 | Moved some mapnode content stuff from mapnode.{h,cpp} and digging property ↵ | Perttu Ahola | |
stuff from material.cpp to content_mapnode.{h,cpp} | |||
2011-06-07 | Added an experimental "far view" thing. Doesn't work exactly like it should ↵ | Perttu Ahola | |
and not suitable for real use yet, and might never be. | |||
2011-06-02 | added -Wno-unused-but-set-variable to debug build | Perttu Ahola | |
2011-06-01 | added new submenu for key assignment | teddydestodes | |
configwriting/saving isn't complete and will break your config if you use fancy keys | |||
2011-06-01 | added new submenu for key assignment | teddydestodes | |
configwriting/saving isn't complete and will break your config if you use fancy keys | |||
2011-06-01 | MacOSX build support | MrLoom | |