Steve Checkoway
|
71d1744ea1
|
Add header.
|
2003-07-28 10:53:39 +00:00 |
|
Steve Checkoway
|
aaeaa06cdf
|
In progress. Added header
|
2003-07-28 10:42:20 +00:00 |
|
Steve Checkoway
|
9d39d47210
|
In progress. Removed Log() and AdditionalLog(). Removed crash handler temporarily
|
2003-07-28 10:41:10 +00:00 |
|
Steve Checkoway
|
953eb15fbe
|
Undeeded SDL_delay() in OS X.
|
2003-07-28 10:39:15 +00:00 |
|
Steve Checkoway
|
498d770210
|
Add virtual dtor
|
2003-07-28 09:56:14 +00:00 |
|
Steve Checkoway
|
3d888aebb6
|
This has been bothering me for a long time now. Comment out unused variable. Is anything ever going to be done here?
|
2003-07-28 09:50:57 +00:00 |
|
Steve Checkoway
|
7249e7f488
|
removed VERSION
|
2003-07-28 09:37:04 +00:00 |
|
Steve Checkoway
|
d3eda614ea
|
Use arch_setup.h on Darwin
|
2003-07-28 09:33:51 +00:00 |
|
Steve Checkoway
|
333c7ae7a1
|
Added defines for Darwin.
|
2003-07-28 09:31:31 +00:00 |
|
Glenn Maynard
|
fa8c738360
|
add m4 so you don't need gtk installed to run ./autogen.sh
|
2003-07-28 08:57:13 +00:00 |
|
Andrew Wong
|
425e9f1fb4
|
oops, oni mode bug (condition was negated)
|
2003-07-28 08:47:11 +00:00 |
|
Andrew Wong
|
c142903064
|
width of ??? unaffected by title length
|
2003-07-28 08:46:16 +00:00 |
|
Glenn Maynard
|
00426e59b2
|
implement BlacklistedImages
|
2003-07-28 08:24:16 +00:00 |
|
Glenn Maynard
|
c05df0adac
|
use BlacklistedImages
|
2003-07-28 08:23:29 +00:00 |
|
Glenn Maynard
|
f9505197ee
|
add BlacklistedImages
|
2003-07-28 08:21:12 +00:00 |
|
Chris Danford
|
05a6e8957d
|
only allow one attack at a time in Rave
|
2003-07-28 07:56:25 +00:00 |
|
Chris Danford
|
793107c826
|
fix parsing of scroll speed in PlayerOptions
|
2003-07-28 07:55:57 +00:00 |
|
Glenn Maynard
|
ee4aad473e
|
Use the derived meter value instead of a plain average.
|
2003-07-28 07:35:54 +00:00 |
|
Glenn Maynard
|
c5cd63392b
|
bump cache
|
2003-07-28 07:34:04 +00:00 |
|
Glenn Maynard
|
7be3f7f896
|
update
|
2003-07-28 07:30:49 +00:00 |
|
Glenn Maynard
|
15bd225d41
|
VIA Tech VT8361/VT8601 Graphics Controller 4.13.01.3111
|
2003-07-28 07:25:17 +00:00 |
|
Glenn Maynard
|
a84fd646f6
|
tm4 update
|
2003-07-28 07:24:36 +00:00 |
|
Glenn Maynard
|
271a8dfdea
|
update
|
2003-07-28 07:23:47 +00:00 |
|
Glenn Maynard
|
ccba7bfb2d
|
Gave ample warning, and the author hasn't returned my email ...
|
2003-07-27 21:34:37 +00:00 |
|
Glenn Maynard
|
edb2e36136
|
Er. Forgot to commit this (but it's been in the snapshots).
|
2003-07-27 21:34:08 +00:00 |
|
Glenn Maynard
|
2ea56ecdf8
|
GetStageInfo is gone.
Remove GetFirstStageInfo.
Allow specifying the course difficulty to functions affected by it.
Simplify Course::GetPlayMode.
|
2003-07-27 19:14:05 +00:00 |
|
Glenn Maynard
|
534ac086fe
|
phase out GetFirstStageInfo
|
2003-07-27 18:46:38 +00:00 |
|
Glenn Maynard
|
9a5f812c8f
|
Simplify: use an enum instead of magic constants.
|
2003-07-27 18:39:34 +00:00 |
|
Glenn Maynard
|
6562c230e2
|
Simplify: SortOrder_NumStages was always being set to ci.size()+1,
and is never used outside of this function.
Fix float/int warning.
|
2003-07-27 18:28:05 +00:00 |
|
Andrew Wong
|
fa97933f7a
|
metrics update yet again
|
2003-07-27 14:58:17 +00:00 |
|
Andrew Wong
|
e6deb22af7
|
course coloring and minor changes
|
2003-07-27 14:54:56 +00:00 |
|
Andrew Wong
|
cb250344b8
|
basic course sorting implemented via preferences
|
2003-07-27 14:10:47 +00:00 |
|
Andrew Wong
|
8b9ae5ae92
|
slightly easier to debug - tells which song cannot be found on same line
|
2003-07-27 11:01:45 +00:00 |
|
Glenn Maynard
|
c06bebe674
|
fix
|
2003-07-27 07:44:17 +00:00 |
|
Glenn Maynard
|
235bfae707
|
add tests
|
2003-07-27 07:42:40 +00:00 |
|
Glenn Maynard
|
d1a6c2804c
|
add crash handler
|
2003-07-27 07:08:29 +00:00 |
|
Glenn Maynard
|
adafc18929
|
Add *nix signal handler
|
2003-07-27 07:07:45 +00:00 |
|
Glenn Maynard
|
cb50cf3f79
|
halt/killing threads
|
2003-07-27 07:00:13 +00:00 |
|
Glenn Maynard
|
7db6d230df
|
Cleanup; improve error output.
|
2003-07-27 06:43:50 +00:00 |
|
Andrew Wong
|
153bfd3758
|
revert back to previous build, iterator i in loops must be ints since some comparisons are to negative numbers, and unsigned goes back to maxint, which breaks the screen (glenn, whats the warning you get?)
|
2003-07-27 04:25:06 +00:00 |
|
Glenn Maynard
|
a1fac17d55
|
cleanup
|
2003-07-27 03:38:25 +00:00 |
|
Glenn Maynard
|
762f67d9fe
|
enable ArchHooks_Unix
|
2003-07-27 03:37:16 +00:00 |
|
Glenn Maynard
|
6a8b046dc9
|
use RageThread
|
2003-07-27 03:35:59 +00:00 |
|
Glenn Maynard
|
725bc58c92
|
fix heinously broken m4 macro (s/-lm// does very cute things to "-lmad")
|
2003-07-27 03:32:59 +00:00 |
|
Glenn Maynard
|
473a5fffe6
|
use RageThread
|
2003-07-27 03:22:04 +00:00 |
|
Glenn Maynard
|
1414f9149b
|
name the main thread
|
2003-07-27 03:13:40 +00:00 |
|
Glenn Maynard
|
7fdbfa4879
|
use RageThread
|
2003-07-27 03:10:44 +00:00 |
|
Glenn Maynard
|
11b706e6bd
|
add thread handler
|
2003-07-27 03:08:02 +00:00 |
|
Glenn Maynard
|
bb86fe9953
|
add error check
|
2003-07-27 03:06:50 +00:00 |
|
Glenn Maynard
|
6d2d6911c3
|
extra newlines
|
2003-07-27 02:18:05 +00:00 |
|