Commit Graph
27462 Commits
Author SHA1 Message Date
Chris Danford 11989f0e70 split ScreenHighScores from ScreenRanking. These two things lived in the same file and shared enums, but shared almost no code 2008-11-27 03:01:01 +00:00
Chris Danford 88d8c9bcd7 split ScreenHighScores from ScreenRanking. These two things lived in the same file and shared enums, but shared almost no code 2008-11-27 02:59:53 +00:00
Chris Danford 4d2b0355f6 split ScreenHighScores from ScreenRanking. These two things lived in the same file and shared enums, but shared almost no code. 2008-11-27 02:58:50 +00:00
Chris Danford 5764db221b reasonable default SecondsPerItem (for easier theme troubleshooting) 2008-11-27 02:56:40 +00:00
Chris Danford b498da5683 don't make command name lowercase; remove 'don't force lowercase' hack 2008-11-27 02:55:52 +00:00
Chris Danford f076363776 push the lua enum string, not a number value of the enum 2008-11-27 02:54:08 +00:00
Chris Danford 6f30e43283 cleanup: use FOREACH 2008-11-27 02:53:08 +00:00
Chris Danford 6d4cbdbeb2 sType -> sMetricsGroup; remove loading from Node attributes and instead use lua methods 2008-11-27 02:52:21 +00:00
Steve Checkoway c13b0bcb4a Missed one 64 bit to 32 bit conversion. 2008-11-24 07:55:11 +00:00
Steve Checkoway dacca25190 Silence gcc warnings by making explicit the cast from 64 bits to 32 bits. 2008-11-24 07:53:47 +00:00
Steve Checkoway 0efbd42aa3 Make explicit the conversion from 64 bits to 32 bits. In the case of files, perhaps we should be using an appropriate type such as off_t rather than int. I am not sure if anyone would actually want to use files larger than 2 GB with SM, but it seems possible while using .smzip. 2008-11-24 07:52:55 +00:00
Colby Klein 3a38e28fac Remove references to deleted screens. 2008-11-24 07:15:31 +00:00
AJ Kelly ca7e75db0d Remove ScreenSelectStyle, ScreenSelectGroup, ScreenSelectDifficulty from VS2k5 project 2008-11-24 07:13:08 +00:00
AJ Kelly 43510ce723 Remove ScreenSelectStyle, ScreenSelectGroup, ScreenSelectDifficulty from VS2k3 project 2008-11-24 07:10:27 +00:00
Chris Danford 4243bbd16b new HowToPlay 2008-11-24 06:50:00 +00:00
Chris Danford bd2fff8af5 TODO comments 2008-11-24 06:46:05 +00:00
Chris Danford a522c4bea3 remove unnecessary UseLifeMeterBar 2008-11-24 06:45:48 +00:00
Chris Danford 327943c9a1 remove legacy screens superceeded by SSelectMaster 2008-11-24 04:54:51 +00:00
Chris Danford 8257edc12b clean up duplicated code 2008-11-24 04:51:00 +00:00
Chris Danford b741bb4189 remove GenericTweenOn/Off - always play 'On'/'Off' on the Screen 2008-11-24 04:44:12 +00:00
Chris Danford 1d61d0fb9e cleanup: PageType -> RankingPageType 2008-11-24 03:56:54 +00:00
Chris Danford db84c3a56f remove unused RESET_GAMESTATE 2008-11-24 03:56:17 +00:00
Chris Danford d98cb5ed27 no message 2008-11-24 01:38:29 +00:00
Chris Danford cab8a44002 title menu cleanup 2008-11-23 07:32:27 +00:00
Chris Danford 88b2065fff make version time just a date for easier display on the title screen 2008-11-23 07:26:57 +00:00
Colby Klein 3e6e7b3380 roothorick's GIMP script for font generation, (should) support any range of unicode characters you can throw at it. The metrics it makes don't work right out of it yet, however. 2008-11-21 05:25:48 +00:00
Glenn Maynard 1b98e724ba in SLOW_FLUSH, flush the dir after the rename; this won't prevent corruption, but avoid returning to the caller until the change is fully committed to disk (before, we could reboot after returning and return to a previous version of the file) 2008-10-28 08:39:50 +00:00
Glenn Maynard 935b188e29 temp hack to fix flushing; remaining Save/ paths need to be changed to /Save/ 2008-10-28 08:31:17 +00:00
Colby Klein 72e65ba95a Fix beat. Still plenty of errors but it runs. 2008-10-28 07:28:39 +00:00
Glenn Maynard 52aee7551f split out ScreenOptionsServiceSelectionList 2008-10-21 23:21:15 +00:00
Colby Klein ef22fe8305 Fix redirect 2008-10-08 08:05:11 +00:00
Colby Klein f3c6488a07 Cleanup. 2008-10-06 10:18:53 +00:00
Colby Klein 267cee2a4f Cleanup. 2008-10-06 09:31:27 +00:00
Steve Checkoway d4f95e3cec Make this nonfatal except for debug builds. 2008-10-06 08:19:38 +00:00
Steve Checkoway 3be86da9b6 Remove debugging. 2008-10-06 08:10:47 +00:00
Steve Checkoway f364425674 Do not try to localize server names. 2008-10-06 08:09:58 +00:00
Steve Checkoway b01bc37053 Debugging. 2008-10-06 07:54:26 +00:00
Steve Checkoway 28730a1f3f Add temp debugging. 2008-10-06 07:27:58 +00:00
Steve Checkoway d8045f0994 Assert that text can be created. 2008-10-06 06:41:39 +00:00
Colby Klein e7ecb60b58 Redirect to blank 2008-10-06 06:16:47 +00:00
Steve Checkoway 510daea1de Quiet noisy trace. Input problems were (probably) not SM's fault. 2008-10-06 06:10:55 +00:00
Colby Klein 5390997f3d Cleanup. Now that we've got ModIcons these are just redundant. 2008-10-06 05:10:30 +00:00
Steve Checkoway ab3ec3cf2f Fix potential, but unlikely memory leak. 2008-10-05 09:41:20 +00:00
Steve Checkoway c4cb740e3a Fix comment. 2008-10-05 09:32:09 +00:00
Steve Checkoway 46fbd1dce6 Not needed...I think. 2008-10-05 09:29:30 +00:00
Steve Checkoway a060bd33cb Log a successful device open. 2008-10-05 09:18:54 +00:00
Steve Checkoway f525c5ca8d Fix logging. Also fix typo. 2008-10-05 08:54:10 +00:00
Steve Checkoway 5fc76284c1 Log actually adding to the queue. 2008-10-05 08:53:19 +00:00
Steve Checkoway c4d53c94b1 Fix typo. 2008-10-05 08:35:38 +00:00
Steve Checkoway 5e7ea06c5f Use IOHIDElementCookie which is really a void* rather than int. 2008-10-05 08:25:31 +00:00