Commit Graph

25 Commits

Author SHA1 Message Date
Steve Checkoway 21a3d4d779 Unused. 2006-08-07 10:55:41 +00:00
Glenn Maynard 4b209ff64d remove transition 2006-08-02 04:16:21 +00:00
Chris Danford 7f821e8cfc CString -> RString 2006-01-22 01:00:06 +00:00
Glenn Maynard c724b4ad53 dependency cleanup 2005-05-29 03:47:40 +00:00
Glenn Maynard 9a224f43fd cleanup, remove unused stuff 2005-05-29 02:43:39 +00:00
Glenn Maynard 68e0b809a6 LuaFunction -> RegisterLuaFunction
LuaFunction_NoArgs -> LuaFunction
remove RageUtil.h
2005-05-29 02:13:33 +00:00
Glenn Maynard e39fd6110b remove unused 2005-05-29 01:50:52 +00:00
Glenn Maynard b4aa103452 simplify 2005-05-28 08:12:15 +00:00
Glenn Maynard f609ccf128 remove unused 2005-05-28 07:39:18 +00:00
Chris Danford 41820054f1 Add LuaFunction_Float 2005-03-31 06:13:03 +00:00
Charles Lohr e8729a82d0 VC6 doesn't seem to want to accept default parameter value for templated functions like this. Poor solution: just put in the default in the actual function call. 2005-03-14 00:07:56 +00:00
Chris Danford 8415b4466d fix VC7 template error: move templated methods out of LuaManager 2005-03-13 00:01:05 +00:00
Glenn Maynard 3b993dfa08 Replace PopStack with FromStack as a basic overloaded function.
Move Push and FromStack into a namespace, so other files can add to it;
that way, we can say Push(1) or Push(Actor*), instead of Push(1) and
pActor->PushSelf(), allowing easier templating.
Add presently unused/untested LuaHelpers::ReadArrayFromTable.
2005-02-24 20:03:07 +00:00
Glenn Maynard a4de4c8c0d better function registration: store a reference, instead of making up a name 2005-02-05 23:03:20 +00:00
Glenn Maynard 088b7bb356 Allow passing a lua_State to PushStack; make them static.
Add SetGlobal(bool), UnsetGlobal, PushStackNil.
Pass lua_State* to LUA_RETURN.
2005-01-30 02:01:27 +00:00
Chris Danford cd9c48d645 LuaHelpers -> LuaManager 2005-01-24 02:26:55 +00:00
Glenn Maynard 0f4aec8584 change Lua to a singleton object
hide Lua state
2005-01-19 23:01:53 +00:00
Glenn Maynard 91a6486f9e start changing Lua to a singleton object 2005-01-19 22:27:24 +00:00
Glenn Maynard 30ff50f48a missing header 2004-09-10 21:17:07 +00:00
Chris Danford a0411cc58a add environment variables that themes can use to save state 2004-06-13 09:42:14 +00:00
Glenn Maynard 2cab5c4689 license updates 2004-05-31 22:42:12 +00:00
Glenn Maynard 4fe9da16bb LuaFunction_Int 2004-05-11 06:09:04 +00:00
Glenn Maynard d6aa15087d REQ_ARGS_BETWEEN, other internal stuff 2004-05-11 04:56:36 +00:00
Glenn Maynard ff9ec3a6c7 fix warning 2004-02-14 21:55:05 +00:00
Glenn Maynard d17e1179c0 first pass lua evaluator 2004-02-14 21:08:12 +00:00