Fri, 24 Dec 2004 00:00:10 +0000(svn r1271) -Fix: set eol-style to native on missing files
darkvater [Fri, 24 Dec 2004 00:00:10 +0000] rev 801
(svn r1271) -Fix: set eol-style to native on missing files
-Added known_bugs file with open bugs on SF..should be included with installer
-Updated installer for 0.3.5

Thu, 23 Dec 2004 23:53:13 +0000(svn r1270) Updated all languages so they are ready to be released
bjarni [Thu, 23 Dec 2004 23:53:13 +0000] rev 800
(svn r1270) Updated all languages so they are ready to be released
moved russian, turkish and latvian 'translations' to lang/unfinished so we do not release 'translations' with nearly no translated strings

Thu, 23 Dec 2004 23:32:07 +0000(svn r1269) - Updated changelog.txt and readme.txt for 0.3.5
truelight [Thu, 23 Dec 2004 23:32:07 +0000] rev 799
(svn r1269) - Updated changelog.txt and readme.txt for 0.3.5
- Marked docs/console.txt as out-dated

Thu, 23 Dec 2004 23:15:07 +0000(svn r1268) -Fix: some warnings in gfx.c fixed
darkvater [Thu, 23 Dec 2004 23:15:07 +0000] rev 798
(svn r1268) -Fix: some warnings in gfx.c fixed
-Fix: Makefile now correctly works for cygwin/mingw; altough defining only cygwin does not compile the game
-Fix: moved SDL information message from severity 0 to 1. Only errors/severe warnings should be level 0

Thu, 23 Dec 2004 22:45:24 +0000(svn r1267) -Fix: fix the wrong language file postfix strings...if you do such a change in english.txt, please also update the other language as well too!
darkvater [Thu, 23 Dec 2004 22:45:24 +0000] rev 797
(svn r1267) -Fix: fix the wrong language file postfix strings...if you do such a change in english.txt, please also update the other language as well too!

Thu, 23 Dec 2004 22:31:46 +0000(svn r1266) -Fix: fix some cygwin/mingw warnings
darkvater [Thu, 23 Dec 2004 22:31:46 +0000] rev 796
(svn r1266) -Fix: fix some cygwin/mingw warnings
-Note: when compiling with MinGW (-mno-cygwin) __MINGW32__ is defined; when compiling without it __CYGWIN32__ is defined. You need to set either -mno-cygwin (MinGW) or -mwin32 (Cygwin) to have WIN32 defined

Thu, 23 Dec 2004 21:58:01 +0000(svn r1265) -Fix: the server can also no longer use the money cheat if the
truelight [Thu, 23 Dec 2004 21:58:01 +0000] rev 795
(svn r1265) -Fix: the server can also no longer use the money cheat if the
advertise-mode is active

Thu, 23 Dec 2004 20:42:24 +0000(svn r1264) Fix: Default currency is GBP again and the currency identifier is displayed correctly in the config file
dominik [Thu, 23 Dec 2004 20:42:24 +0000] rev 794
(svn r1264) Fix: Default currency is GBP again and the currency identifier is displayed correctly in the config file

Thu, 23 Dec 2004 20:33:57 +0000(svn r1263) -Fix: [Network] Client-names are limited (serverside) to 25 chars
truelight [Thu, 23 Dec 2004 20:33:57 +0000] rev 793
(svn r1263) -Fix: [Network] Client-names are limited (serverside) to 25 chars
-Fix: You can enter some more chars in the chatbox

Thu, 23 Dec 2004 20:23:05 +0000(svn r1262) -Fix: [1088996] kill some warnings for MinGW (luzi82)
darkvater [Thu, 23 Dec 2004 20:23:05 +0000] rev 792
(svn r1262) -Fix: [1088996] kill some warnings for MinGW (luzi82)