| Commit message (Expand) | Author | Age |
... | |
* | | | | added gettext support | Constantin Wenger | 2011-07-20 |
* | | | | Merge branch 'upstream/master' | Nils Dagsson Moskopp | 2011-07-14 |
|\ \ \ \
| | |_|/
| |/| | |
|
| * | | | reorganized a lot of stuff and modified mapgen and objects slightly while doi... | Perttu Ahola | 2011-06-26 |
| * | | | more reorganizing of map code | Perttu Ahola | 2011-06-26 |
| * | | | cleaned map stuff | Perttu Ahola | 2011-06-26 |
| |/ / |
|
* | | | Merge branch 'master' of https://github.com/erlehmann/minetest-delta.git into... | Sebastian Rühl | 2011-06-26 |
|\ \ \
| |/ /
|/| | |
|
| * | | added new submenu for key assignment | teddydestodes | 2011-06-01 |
| * | | MacOSX build support | MrLoom | 2011-06-01 |
| |/ |
|
* | | 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 | 2011-06-25 |
* | | 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-18 |
* | | Moved stuff from mapblock{h,cpp} to mapblock_mesh.{h,cpp} and content_mapbloc... | Perttu Ahola | 2011-06-17 |
* | | Moved some mapnode content stuff from mapnode.{h,cpp} and digging property st... | Perttu Ahola | 2011-06-17 |
* | | Added an experimental "far view" thing. Doesn't work exactly like it should a... | Perttu Ahola | 2011-06-07 |
* | | added -Wno-unused-but-set-variable to debug build | Perttu Ahola | 2011-06-02 |
* | | player passwords and privileges in world/auth.txt | Perttu Ahola | 2011-05-29 |
|/ |
|
* | Added the ability to change your password (via pause menu) | Ciaran Gultnieks | 2011-05-22 |
* | Merge: New map directory structure and player passwords | Perttu Ahola | 2011-05-21 |
|\ |
|
| * | Passwords - password entry at main menu, stored and checked by server | Ciaran Gultnieks | 2011-05-20 |
* | | added -Wno-unused-but-set-variable, which hides a new warning in gcc 4.6 whic... | Perttu Ahola | 2011-05-16 |
|/ |
|
* | Improved server commands and added player permissions. | Ciaran Gultnieks | 2011-05-16 |
* | Added key configuration in the configuration file. | Perttu Ahola | 2011-05-14 |
* | added clouds | Perttu Ahola | 2011-04-29 |
* | Code refactoring; split half of main.cpp to game.cpp. | Perttu Ahola | 2011-04-23 |
* | Removed IrrlichtWrapper | Perttu Ahola | 2011-04-22 |
* | items now fall by gravity... also some other random updating | Perttu Ahola | 2011-04-10 |
* | changed node metadata format to better accomodate future needs and problems | Perttu Ahola | 2011-04-05 |
* | Modified windows build parameters a bit to make it build | Perttu Ahola | 2011-04-04 |
* | removed reference to script directory in cmake install | Perttu Ahola | 2011-04-04 |
* | commit before some more radical changes | Perttu Ahola | 2011-04-03 |
* | Removed lua stuff | Perttu Ahola | 2011-04-03 |
* | modified the build system of lua to a more minimal one | Perttu Ahola | 2011-02-24 |
* | fixed a path in build system's packaging part | Perttu Ahola | 2011-02-23 |
* | preliminary lua scripting framework for objects | Perttu Ahola | 2011-02-21 |
* | Temporary commit; lots of test code and stuff | Perttu Ahola | 2011-02-21 |
* | small fixes: crack texture, server build on windows, configuration file examp... | Perttu Ahola | 2011-02-16 |
* | fixed slight error in server build | Perttu Ahola | 2011-02-15 |
* | might work good on cmake+msvc now | Perttu Ahola | 2011-02-15 |
* | Ctrl+C handling on POSIX, some commands for server and other tweaking | Perttu Ahola | 2011-02-15 |
* | fixed CMakeLists.txt syntax (removed additional ,) | Perttu Ahola | 2011-02-14 |
* | Use random-generated fallback textures when real textures are not found | Perttu Ahola | 2011-02-12 |
* | new texture stuff quite working | Perttu Ahola | 2011-02-11 |
* | fixes toward mingw compatibility | Perttu Ahola | 2011-02-10 |
* | work-in-progress texture atlas optimization | Perttu Ahola | 2011-02-10 |
* | bug-fixin' | Perttu Ahola | 2011-02-08 |
* | mapgen stuff | Perttu Ahola | 2011-02-05 |
* | added sand to map generator | Perttu Ahola | 2011-02-04 |