1 --- StepMania-3.9-src-orig/src/ModelTypes.h 2004-08-19 10:29:16.000000000 +0200
2 +++ StepMania-3.9-src/src/ModelTypes.h.new 2008-04-04 03:48:01.000000000 +0200
11 --- StepMania-3.9-src-orig/src/crypto51/filters.h 2004-05-13 08:02:27.000000000 +0200
12 +++ StepMania-3.9-src/src/crypto51/filters.h.new 2008-04-04 03:50:33.000000000 +0200
19 NAMESPACE_BEGIN(CryptoPP)
21 --- StepMania-3.9-src-orig/src/crypto/CryptSH512.h 2004-06-08 07:30:52.000000000 +0200
22 +++ StepMania-3.9-src/src/crypto/CryptSH512.h.new 2008-04-04 03:50:24.000000000 +0200
32 --- StepMania-3.9-src-orig/src/crypto/CryptSHA.h 2004-06-08 07:30:52.000000000 +0200
33 +++ StepMania-3.9-src/src/crypto/CryptSHA.h.new 2008-04-04 03:53:07.000000000 +0200
42 unsigned char block[64];
43 --- StepMania-3.9-src-orig/src/crypto/CryptRand.h 2004-06-08 07:30:52.000000000 +0200
44 +++ StepMania-3.9-src/src/crypto/CryptRand.h.new 2008-04-04 03:52:58.000000000 +0200
52 void random_add_noise( const CString &noise );
53 unsigned char random_byte();
54 --- StepMania-3.9-src-orig/src/crypto/CryptBn.h 2004-06-08 07:30:52.000000000 +0200
55 +++ StepMania-3.9-src/src/crypto/CryptBn.h.new 2008-04-04 03:52:51.000000000 +0200
62 #if defined __GNUC__ && defined __i386__
63 typedef unsigned long BignumInt;
64 typedef unsigned long long BignumDblInt;
65 --- StepMania-3.9-src-orig/src/NetworkSyncServer.h 2008-04-04 03:46:16.000000000 +0200
66 +++ StepMania-3.9-src/src/NetworkSyncServer.h.new 2008-04-04 03:52:43.000000000 +0200
68 #include "ezsockets.h"
69 #define NETMAXBUFFERSIZE 1020
76 --- StepMania-3.9-src-orig/src/RageSurface.h 2004-09-06 01:37:04.000000000 +0200
77 +++ StepMania-3.9-src/src/RageSurface.h.new 2008-04-04 03:52:33.000000000 +0200
79 #ifndef RAGE_SURFACE_H
80 #define RAGE_SURFACE_H
85 struct RageSurfaceColor
87 --- StepMania-3.9-src-orig/src/RageSoundReader.h 2004-08-21 09:01:54.000000000 +0200
88 +++ StepMania-3.9-src/src/RageSoundReader.h.new 2008-04-04 03:52:25.000000000 +0200
90 #ifndef RAGE_SOUND_READER_H
91 #define RAGE_SOUND_READER_H
98 --- StepMania-3.9-src-orig/src/RageFile.h 2004-07-24 05:01:23.000000000 +0200
99 +++ StepMania-3.9-src/src/RageFile.h.new 2008-04-04 03:52:18.000000000 +0200
102 #include "RageFileBasic.h"
106 /* This is the high-level interface, which interfaces with RageFileObj implementations
107 * and RageFileManager. */
108 class RageFile: public RageFileBasic
109 --- StepMania-3.9-src-orig/src/archutils/Unix/LinuxThreadHelpers.h 2004-09-08 06:45:16.000000000 +0200
110 +++ StepMania-3.9-src/src/archutils/Unix/LinuxThreadHelpers.h.new 2008-04-04 03:52:08.000000000 +0200
112 #ifndef PID_THREAD_HELPERS_H
113 #define PID_THREAD_HELPERS_H
117 RString ThreadsVersion();
119 /* Get the current thread's ThreadID. */
120 --- StepMania-3.9-src-orig/src/archutils/Unix/AssertionHandler.cpp 2004-06-16 05:32:46.000000000 +0200
121 +++ StepMania-3.9-src/src/archutils/Unix/AssertionHandler.cpp.new 2008-04-04 03:52:00.000000000 +0200
123 #include "archutils/Unix/EmergencyShutdown.h"
128 /* We can define this symbol to catch failed assert() calls. This is only used
129 * for library code that uses assert(); internally we always use ASSERT, which
130 --- StepMania-3.9-src-orig/src/arch/Sound/RageSoundDriver.h 2004-09-09 10:51:07.000000000 +0200
131 +++ StepMania-3.9-src/src/arch/Sound/RageSoundDriver.h.new 2008-04-04 03:51:53.000000000 +0200
133 #ifndef RAGE_SOUND_DRIVER
134 #define RAGE_SOUND_DRIVER
139 class RageSoundDriver
141 --- StepMania-3.9-src-orig/src/PlayerOptions.h 2004-08-29 23:26:51.000000000 +0200
142 +++ StepMania-3.9-src/src/PlayerOptions.h.new 2008-04-04 03:51:45.000000000 +0200
144 #ifndef PLAYER_OPTIONS_H
145 #define PLAYER_OPTIONS_H
152 --- StepMania-3.9-src-orig/src/NoteDataUtil.h 2004-08-29 23:26:51.000000000 +0200
153 +++ StepMania-3.9-src/src/NoteDataUtil.h.new 2008-04-04 03:51:37.000000000 +0200
155 #include "GameConstantsAndTypes.h" // for RadarCategory
156 #include "NoteTypes.h"
159 struct PlayerOptions;
161 --- StepMania-3.9-src-orig/src/Game.h 2004-09-06 04:48:04.000000000 +0200
162 +++ StepMania-3.9-src/src/Game.h.new 2008-04-04 03:51:29.000000000 +0200
164 #include "MenuInput.h"
165 #include "GameConstantsAndTypes.h"
166 #include "RageInputDevice.h"
171 --- StepMania-3.9-src-orig/src/CodeDetector.h 2004-06-01 00:42:11.000000000 +0200
172 +++ StepMania-3.9-src/src/CodeDetector.h.new 2008-04-04 03:51:09.000000000 +0200
174 #define CODEDETECTOR_H
176 #include "GameInput.h"
181 --- StepMania-3.9-src-orig/src/ScreenMiniMenu.h 2004-08-11 09:30:41.000000000 +0200
182 +++ StepMania-3.9-src/src/ScreenMiniMenu.h.new 2008-04-04 03:51:01.000000000 +0200
185 #include "ScreenOptions.h"
186 #include "GameConstantsAndTypes.h"
189 typedef bool (*MenuRowUpdateEnabled)();
191 --- StepMania-3.9-src-orig/src/HighScore.h 2004-08-22 19:23:07.000000000 +0200
192 +++ StepMania-3.9-src/src/HighScore.h.new 2008-04-04 03:50:50.000000000 +0200
194 #include "RadarValues.h"
195 #include "DateTime.h"
196 #include "RageUtil_AutoPtr.h"
201 --- StepMania-3.9-src-orig/src/RageUtil.h 2008-04-04 03:46:16.000000000 +0200
202 +++ StepMania-3.9-src/src/RageUtil.h.new 2008-04-04 03:50:41.000000000 +0200
211 class RageFileDriver;
212 --- StepMania-3.9-src-orig/src/crypto/CryptMD5.h 2004-06-08 07:30:52.000000000 +0200
213 +++ StepMania-3.9-src/src/crypto/CryptMD5.h.new 2008-04-04 03:50:16.000000000 +0200
223 --- StepMania-3.9-src-orig/src/ezsockets.h 2005-10-01 05:32:45.000000000 +0200
224 +++ StepMania-3.9-src/src/ezsockets.h.new 2008-04-04 03:50:08.000000000 +0200
232 // Summary : WinsockX is bad, XTL is good.
233 --- StepMania-3.9-src-orig/src/RageSound.h 2004-08-21 09:01:54.000000000 +0200
234 +++ StepMania-3.9-src/src/RageSound.h.new 2008-04-04 03:49:44.000000000 +0200
236 #include "RageTimer.h"
237 #include "RageUtil_CircularBuffer.h"
238 #include "RageSoundPosMap.h"
243 --- StepMania-3.9-src-orig/src/archutils/Unix/CrashHandler.h 2004-09-08 09:34:38.000000000 +0200
244 +++ StepMania-3.9-src/src/archutils/Unix/CrashHandler.h.new 2008-04-04 03:49:38.000000000 +0200
248 #include <ucontext.h>
251 struct BacktraceContext;
253 namespace CrashHandler
254 --- StepMania-3.9-src-orig/src/archutils/Unix/SignalHandler.h 2004-05-15 10:27:42.000000000 +0200
255 +++ StepMania-3.9-src/src/archutils/Unix/SignalHandler.h.new 2008-04-04 03:49:30.000000000 +0200
259 #include <ucontext.h>
264 --- StepMania-3.9-src-orig/src/arch/Lights/LightsDriver.h 2004-07-07 22:11:30.000000000 +0200
265 +++ StepMania-3.9-src/src/arch/Lights/LightsDriver.h.new 2008-04-04 03:49:22.000000000 +0200
267 #define LightsDriver_H
269 #include "LightsManager.h"
274 --- StepMania-3.9-src-orig/src/NotesLoader.h 2004-09-13 10:02:16.000000000 +0200
275 +++ StepMania-3.9-src/src/NotesLoader.h.new 2008-04-04 03:49:05.000000000 +0200
278 #include "RageUtil.h"
284 --- StepMania-3.9-src-orig/src/LyricsLoader.h 2004-06-01 00:42:12.000000000 +0200
285 +++ StepMania-3.9-src/src/LyricsLoader.h.new 2008-04-04 03:48:52.000000000 +0200
287 #ifndef LYRICS_LOADER_H
288 #define LYRICS_LOADER_H
295 --- StepMania-3.9-src-orig/src/DateTime.h 2004-10-13 04:43:19.000000000 +0200
296 +++ StepMania-3.9-src/src/DateTime.h.new 2008-04-04 03:48:41.000000000 +0200
303 const int NUM_LAST_DAYS = 7;
304 const int NUM_LAST_WEEKS = 52;
305 --- StepMania-3.9-src-orig/src/InputFilter.h 2004-09-10 00:14:33.000000000 +0200
306 +++ StepMania-3.9-src/src/InputFilter.h.new 2008-04-04 04:23:14.000000000 +0200
308 #define INPUTFILTER_H
310 #include "RageInputDevice.h"
315 --- StepMania-3.9-src-orig/src/EnumHelper.h 2004-09-10 00:14:33.000000000 +0200
316 +++ StepMania-3.9-src/src/EnumHelper.h.new 2008-04-04 04:23:14.000000000 +0200
324 * Safely add an integer to an enum.
326 --- StepMania-3.9-src-orig/src/LuaBinding.h 2004-09-10 00:14:33.000000000 +0200
327 +++ StepMania-3.9-src/src/LuaBinding.h.new 2008-04-04 04:23:14.000000000 +0200
331 #include "LuaManager.h"
336 --- StepMania-3.9-src-orig/src/archutils/Unix/CrashHandlerInternal.cpp 2004-09-10 00:14:33.000000000 +0200
337 +++ StepMania-3.9-src/src/archutils/Unix/CrashHandlerInternal.cpp.new 2008-04-04 04:23:14.000000000 +0200
339 #include "CrashHandlerInternal.h"
344 const char *itoa( unsigned n )