Commit Graph

177 Commits

Author SHA1 Message Date
Glenn Maynard 4c65d1f9be expose ResolvePath 2007-05-23 19:57:24 +00:00
Glenn Maynard 508e61131b update 2007-04-25 03:52:14 +00:00
Glenn Maynard 1c203eb4f6 PickExtraStage removed 2007-04-25 01:00:42 +00:00
Glenn Maynard a02b94cb9a update branches 2007-04-24 01:40:21 +00:00
Steve Checkoway a805778002 Extra stage mods were swapped. 2007-04-21 20:29:21 +00:00
Glenn Maynard 761c016ef6 profile loading/saving 2007-04-18 02:17:17 +00:00
Glenn Maynard 75eb39de5f consolidate eval branches 2007-04-18 01:40:38 +00:00
Glenn Maynard e99dfbdea1 ungar 2007-04-18 00:36:11 +00:00
Glenn Maynard 3e5206f810 Actor:FullScreen 2007-04-17 22:04:58 +00:00
Glenn Maynard 8df49a99ac do this directly 2007-04-10 18:21:42 +00:00
Steve Checkoway dbff8560a7 Scale the background here rather than in every piece of lua that loads them. This also fixes the last of the jerks between screens that load them separately. 2007-04-01 07:24:34 +00:00
Steve Checkoway 4768fc55fb Fix oni. Use default. 2007-04-01 06:38:06 +00:00
Steve Checkoway ce02b88261 Remove DisableDimensionWarning. 2007-03-24 03:13:31 +00:00
Steve Checkoway 867fc6e7fb BeginCommand, not OnCommand. 2007-03-24 03:05:09 +00:00
Steve Checkoway e3fe352263 Move to Sprite and use LoadBackground. 2007-03-24 02:57:32 +00:00
Steve Checkoway d0b8780fe6 LoadSongBackground() returns an actor for the song background and explicitly disables the dimension warning. 2007-03-23 13:48:56 +00:00
Glenn Maynard 97cce6fe1b add ActorSound:playforplayer 2007-03-16 05:09:58 +00:00
Chris Danford a4d0ec095a replace 6 commands in TextBanner with 1 now that Lua can access children 2007-03-11 20:21:42 +00:00
Glenn Maynard 52aca4602b do unhide 2007-03-05 23:50:38 +00:00
Glenn Maynard ebadef6de5 add Sprite.LinearFrames 2007-03-05 04:19:04 +00:00
Glenn Maynard ef8d796c96 same logic for combo positioning as judgement 2007-03-03 01:38:42 +00:00
Glenn Maynard d8f11a452f update JudgmentTransformCommand 2007-03-02 21:53:45 +00:00
Glenn Maynard 9a7c5aa0de adjust align shortcut 2007-03-01 08:20:54 +00:00
Glenn Maynard 848e6eaa9b remove old 2007-03-01 08:15:18 +00:00
Glenn Maynard 2513603042 "trace" and "warn" are now just convenience aliases for "lua.Trace"
and "lua.Warn", not hardcoded namespace pollution
2007-02-21 00:26:48 +00:00
Glenn Maynard 1dcc088a5b done in code 2007-02-20 23:59:45 +00:00
Glenn Maynard 669609fc20 add alignment helpers 2007-02-20 00:36:21 +00:00
Glenn Maynard 2158dc6c23 add LoadFont 2007-02-16 07:41:09 +00:00
Steve Checkoway d3c116a178 Separate song and player mods. Set fall off for Battle. 2007-02-11 04:47:16 +00:00
Glenn Maynard 7a6b2d6c47 add ActorFrame:RunCommandsRecursively 2007-02-08 22:17:14 +00:00
Glenn Maynard 0ec4356901 Allow Lua concatenated tables to concatenate functions. This means
that code loading an actor can have an InitCommand even if the actor
itself also has an InitCommand.  The actor's own InitCommand will be
run first, followed by the caller's.
2007-02-06 02:59:48 +00:00
Glenn Maynard 09a1a6091a Context -> LuaThreadVariable 2007-02-03 22:24:28 +00:00
Glenn Maynard 107fe9294f add LoadActorWithParams 2007-02-03 12:38:33 +00:00
Glenn Maynard f375632588 WrapInActorFrame helper 2006-12-19 02:01:52 +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
Glenn Maynard 16dff41de5 FileType_Sound 2006-12-04 22:33:14 +00:00
Josh Allen bcfa4e2fb0 Detect all networking not just SMO 2006-11-24 14:35:41 +00:00
Mike Calfin a4b71154fa added LUA command for ScreenNetworkOptions2 nextscreen 2006-11-24 04:35:19 +00:00
Glenn Maynard 98178e6700 GAMESTATE:GetCurrentStyleType -> GAMESTATE:GetCurrentStyle():GetStyleType 2006-11-22 02:06:00 +00:00
Glenn Maynard 91f2f662b1 propagate metatable on merge 2006-11-22 01:19:03 +00:00
Glenn Maynard 32820b65e3 use LuaThreadVariable 2006-11-02 04:36:05 +00:00
Glenn Maynard a3e5c4dae1 shorthand 2006-11-02 04:33:26 +00:00
Glenn Maynard c65a15f2f1 simplify 2006-10-23 08:45:33 +00:00
Glenn Maynard c955bde20c iterator for lists 2006-10-23 08:43:19 +00:00
Steve Checkoway e00b841aec Fix extra stage. 2006-10-17 08:23:09 +00:00
Steve Checkoway b90d4f8769 Cleanup. 2006-10-17 07:56:48 +00:00
Steve Checkoway 1e3466997e Cleanup. 2006-10-15 09:53:27 +00:00
Steve Checkoway 061df3ccfa cleanup 2006-10-15 09:51:54 +00:00
Glenn Maynard 329e2ea4a1 Type -> Class 2006-10-15 06:01:44 +00:00
Glenn Maynard 16ee8fec3a IsRegisteredClass 2006-10-15 05:58:54 +00:00