Commit Graph
14679 Commits
Author SHA1 Message Date
Glenn Maynard d6bbf9c0f8 fix incorrect time used for life/combo record after fail 2005-04-05 04:56:39 +00:00
Chris Danford 79172a5782 add BackGoesToStartScreen 2005-04-05 03:27:42 +00:00
Chris Danford c7d6b02a5a fix warning 2005-04-05 03:25:45 +00:00
Ben Anderson def9a3a267 Remove hack; no longer necessary 2005-04-05 03:08:31 +00:00
Ben Anderson d6976dd40c Don't use a heartbeat in the worker thread. Many platforms' timed event wait functions (most notoriously Linux) spin instead of blocking, causing performance hell (this is the source of the issues recently uncovered by LowLevelWindow_X11). This means we should avoid heartbeats in worker threads whenever possible. Strangely, this also fixed an obscure deadlock on quit... 2005-04-05 02:55:13 +00:00
Glenn Maynard fb5ece51fd remove unused (dupe of fAliveSeconds) 2005-04-05 02:51:39 +00:00
Chris Danford 05d01855b7 fix random score range 2005-04-05 02:34:50 +00:00
Glenn Maynard aa2d435c6c tweak difficulty sorting 2005-04-05 01:59:03 +00:00
Chris Danford 6e61349cf0 remove GetEnv that doesn't return nil 2005-04-05 01:12:00 +00:00
Chris Danford 1decc81ef9 don't insert into map in GetEnv 2005-04-04 23:36:37 +00:00
Charles Lohr 2fdaf9c72f Fix: missing "Class" for ScreenPackages and Fallback for ScreenAttract 2005-04-04 20:39:56 +00:00
Chris Danford 00e4c2686e clear all stage stats to fix accumulating life and combo memory 2005-04-04 12:45:35 +00:00
Chris Danford 8b5f3c3e55 fix bogus initial calorie number 2005-04-04 09:21:16 +00:00
Chris Danford 39d06f6e24 fix assert if going from a high number to a lower number 2005-04-04 08:58:19 +00:00
Chris Danford 361f17db1a fix VC7 warning 2005-04-04 08:56:05 +00:00
Chris Danford 446c8cb5ae add AllowRepeatingInput 2005-04-04 02:34:56 +00:00
Chris Danford 6d2f449bcf play sounds from Xml transitions 2005-04-04 01:54:55 +00:00
Chris Danford b042a545df don't play row change sound if original row = destination row 2005-04-04 00:58:54 +00:00
Chris Danford e2002a7a90 fix elimination of redundant life records 2005-04-03 23:32:30 +00:00
Chris Danford 9d16a66f77 fix radar values don't get recalculated after changing steps in editor
fix radar values shown for edits if copied from official steps
2005-04-03 21:43:29 +00:00
Chris Danford 3c5a892b27 don't allow blank edit names 2005-04-03 21:23:38 +00:00
Chris Danford dbea7450b6 fix OOM in endless courses after hours of play 2005-04-03 19:51:09 +00:00
Chris Danford 7398a2947b don't let Start wrap 2005-04-03 12:13:04 +00:00
Chris Danford 5228c309ac fix VC6 error 2005-04-03 11:48:15 +00:00
Chris Danford e3785ab35d don't show meters in random 2005-04-03 09:48:50 +00:00
Chris Danford 6c379ca934 fix broken ChangePreferredDifficulty 2005-04-03 09:48:15 +00:00
Chris Danford 6417e643d4 fix jumpy DifficultyList cursor on Random 2005-04-03 09:47:41 +00:00
Chris Danford 19a75abbb2 cleanup 2005-04-03 08:12:45 +00:00
Chris Danford 79c21f2721 don't bounce the life meter when failing
show solid black when dead - don't danger blink
2005-04-03 08:12:06 +00:00
Steve Checkoway 06173b941f update?? 2005-04-03 08:08:21 +00:00
Steve Checkoway 1e07e76dcc Fix warnings. 2005-04-03 07:49:49 +00:00
Chris Danford 2017e310ef add metric to enable/disable name blacklist 2005-04-03 06:48:26 +00:00
Chris Danford 134cdb4451 fix skip when changing value in row:
broadcast the row export only once - not for each player
disable export/import on reload - nothing uses it yet
2005-04-03 06:21:02 +00:00
Charles Lohr afd53cfc5e Add: Support for shifting non-standard letters.
Maybe we should have a function for this since it's in two places.
2005-04-03 01:52:53 +00:00
Chris Danford 350ebdaeec block changes that insert a beat past the end 2005-04-02 21:59:27 +00:00
Charles Lohr dc0f7d909a Change: make Shift key actually shift manual keyboard inputted chars. 2005-04-02 20:18:01 +00:00
Charles Lohr b2133352f8 Hide icons that are not in use. Is this what we should be doing or is there some special LUA thing that I didn't notice? 2005-04-02 18:33:00 +00:00
Charles Lohr cbfdbad757 Change order of OpenGroup/SelectSection. This seems to help with forcedletter selections. 2005-04-02 18:31:49 +00:00
Charles Lohr 10614a067b Fix: Don't let song wheel go flying when you enter options.
Fix: Update high grades on song wheel based on difficulty.
2005-04-02 17:27:44 +00:00
Charles Lohr 3f3e06aa6b Feature: Allow reverse screenmessage lookups.
This is particularly useful if you want to be able to add a feature to a screen.
It allows for a very fast and easy way to find what screenmessage you are
looking for. Just SystemMessage it out.
2005-04-02 17:26:33 +00:00
Charles Lohr 0c3973395a Change: Don't be stupid and put an overbearing scoreboard on screen when a player is playing both sides. 2005-04-02 17:07:28 +00:00
Charles Lohr 9fbabc9860 Grammar fix: Please enter _your_ password 2005-04-02 16:30:52 +00:00
Charles Lohr d75b6686fe Spell successful right. 2005-04-02 16:29:29 +00:00
Chris Danford 835fb1f004 fix bogus max beat check would let you place new notes 1 measure past the last note 2005-04-02 10:36:44 +00:00
Chris Danford 8c402f13b1 choose the same PercentDP for all when filling scores 2005-04-02 08:08:18 +00:00
Chris Danford 6dc186ddc4 fix error in graphic name 2005-04-02 07:15:33 +00:00
Chris Danford 06c36c6c3d fix compile error 2005-04-02 06:54:54 +00:00
Chris Danford 0def6362e5 load difficulty icons as graphics for more flexability - don't use DifficultyIcon 2005-04-02 06:48:36 +00:00
Chris Danford 2e47674b22 add Lua functions 2005-04-02 06:13:58 +00:00
Chris Danford 7bc684bc52 nerf expand a tiny bit to fix perf problems on systems that can't handle 0.5x 2005-04-02 04:54:28 +00:00