Commit Graph

2206 Commits

Author SHA1 Message Date
Glenn Maynard 70524dcb6a add input device abstraction 2003-02-16 01:16:25 +00:00
Glenn Maynard a954373e67 fix crash when a file ends with a comment and no newline 2003-02-15 23:16:06 +00:00
Glenn Maynard 93632078c5 split InputDevice into a separate file (so RageInput.h can be edited
without recompiling everything)
2003-02-15 18:49:18 +00:00
Glenn Maynard 72b67368b5 simplify: all devices have the maximum number of buttons, access
them in the same way
2003-02-15 18:28:39 +00:00
Glenn Maynard ea7be60566 make the instructions screen show for beginner 2003-02-15 08:08:36 +00:00
Glenn Maynard 8447976237 simplify 2003-02-15 06:44:53 +00:00
Glenn Maynard a39bf03926 hide pump_t inside RageINput 2003-02-15 06:00:33 +00:00
Glenn Maynard 6b8395335d s/_DEBUG/DEBUG/ 2003-02-15 05:15:24 +00:00
Glenn Maynard aaf2172a97 autofail for extra stages 2003-02-15 05:08:57 +00:00
Glenn Maynard 1e74ef9c28 fix only 10-foot songs being marked easy 2003-02-15 04:35:18 +00:00
Glenn Maynard f4ddba38b5 annoying fix 2003-02-15 01:02:41 +00:00
Glenn Maynard d9c8a659ce eof nl 2003-02-15 01:02:15 +00:00
Glenn Maynard 20720a2eb0 fix type 2003-02-15 00:46:37 +00:00
Glenn Maynard 44c42ca0e1 trunc() is normally in math.h 2003-02-15 00:35:44 +00:00
Glenn Maynard cbadeb046f use standard functions for directory scanning (which Windows doesn't have?) 2003-02-15 00:32:32 +00:00
Glenn Maynard b51773e21a and make it work 2003-02-15 00:30:14 +00:00
Glenn Maynard a34dd244b5 add memicmp implementation 2003-02-15 00:21:40 +00:00
Glenn Maynard 6b27cd5b58 er, no, this one 2003-02-15 00:15:26 +00:00
Glenn Maynard 3f2c342b26 and another annoying cast 2003-02-15 00:14:28 +00:00
Glenn Maynard c172e46c4a small fix 2003-02-15 00:13:23 +00:00
Glenn Maynard 557957433e don't lowercase paths 2003-02-15 00:12:31 +00:00
Glenn Maynard 9b2d48e2bd eof newline 2003-02-15 00:11:46 +00:00
Glenn Maynard 5acd41ab22 add ifdef 2003-02-15 00:11:12 +00:00
Glenn Maynard 95a479f7ad add eof newline 2003-02-15 00:05:48 +00:00
Glenn Maynard 64f304eb7a more annoying casts 2003-02-15 00:03:54 +00:00
Glenn Maynard 198aaf35cc use slashes 2003-02-15 00:01:55 +00:00
Glenn Maynard f4a14f801e scope GLExt stuff explicitly 2003-02-14 23:29:30 +00:00
Glenn Maynard 22bdc18d48 remove g_hWndMain decl 2003-02-14 23:16:57 +00:00
Glenn Maynard ba8d669db6 add g_hWndMain decl 2003-02-14 23:16:32 +00:00
Glenn Maynard 64e797c510 add annoying casts for glext.h constants 2003-02-14 23:13:22 +00:00
Glenn Maynard ed038356b9 type fix 2003-02-14 23:07:34 +00:00
Glenn Maynard bbe3de4311 small compile fix 2003-02-14 23:06:01 +00:00
Glenn Maynard 6fbc3a0a90 add ErrorDialog_null.h 2003-02-14 23:04:09 +00:00
Glenn Maynard 0d5cd0bc0f apparently it does want to be this way 2003-02-14 23:03:14 +00:00
Glenn Maynard dd06dddc75 use Sint32 char_traits correctly 2003-02-14 22:52:38 +00:00
Glenn Maynard 85d15e9976 use Sint32 char_traits 2003-02-14 22:50:38 +00:00
Glenn Maynard 5940c3a148 add a char_traits for Sint32 2003-02-14 22:49:51 +00:00
Glenn Maynard 52ca34fb86 don't lowercase filenames before loading 2003-02-14 22:46:45 +00:00
Glenn Maynard 4749c0f9bb strip newlines from INI lines 2003-02-14 22:43:43 +00:00
Glenn Maynard b40bd514d7 fix compile 2003-02-14 22:39:23 +00:00
Glenn Maynard 19aecdfcdc add StripCrnl 2003-02-14 22:28:29 +00:00
Glenn Maynard ca801199c3 EOF newline 2003-02-14 22:25:14 +00:00
Glenn Maynard 0f645ca5d9 DEBUG, not _DEBUG 2003-02-14 22:24:28 +00:00
Chris Danford e05738f7f7 working on course ranking scores and mem card saving 2003-02-14 21:42:44 +00:00
Glenn Maynard b47254c32b handle exception reporting in RageException 2003-02-14 19:00:37 +00:00
Glenn Maynard 1ea055bf3b use null sound driver by default if none others are defined 2003-02-14 18:52:02 +00:00
Glenn Maynard ead63883ef fix an include 2003-02-14 18:50:44 +00:00
Glenn Maynard 6dbb1ded8f warning, not warn 2003-02-14 18:50:04 +00:00
Glenn Maynard 2c64f8f109 make sound driver names case-insensitive 2003-02-14 18:49:08 +00:00
Glenn Maynard 66f75b46f0 use the null error dialog by default (we output to stdout all the
time right now anyway)
2003-02-14 18:48:46 +00:00