Commit Graph

69 Commits

Author SHA1 Message Date
Glenn Maynard f345edb366 store scores as ints
nonstop scoring fixes
2003-06-18 20:08:39 +00:00
Glenn Maynard 4e1b482684 store scores as ints
nonstop scoring fixes
2003-06-18 20:06:27 +00:00
Glenn Maynard 011ec09971 eof eol 2003-04-24 00:42:21 +00:00
Chris Danford d91d043fa9 fix broken autogen in ScreenEditMenu 2003-03-13 01:26:50 +00:00
Chris Danford fc2108e85d fixed EditMenu "Create from Autogen" weirdness
cleaned up some unnecessary header dependencies
2003-02-22 01:58:56 +00:00
Chris Danford e19fa17d9b support for full CRS specification and PlayerBest/Worst 2003-02-16 10:12:03 +00:00
Glenn Maynard 0ff6f863ee s/Song.h/song.h/
I'd prefer "Song.h", but it's not worth losing history for, and SF will
choke on that rename anyway.
2003-02-16 04:28:17 +00:00
Glenn Maynard 42cfd6f98c stdafx -> global 2003-02-16 04:01:45 +00:00
Chris Danford e05738f7f7 working on course ranking scores and mem card saving 2003-02-14 21:42:44 +00:00
Chris Danford ee9f4d99a5 Fixed super-shuffle. It's sad that it was broken for so long! 2003-02-11 21:41:43 +00:00
Chris Danford 24d88b979f Fixed "Create from AutoGen" function in ScreenEditMenu. 2003-02-10 05:49:22 +00:00
Glenn Maynard 429fb10c70 don't wipe out meter > 10 2003-02-09 01:30:06 +00:00
Chris Gomez c57f5e27a4 Mark meter > 10 as meter = 10 for maniac/challenge steps 2003-02-05 23:40:52 +00:00
Glenn Maynard a7d4031cb4 handle difficulty aliases in StringToDifficulty 2003-02-05 19:48:02 +00:00
Glenn Maynard 06be98567b Clean up some sorts; use multiple stable_sorts for multi-level
sorts, instead of hardcoding the order in the compare functions.

Don't consider challenge > hard for extra stages.
2003-02-05 00:33:14 +00:00
Chris Danford f4e8c4fb24 clean up NoteData 2003-02-01 05:16:38 +00:00
Chris Danford 3ddadbe82f New ScreenEditMenu 2003-01-30 07:18:33 +00:00
Chris Danford cf8c4f884f cleanup of statistics, saving of high scores 2003-01-24 02:43:07 +00:00
Glenn Maynard 62fe307d62 fix crash 2003-01-23 05:51:09 +00:00
Chris Danford 93c1166402 more on high score work 2003-01-22 05:29:27 +00:00
Chris Danford ac391552fd Changed Notes difficulty/description in preparation for edit selection system 2003-01-21 22:23:01 +00:00
Glenn Maynard a5610f0242 add another assert 2003-01-19 21:14:27 +00:00
Glenn Maynard 1fcccdb31c add an assert 2003-01-19 21:13:00 +00:00
Glenn Maynard 55e92e771d s/CArray<x,y>/vector<x>/g 2003-01-03 05:56:28 +00:00
Glenn Maynard bb8940adad Add and use accessors for most of Notes.
Don't autogen data until it's needed.
2003-01-02 22:10:51 +00:00
Glenn Maynard 3637b3fb52 Cache NoteData inside Notes. 2002-12-14 21:43:00 +00:00
Glenn Maynard b05c176e28 Move WriteSMNotesTag into the SM writer. 2002-12-14 21:36:52 +00:00
Glenn Maynard a3477d477d Add accessors. 2002-12-14 21:33:29 +00:00
Glenn Maynard 5844f497c6 init radar to -1, not 0, indicating "don't know" 2002-12-14 06:20:25 +00:00
Glenn Maynard 9c6fe5cf64 Add NoteDataUtil and move some stuff into it 2002-12-13 22:09:26 +00:00
Chris Danford 9d68ff5d7b Added clamp in RageColor->RageVColor conversion to fix some artifacts
Fixed "autogen doesn't generate patterns for all difficulties for some songs"
Fixed incorrect "show" value in "show!hold" being written in DWIs
Fixed "song ends early after adding an edit then playing"
2002-11-13 05:17:15 +00:00
Glenn Maynard bccaf3560b s/Add/push_back/ 2002-10-31 04:23:39 +00:00
Chris Danford ec202633e9 Added .GetString() to all CStrings passed in vargs 2002-10-29 07:58:44 +00:00
Chris Danford 73f7db6b15 Replaced most D3DX dependencies. Added Brendan's not-yet-functional networking code. 2002-10-28 05:30:45 +00:00
Glenn Maynard 4fa4be8161 eliminate GetData() 2002-10-24 08:40:27 +00:00
Glenn Maynard 738617a01b change more qsorts to sort 2002-10-24 08:17:09 +00:00
Chris Danford 1c75f1b095 More efficient texture memory usage. Fixes hickups on BGAnimation change. 2002-10-20 17:18:05 +00:00
Chris Danford 107a1521e6 Added separate icon for smaniac 2002-10-06 16:56:58 +00:00
Chris Danford ad6c239858 ugh. Cleanup of ez2's menubganimations. 2002-09-29 05:06:18 +00:00
Glenn Maynard 440de6c0da Move DWI writing into a separate class. (Trying to simplify Song and
Notes ... this would help more if both of those were abstracted, though.)
2002-09-09 00:22:02 +00:00
Glenn Maynard d22545d1cb move some code out of the header 2002-09-08 22:02:39 +00:00
Glenn Maynard 33a0e450e4 Switch to separate note patterns for couples. Add loader support.
This will break saving couples to DWI and probably the editor, too.
Getting to that.
2002-09-07 05:04:04 +00:00
Glenn Maynard 570be0a738 Move loaders into their own classes. 2002-09-06 23:36:04 +00:00
Chris Danford 7922f5bbc7 Updated AnnoucerManager::GetPathTo to act like ThemeManager. More theme and Ez2 cleanup. 2002-08-27 23:31:41 +00:00
Glenn Maynard b3cb136f04 Fix up editing hold notes. 2002-08-25 05:00:23 +00:00
Chris Danford a0c7d5bd22 added BackgroundChange editing and DWI saving to editor 2002-08-23 20:18:29 +00:00
Glenn Maynard 9761968bd2 Use GameManager lookups. 2002-08-23 00:22:27 +00:00
Glenn Maynard 118f97fd1b More KiU simplifications. 2002-08-21 04:11:53 +00:00
Glenn Maynard 718a6305f4 Flatten song parsing code a bit. (Gah--that makes patches look really big, when most of the lines are really just changing indentation.)
More minor const fixes in Notes.

Handle #DIFFICULTY in KSF.

Fix spurious warnings about KSF keys.

Clean up KSF parsing slightly.
2002-08-21 03:04:39 +00:00
Chris Danford 4558db37bb added menu to editor 2002-08-17 06:44:04 +00:00