Commit Graph
13423 Commits
Author SHA1 Message Date
Glenn Maynard 96bcbbc820 allow freeing steps from a specific profile 2005-04-25 00:09:59 +00:00
Glenn Maynard dcafde0088 allow unloading steps from a specific profile 2005-04-25 00:05:42 +00:00
Glenn Maynard 8f831ffb85 split out SongManager::LoadEditsFromDir 2005-04-24 23:39:35 +00:00
Glenn Maynard 5093809e31 fallback load for Editable.ini when loaded by the memory card thread 2005-04-24 23:23:32 +00:00
Glenn Maynard 1ea1ecfaaf move FastLoadProfileNameFromMemoryCard into ProfileManager 2005-04-24 23:06:15 +00:00
Glenn Maynard 9928ed6bde report errors in LoadEditableDataFromDir 2005-04-24 22:56:05 +00:00
Glenn Maynard d8e675a1c4 pass -l flag to umount 2005-04-24 22:46:18 +00:00
Glenn Maynard 389c5e4430 add missing Seek method 2005-04-24 22:19:39 +00:00
Glenn Maynard c9e7232970 better error messages 2005-04-24 22:04:39 +00:00
Glenn Maynard 48d5aaf621 fix RageFileDriverTimeout::FlushDirCache: need to flush both the RageFileDriverTimeout and the child driver 2005-04-24 21:59:44 +00:00
Chris Danford c6040055eb hide locked steps 2005-04-24 20:32:03 +00:00
Chris Danford ad5c70f7df add unlockable steps 2005-04-24 19:41:52 +00:00
Glenn Maynard 086ee3f376 split GetMemoryCardProfileDirectoriesToTry
store directory imported from
2005-04-24 19:39:54 +00:00
Glenn Maynard cabfc056fd API 2005-04-24 19:33:46 +00:00
Glenn Maynard e2ab509b8e pull out common memory card profile code (in prep for import handling) 2005-04-24 19:30:35 +00:00
Glenn Maynard 3a5de2fe67 cleanup 2005-04-24 19:27:30 +00:00
Glenn Maynard 1abb3cd8b2 working on importing scores 2005-04-24 19:18:46 +00:00
Glenn Maynard a7d099d006 simplify 2005-04-24 18:50:31 +00:00
Glenn Maynard a5c6093a9f cleanup 2005-04-24 18:48:17 +00:00
Chris Danford cc6369f044 fix warning 2005-04-24 11:15:07 +00:00
Chris Danford 2a8f30fcd1 fix uninitialized variable 2005-04-24 11:10:55 +00:00
Chris Danford 9187aa2399 broadcast note crossed messages in beginner mode for BGAs
add FORCE_MODIFIERS_IN_BEGINNER
2005-04-24 11:03:02 +00:00
Chris Danford f6308e73fd approach current scrollBPM faster 2005-04-24 10:48:18 +00:00
Chris Danford f7b43c71fd add Lua method 2005-04-24 10:47:44 +00:00
Glenn Maynard 30f05feedd add per-vertex diffuse color lua bindings 2005-04-24 10:08:55 +00:00
Glenn Maynard 104ecd10ce split("") should return an empty vector 2005-04-24 06:32:51 +00:00
Glenn Maynard 5ab903244e support sequences of only one input 2005-04-24 06:31:39 +00:00
Glenn Maynard 1f369f298a sync behavior of InputQueue::MatchesSequence overloads 2005-04-24 06:30:32 +00:00
Chris Danford 47bfebf266 cache metrics 2005-04-24 05:58:58 +00:00
Josh Allen 2369bd337c Remove unused headers
Reorganize portions of code for easier reuse
2005-04-24 05:52:35 +00:00
Chris Danford 12caf40f7f cleanup 2005-04-24 05:44:42 +00:00
Glenn Maynard e700aae4e1 Add "Select". Nothing currently uses this directly, but it can be mapped
to codes.
2005-04-24 04:35:59 +00:00
Glenn Maynard 5affc1cef4 more table fixes 2005-04-24 04:06:01 +00:00
Glenn Maynard b6e5391f9e fix table (this compiled because "NO_DEFAULT_KEY NO_DEFAULT_KEY" becomes "-1-1" = -2) 2005-04-24 04:03:52 +00:00
Glenn Maynard 58aa3d2577 fix compile (does this driver even work?) 2005-04-24 03:44:56 +00:00
Chris Danford 7c022ff166 fix "can give up while the next song is loading, putting the next song animation in a messed up state" 2005-04-24 02:21:25 +00:00
Chris Danford f46f9d70d7 human readable Keymaps.ini 2005-04-24 02:15:41 +00:00
Chris Danford 958642a3b8 save mappings after automapping. Otherwise, if we don't exit cleanly, the automappings are lost and not reapplied on the next run 2005-04-24 02:06:26 +00:00
Chris Danford d1d16207a6 always save mappings on exit - not just on change 2005-04-24 02:03:25 +00:00
Glenn Maynard 6b3d83e4e8 comment 2005-04-24 01:36:50 +00:00
Glenn Maynard 2bf4de2746 SetPreferredSong, GetPreferredSong 2005-04-24 01:33:32 +00:00
Glenn Maynard 50e5e9f597 return nil for error, not an aribtrary sentinel 2005-04-24 01:25:51 +00:00
Glenn Maynard 902b0e8ac7 PlayOnce hook 2005-04-24 01:24:36 +00:00
Glenn Maynard 3b4d72a9e7 allow temporarily dimming the BGM 2005-04-24 00:36:07 +00:00
Glenn Maynard 5fd0d235c4 add FindCode helper 2005-04-24 00:07:12 +00:00
Glenn Maynard 37fb267fd6 Don't use "long" and "short", unless it's for passing to an API that explicitly
expects them; they're too vague across archs.  If you really want specific size
ints, use int16_t, uint64_t, etc.  In this case, "int" is fine.

Flip error check.
2005-04-23 23:09:08 +00:00
Glenn Maynard 33a5148081 pCt -> g_iRefCount 2005-04-23 23:03:41 +00:00
Glenn Maynard 12339028d5 pMasks -> g_aiMasks 2005-04-23 23:00:23 +00:00
Glenn Maynard 27790e1ccf simplify 2005-04-23 22:58:26 +00:00
Glenn Maynard 58bfa13cc8 cosmetic 2005-04-23 22:53:26 +00:00