Sun, 14 Jan 2007 21:50:56 +0000(svn r8133) -Fix [FS#535]: "out of sprite memory" warning messages due to incorrect assumption of requested memory for sprites (smatz)
Darkvater [Sun, 14 Jan 2007 21:50:56 +0000] rev 5924
(svn r8133) -Fix [FS#535]: "out of sprite memory" warning messages due to incorrect assumption of requested memory for sprites (smatz)

Sun, 14 Jan 2007 21:32:13 +0000(svn r8132) -Fix (r6824): The game could crash when the chat key (<ENTER>) is pressed too vehemently during the join of the game. Your client's id does not exist in the clients list yet, and returns NULL.
Darkvater [Sun, 14 Jan 2007 21:32:13 +0000] rev 5923
(svn r8132) -Fix (r6824): The game could crash when the chat key (<ENTER>) is pressed too vehemently during the join of the game. Your client's id does not exist in the clients list yet, and returns NULL.

Sun, 14 Jan 2007 21:03:21 +0000(svn r8131) -Fix (r8125): g++ warning: 'invalid access to non-static data member ?<class>::<member>? of NULL object'. It is weird, but renaming the 'offsetof' macro helped.
KUDr [Sun, 14 Jan 2007 21:03:21 +0000] rev 5922
(svn r8131) -Fix (r8125): g++ warning: 'invalid access to non-static data member ?<class>::<member>? of NULL object'. It is weird, but renaming the 'offsetof' macro helped.

Sun, 14 Jan 2007 20:00:25 +0000(svn r8130) Provide struct GoodsEntry with a constructor
tron [Sun, 14 Jan 2007 20:00:25 +0000] rev 5921
(svn r8130) Provide struct GoodsEntry with a constructor

Sun, 14 Jan 2007 19:59:25 +0000(svn r8129) -Codechange: Change data tables to use split off palette map. And
peter1138 [Sun, 14 Jan 2007 19:59:25 +0000] rev 5920
(svn r8129) -Codechange: Change data tables to use split off palette map. And
include a file missed last time...

Sun, 14 Jan 2007 19:57:49 +0000(svn r8128) -Codechange: Split sprite and palette remap into separate 32 bit values.
peter1138 [Sun, 14 Jan 2007 19:57:49 +0000] rev 5919
(svn r8128) -Codechange: Split sprite and palette remap into separate 32 bit values.
This lets us increase the sprite width from 14 to up to 29 bits,
effectively nulling the old sprite limit. Table changes in next commit.

Sun, 14 Jan 2007 19:44:27 +0000(svn r8127) -Fix (r8125): removed redundant free() call which is also in Station destructor (Tron)
KUDr [Sun, 14 Jan 2007 19:44:27 +0000] rev 5918
(svn r8127) -Fix (r8125): removed redundant free() call which is also in Station destructor (Tron)

Sun, 14 Jan 2007 19:29:21 +0000(svn r8126) -Fix (r8125): missing #include fixes compilation error on g++ (still some warnings, working on it)
KUDr [Sun, 14 Jan 2007 19:29:21 +0000] rev 5917
(svn r8126) -Fix (r8125): missing #include fixes compilation error on g++ (still some warnings, working on it)

Sun, 14 Jan 2007 19:18:50 +0000(svn r8125) -Codechange: Station is now constructed/destroyed using new/delete operators (don't worry, they still use the same memory pool). Few station related functions turned into Station::methods (just first step). All this new stuff moved from station_cmd.cpp to the new file (station.cpp).
KUDr [Sun, 14 Jan 2007 19:18:50 +0000] rev 5916
(svn r8125) -Codechange: Station is now constructed/destroyed using new/delete operators (don't worry, they still use the same memory pool). Few station related functions turned into Station::methods (just first step). All this new stuff moved from station_cmd.cpp to the new file (station.cpp).

Sun, 14 Jan 2007 19:13:36 +0000(svn r8124) -Add [DEBUG]: _debug_station_level
KUDr [Sun, 14 Jan 2007 19:13:36 +0000] rev 5915
(svn r8124) -Add [DEBUG]: _debug_station_level