Go to file
Cyp c1ca4d2d34 newnet: Don't send lots of small packets, fix "connection error"s when listing games.
Since there is no advantage in sending data more than once per game tick, queue up data until the game time ticks. This may result in sligtly better compression in some cases, due to not flushing non-stop.
Don't close a socket while data is queued to be sent, since this sometimes breaks listing games (where the list is queued, and the socket is closed).
2010-07-16 21:46:00 +02:00
build_tools Improve the changelog script. 2010-06-13 11:24:14 +02:00
data Merge remote branch 'origin/master' into newnet 2010-07-13 20:50:37 +02: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: Don't send lots of small packets, fix "connection error"s when listing games. 2010-07-16 21:46:00 +02:00
m4 Improve GLee detection. 2010-04-28 07:52:19 +02:00
macosx Rip -mfpmath=sse and -mno-fused-madd out since we are eliminating floats instead. 2010-07-11 08:08:34 +02:00
makerules Fix exception handler to obey UAC on windows machines. 2010-04-12 11:59:41 +02:00
pkg Add track3.ogg to the NSIS installer. 2010-06-03 22:41:44 +02:00
po Merge remote branch 'origin/master' into newnet 2010-07-12 08:06:39 +02:00
src newnet: Don't send lots of small packets, fix "connection error"s when listing games. 2010-07-16 21:46:00 +02:00
tests Fix unit tests 2010-04-19 12:52:42 +02:00
tools simplipie: Make it accept multiple filenames as arguments to make mass-conversions simpler. 2010-07-11 23:04:18 +02:00
win32 Merge remote branch 'origin/master' into newnet 2010-07-13 20:50:37 +02:00
.bzrignore ln -s .gitignore .bzrignore 2010-02-17 21:50:57 +01:00
.gitignore Merge remote branch 'origin/master' into newnet 2010-07-12 08:06:39 +02:00
AUTHORS Add sendai nick to myself (as a confusion reducing measure) 2010-05-08 09:30:20 +02: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 Fix some changelog errors 2010-04-18 20:21:18 +02:00
Doxyfile Exclude config-macosx.h and exceptionhandler/include/* from the Doxygen documentation 2008-11-16 16:28:06 +00:00
Makefile.am Remove .svn folders for make dist. 2010-03-13 22:57:23 +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 Merge remote branch 'origin/master' into newnet 2010-07-16 18:01:22 +02:00
makefile.win32 Rename "raw" Makefiles to "win32" Makefiles 2008-07-06 14:29:04 +00:00
newnet.TODO newnet: Make AI research synchronised. Games with AIs now seem to stay in synch. 2010-02-26 21:51:47 +01:00