James R
a71a7f2710
Support spritexoffset/spriteyoffset for 3D models
2023-07-24 05:01:28 -04:00
James R
6d9512d290
Do not factor roll and pitch into model rollangle
...
Those transformations are applied separately so the model
tilts in 3d space.
2023-07-24 04:57:39 -04:00
James R
c065029b01
Model stretching
2023-07-24 04:53:30 -04:00
James R
7db09b657b
Tilt models
2023-07-24 04:48:17 -04:00
Sally Coolatta
b6129a6d42
Add R_SpriteRotationAngle function
...
Gets the rotation angle for the mobj's sprite. Meant for pitch & roll later, but that part is if'd out currently and just returns mobj->rollangle
2023-07-24 04:47:07 -04:00
Sally Coolatta
7c2a241042
Remove the need for setting rotation axis in spriteinfo for models
...
Now it just does it like Software
2023-07-24 04:40:15 -04:00
Sally Coolatta
5c23fdda24
Fix incorrect tilts
2023-07-24 04:11:43 -04:00
Sally Coolatta
ae233b000f
Remove modeltilt, use roll & pitch instead
...
Broken currently, about half of the slopes you can go into have the wrong tilt
2023-07-24 04:11:42 -04:00
TehRealSalt
95cbee52c6
Model tilts
...
- Add modeltilt variable, for more manual control of the model tilting. By default this just copies standingslope, but doesn't get cleared in the air.
- Shadows & trailing bananas now tilt to match the ground they are on.
- Rocket Sneakers & afterimages now tilt to match the player's current orientation.
2023-07-24 04:11:42 -04:00
sphere
a752e6c8e4
Merge branch 'kredits' into 'next'
...
Fix inconsistency with title card patch coloring (color the title card patch used in the credits to skin)
See merge request STJr/SRB2!1746
2023-07-19 19:43:15 +00:00
katsy
8cf65e8301
Fix inconsistency with title card patch coloring (color the title card patch used in the credits to skin)
2023-07-19 19:43:15 +00:00
sphere
5c87dd52ec
Merge branch 'action-super-fix' into 'next'
...
Make A_Action super act as expected
Closes #718
See merge request STJr/SRB2!1737
2023-07-19 19:40:42 +00:00
sphere
9ea387acc0
Merge branch 'plinedefexectutefix' into 'next'
...
Don't cancel P_LinedefExecute early
Closes #988
See merge request STJr/SRB2!1944
2023-07-19 19:40:20 +00:00
sphere
b1e3589210
Merge branch 'hudlines-hudtime-fix' into 'next'
...
Fix con_hudlines being off by one, Fix con_hudtime overflow
See merge request STJr/SRB2!1931
2023-07-18 19:47:21 +00:00
SteelT
9a31064c4a
Merge branch 'master' into next
2023-07-15 21:04:07 -04:00
sphere
9b16c21517
Merge branch 'net-timing' into 'next'
...
Prevent dropped ticcmds due to interp timing jutter
See merge request STJr/SRB2!2046
2023-07-15 17:45:00 +00:00
sphere
c29999aea7
Merge branch 'suppress-warnings' into 'master'
...
Suppress libdivide warnings in GCC/Clang
See merge request STJr/SRB2!1991
2023-07-15 17:38:19 +00:00
sphere
5da5b6dd86
Merge branch 'fix-exotic-prids' into 'master'
...
Fix PRIdS define for Windows MINGW64
See merge request STJr/SRB2!1367
2023-07-15 17:38:12 +00:00
sphere
7aac6a01e4
Merge branch 'better-crashes' into 'next'
...
Better signal handler messages
See merge request STJr/SRB2!2042
2023-07-14 22:48:26 +00:00
sphere
860767aa65
Merge branch 'increasemaxunlockables' into 'next'
...
Increase maximum unlockables
Closes #770
See merge request STJr/SRB2!1988
2023-07-14 22:47:37 +00:00
sphere
54d5e8154b
Merge branch 'cv-truefalse' into 'next'
...
Add CV_TrueFalse as possible value types for console variables
See merge request STJr/SRB2!2049
2023-07-14 22:47:09 +00:00
sphere
858c9ef0b2
Merge branch 'align-memory-addresses' into 'next'
...
Make sure all allocations are properly aligned
See merge request STJr/SRB2!2050
2023-07-14 22:46:39 +00:00
sphere
bf5c4a1b0d
Merge branch 'handle-missing-frame-gracefully' into 'next'
...
Handle missing frames for sprites gracefully
See merge request STJr/SRB2!2039
2023-07-14 13:24:53 +00:00
sphere
610ddc034c
Merge branch 'removetwohundredandsixty' into 'next'
...
Remove generalized FOF type
Closes #1011
See merge request STJr/SRB2!2038
2023-07-14 13:17:51 +00:00
sphere
47436ee495
Merge branch 'bosszero' into 'next'
...
Do not consider 0 a valid executor tag for bosses
Closes #1017
See merge request STJr/SRB2!2037
2023-07-14 13:17:48 +00:00
sphere
93fa653f80
Merge branch 'fishjumpbinaryfix' into 'next'
...
Fix A_FishJump for custom objects in binary maps
Closes #1019
See merge request STJr/SRB2!2035
2023-07-14 13:16:55 +00:00
sphere
59685937da
Merge branch 'fix-exit-automap-segfault' into 'next'
...
Fix segfault when exiting game with automap open
Closes #1049
See merge request STJr/SRB2!2044
2023-07-14 13:15:56 +00:00
sphere
2e2ec145dd
Merge branch 'fading-callback-thread-fix' into 'next'
...
Do music fade callback on main thread (resolves #975 )
Closes #975
See merge request STJr/SRB2!2043
2023-07-14 13:15:37 +00:00
sphere
f428759150
Merge branch 'bbox' into 'next'
...
Hitbox Renderer
See merge request STJr/SRB2!1838
2023-07-14 13:14:56 +00:00
spherallic
34ce172a90
Allow toggling PF_NoDepthTest for OpenGL hitboxes
2023-07-14 15:03:43 +02:00
Zwip-Zwap Zapony
8b931da6f3
Draw hitboxes last in OpenGL
2023-07-14 12:51:16 +00:00
Gustaf Alhäll
bfbbaf9f56
Make sure all allocations are properly aligned
2023-07-14 13:25:09 +02:00
AJ Martinez
8755582901
Don't submit future ticcmds if they could overwrite a needed ticcmd
2023-07-14 02:33:33 -07:00
SteelT
464110ed81
Add CV_TrueFalse as possible value types for console variables
...
This also adds support for using true/false as value aliases for On/Off, Yes/No or 1/0
2023-07-13 01:02:15 -04:00
AJ Martinez
2ebd3fcca4
Buffer ticcmds when receiving two on same tic
2023-07-10 15:40:20 -07:00
Gustaf Alhäll
281e6012f3
Fix segfault when exiting game with automap open
2023-07-08 14:02:32 +02:00
Lactozilla
0aa763df85
Do music fade callback on main thread
2023-07-08 00:53:28 -03:00
Tatsuru
3ff9e908fe
Signal handler minor refactor
2023-07-07 18:13:44 -03:00
sphere
3af1074e17
Merge branch 'next' into 'next'
...
[UDMF] Updated line sloping warning message
See merge request STJr/SRB2!2040
2023-07-06 19:27:32 +00:00
Ace Lite
372bb8b8fc
[UDMF] Updated line sloping warning message
2023-07-06 19:27:32 +00:00
Gustaf Alhäll
8d8257b4a6
Handle missing frames for sprite gracefully
2023-07-06 19:12:29 +02:00
spherallic
29703f8d6a
Remove action 260 from the UDMF config
2023-07-06 18:26:30 +02:00
spherallic
49528c1558
Remove generalized FOF type (linedef action 260)
2023-07-06 18:11:52 +02:00
spherallic
a4bcf4e2ce
Do not consider 0 a valid executor tag for bosses
2023-07-06 18:06:23 +02:00
MIDIMan
4342dacbdf
Fix A_FishJump for custom objects in binary maps
2023-07-05 14:25:10 -04:00
sphere
d7a84b967c
Merge branch 'strongpower' into 'next'
...
Add player->powers[pw_strong], refactor attacks and busting conditions, and allow breaking floors and ceilings separately
See merge request STJr/SRB2!1366
2023-07-05 17:05:47 +00:00
katsy
f261b9f0e1
Add player->powers[pw_strong], refactor attacks and busting conditions, and allow breaking floors and ceilings separately
2023-07-05 17:05:47 +00:00
sphere
94f6fb03ca
Merge branch 'cutscene-fix' into 'next'
...
[SUGOI] Remove "singletics" code in F_WriteText (resolves #1033 )
Closes #1033
See merge request STJr/SRB2!2022
2023-07-05 11:41:21 +00:00
spherallic
ff7a24df09
Rename Kiwi skincolor to Pear
2023-07-05 12:10:30 +02:00
sphere
f13fddaf58
Merge branch 'fix-mobjinfo-custom-field' into 'next'
...
Fix Lua warning when accessing custom field on mobjinfo
Closes #1043
See merge request STJr/SRB2!2034
2023-07-04 21:03:53 +00:00