Commit Graph

4 Commits

Author SHA1 Message Date
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