Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix data paths for FreeBSD | Dmitry Marakasov | 2011-08-02 | 1 | -2/+7 | |
* | Fix "integer constant is too large for 'long' type" error | Dmitry Marakasov | 2011-08-02 | 1 | -1/+1 | |
* | Check whether -Wno-unused-but-set-variable is supported before using | Dmitry Marakasov | 2011-08-01 | 1 | -1/+6 | |
* | the zlib error print function now prints to dstream (debug.txt) | Perttu Ahola | 2011-08-08 | 1 | -8/+8 | |
* | merged delta and c55 | Perttu Ahola | 2011-08-05 | 25 | -415/+615 | |
|\ | ||||||
| * | Some obvious errors in the new fluid flow management | Giuseppe Bilotta | 2011-08-05 | 1 | -3/+4 | |
| * | MapNode is a struct, not a class | Giuseppe Bilotta | 2011-08-05 | 1 | -1/+1 | |
| * | fixed some error :/ | Constantin Wenger | 2011-08-05 | 1 | -0/+1 | |
| * | marked strings as translation | Constantin Wenger | 2011-08-05 | 2 | -56/+56 | |
| * | fixed displaying special chars in the keychange menu | Constantin Wenger | 2011-08-05 | 1 | -2/+11 | |
| * | * fix for broken water | Perttu Ahola | 2011-08-03 | 1 | -2/+2 | |
| * | Use wgettext | Giuseppe Bilotta | 2011-08-02 | 6 | -50/+50 | |
| * | Introduce wgettext | Giuseppe Bilotta | 2011-08-02 | 1 | -0/+5 | |
| * | Get rid of unused variables | Giuseppe Bilotta | 2011-08-02 | 1 | -2/+0 | |
| * | * less clumsy ladder texture, based on rails | Nils Dagsson Moskopp | 2011-08-01 | 1 | -1/+1 | |
| * | Changing CONTENT_LADDER to be an extended block | Mark Holmquist | 2011-08-01 | 1 | -1/+0 | |
| * | Fixing ladders again | Mark Holmquist | 2011-08-01 | 2 | -15/+16 | |
| * | Fixed a few problems in the ladder update, and changed the speed to account f... | Mark Holmquist | 2011-08-01 | 3 | -6/+6 | |
| * | Ladders implemented! | Mark Holmquist | 2011-08-01 | 4 | -1/+34 | |
| * | Added ladders--they don't have any use yet, though | Mark Holmquist | 2011-08-01 | 5 | -0/+127 | |
| * | Merge remote-tracking branch 'origin/upstream' | Nils Dagsson Moskopp | 2011-07-31 | 15 | -46/+184 | |
| |\ | ||||||
| * | | last fix was shit but this one works (tested) | Constantin Wenger | 2011-07-31 | 1 | -2/+2 | |
| * | | fixe for msvc broke linux | Constantin Wenger | 2011-07-30 | 1 | -0/+4 | |
| * | | this fixes problem with msvc++ and should work on other systems and so on any... | Constantin Wenger | 2011-07-30 | 1 | -1/+0 | |
| * | | changed one forgotten en_US.UTF-8 to C | Constantin Wenger | 2011-07-30 | 1 | -1/+1 | |
| * | | fixed redefinitivon of gettext.h is included more than once | Constantin Wenger | 2011-07-30 | 1 | -0/+3 | |
| * | | set some more text to gettext and updated po files | Constantin Wenger | 2011-07-30 | 2 | -58/+61 | |
| * | | set locales to C because en_US not installed on some systems, only UTF-8 vers... | Constantin Wenger | 2011-07-30 | 6 | -20/+30 | |
| * | | fixed displaying "umlauts" (deutsch umlaute) and hopefully other non ASCII ch... | Constantin Wenger | 2011-07-30 | 5 | -0/+20 | |
| * | | Merge branch 'upstream/master' | Nils Dagsson Moskopp | 2011-07-30 | 25 | -81/+372 | |
| |\ \ | ||||||
| * \ \ | Merge remote-tracking branch 'origin/upstream' | Nils Dagsson Moskopp | 2011-07-30 | 30 | -2098/+2696 | |
| |\ \ \ | ||||||
| * | | | | Locale dir should be parallel to global data dir | Giuseppe Bilotta | 2011-07-24 | 1 | -1/+1 | |
| * | | | | Read config from gettext.h | Giuseppe Bilotta | 2011-07-24 | 1 | -0/+2 | |
| * | | | | Actually make USE_GETTEXT available in the source | Giuseppe Bilotta | 2011-07-24 | 1 | -0/+1 | |
| * | | | | Two more instances of unhardcoding the project name | Giuseppe Bilotta | 2011-07-24 | 2 | -2/+2 | |
| * | | | | Sanitize GETTEXT usage macros | Giuseppe Bilotta | 2011-07-24 | 3 | -15/+20 | |
| * | | | | Bring po update out of cmake again | Giuseppe Bilotta | 2011-07-24 | 1 | -46/+19 | |
| * | | | | Refactor gettext init | Giuseppe Bilotta | 2011-07-24 | 2 | -14/+10 | |
| * | | | | Do not package en translation, since we don't build it | Giuseppe Bilotta | 2011-07-24 | 1 | -3/+5 | |
| * | | | | Gettext domain should match the project name | Giuseppe Bilotta | 2011-07-24 | 2 | -3/+3 | |
| * | | | | Place project name and gettext use in config | Giuseppe Bilotta | 2011-07-24 | 2 | -2/+10 | |
| * | | | | Merge pull request #34 from SpeedProg/master | Nils Dagsson Moskopp | 2011-07-23 | 3 | -18/+23 | |
| |\ \ \ \ | ||||||
| | * | | | | updated cmakerules to autodetect if gettext can be used | Constantin Wenger | 2011-07-23 | 3 | -18/+23 | |
| | * | | | | Merge remote-tracking branch 'upstream/master' | Constantin Wenger | 2011-07-22 | 4 | -44/+101 | |
| | |\ \ \ \ | ||||||
| | | * \ \ \ | Merge branch 'upstream/master' | Nils Dagsson Moskopp | 2011-07-22 | 4 | -44/+101 | |
| | | |\ \ \ \ | ||||||
| | * | | | | | | fixed some problems with filenames of the translations | Constantin Wenger | 2011-07-22 | 2 | -3/+3 | |
| | |/ / / / / | ||||||
| | * | | | | | Declare USE_GETTEXT option | Giuseppe Bilotta | 2011-07-22 | 1 | -0/+2 | |
| | * | | | | | fixed problem with displaying special chars | Constantin Wenger | 2011-07-22 | 1 | -1/+1 | |
| | * | | | | | updatepo cmake rule | Giuseppe Bilotta | 2011-07-22 | 1 | -16/+42 | |
| | * | | | | | Static naming of po file | Giuseppe Bilotta | 2011-07-22 | 1 | -1/+1 |