Commit Graph

30842 Commits

Author SHA1 Message Date
AJ Kelly 4d4b441492 rename Profile(pn) to GetPlayerOrMachineProfile(pn) so that the Profile class will show up in Lua.xml 2011-06-06 17:57:53 -05:00
Jason Felds cb38eae9ba Removing the ScoreDisplay mods.
Lua has since replaced it.
2011-06-06 18:55:49 -04:00
AJ Kelly 226d2a0e67 simplify branch 2011-06-06 13:40:30 -05:00
AJ Kelly 4bf2270c48 change ScreenOptionsMaster Next/Back screen to post-init screen 2011-06-06 13:39:44 -05:00
AJ Kelly d4c2aee3b9 slightly clean up battery lives graphic 2011-06-05 13:49:24 -05:00
AJ Kelly 3440b2b22b more removal of unused stuff, this time in the animation 2011-06-05 13:46:34 -05:00
AJ Kelly 177165a2a7 remove unused 2011-06-05 13:45:57 -05:00
AJ Kelly 6b3057e3fb work on stepstype icons some 2011-06-05 13:43:56 -05:00
Jason Felds ecc75b60f9 Let's try to make the FN key recognized!
I'm <s>DeceasedCrab</s>Wolfman2000, huzzah!
2011-06-05 10:45:50 -04:00
Jason Felds e641a88daf Let's make sure libmad isn't used up too. 2011-06-05 10:20:31 -04:00
AJ Kelly 517c085762 change missing graphic 2011-06-05 05:36:05 -05:00
AJ Kelly 8c4d69167e new ranking bullets graphic 2011-06-05 04:19:10 -05:00
AJ Kelly c3e1d439c5 slight version info tweaks on ScreenTitleMenu 2011-06-05 03:51:16 -05:00
AJ Kelly 7dbedc8dff fix up version info on title menu 2011-06-05 03:48:07 -05:00
Jason Felds 4117ec89a1 Allow double/triple scores for longs/marathons.
This only targets the Extreme scoring system for now.
2011-06-05 03:03:16 -04:00
Jason Felds be65dfb0ee Hey, it's AJ's favorite activity! (NOT) 2011-06-05 02:39:07 -04:00
Jason Felds 87a86b63e7 Consistent > vs >= on long songs. 2011-06-05 02:38:39 -04:00
AJ Kelly 7b067bcd6f make single player BPMDisplay use steps timing 2011-06-05 01:37:36 -05:00
AJ Kelly bd42f04f74 no rotation for big logo on ScreenTitleMenu transition 2011-06-05 01:35:12 -05:00
AJ Kelly 22b5244b6e change common window icon in default theme 2011-06-05 01:34:00 -05:00
AJ Kelly cf8e6cd7ab change product/update URL back to stepmania.com 2011-06-05 01:27:40 -05:00
AJ Kelly 0326b54c22 turns out IE8 doesn't like when class names start with a '_' character. 2011-06-05 01:26:00 -05:00
Jason Felds 40c1cff888 May want to use this name all over. 2011-06-05 02:25:11 -04:00
Jason Felds 97a1375586 Congrats Thai: you've been promoted. 2011-06-05 02:13:38 -04:00
AJ Kelly dcd086398b show two different BPMDisplays if two players are playing songs with differing timing 2011-06-05 00:46:21 -05:00
AJ Kelly 17d2423ee4 more reverting of the case checking stuff 2011-06-05 00:45:52 -05:00
AJ Kelly 785a9f93a5 small todo comment 2011-06-05 00:45:25 -05:00
Thai Pangsakulyanont b458f4ef6b we need a unique product name and version number here:
if only "png" is used, then on some systems with other png versions (me), the linker
will link with to the wrong path (/usr/local/lib/libpng14.14.dylib in my case).

if you don't like the version number (I don't know so I put 1.5.1sm0.1) please change it
to something else, just keep it unique.
2011-06-05 11:32:04 +07:00
Jason Felds 26c5fa4e15 Fix parsing of beats vs seconds on speeds. 2011-06-04 23:44:26 -04:00
Jason Felds 0e834467ba Fix UserPrefAutoSetStyle.
Also took care of some other lua issues with
NotePosition and ComboUnderField.
2011-06-04 21:43:00 -04:00
Jason Felds e1649784b0 Make sure it's USER, not Game. 2011-06-04 19:53:35 -04:00
Jason Felds fe18578319 On our way to fixing AutoSetStyle. 2011-06-04 19:45:54 -04:00
Jason Felds 3bb7890d5b Load SMA files first over SM. 2011-06-04 19:42:06 -04:00
Jason Felds f0eefa8698 So how badly will this break?
Allow pump to have routine as a compatible mode.

No telling what we're missing, but we should prepare for it.
2011-06-04 19:36:32 -04:00
Jason Felds 0b67f6bc64 Temporarily stop lua error if no background.
Caveat: if no song background, nothing shows on
song load and the background jarringly comes in.

Feel free to revert if this is a bad idea.
2011-06-04 19:20:41 -04:00
AJ Kelly 8db68f9b1c [AnnouncerManager] Fixed a bug where no announcers would be loaded.
revision 750b688 seems to have caused more problems than it solved.
2011-06-04 17:16:28 -05:00
AJ Kelly 2870d90dff change default MusicWheelSwitchSpeed to 15 (was 10) 2011-06-04 15:15:45 -05:00
AJ Kelly 8fcf102b2a slight update 2011-06-04 15:15:32 -05:00
Jason Felds a311d79678 Add comment.
Hmm...shouldn't Thai be moved up to the sm-ssc part now?
2011-06-04 14:13:35 -04:00
Thai Pangsakulyanont 687affa1e5 merge.
I seem to get an EXC_BAD_ACCESS error about libpng on app starting, so I don't know if the merge succeeded at all :<
2011-06-04 19:18:55 +07:00
Thai Pangsakulyanont 49042c4878 try to improve performance with scroll segments:
- optimize GetDisplayedBeat (seems to be a bottleneck here).
- make sure that fFirstBeatToDraw <= fBeat <= fLastBeatToDraw in IS_ON_SCREEN.
2011-06-04 19:02:45 +07:00
Thai Pangsakulyanont a1681faa06 skip recalculating radar values and last beat when loading from cache. loading songs from the cache is now 5x faster.
fyi: it took 1:40 minutes to load my library, now it's only 20 seconds.
2011-06-04 17:28:20 +07:00
AJ Kelly a8769dc78e update lua.xml 2011-06-04 03:04:32 -05:00
Jason Felds 8aa473d0a3 Find the dates of these later. 2011-06-03 23:07:42 -04:00
Jason Felds 26539af1a4 Sorry freem, but this needs reverting for this. 2011-06-03 21:51:34 -04:00
Jason Felds ec333ac765 If I missed anything else, get it in quickly. 2011-06-03 21:50:14 -04:00
Jason Felds 45e21b3f07 Ah, here it is. 2011-06-03 21:48:06 -04:00
Jason Felds 0d4d091e87 What's the other place that updates this? 2011-06-03 21:47:21 -04:00
Jason Felds c54d4542ff I am an idiot. That is all. 2011-06-03 21:36:09 -04:00
AJ Kelly bce278aa6f properly update version info this time 2011-06-03 19:53:09 -05:00