Commit Graph
16835 Commits
Author SHA1 Message Date
Glenn Maynard 3a464572b4 cleanup 2005-08-13 00:03:56 +00:00
Glenn Maynard 16e2681225 simplify 2005-08-12 23:39:26 +00:00
Glenn Maynard 37fc8656a1 static 2005-08-12 23:37:16 +00:00
Glenn Maynard 537491e1ed cleanup 2005-08-12 23:35:18 +00:00
Glenn Maynard 77e37fa38b ScreenPrompt::BeginScreen 2005-08-12 23:34:44 +00:00
Glenn Maynard 450cbfa66b make STextEntry work more like other screens: single parameter ctor, move
the special load stuff into a separate function (called any time before
BeginScreen)
2005-08-12 22:46:32 +00:00
Glenn Maynard f264975834 delete profiles without reloading all old ones 2005-08-12 19:12:20 +00:00
Glenn Maynard 6fd6304502 rename profiles without reloading all old ones
assert
2005-08-12 19:05:38 +00:00
Glenn Maynard 39656d87ec create new profiles without reloading all old ones 2005-08-12 18:40:12 +00:00
Glenn Maynard d01af9bde2 typo 2005-08-12 04:13:08 +00:00
Glenn Maynard 85d66d4a6c dumb fix 2005-08-12 04:12:33 +00:00
Glenn Maynard b5cca118e0 add TWEEN_SMOOTH 2005-08-12 04:08:51 +00:00
Glenn Maynard f54745f8da fix warning 2005-08-12 04:05:19 +00:00
Glenn Maynard fbfafcecbb pull code out of header 2005-08-12 03:22:44 +00:00
Glenn Maynard ca72464405 simplify 2005-08-12 03:18:31 +00:00
Glenn Maynard 6c8fd11e93 merge common code 2005-08-12 03:16:44 +00:00
Glenn Maynard ce5643c76a flip logic ("if(!a) b else c" -> "if(a) c else b") 2005-08-12 03:16:21 +00:00
Glenn Maynard 643d264ce0 cleanup, de-interleace accessors 2005-08-12 03:14:50 +00:00
Glenn Maynard 52eb7a79b8 cleanup 2005-08-12 03:12:54 +00:00
Glenn Maynard 095513c3d7 hide more 2005-08-12 03:10:53 +00:00
Glenn Maynard 2b1b57b81f hide more 2005-08-12 03:03:54 +00:00
Glenn Maynard 8af1f7003d hide more 2005-08-12 02:55:48 +00:00
Glenn Maynard 70a109c54b fPercentDP, fSurviveSeconds 2005-08-12 02:46:58 +00:00
Glenn Maynard d3bd7a7723 hide iScore 2005-08-12 02:37:04 +00:00
Glenn Maynard aa04fe60dd hide grade 2005-08-12 02:19:08 +00:00
Glenn Maynard 2307fa23d9 hidden HighScore::sName 2005-08-12 01:52:01 +00:00
Glenn Maynard 4f7da83726 pull function out of header
const
2005-08-12 01:29:40 +00:00
Glenn Maynard 09b7bb96bc working on hiding HighScore internals 2005-08-12 01:05:35 +00:00
Glenn Maynard f4caf2275f simplify 2005-08-11 23:57:20 +00:00
Glenn Maynard 453de64456 LoadEditFromBuffer and friends (analogs of NotesLoaderSM calls) 2005-08-11 23:29:47 +00:00
Glenn Maynard 4ca6bf6282 implement CourseWriterCRS::GetEditFile, CourseWriterCRS::Write(RageFileBasic) 2005-08-11 23:28:18 +00:00
Glenn Maynard 09b44c9766 split GetLocalProfileByID 2005-08-11 23:14:32 +00:00
Glenn Maynard 3c93754969 split CreateLocalProfileByID 2005-08-11 23:10:44 +00:00
Glenn Maynard 01b6345758 split UnloadAllLocalProfiles 2005-08-11 23:06:01 +00:00
Glenn Maynard 89d1fae8ba fix crash, logic in deleting course edits 2005-08-11 20:51:15 +00:00
Dan Colardeau e0d81f3256 Fix for missing graphics errors. 2005-08-07 02:15:43 +00:00
Chris Danford 5020c1c9bf add profile swap, add profile change/swap sounds 2005-08-06 05:43:24 +00:00
Chris Danford 2cc2f07f8d add lua bindings
use profileID as the key in the map, not the profile dir
2005-08-06 05:42:21 +00:00
Chris Danford 3d37449e6b add lua bindings
use profileID as the key in the map, not the profile dir
2005-08-06 05:34:06 +00:00
Chris Danford c15b82a222 add EditProfileID lua binding 2005-08-06 05:33:29 +00:00
Chris Danford c20c41e7fc load commands from elements (for using Lua to generate the command name) 2005-08-06 05:33:01 +00:00
Chris Danford fc05cb7838 don't play changed sound unless the value actually changed 2005-08-06 05:31:53 +00:00
Ben Anderson b81c3dcf3c Revert; I'm not awake today. 2005-08-05 20:41:15 +00:00
Ben Anderson b02b6b2638 Skipping screens at the screen level is illegal; leave it up to the theme. Added assert as well. 2005-08-05 19:32:38 +00:00
Chris Danford 1e074fbeae fix for both VC6 and VC7 2005-08-05 18:18:08 +00:00
Glenn Maynard dff74c88da temp compile fix 2005-08-05 16:23:59 +00:00
Glenn Maynard 57ee24424b no, compile fix 2005-08-05 16:23:07 +00:00
Glenn Maynard 8e9aff2d21 compile fix 2005-08-05 16:21:00 +00:00
Glenn Maynard 1e0b236ac4 warnings 2005-08-05 16:18:07 +00:00
Glenn Maynard 60c6cab3f7 work around compiler bug (picks up the wrong "s") 2005-08-05 16:16:18 +00:00