James R
6dd38f001a
Fix boss flash in opengl
2022-03-21 13:05:01 -07:00
James R
fbe3106890
Refactor R_SpriteIsFlashing into R_ThingIsFlashing
...
Checks for boss fret AND hitlag.
2022-03-21 13:03:30 -07:00
Sally Coolatta
48160b6417
Increase spring strengths by ONE
2022-03-21 00:46:58 -04:00
Sally Coolatta
995ebae2bd
Unnerf wall transfer speed
...
(Sorry Ramp Park...)
2022-03-20 23:50:42 -04:00
toaster
2a40ab39fa
Made a HOSTTESTERS build for Tyron, fixed some stuff that came up:
...
* Grand Prix temp menu now won't open if there are no cups available
* No more Boss Missions entry on the menu, since that won't exist post-newmenus
2022-03-19 11:43:12 +00:00
toaster
60ff5de92d
Made a HOSTTESTERS build for Tyron, fixed some stuff that came up:
...
* Grand Prix temp menu now won't open if there are no cups available
* No more Boss Missions entry on the menu, since that won't exist post-newmenus
2022-03-19 11:42:00 +00:00
toaster
a6f4890421
Figured out what was wrong with splatsprites by comparing their drawing functions to the current state of 2.2's codebase.
2022-03-18 21:55:31 +00:00
toaster
ef0de0dec2
Splat stretch and squash isn't on the same axis, so just... don't do it, at least for now.
2022-03-18 21:31:22 +00:00
toaster
6cbeda5ec6
Add Encore support to splats (software; GL can come later).
2022-03-18 21:20:34 +00:00
toaster
09a99fa06d
* Make RunOverlays and A_OverlayThink more consistent.
...
* Incorporate drawangle support for both (flattened merge of STJr/SRB2!1599 )
2022-03-18 20:59:18 +00:00
toaster
b270b67c1d
Limit array access for placed emblems.
...
(Partial merge of STJr/SRB2!1757 )
2022-03-18 20:52:53 +00:00
spherallic
07901a6364
oops
2022-03-18 20:50:24 +00:00
toaster
ed00874f5f
wip: staterange actions
...
# Conflicts:
# src/doomdef.h
2022-03-18 20:50:03 +00:00
Hannu Hanhi
09885ce34b
did not mean to remove this line
2022-03-18 20:44:14 +00:00
toaster
336010e616
Fix portals
...
- Resetting portalcullsector fixes the major visual glitches
- Using 32 bits for nummasks and i fixes crashes when rendering lots of portals
# Conflicts:
# src/r_main.c
2022-03-18 20:44:07 +00:00
GoldenTails
5dc9df4c6a
Allow people to update their Master Server listing on command.
2022-03-18 20:41:49 +00:00
toaster
786d263019
Make dedicated servers not pop up that annoying SDL error window
...
So they don't mess with shell scripts that expect SRB2 to exit when it crashes (like most other programs)
# Conflicts:
# src/sdl/i_system.c
2022-03-18 20:41:11 +00:00
Hannu Hanhi
b7c23b9187
Fix software splats breaking and crashing in skyboxes
2022-03-18 20:39:02 +00:00
Hannu Hanhi
3083d97e16
Fix software splats not being clipped by ceiling walls
2022-03-18 20:38:17 +00:00
Hannu Hanhi
115004d704
Add missing optimization to npo2 sloped floor sprites
2022-03-18 20:37:16 +00:00
LJ Sonic
4b1ba2974d
Do not attempt to disconnect when a packet checksum is invalid
2022-03-18 20:35:07 +00:00
MascaraSnake
b42715a5ca
Fix offset calculation for segs that represent linedef backsides
2022-03-18 20:34:29 +00:00
toaster
5783c5aace
Only load map lumps that are WADs or have no extension
...
# Conflicts:
# src/w_wad.c
2022-03-18 20:31:17 +00:00
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