Commit Graph

16760 Commits

Author SHA1 Message Date
Eric S. Raymond
276e7153f8 More things move to core directory. 2007-05-16 03:34:15 +00:00
Eric S. Raymond
10ba9b3d46 Most sounds and images moved to new core directory. 2007-05-16 03:18:52 +00:00
Eric S. Raymond
21b24e2a9b Move macros into a 'maxros' directory under core. 2007-05-16 01:04:29 +00:00
Elias Pschernig
5d6c2ca56d minor fix to actually make it compile in windows again 2007-05-15 21:23:53 +00:00
Eric S. Raymond
0884f8fd31 Attempted fix for mingw compilation. 2007-05-15 21:10:30 +00:00
Eric S. Raymond
9680f0084c All files with locations hardwired intgo C++ go into data/hardwired. 2007-05-15 20:56:42 +00:00
Nils Kneuper
b89ed394f0 updated Bulgarian translation 2007-05-15 20:11:45 +00:00
George Birthisel
b0af409485 changed tSG campaign maintainer to Wintermute 2007-05-15 20:10:04 +00:00
Benoît Timbert
6d57bd048d Fix bug #9142 : (Northern Rebirth: "Unknown Unit: Demilich") 2007-05-15 19:55:57 +00:00
Eric S. Raymond
20e7dfd757 Comment fix. 2007-05-15 19:25:26 +00:00
Eric S. Raymond
2abebac958 Syatematic use of _main.cfg and _final.cfg: campaigns are now packages,
Warning: you will lose if (a) you are running under Windows, and (b) your 
compiler isn't GNU C or Borland C or something else with native dirent(3) 
support, and (c) our untested internal dirent(3) implementation is broken.
2007-05-15 19:15:09 +00:00
Ali El Gariani
bd4fe7c1dc remove a uselessly hard-coded variable "misc/bar-energy.png"...
and use the good one (from game.cfg)

change a bad variable name
2007-05-15 17:35:30 +00:00
David Philippi
8eddca3d93 danish translation update 2007-05-15 17:22:25 +00:00
Benoît Timbert
afb92903d7 updated french translation 2007-05-15 17:17:08 +00:00
Benoît Timbert
72b66e7b4d Fix a WML typo found by allefant 2007-05-15 17:01:51 +00:00
Elias Pschernig
889a614d21 updated the python parser to also understand _main.cfg and _final.cfg handling 2007-05-15 16:57:52 +00:00
Eric S. Raymond
d5581d1fdf zookeeper and allefant liked a different naming convention...
...for the special files, and I'm OK with it.
2007-05-15 16:41:20 +00:00
Eric S. Raymond
485f397760 Cosmetic fixes. 2007-05-15 16:31:30 +00:00
Eric S. Raymond
bc9adf55ea Change the Windows port to use either the native compiler support...
...for the POSIX dirent(3) calls (under GNU C and Borland C) or an
internal emulation of same from the BSD-licensed unixem library
(Intel, Metrowerks, Watcom, MSC). This was patch #735.

This patch has been tested and is known to work under GNU C for
Windows, using its native dirent(3) support.  The emulation lifted from
the unixem library (http://synesis.com.au/software/unixem.html) is not
yet tested, but should be trivial to debug if it has any problems.

The actual point of this change was to unsnarl the logic of
get_files_in_dir() so as to be able to implement special file 
handling without worrying about the underlying OS.
2007-05-15 16:11:31 +00:00
Nils Kneuper
051c47615d updated Italian translation 2007-05-15 14:43:17 +00:00
Ali El Gariani
93f9fa43be For tiny-gui install, remove an obsolete reference to data/tutorial 2007-05-15 14:01:51 +00:00
Nils Kneuper
ce458a979c updated Bulgarian translation 2007-05-15 06:53:32 +00:00
Eric S. Raymond
deccb3043a This is needed to fully restore function. 2007-05-15 02:22:42 +00:00
Eric S. Raymond
2b10a4b87d Back out the changes that require %final.cfg to work...
...until we get a Windows port patch.  Restore tips.cfg to original
position.
2007-05-15 01:59:32 +00:00
Eric S. Raymond
b0de30d54c Cosmetic fixes, comments, and re-indentation to make the code clearer. 2007-05-15 01:50:47 +00:00
Ali El Gariani
7541a07cf4 display defense in the status bar of static units
(towers) or units placed on impassable terrain
2007-05-14 21:26:29 +00:00
Elias Pschernig
31a9bffb4d Make the campaign server print a message to stderr...
if it cannot find COPYING.txt.
2007-05-14 19:09:14 +00:00
Elias Pschernig
1b8ea2f80f fixed two small bugs in the python campaign server client 2007-05-14 18:33:55 +00:00
Jérémy Rosen
01b22b62ff change default values for anim from -1 to -2, no user visible impact 2007-05-14 18:29:03 +00:00
Elias Pschernig
83c3a8a1db fixed a typo 2007-05-14 17:59:18 +00:00
Elias Pschernig
824677b4b6 update of german utbs translation 2007-05-14 17:29:01 +00:00
Benoît Timbert
d78b1b135a French translation update 2007-05-14 17:22:09 +00:00
Eric S. Raymond
74a10d7391 Abstravct out the special filenames. 2007-05-14 16:17:40 +00:00
Eric S. Raymond
5a73b07b31 Make %main.cfg work, eliminate some debugging code. 2007-05-14 15:48:01 +00:00
Eric S. Raymond
cd73d3d331 %final.cfg is working. 2007-05-14 13:25:00 +00:00
Eric S. Raymond
21f91b02f3 Test version of machinery for %main.cfg and %final.cfg interpretation
(not yet used anywhere).
2007-05-14 12:53:17 +00:00
Lari Nieminen
d94879e660 Added a frame that was missing from 2007-05-14T07:45:08Z!lari.nieminen@iki.fi. 2007-05-14 08:08:44 +00:00
Lari Nieminen
2eb510b9dd Tweaked a few loyalist animations. 2007-05-14 07:45:08 +00:00
Richard Kettering
550870f37f Updated frame references for draug and revenant. 2007-05-14 03:58:42 +00:00
Richard Kettering
470ddd8475 New images for the draug and revenant. 2007-05-14 03:52:46 +00:00
Richard Kettering
0dc6832ca4 Cleaned up cavalier images. 2007-05-14 01:56:29 +00:00
Richard Kettering
c6f7057758 Cleaned up cavalryman images. 2007-05-14 00:57:40 +00:00
Patrick Parker
ad2e48b97c fix some incorrect use of radius=
since the behavior for [store_locations] was changed
2007-05-13 23:45:38 +00:00
Benoît Timbert
4bb9fcf000 Add a description for the Nagini Warrior
(identical to the Naga Warrior, except it's a Nagini)
2007-05-13 23:17:13 +00:00
Benoît Timbert
3bc4789e23 updated french translation 2007-05-13 22:59:33 +00:00
David Philippi
b7c2081bdb danish translation update 2007-05-13 22:44:51 +00:00
Jérémy Rosen
98e1759332 make WML debug function more reliable
(guarantee children order, and an WML compatible output)
2007-05-13 20:52:15 +00:00
J.W. Bjerk
07aaa3dada removed unused image from tSG,
and altered the between scenario story images to always display when
text is being displayed.  It beats plain black, and somehow makes the
text positioning better- instead of being crammed at the bottom of the
screen.
2007-05-13 19:03:28 +00:00
Mark de Wever
2818db0724 fixes a crash if a units poison attack has a cth of 0 (bug #9020) 2007-05-13 18:56:07 +00:00
J.W. Bjerk
24cad3520e cleaned up the UtBS dawarf a bit, though its still a monstrosity. 2007-05-13 18:25:54 +00:00