Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Initially add small and tight logging facility | Perttu Ahola | 2011-10-16 |
| | |||
* | Resource file handling for exe icon for MinGW | Perttu Ahola | 2011-10-15 |
| | |||
* | Handle death and respawn better | Perttu Ahola | 2011-10-15 |
| | |||
* | mobv2 | Perttu Ahola | 2011-10-15 |
| | |||
* | In CMake scripts: New version number, fix MSVC stuff | Perttu Ahola | 2011-10-14 |
| | |||
* | Header file tweaking; mainly for speed | Perttu Ahola | 2011-10-12 |
| | |||
* | Merge branch 'view_bobbing_and_vielded_tool' | Perttu Ahola | 2011-09-26 |
|\ | |||
| * | Collected and moved existing camera infrastructure from game.cpp to ↵ | Kahrl | 2011-09-08 |
| | | | | | | | | camera.cpp and camera.h. Introduced configuration settings 'fov' which chooses the camera's (vertical) field of view and 'view_bobbing' which currently does nothing. Other code refactored to not expect the FOV to be a build time constant. | ||
* | | Move PLATFORM_LIBS around to make sqlite3 link with libdl on some distros | Perttu Ahola | 2011-09-23 |
| | | |||
* | | SQLite needs to be linked with -ldl on some Linux distros. | Kahrl | 2011-09-16 |
|/ | |||
* | added ipban support | Constantin Wenger | 2011-08-12 |
| | | | | | commands: /#ipban <nick> /#ipunban <ip> | ||
* | Merged some FreeBSD fixes | Perttu Ahola | 2011-08-11 |
|\ | |||
| * | Proper placement of binary files. | q66 | 2011-08-11 |
| | | |||
* | | Clang doesn't like -Wno-unused-but-set-variable | Giuseppe Bilotta | 2011-08-11 |
| | | | | | | | | | | The release versions of CMake don't yet properly support flag checking in Clang, so we need to exclude it explicitly for the time being. | ||
* | | Project uses C++, so use CHECK_CXX_COMPILER_FLAG | Giuseppe Bilotta | 2011-08-11 |
|/ | | | | | Although this doesn't change much for our specific case, it can make a difference for some flags, so use the appropriate macro. | ||
* | Check whether -Wno-unused-but-set-variable is supported before using | Dmitry Marakasov | 2011-08-01 |
| | | | | it. It seems to only be available on recent (>=4.6) versions of gcc. | ||
* | merged delta and c55 | Perttu Ahola | 2011-08-05 |
|\ | |||
| * | Merge remote-tracking branch 'origin/upstream' | Nils Dagsson Moskopp | 2011-07-31 |
| |\ | |/ |/| | |||
| * | Sanitize GETTEXT usage macros | Giuseppe Bilotta | 2011-07-24 |
| | | | | | | | | | | | | | | Now the user-level option is called ENABLE_GETTEXT, and USE_GETTEXT is only set to true if gettext was enabled and found. This simplifies all check to USE_GETTEXT only rather than the double checks for it being enabled and found. | ||
| * | Bring po update out of cmake again | Giuseppe Bilotta | 2011-07-24 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | This solves two issues at once: * CMake would delete po files during ‘make clean’ because it thought they were autogenerated and not just managed * the only gettext tools readily available in Windows are so old they don't support options like --package-name The change also moves minetest.pot down one level, so we don't need to special case ‘en’ anymore. The downside is of course that you need some sane POSIX shell to update the po files. | ||
| * | Do not package en translation, since we don't build it | Giuseppe Bilotta | 2011-07-24 |
| | | |||
| * | Gettext domain should match the project name | Giuseppe Bilotta | 2011-07-24 |
| | | | | | | | | | | | | This partially reverts 023cc0d37776976b4b192b7363f73a5d2debdef6, goes back to using PROJECT_NAME for the filename and also uses PROJECT_NAME as text domain in the source code. | ||
| * | updated cmakerules to autodetect if gettext can be used | Constantin Wenger | 2011-07-23 |
| | | | | | | fixed error if gettext is disabled | ||
| * | 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 | ||
| * \ | 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 |
| | | | | |||
* | | | | updated CMakeList.txts a bit | Perttu Ahola | 2011-07-31 |
| | | | | |||
* | | | | added windows icon | Perttu Ahola | 2011-07-31 |
| | | | | |||
* | | | | removed -delta namings | Perttu Ahola | 2011-07-23 |
| | | | | |||
* | | | | fixed some problems with filenames of the translations | Constantin Wenger | 2011-07-22 |
| | | | |