Commit Graph
2144 Commits
Author SHA1 Message Date
Glenn Maynard 9ce5ed8f88 fixup path lookup 2006-12-20 03:44:58 +00:00
Glenn Maynard 550e91daff use WrapInActorFrame 2006-12-19 02:03:09 +00:00
Glenn Maynard f375632588 WrapInActorFrame helper 2006-12-19 02:01:52 +00:00
Glenn Maynard a8a945352c update LoadActor
don't load the def repeatedly
2006-12-19 01:55:49 +00:00
Glenn Maynard aac2933b54 missed 2006-12-19 01:46:49 +00:00
Chris Danford 014e4ad48b add HandleTapScoreNone() for letting LifeMeters and ScoreKeepers handle TNS_None steps
move sending of "ComboStopped" to SendComboMessages
2006-12-19 01:42:17 +00:00
Glenn Maynard 45ee492808 LoadActor(path)(args) -> LoadActor(path, args) 2006-12-15 23:04:47 +00:00
Glenn Maynard 1cf89233a8 rename LoadActor to LoadActorFunc
allow level param to LoadActorFunc
LoadActor now evaluates the function; arguments can be passed
directly to LoadActor; use LoadActorFunc if you want to get the
factory directly
2006-12-15 23:03:47 +00:00
Chris Danford f968d9d215 move LifeChange from Preference to Metrics 2006-12-12 10:50:18 +00:00
Chris Danford f4db1eff44 metrics for bar alphas 2006-12-12 01:04:26 +00:00
Chris Danford d78274b515 add ComboStopped commands 2006-12-11 14:20:08 +00:00
Chris Danford 380868986f add board OnCommand, optimize board drawing 2006-12-11 06:33:51 +00:00
Mike Calfin e9d3afb48d stretch text output box so it fits behind all text. (i believe the new font may have caused this problem) 2006-12-07 04:24:41 +00:00
Mike Calfin cd7b7988b5 fix problems with overlapping names in online mode. 2006-12-07 03:29:39 +00:00
Mike Calfin 7349e168eb change HowToPlay music so it doesnt match menu music. Sounds better this way. 2006-12-06 20:31:00 +00:00
John Bauer bd1c41f449 Nitpick: one string was incorrectly sorted 2006-12-05 21:01:15 +00:00
Mike Calfin dd17b1b2d8 this font fits better for chat text. 2006-12-05 15:20:21 +00:00
Mike Calfin a89de51a67 changed more fonts to blaster 2006-12-05 15:13:49 +00:00
Mike Calfin 85b04b76f7 update MusicWheel font to match theme better. 2006-12-05 14:26:08 +00:00
Chris Danford b764e300f6 helper BGA for optimizing texture usage in simple frame graphics 2006-12-05 12:26:23 +00:00
Mike Calfin 5245fbbdc2 _blank in transition for online music select screen. 2006-12-05 04:53:56 +00:00
Mike Calfin ad7bae75b9 new RoomInfo graphic. less transparent so you can actually see what it says. 2006-12-05 02:05:32 +00:00
Mike Calfin 99d542ae8f make current room info more readable 2006-12-05 01:22:23 +00:00
Mike Calfin e42dc67fdb new font for users on eval screen 2006-12-05 01:16:19 +00:00
Mike Calfin f3603f324c put usernames ontop of userbg 2006-12-05 01:07:59 +00:00
Mike Calfin 516f4f5ddc moved difficulty icons and meter to line up 2006-12-04 23:56:30 +00:00
Mike Calfin 0d184252ac added this file for now to prevent missing graphic errors in online mode 2006-12-04 23:01:19 +00:00
Mike Calfin 90b10e3c35 fixed up a few commands on online screens and hid menu timer (no need for it, as it is disabled) 2006-12-04 22:36:20 +00:00
Glenn Maynard 16dff41de5 FileType_Sound 2006-12-04 22:33:14 +00:00
Mike Calfin c1d04c8083 no need for a header with the UserBG ontop of it. mabye ill make a new one that fits in the future. 2006-12-04 22:25:57 +00:00
Mike Calfin d52bfc8369 moved chat input up slightly 2006-12-04 22:17:22 +00:00
Mike Calfin 62f63f2cde Added translations for Screen Title Menu. 2006-12-04 22:13:01 +00:00
Glenn Maynard 319158de1a ScreenTestSound 2006-11-30 08:25:28 +00:00
Glenn Maynard b8074867a9 "haste" mod
remove excessive rate mods
2006-11-30 08:24:54 +00:00
Chris Danford 0bfa90b5be add screen-specific start sound 2006-11-30 07:38:54 +00:00
John Bauer 9363dac74b Add a message telling the user not to delete autogen steps. 2006-11-28 19:38:18 +00:00
Glenn Maynard a49aa8d636 fix code (this is still wrong; it's using the StyleType and should be using
the style name)
2006-11-25 11:02:16 +00:00
Josh Allen 6024c2766e Rename files in accordance with StyleType fix 2006-11-24 19:16:38 +00:00
Josh Allen d75de6e2a0 Fix getting style type 2006-11-24 19:08:57 +00:00
Josh Allen b89d8e26cd Clean up 2006-11-24 14:37:19 +00:00
Josh Allen bcfa4e2fb0 Detect all networking not just SMO 2006-11-24 14:35:41 +00:00
Josh Allen 94e777c27f Clean up languages from removing NetworkSyncServer 2006-11-24 14:33:48 +00:00
Mike Calfin 7d243815b0 did someone set ScreenCompany timer to 999 as a joke? reverted to 9 seconds. 2006-11-24 06:01:53 +00:00
Mike Calfin f4bf9f95b2 changed prevscreen of NetworkOptions2 to LUA command 2006-11-24 04:45:13 +00:00
Mike Calfin a4b71154fa added LUA command for ScreenNetworkOptions2 nextscreen 2006-11-24 04:35:19 +00:00
Mike Calfin 1e7a638e43 changed main menu network options nextscreen to LUA command 2006-11-24 04:34:23 +00:00
Glenn Maynard 98178e6700 GAMESTATE:GetCurrentStyleType -> GAMESTATE:GetCurrentStyle():GetStyleType 2006-11-22 02:06:00 +00:00
Glenn Maynard 29dd2b0473 move style icon into Lua 2006-11-22 01:58:11 +00:00
Glenn Maynard 91f2f662b1 propagate metatable on merge 2006-11-22 01:19:03 +00:00
Glenn Maynard e96a4b7270 use a LocalizedString instead of depending on CommonMetrics 2006-11-21 23:32:39 +00:00