Hannu Hanhi
|
2a92a80e7a
|
Improve OpenGL GDI Generic error message
|
2022-03-18 20:24:34 +00:00 |
|
katsy
|
7ddaf60a54
|
alternate fix to #555 which doesn't crash the game
|
2022-03-18 20:24:06 +00:00 |
|
MascaraSnake
|
6cabe55d3b
|
Speed up taglist creation
|
2022-03-18 20:23:31 +00:00 |
|
Vincent Robinson
|
1d7fa9e0f5
|
Make linedef 96 apply to tags from 97-99, but not to itself
|
2022-03-18 20:20:39 +00:00 |
|
GoldenTails
|
96976fdba3
|
You probably don't want to memorise the formula to convert arccos to arcsin so
|
2022-03-18 20:16:23 +00:00 |
|
MascaraSnake
|
a6d921e37c
|
Fix "all players" check in T_EachTimeThinker
|
2022-03-18 20:15:10 +00:00 |
|
katsy
|
45f848c4ed
|
null gamestate during pre-intermission to prevent unwanted interaction
|
2022-03-18 20:14:17 +00:00 |
|
toaster
|
c2f427d858
|
Call the Lua timestamp function getTimeMicros
# Conflicts:
# src/lua_baselib.c
|
2022-03-18 20:08:45 +00:00 |
|
toaster
|
9577dc26b9
|
Timestamp function for Lua
# Conflicts:
# src/lua_baselib.c
|
2022-03-18 20:07:49 +00:00 |
|
Jaime Ita Passos
|
d5d8124ab8
|
Remove misplaced line from R_DrawTiltedSplat_NPO2_8
|
2022-03-18 19:59:58 +00:00 |
|
toaster
|
78b8def506
|
Allow fromnetsave to be used in P_SpawnSpecialsThatRequireObjects (missed element of the level load executor fix).
|
2022-03-18 19:59:28 +00:00 |
|
toaster
|
134f3b5df5
|
fix water fof height calculation on slopes
# Conflicts:
# src/p_mobj.c
|
2022-03-18 19:54:19 +00:00 |
|
spherallic
|
6cfe9ad4b3
|
Add toggle for linedef action 401 to not change the ceiling texture.
|
2022-03-18 19:45:40 +00:00 |
|
toaster
|
1a12b7b58e
|
Give userdata that needed names some names.
Partial reimplementation of commit 8110473643e6b6e541a7f8e8217bed45dd64d671 due to referencing un-merged MR
|
2022-03-18 19:41:14 +00:00 |
|
James R
|
976f05a002
|
Remove mixed code and declarations warning
|
2022-03-18 19:37:59 +00:00 |
|
James R
|
df1c0fddcb
|
Fix GCC 11 array-bounds warning in P_SetupStateAnimation
Removing inline here silences the warning somehow, it
could be a GCC bug?
|
2022-03-18 19:37:34 +00:00 |
|
toaster
|
ca7e7b5d91
|
Fix Debian (.deb) build from making (Project_root)/bin/Linux
Flattened version of STJr/SRB2!1595
|
2022-03-18 19:36:45 +00:00 |
|
Jaime Ita Passos
|
0a9fd2c9fa
|
Fix #555
|
2022-03-18 19:33:57 +00:00 |
|
toaster
|
2c55477161
|
Revert "Make the colormap returned by v.getColormap() writable."
This reverts commit 53ec972887.
|
2022-03-18 18:59:25 +00:00 |
|
toaster
|
9c1ca3e2c0
|
Revert "Copy colormaps so Lua cannot modify cached colormaps! (And Z_Free them on garbage collection.)"
This reverts commit 134f94474c.
|
2022-03-18 18:59:10 +00:00 |
|
toaster
|
1a8f07d53c
|
Add a missing scale assignment to A_Boss3ShockThink
(flattened version of SRB2 repository SMS_Alfredo:oneline/merge request 1588)
|
2022-03-18 18:50:31 +00:00 |
|
lachablock
|
d92f4d6d50
|
Split up x/y/z averages in A_Boss3ShockThink
|
2022-03-18 18:48:36 +00:00 |
|
LJ Sonic
|
66a08a391b
|
Don't call map load trigger linedefs when joining or reloading gamestate
|
2022-03-18 18:40:27 +00:00 |
|
Shane Ellis
|
4ef77365a4
|
Add VERSIONSTRING_RC to DEVELOP builds for compiler compatibility
|
2022-03-18 18:37:20 +00:00 |
|
LJ Sonic
|
c977a7d451
|
Fix again
|
2022-03-18 18:31:46 +00:00 |
|
LJ Sonic
|
ef1ff6c94b
|
Fix incorrect error message during Lua archiving
|
2022-03-18 18:31:38 +00:00 |
|
toaster
|
7f969705b4
|
Add flag to line slopes for copying their slopes to the other side.
# Conflicts:
# extras/conf/SRB2Kart2.cfg
|
2022-03-18 18:30:40 +00:00 |
|
toaster
|
3794bea729
|
Accidentially killed P_InitSpecials whilst handling a previous commit; correct.
|
2022-03-18 18:18:48 +00:00 |
|
toaster
|
86f2a551e6
|
Fix floor sprite projection
# Conflicts:
# src/r_plane.c
# src/r_things.h
|
2022-03-18 18:16:31 +00:00 |
|
Nev3r
|
65a339ec12
|
Fix the equation constant fields not being filled properly.
|
2022-03-18 17:54:13 +00:00 |
|
Nev3r
|
c7b7079ec6
|
Let equation slopes be read from textmaps.
|
2022-03-18 17:54:03 +00:00 |
|
Nev3r
|
9992d36bf3
|
Add slope equation constant parsing functionality.
|
2022-03-18 17:53:53 +00:00 |
|
toaster
|
dd8acd4c61
|
Initialize slopes before the map loads.
# Conflicts:
# src/p_setup.c
# src/p_slopes.h
|
2022-03-18 17:53:45 +00:00 |
|
GoldenTails
|
134f94474c
|
Copy colormaps so Lua cannot modify cached colormaps! (And Z_Free them on garbage collection.)
|
2022-03-18 17:49:46 +00:00 |
|
GoldenTails
|
53ec972887
|
Make the colormap returned by v.getColormap() writable.
I mean it was already readable anyway...
|
2022-03-18 17:49:37 +00:00 |
|
Jaime Ita Passos
|
0abc659168
|
Update r_opengl.c
|
2022-03-18 17:46:18 +00:00 |
|
Jaime Ita Passos
|
5539341ebc
|
Allocate a buffer for non-RGBA to RGBA texture conversions.
UpdateTexture will I_Error (from AllocTextureBuffer) if the allocation fails.
|
2022-03-18 17:46:09 +00:00 |
|
James R
|
4c9c54e44e
|
Revert netvars after demo finishes playback
(Demos do not call CL_Reset BTW.)
|
2022-03-18 17:41:14 +00:00 |
|
toaster
|
e07fb31f72
|
P_ZMovement: add a P_MobjWasRemoved check after P_CheckPosition, so we can bail out if the mobj was removed (by Lua most likely)
# Conflicts:
# src/p_mobj.c
|
2022-03-18 17:35:34 +00:00 |
|
Nev3r
|
2e7e61f787
|
Remove &, since args and stringargs are arrays
|
2022-03-18 17:28:15 +00:00 |
|
Nev3r
|
de0119fd78
|
Forgot the stringargs.
|
2022-03-18 17:28:06 +00:00 |
|
Nev3r
|
7c8beb9229
|
Bugfix - Fix sporadically occurring incorrect userdata types in Lua, caused by previously loaded userdata which didn't get invalidated in previous sessions.
Invalidate userdata for line and mapthing args.
Invalidate userdata for slopes and their normal, origin and direction vectors.
|
2022-03-18 17:27:57 +00:00 |
|
sphere
|
6d58afe071
|
Use floating-point math for polyobject planes as well.
|
2022-03-18 17:25:29 +00:00 |
|
sphere
|
167d30efc2
|
Ignore a linedef tag of 0 when using linedef action 96.
|
2022-03-18 17:22:28 +00:00 |
|
toaster
|
a15a2f1ef2
|
Restore P_AproxDistance Lua parity
# Conflicts:
# src/lua_baselib.c
|
2022-03-18 17:16:11 +00:00 |
|
SwitchKaze
|
18f0ece073
|
Fix console text bleeding edge case
A single character could prematurely read if there were enough special characters to push 'c' past 'con_width'.
|
2022-03-18 17:15:13 +00:00 |
|
SwitchKaze
|
8ef8cb5b5f
|
Fix console text bleeding
|
2022-03-18 17:15:00 +00:00 |
|
toaster
|
fe204dbc87
|
Change variable from previous commit to the one used in Kart startup.
|
2022-03-18 17:14:25 +00:00 |
|
GoldenTails
|
168fc18357
|
Fix the console splitting up halfway through startup.
|
2022-03-18 17:13:05 +00:00 |
|
lachablock
|
c331bac825
|
Fix models interpolating to frame 0 from a same-sprite2 FF_SPR2ENDSTATE state
|
2022-03-18 17:10:32 +00:00 |
|