Commit Graph
15115 Commits
Author SHA1 Message Date
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
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
Chris Danford 1a9b738d8b new profile/course screen polish 2005-08-05 10:07:49 +00:00
Chris Danford c885a38d9f fix assert in DeleteRecursive 2005-08-05 10:01:45 +00:00
Chris Danford 10711f0c83 choose profileIDs for new local profiles such that ordering by creation time is preserved 2005-08-05 10:01:10 +00:00
Chris Danford aa832e4e4d fill new profiles with a random character 2005-08-05 09:59:44 +00:00
Chris Danford f02e96b56d load default character's icon instead of the global fallback banner when given a null character 2005-08-05 09:58:45 +00:00
Chris Danford 804cc8b2bc working on profile management screen 2005-08-05 04:20:46 +00:00
Chris Danford f0e8a34327 Add new ScreenOptionsManageProfiles 2005-08-04 21:27:42 +00:00
Chris Danford 68f8e632f0 Add new ScreenOptionsManageProfiles 2005-08-04 21:13:29 +00:00
Ben Anderson 7bd90e4f1a Case is important on non-win32 platforms! Fixes compilation on Linux and possibly OS X 2005-08-04 15:56:49 +00:00
Glenn Maynard 10dca0a4cf float 2005-08-03 23:38:06 +00:00
Glenn Maynard a82c54ddf7 don't send IET_LEVEL_CHANGED for -1 (which means "not supported") 2005-08-03 23:15:18 +00:00
Chris Danford 76d1866eb6 fix compile 2005-08-03 22:01:44 +00:00
Chris Danford fcae1e142c more work on course editor 2005-08-03 03:28:13 +00:00