Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | removed -delta namings | Perttu Ahola | 2011-07-23 |
| | |||
* | fixed some problems with filenames of the translations | Constantin Wenger | 2011-07-22 |
| | |||
* | Declare USE_GETTEXT option | Giuseppe Bilotta | 2011-07-22 |
| | |||
* | updatepo cmake rule | Giuseppe Bilotta | 2011-07-22 |
| | | | | | | | | | | Get rid of the system-specific updatelocales.sh and introduce an updatepo cmake rule. po files are also updated before creating the mo files, and we now keep the .pot file (in the po/en directory). To stabilize the po file creation, file contents are sorted by source filename. Update po files in the process. | ||
* | Static naming of po file | Giuseppe Bilotta | 2011-07-22 |
| | | | | | | The po file should not be named c55 if we're in ∆. But since it is not exposed at installation time, we don't actually need its name to be based on the project name at all, so just call it minetest.po | ||
* | Refactor mo creation/installation | Giuseppe Bilotta | 2011-07-22 |
| | |||
* | Use project name for mo files | Giuseppe Bilotta | 2011-07-22 |
| | |||
* | Merge remote-tracking branch 'erlehmann/master' | Giuseppe Bilotta | 2011-07-22 |
|\ | | | | | | | | | Conflicts (from the introduction of fr translations): src/CMakeLists.txt | ||
| * | Added french translation. | Cyriaque Skrapits | 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 |
| | | |||
* | | 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 |
| | | |||
* | | Refactor and clean up gettext management | Giuseppe Bilotta | 2011-07-21 |
| | | |||
* | | Make gettext optional | Giuseppe Bilotta | 2011-07-21 |
| | | |||
* | | Tweak makefiles to add -delta suffix. | Weedy | 2011-07-21 |
| | | |||
* | | Fix win32 MSVC compile. (screw gettext) | Weedy | 2011-07-21 |
|/ | |||
* | Move package search out of conditional | Giuseppe Bilotta | 2011-07-20 |
| | | | | | This unbreaks the Windows build which would otherwise have problems at the jthread level. | ||
* | Use system sqlite3/jthread libs if available | Giuseppe Bilotta | 2011-07-20 |
| | |||
* | added gettext support | Constantin Wenger | 2011-07-20 |
| | | | | german translation file and bashscript to update translations | ||
* | Merge branch 'upstream/master' | Nils Dagsson Moskopp | 2011-07-14 |
|\ | | | | | | | | | | | Conflicts: data/oerkki1.png src/client.cpp | ||
| * | reorganized a lot of stuff and modified mapgen and objects slightly while ↵ | Perttu Ahola | 2011-06-26 |
| | | | | | | | | doing it | ||
| * | 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 ↵ | Sebastian Rühl | 2011-06-26 |
|\ \ | |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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> | ||
| * | added new submenu for key assignment | teddydestodes | 2011-06-01 |
| | | | | | | | | configwriting/saving isn't complete and will break your config if you use fancy keys | ||
| * | 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 |
| | | | | | | | | (import from temporary git repo) | ||
* | | 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 ↵ | Perttu Ahola | 2011-06-17 |
| | | | | | | | | content_mapblock.{h,cpp} | ||
* | | Moved some mapnode content stuff from mapnode.{h,cpp} and digging property ↵ | Perttu Ahola | 2011-06-17 |
| | | | | | | | | stuff from material.cpp to content_mapnode.{h,cpp} | ||
* | | Added an experimental "far view" thing. Doesn't work exactly like it should ↵ | Perttu Ahola | 2011-06-07 |
| | | | | | | | | and not suitable for real use yet, and might never be. | ||
* | | 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 |
|/ | | | | | --HG-- extra : rebase_source : 7260636295d9068fbeeddf4143c89f2b8a91446c | ||
* | Added the ability to change your password (via pause menu) | Ciaran Gultnieks | 2011-05-22 |
| | | | | | --HG-- extra : rebase_source : e8ec407f60711d42d33be4811b2880088f617b5b | ||
* | 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 ↵ | Perttu Ahola | 2011-05-16 |
|/ | | | | which only slows down development with no effect on security or anything. | ||
* | Improved server commands and added player permissions. | Ciaran Gultnieks | 2011-05-16 |
| | | | | | --HG-- extra : rebase_source : 178fe08f10b7de3ebaba088bd24faad795114216 | ||
* | 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 |
| |