Glenn Maynard
2158dc6c23
add LoadFont
2007-02-16 07:41:09 +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
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
Glenn Maynard
91f2f662b1
propagate metatable on merge
2006-11-22 01:19:03 +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
Glenn Maynard
68064ec6aa
Always use a real type with Def; don't say "Def.Layer". If you don't
...
know the type you're using, you should be using LoadActor.
2006-10-15 05:56:30 +00:00
Glenn Maynard
5a3a5a926f
save before commit
2006-10-15 05:08:29 +00:00
Glenn Maynard
b0e5b201e3
move actor definition stuff into ActorDef.lua
...
handle loading other definitions
2006-10-15 05:02:58 +00:00