- Dec 06, 2019
-
-
SteelT authored
-
- Nov 30, 2019
-
-
sphere authored
-
- Nov 08, 2019
-
-
Lactozilla authored
-
- Nov 07, 2019
-
-
Lactozilla authored
-
- Aug 24, 2019
-
-
toaster authored
* Array of 8 INT32's natively embedded into savedata (net and SP)! * Initialised to zero whenever a new save (or equivalent) is started, otherwise untouched by the base game. * Requires reservation to avoid clobber-conflicts. * Access via `reserveLuabanks()` - returns a read-write userdata. * Assign userdata to local variable or global rawset to use later. Mostly for future SUGOIlikes, but I'm sure someone could figure out an unrelated usage eventually.
-
- Nov 30, 2018
-
-
Monster Iestyn authored
-
- Nov 25, 2018
-
-
Marco Z authored
-
- Nov 11, 2018
-
-
Marco Z authored
-
- Oct 21, 2018
-
-
Monster Iestyn authored
-
- Oct 20, 2018
-
-
Monster Iestyn authored
-
- May 17, 2017
-
-
Monster Iestyn authored
SRB2's built-in action types will now all be pushed as META_ACTION, state_t.action can be assigned META_ACTION and return it getUserdataType returns "action" for META_ACTION variables
-
- Nov 24, 2016
-
-
Monster Iestyn authored
To re-enable support for the above, uncomment the define HAVE_LUA_SEGS line in lua_script.h. Plain bbox userdata stuff is not disabled (though currently it's not used anyway)
-
- Oct 27, 2016
-
-
Monster Iestyn authored
my P_SearchBlockmap_* functions are now a single searchBlockmap function, you can choose between "objects" and "lines" with the first arg to decide what to iterate through. I also rearranged the argument order a bit for easy stack cleanup etc I'll remove the old stuff later, don't worry, it's disabled for now
-
- Jul 08, 2016
-
-
Monster Iestyn authored
Still some issues with node.bbox, but the rest seems to work
-
- May 25, 2016
-
-
Monster Iestyn authored
segs[i] is the segs table, "for seg in segs.iterate" iterates through segs, you know the drill by now I hope
-
- May 18, 2016
-
-
Inuyasha authored
(no actual SLOC changes)
-
- Mar 03, 2016
-
-
wolfs authored
Warning: Incomplete. Very prone to crashing and I might not have handled some things properly. Use with caution.
-
- Jun 17, 2015
-
-
Monster Iestyn authored
Starting work for getting sector.lines in Lua: it WORKS at the least, but I have no way to determine the size of the array itself as of yet
-
- Aug 04, 2014
-
- Mar 15, 2014
-
-
Alam Ed Arias authored
-