Commit Graph

57 Commits

Author SHA1 Message Date
Glenn Maynard e717cc88f0 fix RefreshNoteSkinData looking in the wrong place 2004-09-06 02:52:10 +00:00
Glenn Maynard 3e1bc2ef26 NoteSkinManager::ColToButtonName -> Game::ColToButtonName 2004-09-06 02:49:36 +00:00
Glenn Maynard 951b2bf1be simplify, work on fixing NoteSkinManager::RefreshNoteSkinData(Game*) 2004-09-06 02:30:50 +00:00
Glenn Maynard aad73b53e9 (float) atof() -> strtof(), which computes in float instead of computing in
double and casting to float, which is silly
2004-08-10 20:57:59 +00:00
Chris Danford 7255f15f9d NoteSkins:
add arbitrary depth of fallbacks
remove unused methods
2004-07-30 06:32:24 +00:00
Chris Danford ff4c12b727 rename GameDef -> Game 2004-07-25 17:07:32 +00:00
Chris Danford 64628fac21 remove enum Game. Instead, pass around the GameDef pointer 2004-07-25 04:27:20 +00:00
Chris Danford 5544445ad0 name cleanup: StyleDef -> Style 2004-06-28 07:26:00 +00:00
Glenn Maynard 211f9b852a use Dialog 2004-06-10 22:47:51 +00:00
Glenn Maynard 733127d8ed license update 2004-06-08 01:24:17 +00:00
Glenn Maynard d79f9f0ff1 better assert output
minor optimization
2004-05-23 22:17:26 +00:00
Glenn Maynard c0adadd3a5 IniFile cleanup 2004-05-23 02:27:51 +00:00
Chris Danford 590cf4f690 Let NoteSkin manager look for BGAnimation directories 2004-03-01 05:58:19 +00:00
Chris Danford 34dd476d5e add pref "HideDefaultNoteSkin" 2004-03-01 02:45:29 +00:00
Glenn Maynard 3dd3da3c5f cleanup 2004-02-17 22:23:07 +00:00
Glenn Maynard 10e3dcac01 cache note skin paths
ScreenDemonstration loads went from ~2.5 to ~1.7 seconds for me
2004-02-17 22:16:22 +00:00
Glenn Maynard 63c48f5439 two botched commits in a row -> GO TO BED 2004-02-17 08:56:45 +00:00
Glenn Maynard a7d86a8e13 search redirs in note skins like we do in themes 2004-02-17 08:55:33 +00:00
Glenn Maynard 9f8139afa3 simplify 2004-02-17 08:25:32 +00:00
Glenn Maynard e6401712d4 Don't search for "fallback" button types except in the "common"
note skin.  It's a little faster, and still self-consistent.
2004-02-17 08:20:56 +00:00
Chris Danford 69769b2c74 support sharing of geometry between Models 2004-02-08 11:17:03 +00:00
Chris Danford 4cf6e96f6b support different explosion graphics per TapNoteScore 2003-12-31 21:40:38 +00:00
Chris Danford 141ba141d0 fix noteskin error if current game doesn't have a NoteSkin called "note" 2003-12-31 07:44:53 +00:00
Glenn Maynard e9ae2c0803 continue phasing out BASE_PATH and SLASH 2003-12-10 09:44:16 +00:00
Glenn Maynard 11870a6072 continue phasing out BASE_PATH and SLASH 2003-12-10 09:26:05 +00:00
Chris Danford c123681854 move IsWindowed check inside of ArchHooks_Win32 2003-11-15 06:08:13 +00:00
Sean Burke 7e8bcb35b3 Slightly more efficient commenting style. (Nerd.) 2003-11-13 08:22:05 +00:00
Chris Danford 2ccd5b91bb move default to front of NoteSkin list if it exists 2003-10-29 10:43:18 +00:00
Chris Danford 932fc09779 don't hide default NoteSkin 2003-10-20 05:47:21 +00:00
Chris Danford f57aa6c785 arcade machine changes 2003-10-17 08:03:46 +00:00
Glenn Maynard f0576389dc Search for fallback graphics in all searched noteskin dirs, not just common. 2003-10-11 04:10:29 +00:00
Chris Danford dba1188c97 remove .model file format, replace with more general .actor file format 2003-09-21 20:57:07 +00:00
Glenn Maynard 6a4104f810 Fix *.model. 2003-09-16 00:48:30 +00:00
Glenn Maynard 610c07c0e7 Remove unneeded code. 2003-09-15 05:54:14 +00:00
Chris Danford 34315c7349 fix log message 2003-09-14 20:01:53 +00:00
Glenn Maynard 8180a6c614 lookup fix 2003-09-12 04:44:53 +00:00
Glenn Maynard 38855e3d91 Avoid refreshing note data during gameplay. 2003-09-12 04:18:43 +00:00
Glenn Maynard 1c97485e4b Add note skin queries based on note skin name, not player number. Code
that uses this coming soon ...

(Hopefully the player number versions can go away soon.)
2003-09-12 04:08:03 +00:00
Chris Danford 0cd5766ba2 add Dance Maniax and Technomotion support 2003-09-03 04:30:29 +00:00
Glenn Maynard 63d2646956 unreachable code 2003-08-16 18:20:50 +00:00
Chris Danford 5f2a39c70f Add global NoteSkin fallback. This ensures that every game type is at least playable (albeit with the wrong graphics) 2003-08-15 03:14:53 +00:00
Chris Danford 1e514c1c51 Rename overloaded methods of Song so that stack traces are more helpful. 2003-08-10 08:58:11 +00:00
Chris Danford 278cb4c3f1 runs on Xbox 2003-07-22 07:47:27 +00:00
Glenn Maynard e38ecdafe1 improve output 2003-07-20 21:23:20 +00:00
Glenn Maynard 94f1803871 fix ScreenSelectGame showing all games 2003-06-04 20:06:10 +00:00
Chris Danford c04b5b993b add Model to NoteDisplay 2003-05-09 04:42:04 +00:00
Glenn Maynard fe33dec385 Partial s/GetString/c_str/.
(watch out for PlayerOptions::GetString and SongOptions::GetString)
2003-04-25 00:01:35 +00:00
Glenn Maynard 2930da9556 fix warning 2003-04-23 02:45:51 +00:00
Chris Danford 4b7d640324 support noteskin-changing attacks
cache trick icons
change AI probability format
2003-04-22 04:54:04 +00:00
Glenn Maynard 920f2022c4 add arrow redirection in positioning types 2003-04-17 21:45:37 +00:00