9 Commits

Author SHA1 Message Date
Kyzentun c45b5f053a Added ScreenContinue:ContinueEnabled metric. Changed Actor:hidden and Lua scoring to emit errors because they are deprecated. 2014-09-15 05:09:27 -06:00
Kyzentun e201484930 Updated unavailable_functions to not call an unavailable function. 2014-04-26 23:46:37 -06:00
Flameshadowxeroshin 8151c86de4 whoops 2012-11-23 23:05:19 -06:00
Flameshadowxeroshin d6f3ebd396 Patch 32 lines of goodness (attempt) 2012-11-23 22:59:45 -06:00
Flameshadowxeroshin bffa610fb7 remove Lua scoring for now. Themes don't need to remove Lua scoring code to work, but it won't do anything. 2012-07-10 00:35:02 -05:00
Colby Klein e61bb07373 Add table manipulation helpers.
Added: string.split (usage: string.split("1-2-3", "-") => { 1, 2, 3 })
Added: table.join (alias of table.concat, for convenience)
Added: table.push (multiple element insert. usage: table.push(t, 1, 2, ...). Used extensively in optics)
2012-04-04 22:19:26 -07:00
Colby Klein 2385a308a1 Remove 0.lua (we've got a file in here now) 2012-01-08 23:13:16 -08:00
Colby Klein c43f983b4e Add 32log to global scripts dir. This will be useful. 2011-12-31 18:52:36 -08:00
AJ Kelly e590230968 [ThemeManager] Add global Scripts dir. [originally by shakesoda from broken] 2011-09-26 17:52:08 -05:00