Commit Graph

14532 Commits

Author SHA1 Message Date
Steve Checkoway 701d77ec51 Give the window a titlebar/title. Fix the off by one error. Clean up a bit. 2005-03-26 17:42:55 +00:00
Chris Danford c500975854 fix AccumStageStats doesn't get cleared between games 2005-03-26 17:30:37 +00:00
Ben Anderson 413cbfdeb4 Reflect branch fix in trunk... 2005-03-26 16:52:41 +00:00
Ben Anderson 80d6e78069 Code cleanups I keep forgetting to commit... 2005-03-26 16:39:53 +00:00
Steve Checkoway 9b68e25fc8 it is an int 2005-03-26 05:05:24 +00:00
Steve Checkoway 52c27a1374 Add file. 2005-03-26 04:14:26 +00:00
Chris Danford 1833d67aa9 TIMER_SECONDS: int -> float 2005-03-26 03:30:08 +00:00
Chris Danford 5e7ea768ff fix fallback order 2005-03-26 03:28:02 +00:00
Steve Checkoway 3134764b83 Attempt to support more audio hardware. (I have no way to really test this.) 2005-03-26 02:33:44 +00:00
Charles Lohr 424b831b9a Fix: change operand order to utilize VC 6 hack 2005-03-25 22:46:12 +00:00
Chris Danford a16db4edaa Don't use negative names for booleans: rename Hidden -> Visible, but still support the old interfaces. 2005-03-25 20:30:39 +00:00
Chris Danford bb6592a4e7 use float.h and limit.h constants instead of arbitrary large numbers 2005-03-25 20:01:51 +00:00
Ted Percival 50bd3a493c Remove duplicate MarvelousTiming option 2005-03-25 15:07:59 +00:00
Ted Percival 476bc01a9d replace arbitrarilyy "big" initialisers with those from <limits.h> 2005-03-25 12:37:17 +00:00
Ted Percival 151b70ab27 (cosmetic) fix off-by-one in current date sent to logfile 2005-03-25 11:51:08 +00:00
Chris Danford cc6b729c2d remove unused 2005-03-25 11:09:42 +00:00
Chris Danford becedbcca8 add "Blank" item in SourceSteps 2005-03-25 10:19:59 +00:00
Chris Danford c0d6a59282 move EditMenuAction into EditMenu.h and remove unused Lua binding 2005-03-25 09:52:14 +00:00
Chris Danford b684b3dd88 EditMenu: remove Autogen and consolidate Blank/Copy into Create 2005-03-25 09:49:34 +00:00
Chris Danford 441e86ac24 add "Autogen To Fill Width" to editor 2005-03-25 09:36:08 +00:00
Chris Danford 91c8cfec66 fix wrong Source Steps used 2005-03-25 09:35:08 +00:00
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