Glenn Maynard
53aea34fb2
remove unused
...
RageFile -> RageFile*
2005-05-19 22:50:57 +00:00
Glenn Maynard
93ff013321
cleanup, assert -> ASSERT
2005-05-19 21:34:47 +00:00
Glenn Maynard
aa5c8699fb
allow validating from alternate keys
...
fix missing HAVE_CRYPTOPP defs
2005-05-19 21:27:14 +00:00
Glenn Maynard
d406068148
reduce crypto++ code by doing our own file writing (simpler)
2005-05-19 21:21:37 +00:00
Glenn Maynard
f701c3f261
remove unused FirstRunInitialScreen
2005-05-19 21:05:25 +00:00
Renaud Lepage
98b20649f4
Now these actually do something. Sorry.
2005-05-19 20:59:40 +00:00
Glenn Maynard
78682940ea
remove; we generate a machine keypair on demand
...
doing things "on first run" is fragile: it might be interrupted, in which
case we either do it again next time (running first-run tasks more than
once) or we don't do any (skipping some of them). instead, do things
on demand, and keep track of which tasks have completed
2005-05-19 20:55:05 +00:00
Renaud Lepage
077e7af34c
Initial commit.
...
These files are used when building SM with nothing more than a compiler (VC++ Toolkit 2003) and a pack of libraires (MS Platform SDK, DirectX).
The BAT's are to automate the make itself.
The mak is the makefile.
2005-05-19 20:54:29 +00:00
Glenn Maynard
f9b18c7a64
cleanup
2005-05-19 20:43:06 +00:00
Glenn Maynard
846a4bd6ae
don't need to stuff this in a function (this doesn't belong in StepMania.cpp,
...
though ...)
2005-05-19 20:39:42 +00:00
Glenn Maynard
cfaca94b4c
remove hack. the problem was probably that CompareNoCase returns
...
a value < 0, not necessarily -1
2005-05-19 20:36:34 +00:00
Glenn Maynard
14da28b9e5
style fixes
2005-05-19 20:34:35 +00:00
Glenn Maynard
b78ea78dea
style fix
2005-05-19 20:32:10 +00:00
Glenn Maynard
83d8099f7f
remove ConditionalBGA; it's not used. ask the list if you need to know how to do something that was done in this ...
2005-05-19 20:26:53 +00:00
Glenn Maynard
221e369b7b
long-needed style update. no non-cosmetic changes.
2005-05-19 06:55:31 +00:00
Glenn Maynard
01490f8f68
revert weird wrapping hack. I can't make sense of it, and it's causing
...
infinite loops. Implement overdraw handling correctly.
2005-05-19 06:11:46 +00:00
Glenn Maynard
140ec4fdca
allow setting preferences from theme metrics. static.ini is deprecated.
2005-05-19 05:19:23 +00:00
Glenn Maynard
acc86207d0
Don't re-read game prefs at reset; it's a hack to load game prefs
...
and mappings after changing the game. Do it in ChangeCurrentGame
instead. Don't expose ReadGamePrefsFromDisk. (This code path
is still a little overcomplicated, but it's a bit simpler now ...)
2005-05-19 05:12:30 +00:00
Glenn Maynard
0190f4024f
after most calls to ReadGamePrefsFromDisk, we call
...
ReadMappingsFromDisk; cleanup
2005-05-19 04:30:30 +00:00
Glenn Maynard
0ee9564bb1
license
2005-05-19 03:29:24 +00:00
Glenn Maynard
65e8bd1ac0
update
2005-05-19 01:26:41 +00:00
Glenn Maynard
ea1bede8c3
drop StepMania.ini sections. Almost everything is in [Options], and it's
...
hard enough keeping straight which arbitrary options screen an option
is in without having a separate categorization for the INI. (This will
simplify later changes.)
2005-05-19 01:25:38 +00:00
Glenn Maynard
cf933964f2
debug -> options
2005-05-19 01:17:33 +00:00
Glenn Maynard
31c07f35d7
fix message never subscribed
2005-05-18 08:17:42 +00:00
Glenn Maynard
27413bdb35
fix compile
2005-05-18 08:14:56 +00:00
Chris Danford
dd98a6bc7e
move more of autoplay into debugOverlay
2005-05-18 07:15:56 +00:00
Chris Danford
e504fb4e98
broadcast on changed course/trail
2005-05-18 07:14:19 +00:00
Glenn Maynard
0986e61f3d
rewrite ZIP parsing. only a tiny bit of code was used from InfoZIP, causing
...
us to have to lug around a proportionately unreasonably big chunk of
licensing text. (this code is smaller, too.)
2005-05-18 06:44:24 +00:00
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