Commit Graph

5325 Commits

Author SHA1 Message Date
Susanna Björverud
15678fc142 Updated Russian translation 2005-01-26 21:08:42 +00:00
Yann Dirson
0ccf037f50 manpage update (Ivanovic) 2005-01-26 20:40:45 +00:00
Yann Dirson
c29147efd4 made editor to work with zipios 2005-01-26 20:37:41 +00:00
Isaac Clerencia Perez
94346ec365 Version bumped to 0.8.10-CVS 2005-01-26 09:52:28 +00:00
Yann Dirson
a29706347e differ initialisation of zipios stuff...
...until command-line options were parsed, so that the log system is
initialized and messages are not lost
2005-01-25 23:18:54 +00:00
Isaac Clerencia Perez
74cf71102d Updated changelog 2005-01-25 22:40:41 +00:00
Susanna Björverud
504887d564 Updated changelog 2005-01-25 21:29:02 +00:00
Isaac Clerencia Perez
a29ea4459d Yet Another Changelog Update 2005-01-25 19:49:00 +00:00
Isaac Clerencia Perez
b1392837ee Updated changelog 2005-01-25 19:38:29 +00:00
Isaac Clerencia Perez
bd5d16d7c7 Updated changelog 2005-01-25 19:27:48 +00:00
Hogne Håskjold
7d730fd51a Minor tweaks 2005-01-25 19:09:48 +00:00
Hogne Håskjold
a8a5fb687d New version with a different perspective 2005-01-25 18:42:10 +00:00
Hogne Håskjold
1ab1fd5092 Added castle<->snow forest transition 2005-01-25 16:00:50 +00:00
Hogne Håskjold
bf818fe8b3 Added castle<->tropical forest transition 2005-01-25 15:35:38 +00:00
Isaac Clerencia Perez
5adcef0f85 Bump version to 0.8.9 2005-01-25 14:54:24 +00:00
Isaac Clerencia Perez
02badf6ecc Add $MAN_LANG dirs/ to tarball in make dist 2005-01-25 14:22:41 +00:00
Dave White
af91f19419 fixed bug where in campaigns at the end of a scenario...
...remaining gold could be shown for AI opponents
2005-01-25 03:48:46 +00:00
Isaac Clerencia Perez
5aa9b03df5 Added current Polish translators to about.cpp 2005-01-25 00:33:04 +00:00
Susanna Björverud
23b3f832f1 Updated Latin translation 2005-01-24 20:44:15 +00:00
Susanna Björverud
b35ba943e9 Updated Latin translation 2005-01-24 19:35:02 +00:00
Guillaume Melquiond
08f21e7585 Temporarily revert till the release. 2005-01-24 08:00:03 +00:00
Richard Kettering
ea69d7887a "I just want to thank everyone who made this day necessary."
- Yogi Berra
2005-01-24 05:02:26 +00:00
Dave White
7d1b29ceaf removed usage of angry pictures of Li'sar...
...to accomodate new portraits being added
2005-01-24 04:23:30 +00:00
Dave White
71ca30515d code cleanup for pathfinding where a unit has 0 total movement 2005-01-23 22:10:00 +00:00
Dave White
e6ceaa4cd5 attempt to fix bug where an assertion would fail in network_worker.cpp 2005-01-23 22:04:20 +00:00
Jon Daniel
ef30196f32 Fixed bug #11663
which allowed remote players to be connected after pressing the ai
button causing out of syncs in game.  Now everyone except the host
will get disconnected if the ai button is pressed.
2005-01-23 21:40:53 +00:00
Yann Dirson
b4a1060500 remove empty dirs after moving installed files into zips 2005-01-23 20:39:46 +00:00
Jon Daniel
ec5eb8a653 fixed compile time warning
config.cpp:1597: int format, size_t arg (arg 3) by changing %d to %lu
2005-01-23 16:30:23 +00:00
Jon Daniel
4df6dd1851 fixed compile time warning
playturn.cpp:1611: int format, size_t arg (arg 3) by changing %d to
%lu
2005-01-23 16:28:39 +00:00
Joseph Simmons
8ae6b6fc8a Major balancing changes.
(It was hard to make it less unbalanced). After 0.8.9 is released I'll
be doing some string changes and some more balancing.
2005-01-23 16:20:31 +00:00
Jon Daniel
5b4dc9069b fixed compile time warning
config.cpp:1609: int format, size_t arg (arg 3) by changing %d to %lu
2005-01-23 16:19:53 +00:00
Jon Daniel
ef38bf2a59 fixed compile time warning replay.cpp:109: int format,
size_t arg (arg 3) by changing %d to %lu
2005-01-23 16:13:12 +00:00
Jon Daniel
280f111099 Added wassert(false) to default case 2005-01-23 16:09:57 +00:00
Jon Daniel
2538569238 fixed compile time warning
config.cpp:1584: int format, long unsigned int arg (arg 3) by changing
%d to %lu
2005-01-23 16:06:55 +00:00
Jon Daniel
12388bf893 fixed compile time warning
gamestatus.cpp:106: int format, long unsigned int arg (arg 3) by
changing %d to %lu.
2005-01-23 16:05:03 +00:00
Yann Dirson
7b33a26fd6 added zip-install target 2005-01-23 16:00:55 +00:00
Yann Dirson
73fd61768f do not zip music and translations ; add a coredata zip 2005-01-23 15:54:59 +00:00
Jon Daniel
aa9a939dec fixed compile time warning:
reports.cpp:401: enumeration value `NUM_REPORTS' not handled in switch
by adding a default case to the switch.
2005-01-23 15:40:56 +00:00
Jon Daniel
12cdb8058f fixed compile time warning:
show_dialog.cpp:513: enumeration value `NULL_DIALOG' not handled in
switch by adding a default case to the switch.
2005-01-23 15:35:38 +00:00
Jon Daniel
40076e6c66 fixed compile time warning:
help.cpp:1919: int xpos' might be used uninitialized in this function
by adding a default case to the switch
2005-01-23 15:32:07 +00:00
Jon Daniel
b0cf3db366 factored the new if a bit 2005-01-23 14:31:06 +00:00
Jon Daniel
1f39b99115 fixed a division by zero if a unit remaining_movement but total movement is zero 2005-01-23 14:25:34 +00:00
Dave White
7130cb3ac6 re-committed silene's changes that I accidentally deleted 2005-01-23 14:25:25 +00:00
Yann Dirson
c66dbc26ac fixed doc/man/Makefile for non-default but standard cases 2005-01-23 13:24:21 +00:00
Richard Kettering
4fcebd280b Special halo to fix graphical issues...
...with the glowing attack occuring under water.
2005-01-23 03:46:23 +00:00
Richard Kettering
7ec393977c Lots of minor notes added. 2005-01-23 03:42:57 +00:00
Richard Kettering
34ef895486 Added a full set of animations to the mermaid siren. 2005-01-23 03:26:53 +00:00
Richard Kettering
692e9e9f21 Added a full set of animations for the mermaid siren. 2005-01-23 03:22:12 +00:00
Jon Daniel
055fb32794 added default case to switch case statement to fix warnings with gcc and xcode 2005-01-23 01:13:23 +00:00
Dave White
a39ade36c9 fixed bug where scrolling to the bottom of a textbox wouldn't work properly 2005-01-23 00:28:34 +00:00