Mon, 13 Dec 2004 19:07:54 +0000(svn r1067) -Add: [Console] Added comment for scripts (everything behind the # is
truelight [Mon, 13 Dec 2004 19:07:54 +0000] rev 636
(svn r1067) -Add: [Console] Added comment for scripts (everything behind the # is
ignored) (GeniusDex / sign_de)

Mon, 13 Dec 2004 18:53:59 +0000(svn r1066) -Fix: Crash when saving game as spectator (tnx to GeniusDex for reporting)
truelight [Mon, 13 Dec 2004 18:53:59 +0000] rev 635
(svn r1066) -Fix: Crash when saving game as spectator (tnx to GeniusDex for reporting)

Mon, 13 Dec 2004 18:51:08 +0000(svn r1065) -Add: [Console] Alias support. Type 'list_aliases' to show them all (sign_de)
truelight [Mon, 13 Dec 2004 18:51:08 +0000] rev 634
(svn r1065) -Add: [Console] Alias support. Type 'list_aliases' to show them all (sign_de)

Mon, 13 Dec 2004 18:34:31 +0000(svn r1064) -Fixed typo (tnx GeniusDex)
truelight [Mon, 13 Dec 2004 18:34:31 +0000] rev 633
(svn r1064) -Fixed typo (tnx GeniusDex)

Mon, 13 Dec 2004 18:33:47 +0000(svn r1063) Improve scrolling limits a bit. You now can scroll further away from the map at the NW and NE edge.
tron [Mon, 13 Dec 2004 18:33:47 +0000] rev 632
(svn r1063) Improve scrolling limits a bit. You now can scroll further away from the map at the NW and NE edge.
Hopefully this new code is also a bit more comprehensible than the old. (;

Mon, 13 Dec 2004 18:32:49 +0000(svn r1062) -Fix: [Console] Compile warnigs in Get/SetPatchSettings
truelight [Mon, 13 Dec 2004 18:32:49 +0000] rev 631
(svn r1062) -Fix: [Console] Compile warnigs in Get/SetPatchSettings

Mon, 13 Dec 2004 17:58:53 +0000(svn r1061) -Fix: [Network] Compiling without ENABLE_NETWORK now works again correctly
truelight [Mon, 13 Dec 2004 17:58:53 +0000] rev 630
(svn r1061) -Fix: [Network] Compiling without ENABLE_NETWORK now works again correctly

Mon, 13 Dec 2004 17:47:21 +0000(svn r1059) -Fix: [Console] Renamed 'set port' to 'set server_port'
truelight [Mon, 13 Dec 2004 17:47:21 +0000] rev 629
(svn r1059) -Fix: [Console] Renamed 'set port' to 'set server_port'
-Add: [Network] Add ip-bind ('set server_bind_ip <ip>' in console or use
scripts/pre_dedicated.scr)

Mon, 13 Dec 2004 17:07:32 +0000(svn r1058) -Add: [Console] 3 aliases for newgame: new_game, newmap, new_map (this
truelight [Mon, 13 Dec 2004 17:07:32 +0000] rev 628
(svn r1058) -Add: [Console] 3 aliases for newgame: new_game, newmap, new_map (this
annoyed me for some time now)

Mon, 13 Dec 2004 17:04:41 +0000(svn r1057) -Add: [Network] 'set port <port>' changes the port of the server (after reboot)
truelight [Mon, 13 Dec 2004 17:04:41 +0000] rev 627
(svn r1057) -Add: [Network] 'set port <port>' changes the port of the server (after reboot)
-Fix: [Network] Fixed warnings that came with last revision
-Cleanup: [Network] Removed an unused var (_network_client_port)