Commit Graph

27 Commits

Author SHA1 Message Date
Glenn Maynard c44818d9fd typo 2004-11-11 22:32:30 +00:00
Glenn Maynard e0ef0da9e9 fix song backgrounds, probably other things 2004-11-11 22:31:55 +00:00
Chris Danford 64c68bda6f Don't Lua_pcall if loading the statement string failed. 2004-11-07 18:07:54 +00:00
Chris Danford 936dfd4d9d warn, don't throw on Lua errors 2004-11-07 10:36:59 +00:00
Chris Danford 1fd7de648d fix Lua errors 2004-11-07 06:07:34 +00:00
Chris Danford e2a537668a strip HTML colors so Lua doesn't choke 2004-11-06 18:56:39 +00:00
Chris Danford 7e17fd9615 strip invalid characters when evaluating Actor command parameters 2004-11-06 06:00:58 +00:00
Chris Danford 72bd480883 CENTER_* -> SCREEN_CENTER 2004-11-05 06:35:10 +00:00
Chris Danford 81b7695c7e whoops. Move the Lua comment hack to the right place. 2004-09-24 04:55:28 +00:00
Chris Danford f8c7005829 replace C style comments in metrics with Lua style. Yuck. 2004-09-24 04:49:37 +00:00
Glenn Maynard 3ad6bc0303 fix warning 2004-09-24 03:48:27 +00:00
Chris Danford 21871f7c3d Parse F theme metrics as Lua expressions. I'll regroup LuaHelpers as a singleton subsystem soon. 2004-09-22 04:55:31 +00:00
Steve Checkoway 9f2925ab6f Throw a RageException rather than a CString 2004-08-29 00:28:28 +00:00
Chris Danford 72367be824 fix include, lib dirs 2004-06-20 02:41:53 +00:00
Chris Danford 6bd2a34271 Xbox builds again 2004-06-20 01:35:25 +00:00
Steve Checkoway a613d4d9fa s/RAGE_ASSERT/ASSERT/ 2004-06-16 00:38:31 +00:00
Glenn Maynard 2cab5c4689 license updates 2004-05-31 22:42:12 +00:00
Steve Checkoway 6c1b56e212 Shut the warning up 2004-05-26 20:52:42 +00:00
Glenn Maynard cc9f2507c0 don't accept functions as lua return values, otherwise forgotton "()"
can lead to silent errors
2004-05-03 04:38:08 +00:00
Steve Checkoway 20a8bab45c Clean up includes. 2004-04-05 05:22:32 +00:00
Steve Checkoway dd83b9fa11 Cleanup.
My headers do not seem to declare it as not returning. On the other hand, I cannot get any other program using longjmp() to cause gcc to emit a warning about not returning a value.
2004-04-02 08:32:31 +00:00
Glenn Maynard c2c796d90c fix warning 2004-02-26 03:18:51 +00:00
Glenn Maynard be15f6800e add Lua::GetStack
lua MonthOfYear: return 1..12 instead of 0..11
2004-02-25 23:58:47 +00:00
Steve Checkoway 03499669bd fix warnings 2004-02-24 08:00:04 +00:00
Glenn Maynard 0f6caf79e0 better output 2004-02-15 21:28:36 +00:00
Glenn Maynard ebc0065e32 load math, string 2004-02-15 00:42:45 +00:00
Glenn Maynard d17e1179c0 first pass lua evaluator 2004-02-14 21:08:12 +00:00