autopackage
- Fix masterserver disconnect (patch by Gerard)
2007-04-21 13:46:28 +00:00
build_tools
* Modify function QuerySvn such that we take advantage of std::string's interface rather than using low-level (i.e. character-level) string manipulations (e.g. remove a whole chunk at the end of a string rather than a separate character every time)
2007-10-25 20:42:03 +00:00
data
Beginnings of a new savegame format. Each time you save, a new file with the
2007-10-23 20:52:51 +00:00
debian
* Fix version number for 2.0.8 RC1 in Debian changelog
2007-10-20 14:05:08 +00:00
doc
Install the scriptingmanual as well.
2007-10-21 11:01:39 +00:00
icons
- Merge my OpenAL installer NSIS script with Giels (Installed into INSTDIR instead of TEMP)
2007-06-22 16:01:46 +00:00
lib
* Make resSetBaseDir const correct (char* -> const char*)
2007-10-27 16:12:00 +00:00
m4
- Be more explicit about what is missing during configure and only ask the user to install something if it is not obvious what is missing.
2007-10-09 11:10:47 +00:00
macosx
* Remove lib/framework/utf8.c[ch] as we don't need it just right now (we can always revert this commit later on if necessary)
2007-09-25 19:46:10 +00:00
makerules
* Make sure the raw Makefiles link against GLC
2007-10-11 22:55:34 +00:00
nsis
Fix wrong replacement of "Warzone 2100" with "${PACKAGE_NAME}".
2007-09-29 14:10:43 +00:00
po
Found a version of the STATIC_ASSERT which also works in global scope.
2007-10-22 20:53:27 +00:00
src
* Replace a lot of strncat(dst, src, sizeof(dst) - strlen(dst) - 1) calls with the less bloated strlcat(dst, src, sizeof(dst)) form
2007-10-27 15:47:17 +00:00
tools
* Initialize PhysicsFS before using it
2007-10-24 14:26:26 +00:00
win32
* Add file strlfuncs.h; this file contains an inline implementation of strlcpy and strlcat (safer variants of strncpy and strncat respectively)
2007-10-26 17:05:29 +00:00
ABOUT-NLS
- Make "make -C data data" recursively build mods as well. SUBDIRS is apparently ignored for target!=all.
2007-09-22 11:45:49 +00:00
AUTHORS
Watermelon is Carl Hee.
2007-08-30 22:28:34 +00:00
COMPILE
* Remove support for decoding (and encoding in case of screenshot dump code) of JPEG pictures
2007-04-17 18:24:31 +00:00
COPYING
Create final repository structure.
2007-06-28 17:47:08 +00:00
COPYING.README
License clarification about original data files.
2006-11-19 17:32:15 +00:00
ChangeLog
- Be more explicit about what is missing during configure and only ask the user to install something if it is not obvious what is missing.
2007-10-09 11:10:47 +00:00
Doxyfile
DOn't unnecessarily recurse into .svn folders.
2007-05-21 16:51:14 +00:00
INSTALL
Another buildsystem update:
2007-03-29 12:41:18 +00:00
Makefile.am
* Add building of Autorevision to the automake build-system
2007-10-21 18:53:24 +00:00
Makefile.raw
* Add NLS section to NSIS installer (installs compiled gettext message catalogs)
2007-08-17 18:51:06 +00:00
NEWS
Another buildsystem update:
2007-03-29 12:41:18 +00:00
README
Port of r2507: Add new Readmes by Kreuvf. Old README replaced with empty file to please Automake.
2007-09-29 20:58:36 +00:00
TODO
* Set svn:eol-style to native
2007-10-22 11:08:49 +00:00
autogen.sh
- Be more explicit about what is missing during configure and only ask the user to install something if it is not obvious what is missing.
2007-10-09 11:10:47 +00:00
config.rpath
Add the missing file without autoconf won't succeed. Problem reported by Giel.
2007-04-05 23:27:10 +00:00
configure.ac
- Use AC_SUBST to define pkg-config style xxx_LIBS variables
2007-10-25 18:13:30 +00:00
warzone2100.cbp
* Add file strlfuncs.h; this file contains an inline implementation of strlcpy and strlcat (safer variants of strncpy and strncat respectively)
2007-10-26 17:05:29 +00:00
wscript
Fix "incompatible declarations" found by batched compiling.
2007-09-16 14:05:01 +00:00