Commit Graph

16685 Commits

Author SHA1 Message Date
Glenn Maynard 41682c11e3 add FileReading::ReadString 2005-05-18 06:38:25 +00:00
Chris Danford 198dbbd6c9 add Lua method 2005-05-18 04:44:15 +00:00
Chris Danford d43a380d81 system message when autoplay changes sync
larger autoplay sample size
2005-05-18 04:43:41 +00:00
Chris Danford d006dc2381 add debug overlay 2005-05-18 03:33:51 +00:00
Chris Danford c8ffc122ab re-add revert from disk 2005-05-18 03:31:36 +00:00
Steve Checkoway c0c82a0527 Fix Linux compile. 2005-05-18 02:01:00 +00:00
Glenn Maynard 62c4bb2702 remove debug cruft 2005-05-17 21:32:16 +00:00
Glenn Maynard fc9a003562 implement device descriptions in InputHandler_Linux_Joystick to fix auto-mapping 2005-05-17 21:16:36 +00:00
Glenn Maynard 9fe86706a4 fix incorrect timestamps due to InputHandler::ButtonPressed never being called 2005-05-17 21:00:28 +00:00
Glenn Maynard 8979ac38e6 warn if InputHandler::UpdateTimer is not being called 2005-05-17 20:54:58 +00:00
Glenn Maynard e1429256f3 fix InputHandler::UpdateTimer never called 2005-05-17 20:51:20 +00:00
Glenn Maynard f8f94844b2 fix zero timestamps on reset
warn about zero timestamps
2005-05-17 20:50:39 +00:00
Chris Danford fc1847ddc8 fix DeviceInputs missing timestamps 2005-05-17 18:15:48 +00:00
Chris Danford 6392984072 fix stuck keys after turning off monkey input 2005-05-17 18:14:43 +00:00
Chris Danford 647d194847 add mapping for undo 2005-05-17 07:24:25 +00:00
Glenn Maynard 4e6d716027 GetRedirContents -> GetFileContents 2005-05-17 02:20:43 +00:00
Chris Danford 5c16cabf0d move CoinMode toggle entirely into debug menu
add mute to debug menu
2005-05-16 22:23:20 +00:00
Chris Danford c1ab0fcdb3 hook up MonkeyInput and DebugLights to debug menu 2005-05-16 19:47:30 +00:00
Chris Danford 0ad77eb5cc fix vc7 warnings 2005-05-16 19:45:03 +00:00
Chris Danford 9de6862130 hook up MonkeyInput and DebugLights to debug menu 2005-05-16 18:17:06 +00:00
Charles Lohr 9754852418 Fix compile for VC6 2005-05-16 18:07:01 +00:00
Chris Danford 1e056f9107 add experimental ScreenDebugOverlay 2005-05-16 10:10:08 +00:00
Chris Danford e389ba6191 convert the rest to use Preference 2005-05-16 09:36:32 +00:00
Glenn Maynard dc35060c27 add SaveMachineProfile 2005-05-15 23:53:54 +00:00
Glenn Maynard 6915841774 add metrics 2005-05-15 23:49:20 +00:00
Glenn Maynard 46da0226f5 remove: SWME handles this 2005-05-15 23:45:53 +00:00
Eric Gustafson a8e856afa7 Edited to add msvcp71.dll 2005-05-14 16:48:38 +00:00
Eric Gustafson 43fc36df18 This needs to be here for some builds with MSVC .NET 2003. Some users complained about missing it, so this is a logical place 2005-05-14 16:33:56 +00:00
Glenn Maynard bd8fb8f727 style cleanup 2005-05-14 09:26:05 +00:00
Glenn Maynard e9ffb71c5f add RageInput::AddHandler 2005-05-14 09:23:30 +00:00
Steve Checkoway abf62b326f Oops. I forgot to provide a definition for this. Make sure that it is never called. 2005-05-14 08:11:33 +00:00
Steve Checkoway 9e08fde928 Work around some issue in gcc 4. 2005-05-14 08:01:32 +00:00
Steve Checkoway 135884ceb9 Explicit template specializations require template<>. 2005-05-14 07:59:46 +00:00
Steve Checkoway 15ce1c2cdd Unused. 2005-05-14 07:39:34 +00:00
Steve Checkoway de93a32840 Fix initialization order warnings. 2005-05-14 07:39:15 +00:00
Steve Checkoway 360a2d6651 Fix warning. 2005-05-14 07:36:19 +00:00
Steve Checkoway 42f3fae45c Don't first cast -1 to long unsigned int and then back to int. Just cast nIdx to an int. 2005-05-14 06:53:06 +00:00
Glenn Maynard ded31d82f4 fix overly verbose driver names - Linux will never compile an Amiga joystick driver; anything a Linux user puts in his INI is clearly for Linux. 2005-05-14 02:29:18 +00:00
Chris Danford 64d2c0a30c make all-time total more visible 2005-05-13 19:04:21 +00:00
Charles Lohr 20f69eabed Add: Mac users should be able to use '\\' since insert doesn't exist for them. 2005-05-13 00:23:25 +00:00
Charles Lohr 784953b85d Fix: Judgements for default theme. 2005-05-13 00:22:36 +00:00
Glenn Maynard b2b72a8258 fix SystemMessageNoAnimate never displayed 2005-05-12 21:55:48 +00:00
Glenn Maynard 6a247ff9ce split MessageOffCommand 2005-05-12 21:54:21 +00:00
Chris Danford 414b7063ed Use a small, random amount in fNoteOffset for CPU controlled players so that demonstration show a mix of late and early 2005-05-12 07:52:53 +00:00
Chris Danford 4a2d15f1fc add missing ScreenReloadSongs elements 2005-05-11 23:15:10 +00:00
Thad Ward 5949e5bc90 (this is possibly going to annoy some people, but..)
put all (obvious) MSVC lines in #if defined(_MSC_VER) blocks, primarilly
to allow alternative win32 compilers to be used.
2005-05-11 04:43:54 +00:00
Jason Felds 51eb014d4a Fix COARefTime class. 2005-05-11 04:37:12 +00:00
Glenn Maynard 876b09a157 fix assert 2005-05-10 23:01:04 +00:00
Thad Ward 9771f4a62d re-create the VC.NET 2003 project based off the other VC.NET project, to
bring things back up to date
2005-05-10 19:59:39 +00:00
Glenn Maynard c765508bc1 fix crash due to memset()ing a non-POD 2005-05-10 04:42:14 +00:00