Commit Graph
21815 Commits
Author SHA1 Message Date
Steve Checkoway f9b67d8f95 Rename. 2006-08-10 04:30:32 +00:00
Glenn Maynard caa29a14fa MusicWheel update 2006-08-10 04:29:48 +00:00
Glenn Maynard 35618be535 Fix up MusicWheel. This code was a mess: huge blocks of copy-and-pasted
code, duplicated arrays in base classes that were never used ...

(It's still ugly, but at least WheelBase is actually a real base class now.)
2006-08-10 04:27:46 +00:00
Glenn Maynard ca11c62b58 cleanup 2006-08-10 00:04:14 +00:00
Glenn Maynard 2dc13e16a7 pActor->SetParent 2006-08-09 23:23:56 +00:00
Glenn Maynard 89ab444693 Add parent links to actors.
For each actor, create a context table, with an __index link to the
parent's.  This can be used to propagate information down complex
actor trees.

Code needs to be changed to do AddChild() calls before loading,
rather than after, so context links are available during loads.
This will be done as necessary.
2006-08-09 23:22:54 +00:00
Glenn Maynard eebaa57c5b cleanup 2006-08-09 22:40:35 +00:00
Glenn Maynard c55c3b1615 remove WheelItemOnDelayCenter, WheelItemOffDelayCenter 2006-08-09 22:39:03 +00:00
Glenn Maynard ded811325c remove WheelItemOffDelayCenter 2006-08-09 22:36:06 +00:00
Glenn Maynard ebfb855334 remove WheelItemOnDelayCenter 2006-08-09 22:35:01 +00:00
Steve Checkoway ad3fcd9f0c Cleanup. 2006-08-09 22:11:35 +00:00
Steve Checkoway 129eda9df8 Be careful about buffer overflow. 2006-08-09 22:07:53 +00:00
Glenn Maynard 36ecadb215 bind 2006-08-09 21:49:06 +00:00
Steve Checkoway 8bdf73ed2d missing metrics 2006-08-09 08:19:56 +00:00
Glenn Maynard ea879be3e9 delete all screens when reloading 2006-08-09 03:29:24 +00:00
Glenn Maynard 7e05abc111 always delete old screens on PopAllScreens 2006-08-09 03:28:25 +00:00
Thad Ward b67444199c add missing header file 2006-08-08 23:33:12 +00:00
Jason Felds 90a1c33319 Compile update. 2006-08-08 21:01:57 +00:00
Glenn Maynard beef1efa87 partial ARRAYSIZE -> ARRAYLEN 2006-08-08 18:57:00 +00:00
Glenn Maynard 2d9b15746f If the selected language doesn't exist, eg. default selection picked
Macedonian and the theme doesn't support that language, we'll actually
use BASE_LANGUAGE, so show that language as selected in
options, not the one that sorts to the top.
2006-08-08 18:55:16 +00:00
Steve Checkoway d04971e156 Add version info. 2006-08-08 12:34:24 +00:00
Steve Checkoway dd2d6c3d29 Include the class along with the singletons in the xml. 2006-08-08 11:47:18 +00:00
Steve Checkoway b9216dcc97 Don't load songs with just dumping strings. 2006-08-08 10:54:33 +00:00
Steve Checkoway 2654587e16 --ExportLuaInformation. Add a stylesheet. (Not finished yet.) 2006-08-08 10:25:19 +00:00
Chris Danford 790ccdbcbe fix joystick number not shown on input mapping screen 2006-08-08 08:46:40 +00:00
Steve Checkoway 87e4f8b49f Rename ExportNsisStrings.* to ExportStrings.* and add a function (and a command line option) to produce an XML file containing information about lua. 2006-08-08 07:47:16 +00:00
Steve Checkoway 6d653c7047 GetLuaInformation() returns nodes containing the registered global lua functions, classes with their associated methods, constants, and singletons. 2006-08-08 07:43:12 +00:00
Jason Felds 82e2c8ffeb no big no needed. 2006-08-08 04:12:18 +00:00
Steve Checkoway 29b9ca1187 Move to BeginScreen(). 2006-08-08 04:01:55 +00:00
Steve Checkoway 1919ef7cc9 Don't special case extra stage. 2006-08-08 03:45:56 +00:00
Chris Danford 339e9de36a clamp to 8 different note colors so that NoteSkins can implement colors efficiently in power-of-2 texture sizes 2006-08-08 02:27:59 +00:00
Jason Felds e194d0578b TapNoteScore updates. 2006-08-07 16:59:42 +00:00
Jason Felds 1ab30c0992 Marvelous -> Fantastic. 2006-08-07 16:42:38 +00:00
Jason Felds ef090cdd03 Marvelous -> Fantastic. 2006-08-07 16:31:43 +00:00
Steve Checkoway 21a3d4d779 Unused. 2006-08-07 10:55:41 +00:00
Chris Danford a2cc26fa79 don't export empty strings 2006-08-07 10:53:20 +00:00
Chris Danford c3c1b87f33 don't export empty strings 2006-08-07 10:42:33 +00:00
Chris Danford 2c8d488460 don't export strings that are empty after trimming 2006-08-07 10:30:27 +00:00
Steve Checkoway 871b9ece85 Comment. To answer the question. No, we didn't need that resolution. Since it was added, people have used it and now we're stuck with it. Seriously, anyone using sixty-fourth note triplets needs...I'm not sure I can come up with the appropriate punishment. 2006-08-07 05:18:44 +00:00
Steve Checkoway 544f265611 Looks like we skip some for some reason. 2006-08-07 05:11:09 +00:00
Steve Checkoway aa8b327545 192nd note. 2006-08-07 05:09:11 +00:00
Steve Checkoway 89df448be4 Comment. 2006-08-07 05:05:24 +00:00
Steve Checkoway 559e2c80fa Check additional song folders for extra stage information. 2006-08-07 03:11:32 +00:00
Steve Checkoway 105973317b Update difficulty names. 2006-08-07 02:00:52 +00:00
Steve Checkoway d6fe04334a Player and Song options for extra stages. 2006-08-07 01:54:43 +00:00
Steve Checkoway 0d3c9f8e06 Allow themes to specify extra stage player and song options. 2006-08-07 01:53:58 +00:00
Steve Checkoway 0f199dc7bc Cleanup. 2006-08-07 01:23:59 +00:00
Steve Checkoway ca130e9cd3 Extra stage forces mods, don't allow ScreenPlayerOptions. 2006-08-07 01:18:42 +00:00
Steve Checkoway fe4db99560 Remove NoteSkin hack. 2006-08-07 01:18:10 +00:00
Steve Checkoway 5e68924991 ExtraStage doesn't happen in courses.
Don't set the stage mods to the preferred mods in extra stages because those mods have already been set in SSMusic. Any changes to preferred mods afterward will propagate to the stage mods anyway.
2006-08-07 00:17:33 +00:00