Go to file
Cyp 36a6036b9f newnet: Fix corner case which resulted in updating before all messages had arrived. Make NET_FIREUP start the game before processing more messages (fixes case where one client is running under valgrind, or is just very very slow). 2010-02-21 16:51:20 +01:00
build_tools Include files needed for win32 cross-building. 2010-02-09 20:04:34 +01:00
data semperfi AI: Rewrite base expansion code - teach AI to spend like a drunken sailor when it 2010-02-15 20:51:06 +01:00
doc Update readme 2010-01-30 20:26:42 +01:00
icons - NSIS changes from 2.3 (#1111). 2010-02-09 20:28:16 +01:00
lib newnet: Fix corner case which resulted in updating before all messages had arrived. Make NET_FIREUP start the game before processing more messages (fixes case where one client is running under valgrind, or is just very very slow). 2010-02-21 16:51:20 +01:00
m4 Bump copyright 2009-02-10 18:01:48 +00:00
macosx More encoding fixes and fix some names. 2010-02-15 20:51:08 +01:00
makerules Use winsock 2 on all build systems (not just autohell like in r7284) 2009-05-06 22:29:37 +02:00
pkg - Aivolution has been removed from the MinGW build system and NSIS project 2010-02-11 20:14:34 +01:00
po Update translations. 2010-02-09 20:28:21 +01:00
src newnet: Fix corner case which resulted in updating before all messages had arrived. Make NET_FIREUP start the game before processing more messages (fixes case where one client is running under valgrind, or is just very very slow). 2010-02-21 16:51:20 +01:00
tests pointtree: Find points quickly. 2010-02-09 20:27:09 +01:00
tools simplipie: Add duplicate point removal. 2010-02-13 23:05:00 +01:00
win32 Update MSVC2008 project file (random.cpp). 2010-02-09 20:28:14 +01:00
.gitignore newnet: Rename lib/netplay/nettypes.c to lib/netplay/nettypes.cpp. 2010-02-15 20:56:56 +01:00
AUTHORS Apply patch #1330 provided by Cyp - Add unicode support to text boxes and game-chat 2010-02-09 20:04:29 +01:00
COMPILE Fix progress bars, reenable sound test, move variable, remove magic number, comments and spelling. Patch by Safety0ff. 2010-02-09 20:27:41 +01:00
COPYING Create final repository structure. 2007-06-28 17:47:08 +00:00
COPYING.NONGPL Add miniupnp to COPYING.NONGPL. 2009-11-22 16:20:03 +01:00
COPYING.README Warzone 2100, I have the honour to release you from any license unclarities. 2008-06-11 16:38:04 +00:00
ChangeLog Update changelog / docs 2009-06-01 21:19:54 +02:00
Doxyfile Exclude config-macosx.h and exceptionhandler/include/* from the Doxygen documentation 2008-11-16 16:28:06 +00:00
Makefile.am make: Better (hopefully) hack to fix broken dependency files. 2010-02-15 20:51:08 +01:00
autogen.sh Allow autogen.sh to be executed out-of-tree 2010-01-30 20:26:55 +01: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 newnet: Fix the host mixing up broadcast messages with messsages to the host, by making NetQueue even more message-oriented. Use -Wall -Werror on C++ files too, and fix the corresponding werrors. Don't use gameRand() from scripts, since the scripts are apparently only executed on the host. Add syncDebug() log function, which is only printed, if it would print different things on different clients. 2010-02-16 23:02:27 +01:00
makefile.win32 Rename "raw" Makefiles to "win32" Makefiles 2008-07-06 14:29:04 +00:00