Commit Graph

4229 Commits

Author SHA1 Message Date
Glenn Maynard 8f07ab28b2 thread debug info 2003-07-15 01:23:11 +00:00
Glenn Maynard 461e1bcf1a Don't parse things yourself when there's code to do it ... 2003-07-15 00:52:01 +00:00
Glenn Maynard 0598ee4050 Add error reporting. 2003-07-15 00:51:10 +00:00
Glenn Maynard d413d6f0be (It's supposed to look like a function call; a function call that casts one
type to another.)

Use a C-style cast instead of static_cast; more readable.
2003-07-15 00:50:52 +00:00
Steve Checkoway 4c3792f43b my bad, the problem was in StepMania.cpp where not StepMania.h 2003-07-15 00:47:53 +00:00
Steve Checkoway 597e23df8b g_argc and g_argv are only defined in StepMania.cpp for WIN32. 2003-07-15 00:45:43 +00:00
Steve Checkoway 423f27eb02 g++ didn't like InputDevice(d) for some reason. (I don't much like it myself. It looks too much like a function call or something.) 2003-07-15 00:40:18 +00:00
Glenn Maynard f09200a21d disable broken "ReverseDrawOrder" 2003-07-15 00:20:55 +00:00
Glenn Maynard 8a5558e243 bump 2003-07-15 00:09:38 +00:00
Glenn Maynard 6a5ccc2b7d Fix showing odd dimension warning when we shouldn't 2003-07-15 00:01:30 +00:00
Glenn Maynard a0cf52df65 Fix music not stopping while spinning the wheel 2003-07-14 23:56:11 +00:00
Glenn Maynard 50fcf591d9 Add RageSoundManager::GetMusicPath.
RageSoundManager::PlayMusic: unload sounds when we stop playing.
2003-07-14 23:54:54 +00:00
Glenn Maynard 7b9f4830b4 Fix banners fading out and in after changing sort 2003-07-14 23:53:57 +00:00
Glenn Maynard 960ecbfda2 update 2003-07-14 23:28:59 +00:00
Glenn Maynard 1fd3162fde add Maaya Sakamoto 2003-07-14 23:28:41 +00:00
Glenn Maynard f155595fa9 add kanji 2003-07-14 23:26:53 +00:00
Glenn Maynard c9cff43235 Fix & in loading screen triggering underlines 2003-07-14 23:24:55 +00:00
Glenn Maynard fad1fb4225 Fix color key in faded rotated banners. 2003-07-14 22:42:12 +00:00
Glenn Maynard c65136cb37 quiet unneeded output 2003-07-14 22:28:03 +00:00
Glenn Maynard 2dce704fa4 Fix resizing. Add debug output. 2003-07-14 22:24:32 +00:00
Glenn Maynard 758e87d256 comment 2003-07-14 22:23:35 +00:00
Glenn Maynard 7716edf4ac Fix error reporting. 2003-07-14 22:23:04 +00:00
Glenn Maynard df26843bea If we don't have focus, discard input. 2003-07-14 20:09:50 +00:00
Glenn Maynard 9482754ad6 Fix clipping problems in ScreenSelectCourse 2003-07-14 19:35:12 +00:00
Glenn Maynard a675dc82dd cosmetic 2003-07-14 19:12:37 +00:00
Glenn Maynard 4b79170bad Add some temporary timing information 2003-07-14 19:10:28 +00:00
Andrew Wong 2d2fec3a0c arrow overlapping now controllable in noteskin metrics (metrics file) 2003-07-14 17:35:37 +00:00
Andrew Wong ed41b25cc2 arrow overlapping now controllable in noteskin metrics (update metric) 2003-07-14 17:33:04 +00:00
Andrew Wong f01b1c14a7 utility to convert unlocks.dat from old to new format 2003-07-14 08:44:35 +00:00
Glenn Maynard 1ba431bf1a o/~ the beauty of silence o/~ 2003-07-14 07:32:31 +00:00
Glenn Maynard 4f01755442 Don't start a Pump thread if we have no pads. 2003-07-14 07:30:51 +00:00
Andrew Wong 5c16df356f updated documentation for unlock data 2003-07-14 06:44:52 +00:00
Andrew Wong 608a2cdacf changed unlock.dat format (now #UNLOCK:song title:code=value,code=value) 2003-07-14 06:36:29 +00:00
Glenn Maynard 9385e437f2 threaded DI input 2003-07-14 06:27:20 +00:00
Glenn Maynard 5a1fc8b54f update 2003-07-14 06:26:39 +00:00
Glenn Maynard e7ec4c7e0f threaded Pump input 2003-07-14 06:26:09 +00:00
Glenn Maynard 4c707df399 Update -> UpdateTimer 2003-07-14 06:25:14 +00:00
Glenn Maynard da6685a3a4 cleanup 2003-07-14 06:24:30 +00:00
Glenn Maynard 647c96ecac simplify 2003-07-14 06:23:44 +00:00
Glenn Maynard 05aa282956 kill INPUTMAN earlier 2003-07-14 06:23:15 +00:00
Glenn Maynard 649f1a81c5 simplify; make data public 2003-07-14 06:22:08 +00:00
Glenn Maynard 7483a249b4 add a ctor 2003-07-14 06:21:30 +00:00
Glenn Maynard 5adb26a169 thread safety 2003-07-14 06:21:12 +00:00
Glenn Maynard 4b4317854e add m_bThreadedInput 2003-07-13 20:21:04 +00:00
Glenn Maynard 2d12eb7985 simplify, comment 2003-07-13 19:41:57 +00:00
Andrew Wong 511e81eafc fixed a few bugs (thanks glenn) and a little cleanup 2003-07-13 14:18:26 +00:00
Andrew Wong 0a8e42ecdd RageTimer::touch() should not be inline (caused linking problems on visual studio 6)
updated project file for 6.0 users
2003-07-13 11:35:30 +00:00
Glenn Maynard 325f853d60 cleanup 2003-07-13 04:35:01 +00:00
Glenn Maynard 2384d1bb0a Don't enum all devices (fixes Pump crashes) 2003-07-13 04:33:54 +00:00
Glenn Maynard 372320854f add InputHandler.cpp 2003-07-13 01:35:19 +00:00