Commit Graph
14511 Commits
Author SHA1 Message Date
Chris Danford 466dbafa93 fix use of unititialized metric 2005-03-25 08:58:30 +00:00
Chris Danford f1f0a94f29 enable SongOptions in HomeEditMode 2005-03-25 08:22:39 +00:00
Chris Danford e45a53ad62 support aliases in mini menu text 2005-03-25 07:22:10 +00:00
Chris Danford be9e673001 Hide highlight if no rows are enabled 2005-03-25 04:31:14 +00:00
Chris Danford 24df996776 fix crash on change row if all rows disabled 2005-03-25 04:23:57 +00:00
Chris Danford c2a776661d add OnCommand for Items and Icons 2005-03-25 04:14:49 +00:00
Chris Danford c9bd120aba ifdef style cleanup 2005-03-25 03:14:28 +00:00
Ted Percival 93120e9c9e initialise finalMask to zero (was uninitialised) 2005-03-25 03:09:06 +00:00
Glenn Maynard c9c9ee7c85 readd underscore 2005-03-25 02:18:52 +00:00
Glenn Maynard 232e4e3552 tweak characters 2005-03-25 02:05:34 +00:00
Chris Danford c45fd9fd33 only shift in Double and Couple, not Single 2005-03-24 23:03:12 +00:00
Chris Danford 5d8456e3ea metrics cleaup: Remove duplicated "ToShow" and "ToHide" parsing logic
don't show hidden StepsTypes in EditMenu
2005-03-24 21:44:03 +00:00
Ted Percival e1ab8c5b77 fix timing errors in thread wait functions on unix. patch by makovick fixes bug #1154212 2005-03-24 19:46:50 +00:00
Glenn Maynard 382db74f8f generalize zip reading 2005-03-24 09:40:56 +00:00
Chris Danford 8dfde50b5f don't show Tempo in HomeEditMode 2005-03-24 00:20:54 +00:00
Chris Danford 461c84b0c6 show help text in record as well as playback 2005-03-23 22:23:26 +00:00
Glenn Maynard da6d8944d7 Fix RageFileObjDeflate::FlushInternal not flushing correctly when 4k or more needs to be flushed. 2005-03-23 21:26:07 +00:00
Steve Checkoway 2cb9f7682c update project file 2005-03-23 21:18:05 +00:00
Steve Checkoway 203caf2ac8 Remove QT1. I do not think it even works any longer. Regardless, it is not needed. 2005-03-23 21:18:01 +00:00
Steve Checkoway 47de0f1783 Yes, Darwin (and OS X) is POSIX, see
http://www.xyroth-enterprises.co.uk/posixos.htm
SDL is used on OS X for some things, but not all.
Use #if defined(...) instead of #ifdef in most of the Selector_*.h files.
2005-03-23 21:15:12 +00:00
Steve Checkoway ae02033893 Fix warnings. 2005-03-23 21:04:40 +00:00
Steve Checkoway fd86efc075 Fix initialization list order. 2005-03-23 20:59:23 +00:00
Steve Checkoway bc15a23f06 cleanup 2005-03-23 20:19:38 +00:00
Chris Danford cb2abf07c4 fix bogus score values
fix play count not incremented, so scores don't save
2005-03-23 19:49:24 +00:00
Chris Danford 3dc8f02cec change cap back to 50 per measure 2005-03-23 19:39:15 +00:00
Chris Danford b07ad44c71 lower notes cap
improve cap error message
2005-03-23 10:56:51 +00:00
Chris Danford cc912e4e5e add undo in editor
enforce a notes per measure cap, MAX_NOTES_PER_MEASURE
2005-03-23 10:43:57 +00:00
Glenn Maynard 34b8c2a01a fix hands counting 2005-03-23 10:37:36 +00:00
Glenn Maynard 42ab776fe3 update 2005-03-23 10:28:51 +00:00
Glenn Maynard 289244c911 fix messages 2005-03-23 09:57:04 +00:00
Chris Danford 880e42e1d3 fix conflicting ScreenMessage IDs by automatically generating unique values 2005-03-23 08:48:38 +00:00
Chris Danford 659def4479 fix Pop message doesn't get sent if more than 1 prompt screen on the stack 2005-03-23 06:46:24 +00:00
Chris Danford 7c6ed89975 ScreenPrompt cleanup 2005-03-23 06:13:28 +00:00
Chris Danford 322344473c add missing 2005-03-23 06:12:20 +00:00
Chris Danford 6877a921e4 Add cancel transition for STextEntry 2005-03-23 05:15:19 +00:00
Chris Danford 6adaa3f1a2 Add cancel transition for STextEntry
Validate new edit name is unique
2005-03-23 05:12:31 +00:00
Chris Danford 4c3b100c16 fix bogus s_bCancelled flag 2005-03-23 04:10:11 +00:00
Chris Danford ee4be22260 add input length cap
fix bogus s_bCancelled flag
2005-03-23 04:08:27 +00:00
Chris Danford ae57faa18d add change sound 2005-03-23 03:41:40 +00:00
Chris Danford fb4822d6c6 fix backsp on empty string crashes 2005-03-23 03:36:30 +00:00
Glenn Maynard 42619c8666 allow locking difficulties 2005-03-23 02:26:03 +00:00
Glenn Maynard 79659e6840 fade out music betwen course songs 2005-03-23 02:11:33 +00:00
Glenn Maynard fda710a858 fix crash for real this time? (thought this was the first thing I tried ...) 2005-03-23 01:17:40 +00:00
Chris Danford bd2f75f03b prompt for an edit name when creating 2005-03-22 23:59:17 +00:00
Chris Danford 73506c413b virtual keyboard cleanup 2005-03-22 23:58:16 +00:00
Glenn Maynard 813dd2b127 minor optimizations 2005-03-22 23:04:03 +00:00
Glenn Maynard 46b36d5111 run TweenOff command 2005-03-22 22:59:44 +00:00
Glenn Maynard 66c2007967 remove PlayMusic=0 2005-03-22 22:54:42 +00:00
Glenn Maynard 59b59214e9 fix attract music logic 2005-03-22 22:53:39 +00:00
Sean Burke 4c953a5f03 compile fix 2005-03-22 22:43:20 +00:00