Commit Graph

8911 Commits

Author SHA1 Message Date
Chris Danford e1617a3104 add ScreenClearMachineStats 2004-05-16 20:04:30 +00:00
Chris Danford 2b9dc537de don't process input if transitioning 2004-05-16 20:01:15 +00:00
Glenn Maynard f21244765b fix SHOW_LIFE_METER_FOR_DISABLED_PLAYERS
(the reason I didn't change all of these for()s is because it's easy to
cause little obscure bugs ...)
2004-05-16 19:22:37 +00:00
Thad Ward 78d16a5f90 if we aren't using the notefield, don't bother trying to load notes... 2004-05-16 12:42:26 +00:00
Steve Checkoway 5af1be7144 Fix previous commit 2004-05-16 12:42:16 +00:00
Steve Checkoway b023ee4d94 Use FOREACH_* 2004-05-16 12:34:02 +00:00
Thad Ward e3585798f8 fix compile error. 2004-05-16 12:11:58 +00:00
Steve Checkoway a2c074d7e2 Fix potential crash. 2004-05-16 12:05:51 +00:00
Steve Checkoway 53a83f66c5 fix warning 2004-05-16 09:39:43 +00:00
Steve Checkoway 163edbe314 hack around strange istream problem (as the comment says, it doesn't belong in this file, but whatever). 2004-05-16 09:33:58 +00:00
Steve Checkoway a38649bf50 fix old vs. ISO bindings 2004-05-16 08:48:54 +00:00
Steve Checkoway ff65a4f49a nevermind 2004-05-16 08:25:40 +00:00
Steve Checkoway 77469f1951 fix some of the many warnings 2004-05-16 08:23:14 +00:00
Steve Checkoway 43ef336eea Fix warning. 2004-05-16 08:11:41 +00:00
Steve Checkoway 7e72d8d532 Add suggested changes. 2004-05-16 08:09:36 +00:00
Glenn Maynard 04a74a4455 begin work on arbitrary alpha values in paletted textures 2004-05-16 05:51:25 +00:00
Chris Danford 3e91007367 tweak rave mercy rules 2004-05-16 05:21:43 +00:00
Chris Danford a8882ff9d0 don't clamp super meter 2004-05-16 05:06:58 +00:00
Chris Danford c53b2100e8 fix cpu players not enumerated correctly 2004-05-16 03:01:41 +00:00
Chris Danford ee4427a54b clean up CPU player naming
add default CPU player modifiers
2004-05-16 02:51:55 +00:00
Chris Danford 79e5c41476 add override for lock input time 2004-05-15 23:11:20 +00:00
Glenn Maynard 97791d82f0 license update 2004-05-15 22:30:30 +00:00
Glenn Maynard f128ee2d35 license update 2004-05-15 22:16:39 +00:00
Glenn Maynard 564eea2ade license update 2004-05-15 22:07:41 +00:00
Glenn Maynard f1bb0126da license update 2004-05-15 21:53:06 +00:00
Glenn Maynard aa73bb0444 license update 2004-05-15 20:28:17 +00:00
Glenn Maynard e8e33efa87 license update 2004-05-15 20:13:19 +00:00
Chris Danford e83bbc40da fix ActorFrame ZTest propogation 2004-05-15 18:35:03 +00:00
Chris Danford 9ec4c6be91 add "draw on z fail" mode 2004-05-15 09:26:21 +00:00
Glenn Maynard 0a59a81d66 Crash handler from VirtualDub X11-licensed by Avery Lee. Special thanks
for that--it's the single most important piece of code in the project.  (Ever
try to track a crash without a backtrace?)
2004-05-15 08:34:10 +00:00
Glenn Maynard af88a2be4f Asserting copyright on a signal handler is dumb, but disclaiming warranty isn't. 2004-05-15 08:27:42 +00:00
Glenn Maynard c51a588a45 license update 2004-05-15 08:23:53 +00:00
Glenn Maynard 6398054e26 Remove 4-bit palette support. As far as I can tell, no hardware supports
it.  (New ATI hardware apparently doesn't even support 8-bit palettes?!)
2004-05-15 08:18:37 +00:00
Glenn Maynard 0dd2a75c5d simplify 2004-05-15 08:09:34 +00:00
Glenn Maynard 943b3e693d cleanup 2004-05-15 08:06:06 +00:00
Chris Danford 575a9abf96 improve planted, twister 2004-05-15 03:00:43 +00:00
Glenn Maynard ea1aab7e74 Fix character model rendering artifacts when a freeze segment lies on beat
0.  PlayAnimation() is called, and Update() is not, so it would render without
ever calling AdvanceFrame.
2004-05-15 01:38:12 +00:00
Glenn Maynard c8e2173282 cleanup 2004-05-15 01:31:34 +00:00
Glenn Maynard 0da668cfc8 build fix 2004-05-15 01:09:05 +00:00
Glenn Maynard ee8b2263dc build crypto++ directly; partially fixed vpath builds 2004-05-15 01:07:20 +00:00
Glenn Maynard 0ec88317a0 delete edits when deleting a profile; otherwise the profile directory won't
be removed, and the entry will still show up in the profile list
2004-05-14 23:20:28 +00:00
Glenn Maynard a8340dc8de unused 2004-05-14 22:50:06 +00:00
Glenn Maynard 010629ed06 unneeded 2004-05-14 22:48:36 +00:00
Glenn Maynard 56aef66b37 unused static 2004-05-14 22:46:54 +00:00
Glenn Maynard 604f5badd4 unneeded 2004-05-14 22:20:00 +00:00
Glenn Maynard f313fdabe2 disable vc warnings 2004-05-14 22:18:01 +00:00
Glenn Maynard e6e2e0b686 move crypto++ into the main project; this avoids the typical vc6/vc7 static
linking pains, and we don't need to have an extra precompiled library in
CVS.  (We don't do this with libresample because it's LGPL.)
2004-05-14 22:13:44 +00:00
Glenn Maynard 3b8a811c80 fix warning (unreachable code), comment 2004-05-14 21:51:25 +00:00
Glenn Maynard dee215ea0b enable optimizations
-fno-strict-aliasing seems to work around presumable aliasing problems
causing assertion failures
2004-05-14 20:22:02 +00:00
Glenn Maynard f2d843ad7e restore sanity checks 2004-05-14 20:16:41 +00:00