Commit Graph

5848 Commits

Author SHA1 Message Date
Susanna Björverud
45bd7a8857 Updated Finnish translation 2005-03-10 18:13:28 +00:00
Susanna Björverud
5a45210bdd Updated Finnish translation 2005-03-10 16:40:45 +00:00
Guillaume Melquiond
b82ed79743 Remove unused variables and fix unsigned comparisons to 0. 2005-03-10 13:55:24 +00:00
Guillaume Melquiond
8396362665 Let's write correct C++. 2005-03-10 13:46:22 +00:00
Susanna Björverud
17a2f7a554 Updated Italian translation 2005-03-10 13:09:27 +00:00
Susanna Björverud
8130d8297a Updated British English translation 2005-03-10 12:56:54 +00:00
Dave White
48395addb9 added new multiplayer scenario: Icy Waters 2005-03-10 03:42:51 +00:00
Yann Dirson
36a69b9e9e include cleanup: widgets/* 2005-03-10 02:09:26 +00:00
Yann Dirson
64250882ba include cleanup: map 2005-03-10 01:47:57 +00:00
Yann Dirson
8b0b40b0b8 include cleanup: halo, hotkeys, intro, leader_list 2005-03-10 01:24:31 +00:00
Yann Dirson
41c84dd351 include cleanup: game* 2005-03-10 00:00:06 +00:00
Yann Dirson
50e405a352 include cleanup: font 2005-03-09 23:30:28 +00:00
Yann Dirson
ed6810894b include cleanup: gettext, language 2005-03-09 22:58:18 +00:00
Yann Dirson
62768501bb include cleanup: builder, cursor, dialogs, display 2005-03-09 22:21:54 +00:00
Yann Dirson
672764c39f #include cleanup 2005-03-09 22:21:04 +00:00
Yann Dirson
4f039b3264 #include cleanup 2005-03-09 21:56:05 +00:00
Jon Daniel
1f00cfdbaf added .cvsignore here for the compile script 2005-03-09 21:51:19 +00:00
Jon Daniel
d31b8a1f99 oops 2005-03-09 21:49:04 +00:00
Jon Daniel
2e761488b2 .cvsignore update 2005-03-09 21:46:24 +00:00
Yann Dirson
efc1199927 include cleanup: ai* 2005-03-09 21:21:37 +00:00
Yann Dirson
6ec8596b61 include cleanup: about, actions, cavegen, mapgen 2005-03-09 20:48:42 +00:00
Yann Dirson
0280430392 indent 2005-03-09 20:39:20 +00:00
Yann Dirson
6357c85b9f moved key-tester utility out of main code 2005-03-09 17:07:43 +00:00
Yann Dirson
26bbe121a7 removed more useless inclusions 2005-03-09 17:01:09 +00:00
Yann Dirson
9dcb399cc9 removed useless inclusion of display.hpp 2005-03-09 16:29:52 +00:00
Yann Dirson
7ea62bf981 added a deps.ps target to get the dependency graph from graph-includes 2005-03-09 13:32:48 +00:00
Jon Daniel
5b1adc68c9 removed a obsolete FIXME since library checks now work when cross-compiling 2005-03-09 13:22:08 +00:00
Jon Daniel
1ff1f9c74f Added AC_CANONICAL_BUILD, HOST an TARGET 2005-03-09 12:35:57 +00:00
Jon Daniel
8a4f0e4811 replaced hardocded SDL* libraray paths with $SDL_CONFIG --prefix/lib/libSDL* 2005-03-09 10:26:45 +00:00
Jon Daniel
40fd1ee13a Changed Colour to Color for en_US 2005-03-09 09:45:04 +00:00
Yann Dirson
456eaa6e11 moved mp:controller defn into multiplayer_connect, to cleanup mp deps a bit 2005-03-09 09:32:11 +00:00
Susanna Björverud
a0157575c2 Fixed typo in Swedish translation 2005-03-08 23:23:19 +00:00
Jordà Polo
0967d9c75e increased the width of unit-hp and unit-xp 2005-03-08 15:11:13 +00:00
Jordà Polo
15a3c9de0a added slovenian translation
added Jaka Kranjc (lynx) as slovenian translator
2005-03-08 14:18:08 +00:00
Dave White
d2d0ee3b08 committed patch to add an option to choose whether the sun moves left-to-right
or right-to-left
2005-03-08 02:52:45 +00:00
Dave White
c2744d67cf fixed compilation problems on VC++ 2005-03-08 02:30:06 +00:00
Dave White
209a3fbf9e added inclusion of global.hpp 2005-03-08 02:29:10 +00:00
Dave White
5be8a3d3e4 corrected forward declaration of 'config' to be a class rather than a struct 2005-03-08 02:26:03 +00:00
Dave White
9a29c25197 fixed compile error on vc++ 2005-03-08 02:16:32 +00:00
Susanna Björverud
7169952e8d Updated Slovenian translation 2005-03-07 21:15:55 +00:00
Yann Dirson
0b6f15b174 fixed hardcoded constant in error message 2005-03-06 18:14:48 +00:00
Yann Dirson
0772bb83e9 first step towards making variable handling independant of game_events:
put the relevant prototypes into their own header and use it where applicable
2005-03-06 18:12:19 +00:00
Susanna Björverud
e4b0418258 Updated Hungarian translation 2005-03-06 17:54:30 +00:00
Susanna Björverud
597f80e25c Updated Hungarian translation 2005-03-06 16:48:31 +00:00
Susanna Björverud
ea925580e3 Updated German (SotBE) translation 2005-03-06 16:43:28 +00:00
Susanna Björverud
eb52daa7aa Updated Slovenian translation 2005-03-06 12:23:27 +00:00
Philippe Plantier
06e6e017e8 Fixed a bug where the UTD8-decoding iterator would try to decode characters...
...at the end of a string.
2005-03-06 10:46:27 +00:00
Susanna Björverud
da43bbdc03 Changed ordering of fonts in Russian translation 2005-03-06 08:57:39 +00:00
Jon Daniel
950a4f62b5 Changed ucs4_string typedef to std::vector<Uint32> 2005-03-06 01:55:38 +00:00
Jon Daniel
c4436e2fa9 Added refresh image cache hotkey and menu entry to the editor 2005-03-05 19:03:56 +00:00