Glenn Maynard
|
29a17b4964
|
more cleaning up
|
2003-05-19 08:53:53 +00:00 |
|
Kevin Slaughter
|
b1396c186a
|
Fix ScreenHowToPlay:: Now displays until all the hard-coded steps are gone (SecondsToShow metric), and added into Player.cpp a value to show/hide judgment messages (miss/perfect etc*). This is turned OFF by default so everything still shows the judgment, except for ScreenHowToPlay
|
2003-05-19 08:18:21 +00:00 |
|
Glenn Maynard
|
1352067196
|
const fixes
|
2003-03-26 17:53:31 +00:00 |
|
Chris Danford
|
6ccb255719
|
Jumps count as only 1 in TapNoteScore totals
|
2003-03-16 18:57:34 +00:00 |
|
Chris Danford
|
1e6c67089e
|
fix bug in SwapSides that caused it to behave like Mirror
Add Alters: copy_left_to_right, copy_right_to_left, clear_left, clear_right, collapse_to_one, shift_left, shift_right
Fix "SuperShuffle broken only in editor"
|
2003-03-13 21:44:14 +00:00 |
|
Chris Danford
|
3dd62d5568
|
improve Skippy
select last chosen NotesType and Difficulty in EditMenu
|
2003-03-13 20:46:59 +00:00 |
|
Chris Danford
|
b4b8815cb7
|
Add Skippy transform
|
2003-03-13 09:20:21 +00:00 |
|
Chris Danford
|
22ef6c358b
|
moved PlayerNumber into a separate header to reduce dependences on GameConstantsAndTypes.h
default mappings for menu buttons
items in battle now have a duration
fix VC6 compile errors
|
2003-02-26 00:20:00 +00:00 |
|
Glenn Maynard
|
38118ab10d
|
optimize and clean up a little
|
2003-02-25 19:49:16 +00:00 |
|
Chris Danford
|
4402a37e99
|
Fixed nonsense notes being inserted during holds (e.g. Sweet Love Magic) in Wide() and InsertIntelligentTaps()
|
2003-02-20 01:35:49 +00:00 |
|
Chris Danford
|
8fc33de8bf
|
split LONG transform into BIG and QUICK
|
2003-02-20 00:57:52 +00:00 |
|
Chris Danford
|
71134fd2cf
|
rename Big->Wide, add Tall
|
2003-02-19 22:58:14 +00:00 |
|
Chris Danford
|
ac9e58f760
|
overhauling editor UI
|
2003-02-18 23:15:38 +00:00 |
|
Chris Danford
|
12756391db
|
Added BIG transform. Haven't yet fixed the weird interaction it has with the score.
|
2003-02-16 20:27:53 +00:00 |
|
Chris Danford
|
f4e8c4fb24
|
clean up NoteData
|
2003-02-01 05:16:38 +00:00 |
|
Glenn Maynard
|
4ae61d4aa5
|
remove compression stuff; unused
|
2002-12-20 02:45:23 +00:00 |
|
Glenn Maynard
|
1fea73d721
|
remove Compress() and Decompress()
|
2002-12-19 04:43:30 +00:00 |
|
Glenn Maynard
|
689e9b150d
|
add fast ClearAll().
|
2002-12-14 20:30:49 +00:00 |
|
Glenn Maynard
|
2b16fbc4a3
|
Optimize LoadTransformedSlidingWindow a bit.
Const fixes.
|
2002-12-14 20:27:52 +00:00 |
|
Glenn Maynard
|
c86c5af9f8
|
move more stuff to NoteDataUtil
|
2002-12-13 23:34:37 +00:00 |
|
Glenn Maynard
|
5c21296573
|
move radar stuff to NoteDataUtil
const fixes
|
2002-12-13 22:40:42 +00:00 |
|
Glenn Maynard
|
9c6fe5cf64
|
Add NoteDataUtil and move some stuff into it
|
2002-12-13 22:09:26 +00:00 |
|
Glenn Maynard
|
3cfb72fb58
|
Add NoteData "compression".
|
2002-12-13 01:23:26 +00:00 |
|
Glenn Maynard
|
24cc7a3c04
|
Get rid of all other #pragma once's, except the one in StdAfx.h.
(three cheers for perl)
|
2002-11-16 08:07:38 +00:00 |
|
Glenn Maynard
|
d9e5bfa62b
|
Err, really remove the copy ctor (removed the assignment operator
last time)
|
2002-11-02 23:15:47 +00:00 |
|
Glenn Maynard
|
75267d2a26
|
Make m_HoldNotes private.
Remove the copy ctor; no longer needed. (Looking back, I don't
think it was needed anyway.)
|
2002-11-02 23:14:52 +00:00 |
|
Glenn Maynard
|
68cb613902
|
make HoldNotes a vector
|
2002-11-02 23:10:38 +00:00 |
|
Glenn Maynard
|
8efe6ee455
|
use GetHoldNote
|
2002-11-02 22:53:04 +00:00 |
|
Glenn Maynard
|
21e7c5801b
|
Add HoldNote getter.
Make m_TapNotes private.
|
2002-11-02 22:25:46 +00:00 |
|
Glenn Maynard
|
9374f853ed
|
add MoveTapNoteTrack
|
2002-11-02 21:04:00 +00:00 |
|
Glenn Maynard
|
546519e7ec
|
Make m_TapNotes a vector. (Hmm. Not ideal, but better.) Still not
completely abstracted (NotesLoaderBMS).
|
2002-10-25 23:32:50 +00:00 |
|
Glenn Maynard
|
c2cc2881f9
|
use Get/SetTapNote. Stupid Printf Tricks.
|
2002-10-25 04:59:12 +00:00 |
|
Glenn Maynard
|
51f61cabd2
|
More constants
|
2002-10-25 04:39:10 +00:00 |
|
Glenn Maynard
|
b766b6c7b9
|
add TAP_EMPTY to make it easier to search for and replace than '0'
|
2002-10-25 04:36:13 +00:00 |
|
Chris Danford
|
15fc589cc6
|
Fixed articts in hold note and life frames.
|
2002-10-18 19:01:32 +00:00 |
|
Glenn Maynard
|
5f5ed86c7e
|
Add SetTapNote (needed for another fix)
|
2002-10-12 21:41:15 +00:00 |
|
Glenn Maynard
|
05560299ec
|
Add GetTapNote (needed for another fix)
|
2002-10-12 21:14:40 +00:00 |
|
Glenn Maynard
|
73188fab68
|
Allocate the tapnote array; it's so large it's causing stack problems, so get
it off the stack.
|
2002-10-11 23:23:49 +00:00 |
|
Glenn Maynard
|
fd1d2e82ed
|
Test for hold note crossing in "4-space". This fixes rounding problems
and is much faster (converting to 4s is a little too slow to be done in
an inner loop).
|
2002-10-11 20:51:12 +00:00 |
|
Chris Danford
|
646d4ba6d9
|
smarter autogen for doubles
|
2002-10-05 20:03:14 +00:00 |
|
Chris Danford
|
adc450a3ac
|
AutoGen now will fill in all missing NotesTypes. The patterns generated by AutoGen are now more intelligent. Fixed crash in MsdFile.
|
2002-10-05 14:47:03 +00:00 |
|
Chris Danford
|
1b3c62adb9
|
added autogeneration of Notes for missing NotesTypes
|
2002-08-25 19:00:12 +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
|
1fa18136f5
|
const safety
|
2002-08-22 22:59:19 +00:00 |
|
Chris Danford
|
7c1bfb3a0d
|
big checkin - new noteskin format and XY positioning. I probably broke a lot of things.
|
2002-08-13 23:26:46 +00:00 |
|
Chris Danford
|
936fabbe85
|
more fixes to Oni and courses
|
2002-07-27 19:29:51 +00:00 |
|
Chris Danford
|
82e52c1306
|
3.0 beta 4
|
2002-07-11 19:02:26 +00:00 |
|
Chris Danford
|
c6f4421f32
|
no message
|
2002-07-03 03:13:13 +00:00 |
|
Chris Danford
|
374eb8c6d7
|
3.0 is close!
|
2002-07-02 00:27:58 +00:00 |
|