Glenn Maynard
68b41e7a75
button implementation, etc.
2002-09-08 06:13:47 +00:00
Glenn Maynard
9f92a16895
use new filter
2002-09-08 06:11:59 +00:00
Glenn Maynard
839d2388a2
Filter layer over *BeingPressed in InputFilter, to put odd special cases
...
without mussing up RageInput.
Disables the new joystick axes (they're only there for a USB converter
special case that I havn't added yet and will cause problems for others).
2002-09-08 06:10:23 +00:00
Glenn Maynard
a0a27e7de3
remove some dupe code; show less dinput in the class;
...
add constants for Z/ZROT/HAT (unimplemented)
2002-09-08 02:49:07 +00:00
Glenn Maynard
221fa0a2c1
always use RageException
2002-09-07 21:27:06 +00:00
Glenn Maynard
e4585929aa
clarification
2002-09-07 21:16:53 +00:00
Glenn Maynard
6126abbeeb
rename "View Log" resource.
...
(And a bunch of changes VC7 made; it still seems to load fine in VC6,
though.)
2002-09-07 21:14:13 +00:00
Glenn Maynard
d5c92f748b
Add RAGE_ASSERT. This is closely related to RageException;
...
perhaps RageException should be RageErrorHandler or something
like that.
2002-09-07 21:12:22 +00:00
Glenn Maynard
8eea1fdb5d
Implement missing "View Log".
...
Write checkpoint messages to the crash dump.
2002-09-07 20:59:16 +00:00
Glenn Maynard
b1ba52f3fe
add messages to breakpoints
2002-09-07 20:58:16 +00:00
Glenn Maynard
7e1dca72a0
rename "View Log" resource
2002-09-07 20:57:39 +00:00
Glenn Maynard
a02a38509b
add stdafx
2002-09-07 20:57:11 +00:00
Glenn Maynard
9ff8336b7c
move a function out of the header
2002-09-07 20:32:50 +00:00
Glenn Maynard
f21b2c2e81
Add DX headers to PCH for now, until we can get them out of
...
the base includes.
2002-09-07 20:23:36 +00:00
Glenn Maynard
859c41a829
more header tweaks
2002-09-07 20:22:19 +00:00
Glenn Maynard
2a4f8d6cdf
move some members out of the header;
...
remove a couple includes
2002-09-07 11:45:15 +00:00
Glenn Maynard
7a95382aa7
cleanup
2002-09-07 11:44:18 +00:00
Glenn Maynard
8bbcb59e49
add missing includes
2002-09-07 11:43:36 +00:00
Glenn Maynard
1f112d3c25
more of the same
2002-09-07 10:43:16 +00:00
Glenn Maynard
6460b7ae88
remove unused variables
2002-09-07 10:35:26 +00:00
Glenn Maynard
3a6e991e6b
add returns, inits.
2002-09-07 10:33:44 +00:00
Glenn Maynard
4380e6e64e
Remove unused variables, add returns.
2002-09-07 10:31:35 +00:00
Glenn Maynard
810b5f6e29
Remove unused variables, unreachable returns.
2002-09-07 10:31:07 +00:00
Glenn Maynard
b95f7be48c
err.
2002-09-07 10:22:49 +00:00
Glenn Maynard
77de4c66e8
remove unused variables
2002-09-07 10:22:21 +00:00
Glenn Maynard
e2e5cdeb65
Hashes are unsigned.
...
Remove unused variables.
2002-09-07 10:22:06 +00:00
Glenn Maynard
6862fedc38
remove unused variables
2002-09-07 10:15:27 +00:00
Glenn Maynard
d252e31244
After an assertion failure, the user might continue. If we ASSERT(0),
...
return. (We should probably be throwing, though.)
2002-09-07 10:11:00 +00:00
Glenn Maynard
ebbc1c274d
Fix signededness issues.
...
Add a sanity check.
2002-09-07 10:06:50 +00:00
Glenn Maynard
d808a40ade
unreachable exit()
2002-09-07 10:02:31 +00:00
Glenn Maynard
856dbee8f5
After an assertion failure, the user might continue. If we ASSERT(0),
...
return. (We should probably be throwing, though.)
2002-09-07 10:01:42 +00:00
Glenn Maynard
ff279255d5
remove unused variables
2002-09-07 10:00:58 +00:00
Glenn Maynard
f6b1b4a2a4
unreachable return
2002-09-07 09:53:44 +00:00
Glenn Maynard
65213757cf
Hashes are unsigned.
...
(This is why Hungarian for types sucks: I had to search and replace
these, instead of just changing the types. It doesn't help anything,
either.)
Simplify.
2002-09-07 09:53:03 +00:00
Glenn Maynard
e396d12389
remove unused variables
2002-09-07 09:49:22 +00:00
Glenn Maynard
6d945ca501
fix derivation
2002-09-07 09:44:55 +00:00
Glenn Maynard
5c9c9e4f5e
m_uNextReloadTicks = -1; doesn't make sense; it's unsigned
2002-09-07 09:42:45 +00:00
Glenn Maynard
d4f750d6b3
simplify
2002-09-07 09:37:27 +00:00
Glenn Maynard
eff3563208
Replace CArray. Remove templated MFC includes.
2002-09-07 09:36:50 +00:00
Glenn Maynard
c024ac408a
/* */
2002-09-07 09:35:59 +00:00
Glenn Maynard
2e3cde821b
Switch remaining CMaps to std::map.
2002-09-07 08:20:10 +00:00
Glenn Maynard
5041ee2159
fix vc6 compile problem
2002-09-07 08:18:48 +00:00
Glenn Maynard
c87bda1d98
Remove another CMap.
2002-09-07 07:49:15 +00:00
Glenn Maynard
fff30a25fa
Remove another CMap.
2002-09-07 07:24:44 +00:00
Glenn Maynard
b79d4950a1
remove apparently obsolete comment
2002-09-07 06:53:18 +00:00
Glenn Maynard
b14cb1122a
Add Pump abbreviation.
2002-09-07 06:49:53 +00:00
Glenn Maynard
08da79a366
Remove a CMap. This is simpler, anyway.
2002-09-07 06:46:18 +00:00
Glenn Maynard
eeb406830f
update
2002-09-07 06:37:25 +00:00
Glenn Maynard
e32ed54af2
Eh, better off just not *loading* incomplete songs than adding
...
cases for it elsewhere. (Not going to do that until I have a place
to put warnings, though.)
2002-09-07 06:32:12 +00:00
Glenn Maynard
e992012de2
some work to make it possible to start with incomplete songs (without
...
music)
2002-09-07 06:26:00 +00:00