mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-02-25 13:11:54 +00:00
Pretty much removed everything except for time operations. File operations steps on the toes of the IO library, and the others were useless or invasive. The only one I wasn't sure about was `os.tmpname()`, but I think that's something that could be implemented for IO library instead if necessary. The main reason I want this is because os.time provides an OK way to initially seed RNG on game first boot. But it would also be cute to let Lua modders be able to re-implement Christmas mode / day&night cycles themselves :p
26 lines
221 B
Text
26 lines
221 B
Text
lapi.c
|
|
lbaselib.c
|
|
ldo.c
|
|
lfunc.c
|
|
linit.c
|
|
liolib.c
|
|
llex.c
|
|
lmem.c
|
|
lobject.c
|
|
lstate.c
|
|
lstrlib.c
|
|
ltablib.c
|
|
lundump.c
|
|
lzio.c
|
|
lauxlib.c
|
|
lcode.c
|
|
ldebug.c
|
|
ldump.c
|
|
lgc.c
|
|
lopcodes.c
|
|
lparser.c
|
|
lstring.c
|
|
ltable.c
|
|
ltm.c
|
|
lvm.c
|
|
loslib.c
|