Steve Checkoway
53c3fdc1ba
Don't crash if Format is empty.
2006-08-14 04:49:27 +00:00
Chris Danford
32eb692253
enable RTTI
...
add missing files
2006-08-14 04:33:28 +00:00
Chris Danford
08616ca55d
fix VC6 compile
2006-08-14 04:31:53 +00:00
Jason Felds
3533fad7ae
Adjust comments.
2006-08-14 04:04:20 +00:00
Josh Allen
60f324dc88
Copy constructor and remove some variables from RoomWheelItem
2006-08-14 00:49:31 +00:00
Josh Allen
c0df236306
SetName before calling Load()
2006-08-13 22:22:44 +00:00
Glenn Maynard
ea7297dde5
fix PCH; /YX is slow ( http://blogs.msdn.com/branbray/archive/2005/07/08/437078.aspx ).
2006-08-13 20:34:32 +00:00
Glenn Maynard
2e0785b5c4
don't exclude global.h
2006-08-13 20:22:43 +00:00
Glenn Maynard
5f92feea7a
global.h
2006-08-13 20:13:07 +00:00
Josh Allen
82824c8c7d
Use m_CurWheelItemData not m_WheelBaseItemsData
2006-08-13 18:19:54 +00:00
Josh Allen
c8a037bc65
Remove m_WheelBaseItemsData and mark MakeItem() as virtual to clarify
2006-08-13 18:18:55 +00:00
Josh Allen
2f0d652073
Call BeginScreen
2006-08-13 18:13:27 +00:00
Josh Allen
28b80dd27c
dynamic_cast needs RTTI
2006-08-13 16:41:28 +00:00
Jason Felds
be758288e3
Fix VC8 warning.
2006-08-13 04:21:18 +00:00
Steve Checkoway
b786222be5
Include the lua call stack when panicking.
2006-08-13 03:03:27 +00:00
Steve Checkoway
1568419a35
Cleanup.
2006-08-13 03:02:22 +00:00
Steve Checkoway
eab503d3f2
Always do downcasts through dynamic_cast.
2006-08-12 23:50:47 +00:00
Steve Checkoway
c0ca082353
Simplify.
2006-08-12 23:20:43 +00:00
Steve Checkoway
91b3735332
Missing button.
2006-08-12 23:16:15 +00:00
Steve Checkoway
3a34bcad8a
HOOKS is now set.
2006-08-12 22:08:00 +00:00
Steve Checkoway
bf48f8343b
Move to Init().
2006-08-12 22:07:15 +00:00
Steve Checkoway
608261a152
Add optional Init(). This can be used so that HOOKS is set and accessible during the child crash handler by moving that code to Init().
2006-08-12 22:06:19 +00:00
Chris Danford
09c963ed2d
only accept RevertSyncChanges on first press
2006-08-12 08:42:47 +00:00
Jason Felds
940c773742
Add FastDebug compatibility.
2006-08-10 22:30:19 +00:00
Jason Felds
9d7f1ef0c0
Adjust pragmas.
2006-08-10 22:06:46 +00:00
Glenn Maynard
9a220de83a
remove PaneDisplay
2006-08-10 21:28:13 +00:00
Glenn Maynard
bdb7b58250
fixup XML use
2006-08-10 21:26:57 +00:00
Glenn Maynard
b25bff7edd
cleanup
2006-08-10 20:45:44 +00:00
Glenn Maynard
652d8ab903
cleanup
2006-08-10 20:45:10 +00:00
Glenn Maynard
a222a01508
simplify
2006-08-10 20:43:49 +00:00
Glenn Maynard
cf4616a6eb
add DebugLineRestartCurrentScreen
2006-08-10 17:49:40 +00:00
Glenn Maynard
bcae91dca4
bind DifficultyList. Remove it from SSM; do it in XML instead.
2006-08-10 17:44:11 +00:00
Glenn Maynard
3d85b7a02b
update, fix, simplify ...
2006-08-10 17:42:28 +00:00
Thad Ward
6d6d81cd60
make FIRSTBEAT and LASTBEAT match the rest of the cache-only values.
...
fix LASTBEAT to actually ignore the value when not from cache, rather than
say we're ignoring it and still use it anyway.
2006-08-10 10:12:05 +00:00
Steve Checkoway
8ecb0c6c8d
Fix compile.
2006-08-10 09:34:31 +00:00
Steve Checkoway
6c29529b39
Fix compile.
2006-08-10 08:54:47 +00:00
Glenn Maynard
b37fe30b31
updates
2006-08-10 07:21:52 +00:00
Steve Checkoway
09da1f6398
Cleanup.
2006-08-10 07:05:16 +00:00
Steve Checkoway
f688fca2de
Simplify.
2006-08-10 06:51:55 +00:00
Steve Checkoway
2f6be662e7
Fix compile.
2006-08-10 06:50:49 +00:00
Steve Checkoway
a13b3083a0
Cleanup.
2006-08-10 06:43:39 +00:00
Steve Checkoway
547920b6cd
Simplify.
2006-08-10 06:39:08 +00:00
Glenn Maynard
c82810b12b
tween normally
2006-08-10 06:28:52 +00:00
Glenn Maynard
208c5b0061
Make wheel items regular children (no special update/drawing);
...
remove "staggered tween" hack and set the offset in the
context so this can be done in commands; fix sections;
do OnCommand/OffCommand normally and rename TweenOn/OffScreen
to TweenOn/OffScreenForSort; other fixes/cleanups (metric
updates to come in a bit)
2006-08-10 06:27:47 +00:00
Thad Ward
8bb6233b5a
ExportNsisStrings -> ExportStrings
...
correct misconfigured precompiled header settings for Debug and fastdebug.
(release was correct)
2006-08-10 05:42:35 +00:00
Glenn Maynard
a5253821a3
more wheel fixes
2006-08-10 05:09:14 +00:00
Glenn Maynard
16e51def6e
update
2006-08-10 05:08:45 +00:00
Steve Checkoway
ba9a3d51bf
Fix warning about loss of precision. I could just declare it as lua_Number but then do you call truncf (which would likely result in a double to float conversion anyway) or trunc which might convert from float to double if LUA_NUMBER had been defined to be float.
2006-08-10 05:07:16 +00:00
Jason Felds
7927af2e37
Adjust warnings, add #define to fix compile.
2006-08-10 04:54:12 +00:00
Steve Checkoway
8e8aa6cfb6
Applied patch to handle vsync. I cannot test this. I get 1 fps windowed and it does not hit 1 in full screen.
2006-08-10 04:43:34 +00:00