Commit Graph

2218 Commits

Author SHA1 Message Date
Glenn Maynard 3e70dd4ee9 _debug -> debug 2003-02-16 04:06:23 +00:00
Glenn Maynard 7a7f7372e2 and some more stdafx -> global
(whew)
2003-02-16 04:05:10 +00:00
Glenn Maynard 6cabe523a6 more stdafx -> global 2003-02-16 04:02:21 +00:00
Glenn Maynard 42cfd6f98c stdafx -> global 2003-02-16 04:01:45 +00:00
Glenn Maynard f025cd5812 block off this debug code for now 2003-02-16 03:59:37 +00:00
Glenn Maynard 673eb1add6 Changing StdAfx.* to global.*.
First, we have a case mismatch ("stdafx"), so we're stuck with either
a rename or a global search and replace anyway.

SF is weird about renaming files: if I try removing "StdAfx" and add
"stdafx", the CVS server will crash.

I'm renaming this to "global" for another reason: "stdafx" is a well-known
filename for Windows's special-case PCH; I don't want to confuse porters
who might ignore it.  (Besides, it has nothing to do with AFX ...)
2003-02-16 03:56:52 +00:00
Glenn Maynard 0d294b27b2 no need to include stdafx.h in headers 2003-02-16 02:38:20 +00:00
Glenn Maynard 8ebdf70b9c update 2003-02-16 02:33:10 +00:00
Glenn Maynard 48ddbf625c whoops, wrong header 2003-02-16 02:25:46 +00:00
Glenn Maynard bc833631e2 add InputHandler abstraction 2003-02-16 02:25:22 +00:00
Glenn Maynard 51d2ec8e08 comment 2003-02-16 02:04:05 +00:00
Glenn Maynard 7578257a17 Use SDL events for keyboard and joystick input. It's simpler.
It's also the "preferred" way of doing it, according to the SDL
docs, so maybe it'll work better.

This will reliably queue events, so we can handle coin events during
loads.

It'll queue events a little too reliably; we might want to flush some events
when we load screens.
2003-02-16 01:35:48 +00:00
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