sphere
be729c334f
Merge branch 'next' into 'font_drawer'
...
# Conflicts:
# src/hu_stuff.c
2022-02-07 10:03:08 +00:00
LJ Sonic
fdee3a2b7f
Merge branch 'ms_update_command' into 'next'
...
Allow people to update their Master Server listing on command.
See merge request STJr/SRB2!1518
2022-02-06 18:53:49 +00:00
LJ Sonic
c00d1e5499
Merge branch 'no-dedi-sighandle-window' into 'next'
...
Disable SDL error message on dedicated servers
See merge request STJr/SRB2!1735
2022-02-06 17:44:48 +00:00
LJ Sonic
81b0eb1c7c
Merge branch 'crosshairs' into 'next'
...
Fix crosshairs not displaying
See merge request STJr/SRB2!1716
2022-02-06 17:30:15 +00:00
LJ Sonic
9c5427555b
Merge branch 'fix-exitgame-ztarget-crash' into 'next'
...
Fix lock-on crash (Resolves #746 )
Closes #746
See merge request STJr/SRB2!1704
2022-02-06 17:24:01 +00:00
LJ Sonic
6c7d4b8ef5
Merge branch 'sw-splat-skybox-crash' into 'next'
...
Fix software splats breaking and crashing in skyboxes
See merge request STJr/SRB2!1711
2022-02-06 17:22:58 +00:00
LJ Sonic
2d53842061
Merge branch 'sw-splat-ceilingclip' into 'next'
...
Fix software splats not being clipped by ceiling walls
See merge request STJr/SRB2!1712
2022-02-06 17:22:49 +00:00
LJ Sonic
c69edce2fc
Merge branch 'sw-dropshadow-patch' into 'next'
...
Hack that fixes software drop shadow crashes (Fixes #159 )
Closes #159
See merge request STJr/SRB2!1700
2022-02-06 17:22:08 +00:00
LJ Sonic
2e60de25ea
Merge branch 'sw-splat-npo2-slope-opt' into 'next'
...
Add missing optimization to software npo2 sloped floor sprites
See merge request STJr/SRB2!1713
2022-02-06 17:20:03 +00:00
LJ Sonic
b396683429
Merge branch 'fix-chat' into 'next'
...
Fix issues with chat messages
Closes #583
See merge request STJr/SRB2!1698
2022-02-06 17:15:04 +00:00
LJ Sonic
f4a9d1507d
Merge branch 'fix-checksum-disconnect' into 'next'
...
Do not attempt to disconnect when a packet checksum is invalid
See merge request STJr/SRB2!1699
2022-02-06 17:14:44 +00:00
LJ Sonic
1a1cb8942c
Merge branch 'znodes-offset-fix' into 'next'
...
UDMF: Fix offset calculation for segs that represent linedef backsides
See merge request STJr/SRB2!1701
2022-02-06 17:12:58 +00:00
LJ Sonic
9d993a585f
Merge branch 'ignore-bad-map-lumps' into 'next'
...
Only load map lumps that are WADs or have no extension
See merge request STJr/SRB2!1715
2022-02-06 17:12:07 +00:00
GoldenTails
c49dd5f535
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)
2022-02-05 18:19:00 -06:00
spherallic
f1bf065777
Reorganize v_video.c a little, clean up v_video.h a little.
2022-02-05 16:08:35 +01:00
spherallic
7929a89394
Make level title font use generalized functions, plus:
...
- Fixed V_FontStringWidth not accounting for lowercase characters.
- Added V_FontStringHeight.
- Combine name tag base & outline loading.
2022-02-05 15:45:27 +01:00
spherallic
412381da4c
Make credits font functions use the generalized functions.
2022-02-05 14:40:05 +01:00
spherallic
b8cae8e735
Add kerning option to fontdefs, rename width and height.
2022-02-04 13:36:27 +01:00
spherallic
908fb8b026
Add fontdef_t struct, move the width and height variables there.
2022-02-03 13:41:24 +01:00
spherallic
7b3c89c989
Separate scale into pscale and vscale.
2022-02-03 12:03:44 +01:00
sphere
ff57a983d7
Merge branch 'facing-forwards' into 'next'
...
Don't modify drawangle when taking damage in strafe mode
See merge request STJr/SRB2!1689
2022-01-30 13:32:30 +00:00
sphere
bcd900211b
Merge branch 'nightopian-fix' into 'next'
...
Fix Nightopians
See merge request STJr/SRB2!1703
2022-01-30 13:28:18 +00:00
sphere
547b08df2f
Merge branch 'newoldringexplode' into 'next'
...
Fix A_OldRingExplode not scaling or flipping
See merge request STJr/SRB2!1709
2022-01-30 13:15:00 +00:00
spherallic
1630364775
Turn the old string drawing functions into defines.
2022-01-27 16:52:44 +01:00
spherallic
df7efe29cb
Clean up string width-related functions.
2022-01-27 16:01:28 +01:00
spherallic
3013c8aa42
Third pass for generalized font drawer:
...
- Added AtFixed version, which also takes scale into account when
calculating space widths & newline height
- Made some more string drawing functions use the generalized version
2022-01-27 15:22:36 +01:00
spherallic
41cb8cc494
Second pass for generalized font drawer:
...
- Added width/height parameters for spacing stuff
- Made some string drawing functions use the generalized version.
2022-01-25 23:55:18 +01:00
spherallic
9bdc376f16
Fix a few small errors.
2022-01-21 16:22:39 +01:00
spherallic
39a0bb4df8
First attempt at string drawing functions that take a supplied font.
2022-01-21 16:17:53 +01:00
spherallic
bf2809b213
Fix crosshairs not displaying and refactor their code.
2022-01-15 17:12:33 +01:00
Hannu Hanhi
49d03913d7
Add missing optimization to npo2 sloped floor sprites
2022-01-14 20:45:28 +02:00
Hannu Hanhi
d0966f123f
Fix software splats not being clipped by ceiling walls
2022-01-14 20:11:49 +02:00
Hannu Hanhi
f72f45d93a
Fix software splats breaking and crashing in skyboxes
2022-01-14 19:53:03 +02:00
katsy
fe3a201df5
fix oldringexplode not scaling or flipping
2022-01-13 02:52:10 -06:00
LJ Sonic
b7dbb7782e
Only load map lumps that are WADs or have no extension
2022-01-12 23:06:26 +01:00
spherallic
93512ae9f9
Update Zone Builder configuration.
2022-01-12 00:46:24 +01:00
sphere
f8532d4ad1
Merge branch 'blentran-update' into 'next'
...
Blentran - updated
See merge request STJr/SRB2!1656
2022-01-11 21:53:49 +00:00
sphere
53f9d4b2e0
Merge branch 'new-default-controls' into 'next'
...
Several changes to default control settings
See merge request STJr/SRB2!1682
2022-01-11 21:19:05 +00:00
sphere
0ca74432f9
Merge branch 'ogl-better-gpu-error' into 'next'
...
Improve OpenGL GDI Generic error message
See merge request STJr/SRB2!1673
2022-01-11 21:16:32 +00:00
sphere
ea3b867c7e
Merge branch 'rotationcrash' into 'next'
...
Fix 2.2.10 pre1 rollangle crash (resolves #747 )
Closes #747
See merge request STJr/SRB2!1707
2022-01-11 21:16:14 +00:00
sphere
af925c1742
Merge branch 'taglists-refactor' into 'next'
...
Speed up taglist creation
See merge request STJr/SRB2!1702
2022-01-11 21:15:06 +00:00
sphere
61e6226f66
Merge branch 'waterdrop' into 'next'
...
Add collision check for flipped water drops
Closes #735
See merge request STJr/SRB2!1697
2022-01-11 21:12:56 +00:00
katsy
2e4c5d1446
alternate fix to #555 which doesn't crash the game
2022-01-10 19:32:21 -06:00
LJ Sonic
a6808de96c
Fix message sending code using hardcoded buffer size
2022-01-10 20:12:27 +01:00
LJ Sonic
de9d6ecbe6
Fix long chat messages causing net command failures
2022-01-10 20:05:58 +01:00
LJ Sonic
aee7803621
Add SKIPSTRINGL macro
2022-01-10 20:03:36 +01:00
LJ Sonic
05f1a9edc1
Revert "Fix long chat messages causing net command failures"
...
This reverts commit 1377824799
.
2022-01-10 19:57:15 +01:00
LJ Sonic
7ea81eacc5
Fix say command and its variants using hardcoded buffer size
2022-01-10 19:31:41 +01:00
LJ Sonic
3083290af8
Add READSTRINGL and WRITESTRINGL macros
2022-01-10 18:57:18 +01:00
LJ Sonic
a668546088
Make byte stream manipulation code easier to read
2022-01-10 18:56:42 +01:00