- Sep 15, 2020
-
-
SteelT authored
Shouldn't break scripts as it stops execution as soon it happens, like it already does.
-
- Sep 10, 2020
-
-
Golden authored
-
- Sep 08, 2020
-
-
Monster Iestyn authored
* create new file lua_polyobjlib.c * made a stub LUA_PolyObjLib function * added META_POLYOBJ to lua_libs.h * updated makefile, CMake and MSVC project files for lua_polyobjlib.c
-
- May 29, 2020
-
-
LJ Sonic authored
-
- May 19, 2020
- Mar 19, 2020
-
-
LJ Sonic authored
-
- Mar 02, 2020
-
-
LJ Sonic authored
-
- Feb 21, 2020
-
-
James R. authored
-
- Jan 25, 2020
-
-
LJ Sonic authored
Basically any function that calls fopen() is gone, except the ones created by me. And no access to stdin/stdout/stderr through io.read()/io.write(). Not really harmful but why would you want that in SRB2.
-
- Jan 24, 2020
- Jan 22, 2020
-
-
LJ Sonic authored
-
- Jan 07, 2019
-
-
Marco Z authored
-
- Nov 30, 2018
-
-
Monster Iestyn authored
-
- Sep 28, 2017
-
-
Alam Ed Arias authored
-
- 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
-
- Jun 13, 2016
-
-
Alam Ed Arias authored
-
- May 29, 2016
-
-
Alam Ed Arias authored
-
- May 28, 2016
-
-
Alam Ed Arias authored
-
- Jun 10, 2015
-
-
Yukita Mayako authored
I can't just say screw it and include the full doomtype.h here (windows.h conflict?) so a small hack here will have to do. :I
-
- May 21, 2015
-
-
Yukita Mayako authored
Angles now go from 0 to 0xFFFF (360 degrees == FRACUNIT) instead of using a full UINT32. Lua only has one number type, so signedness gets in the way of using angle_t directly. This handling of angles matches up with how ZDoom ACS scripting and the like does it. I also changed all the integer casts and pushes of fixed_t to their own macro in preperation for possible future seperation.
-
- Nov 12, 2014
-
-
Alam Ed Arias authored
-
- Mar 15, 2014
-
-
Alam Ed Arias authored
-