Mon, 13 Sep 2004 07:10:21 +0000(svn r231) Added romanian translation (Magic_Pixel)
miham [Mon, 13 Sep 2004 07:10:21 +0000] rev 230
(svn r231) Added romanian translation (Magic_Pixel)

Mon, 13 Sep 2004 06:56:30 +0000(svn r230) -Feature: IConsoleWarning for warning messages
signde [Mon, 13 Sep 2004 06:56:30 +0000] rev 229
(svn r230) -Feature: IConsoleWarning for warning messages
-Feature: added info_cmd command
-Codechange: renamed "varinfo" to "info_var"
-Fix: some const fixes in console.h
-Fix: fixed return value of IConsoleCmdGet

Sun, 12 Sep 2004 23:35:01 +0000(svn r229) -Fix: Some more const stuff fixed .(Tron)
darkvater [Sun, 12 Sep 2004 23:35:01 +0000] rev 228
(svn r229) -Fix: Some more const stuff fixed .(Tron)
-Fix: ParseConnectionString() function to parse network connection string: <IP>[:<PORT>][#<PLAY_AS] .

Sun, 12 Sep 2004 22:29:33 +0000(svn r228) Daily langfile updates #3.
miham [Sun, 12 Sep 2004 22:29:33 +0000] rev 227
(svn r228) Daily langfile updates #3.

Sun, 12 Sep 2004 22:14:45 +0000(svn r227) -Fix: Sorry, broke console commands
darkvater [Sun, 12 Sep 2004 22:14:45 +0000] rev 226
(svn r227) -Fix: Sorry, broke console commands

Sun, 12 Sep 2004 22:10:58 +0000(svn r226) Daily langfile updates #2.
miham [Sun, 12 Sep 2004 22:10:58 +0000] rev 225
(svn r226) Daily langfile updates #2.

Sun, 12 Sep 2004 22:05:49 +0000(svn r225) -Doc: added multiplayer documentation file doc/multiplayer.txt
signde [Sun, 12 Sep 2004 22:05:49 +0000] rev 224
(svn r225) -Doc: added multiplayer documentation file doc/multiplayer.txt

Sun, 12 Sep 2004 22:03:14 +0000(svn r224) -Fix: Music now finally works on WinXP. DirectMusic is now default for an OS >= WinNT4 (WinNT4, Win2k, WinXP), and MIDI driver for lower OS's (Win95, Win98, WinME, etc).
darkvater [Sun, 12 Sep 2004 22:03:14 +0000] rev 223
(svn r224) -Fix: Music now finally works on WinXP. DirectMusic is now default for an OS >= WinNT4 (WinNT4, Win2k, WinXP), and MIDI driver for lower OS's (Win95, Win98, WinME, etc).

Sun, 12 Sep 2004 21:49:38 +0000(svn r223) -Fix: Const correctness and miscellaneous fixes. Thank you Tron for your diligent fixing of warnings (and some possibly bugs) (Tron)
darkvater [Sun, 12 Sep 2004 21:49:38 +0000] rev 222
(svn r223) -Fix: Const correctness and miscellaneous fixes. Thank you Tron for your diligent fixing of warnings (and some possibly bugs) (Tron)
-CodeLayout: Remove trailing spaces and Windows linebreaks

Sun, 12 Sep 2004 20:28:52 +0000(svn r222) -Fix: Added network.h and console_cmd.c to MSVC6 Project
signde [Sun, 12 Sep 2004 20:28:52 +0000] rev 221
(svn r222) -Fix: Added network.h and console_cmd.c to MSVC6 Project
-Fix: Added console_cmd.c to the Makefile