Go to file
Dennis Schridde e7a0a57b0e Simplify buildsystem for base.wz/mp.wz and make sure to really regenerate the archives.
This would not always work before, since we just depend on the directory, not each file in it.
This oversight made make not recognize when a file was changed and the archive needs to be regenerated.
We now run zip on every invocation of the data target.


git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@5158 4a71c877-e1ca-e34f-864e-861f7616d084
2008-05-23 22:01:07 +00:00
build_tools Fix ambigous else 2008-04-20 23:56:20 +00:00
data Simplify buildsystem for base.wz/mp.wz and make sure to really regenerate the archives. 2008-05-23 22:01:07 +00:00
doc Use <a href... for links in mainpage.dox (Doxygen recognizes that tag and uses it to generate documentation, even for, e.g. LaTeX) 2008-04-22 22:29:51 +00:00
icons Optimise more pngs 2008-04-26 13:59:50 +00:00
lib Make sure we print out script call stack when division by zero occurs. 2008-05-23 14:29:11 +00:00
m4 Don't check for strlcpy and strlcat in the configure script as simply #defining _XOPEN_SOURCE (what config.h does) is enough to prevent declarations of these functions from being included (thus the #inclusion of "frame.h" in strlfuncs.h should be enough (this should fix bug #11609) 2008-05-04 13:56:27 +00:00
macosx Move base files from data/ into data/base/ (and stuff from warzone.wz to base.wz respecitively). 2008-05-23 21:42:44 +00:00
makerules make *.lex.h depend on the FLEX rule as well for the raw Makefile system 2008-05-10 21:28:06 +00:00
pkg Fix raw makefile dep 2008-05-23 21:50:40 +00:00
po Translations from branches/2.1@5018: 2008-05-10 15:51:26 +00:00
src Move base files from data/ into data/base/ (and stuff from warzone.wz to base.wz respecitively). 2008-05-23 21:42:44 +00:00
tests Fix LDADD in tests/Makefile.am so that crosscompiling (or rather crosslinking) with mingw32 is possible 2008-05-12 19:52:35 +00:00
tools Add the new LeveLexer from r4833 to the Python Egg as well 2008-04-28 00:45:15 +00:00
win32 Update MSVC project file for addition of parsetest code to --selftest in r5060 (I accidentily committed that together with the fix to lib/event/event.c) 2008-05-12 12:41:54 +00:00
.gitignore Add a gitignore file 2008-05-11 10:54:58 +00:00
AUTHORS Add Elio Gubser <elio> to the AUTHORS file 2008-04-29 17:30:45 +00:00
COMPILE Note that a "privileged user" usually is "root" 2008-04-26 14:33:32 +00:00
COPYING Create final repository structure. 2007-06-28 17:47:08 +00:00
COPYING.README Remove original backdrops (ugly) and wzlogo 3, 4 and rename the others to backdropX 2008-03-14 19:31:42 +00:00
ChangeLog Update changelog in trunk as well 2008-05-11 22:11:28 +00:00
Doxyfile Lets not #include the Doyxgen generated files from a previous run in the Doxygen docs for the current run (specifically search.php) 2008-04-27 17:53:57 +00:00
Makefile.am Add the beginnings of an external unit test framework (i.e. it doesn't run in Warzone itself, it just links to pieces of Warzone's code to test it): 2008-05-02 18:44:01 +00:00
Makefile.raw Fix up raw makefiles 2008-03-16 00:06:11 +00:00
autogen.sh Fix bug #11693. Fix submited by verminus@gna.org 2008-05-16 14:45:51 +00:00
autorevision.conf * In revision information extraction class RevSVNVersionQuery (uses "svnversion"), ignore its output if the word "exported" is encountered (that way compiling from an exported working copy is possible also) 2007-11-05 18:43:30 +00:00
config.rpath Port r3878 and r3879 from trunk/ 2008-03-01 13:04:16 +00:00
configure.ac Disable optimisations (-O0) for --enable-debug=relaxed as well 2008-05-17 10:48:26 +00:00
warzone2100.cbp * Make sure to set psPrev to NULL at the start of the deletion loop 2008-05-12 12:33:38 +00:00
wscript Fix "incompatible declarations" found by batched compiling. 2007-09-16 14:05:01 +00:00