Commit Graph

14703 Commits

Author SHA1 Message Date
Chris Danford ea34de2bef one path for parsing and theming player options - fixes "SuperShuffle" not themed
warn in ActiveAttackList if an invalid mod is encountered
don't hard code font name
2005-04-06 05:32:09 +00:00
Chris Danford 759be18af5 don't hard code font name 2005-04-06 05:19:22 +00:00
Glenn Maynard 411068b893 remove unused 2005-04-06 02:00:15 +00:00
Glenn Maynard 6b62ba5d1c don't accumulate calories when hitting a mine due to a previously held button 2005-04-06 01:28:49 +00:00
Chris Danford 8f98d3ce66 only broacast once on change, not once per player 2005-04-06 00:47:18 +00:00
Josh Allen 5cf8f8d7e9 forgot to add these for WheelBase and WheelItemBase 2005-04-06 00:47:07 +00:00
Ben Anderson d969e8fc06 SDL is no longer mandatory (on Linux anyway). 2005-04-06 00:20:52 +00:00
Josh Allen 58c45a9fbf fix to work with new AutoScreenMessages
better adding, removing, or selecting elements when or resulting in an empty wheel
style changes in regards to some curly brackets
2005-04-06 00:17:25 +00:00
Ben Anderson d137be895e Thanks Glenn, your blatant 'it worked for me' syndrome really bit me in the ass. 2005-04-05 23:51:38 +00:00
Chris Danford fdccf6e416 revert to fix memory card thread 2005-04-05 23:04:59 +00:00
Ben Anderson dc9c6b6114 Add stuff from ItG 2005-04-05 22:26:57 +00:00
Chris Danford 0a59982608 fix accuracy of sin(PI)
optimize
2005-04-05 22:06:10 +00:00
Chris Danford 2d8b42e23c push combo and judgment outward in centered 2005-04-05 21:40:30 +00:00
Steven Towle 6358c982fc Updated display options to work with percentage scoring 2005-04-05 19:12:51 +00:00
Charles Lohr 0d653e0b98 Modify: The code looks better here. 2005-04-05 18:24:15 +00:00
Charles Lohr 433f06efdc Fix: Character selection 2005-04-05 18:18:12 +00:00
Charles Lohr 18b96ab1c1 Standardize diffuse and make Autogen Icon work when going from non-autogen to autogen song. 2005-04-05 17:47:22 +00:00
Charles Lohr 634b35c5e1 AllowRepeatingInput Metrics. 2005-04-05 17:14:08 +00:00
Chris Danford 5f17d91675 add missing 2005-04-05 10:50:13 +00:00
Chris Danford f98638e27e center text in ComboGraph 2005-04-05 10:48:08 +00:00
Chris Danford 62a2834202 format the percentDP score in PaneDisplay using the same code in PercentageDisplay 2005-04-05 09:29:05 +00:00
Steven Towle 9643e9986a Updated display options to work with percentage scoring 2005-04-05 08:50:55 +00:00
Chris Danford 218be32879 separate fail types per player. Now FailType adjustments based on Difficulty only affect the relevant players. 2005-04-05 08:30:57 +00:00
Glenn Maynard af231d1a63 cleanup 2005-04-05 05:07:13 +00:00
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