tron [Tue, 21 Feb 2006 06:43:53 +0000] rev 3054
(svn r3643) Remove a local variable which is just a pointer to a road stop status field and had the sensible name 'b'; instead directly use the road stop status field
Darkvater [Tue, 21 Feb 2006 01:15:59 +0000] rev 3053
(svn r3642) There is a 'npf' debug level for a reason, use that instead of bastardizing 'misc'. Also, pointers are checked against NULL in an if-statement
Darkvater [Mon, 20 Feb 2006 23:40:53 +0000] rev 3052
(svn r3641) - Rename MusicFilesettings 'btn_down' to more sensible 'playing'
Darkvater [Mon, 20 Feb 2006 23:01:58 +0000] rev 3051
(svn r3640) - Remove win32-only variables from variables.h and put them into win32_v.c. Also ifdef the win32 specific configuration file settings.
Darkvater [Mon, 20 Feb 2006 22:57:32 +0000] rev 3050
(svn r3639) Silence warnings on gcc about {} initializers around unions
peter1138 [Mon, 20 Feb 2006 21:49:31 +0000] rev 3049
(svn r3631) - 2cc: Remove use of some temporary variables and perform minor optimization in the form of the ternary operator.
Darkvater [Mon, 20 Feb 2006 19:58:46 +0000] rev 3048
(svn r3628) - Add BOOL and STRING types to saveload capabilities. String is unused up till now and it saves the full-buffer, regardless of how many characters the string actually has. So give a warning for that and figure it out later.
Darkvater [Mon, 20 Feb 2006 19:43:26 +0000] rev 3047
(svn r3627) - Change all hardcoded 255 max-saveload versions with the define SL_MAX_VERSION
Darkvater [Mon, 20 Feb 2006 19:42:39 +0000] rev 3046
(svn r3626) - Merge the SlGlobVarList (global variables) and SaveLoad (offset in struct, variable determined runtime) structs. The only difference between these two is the last element that either holds the address or the offset in the struct. Which one to take is determined by which function is called; SlObject or SlGlobList.
Darkvater [Mon, 20 Feb 2006 19:12:46 +0000] rev 3045
(svn r3625) - Move sl_version inside the functions where they are used to force usage.