toaster
36099a900f
Fixed papersprites' shadows drifting - notably applies to Minecraft items.
2021-02-19 11:31:25 +00:00
Sal
1858811fbc
Merge branch 'opengl-encore-screeninvert' into 'master'
...
Invert the screen for encore circle transition in OpenGL
See merge request KartKrew/Kart!390
2021-02-16 20:04:26 -05:00
Sryder
0d43c3e3ad
Invert the screen for encore circle transition in OpenGL
2021-02-16 18:26:45 +00:00
James R
3ac803be76
Merge branch 'mirrorfixes' into 'master'
...
Mirror fixes
See merge request KartKrew/Kart!385
2021-02-16 11:33:13 -05:00
James R
465bc55219
Merge branch 'caltropcalstop' into 'master'
...
Caltrop calstop (resolves #114 )
Closes #114
See merge request KartKrew/Kart!381
2021-02-16 11:31:51 -05:00
toaster
4052e01f4a
Introduce a sequence of macros to reduce the reliance of Colormap-related code (especially but not limited to Encore mode) on magic numbers.
2021-02-16 14:34:00 +00:00
toaster
f40836dcec
Fix skies not being Encore-remapped (only affected software :regret:)
2021-02-15 21:55:40 +00:00
toaster
a597d9b463
Fixed a too-small memory allocation for Encore remaps, removing all memory-related crashes in Software.
2021-02-15 16:37:37 +00:00
toaster
8a4542a5ef
Reintroduce the mirroring aspect of Encore in OpenGL. I'm not familiar enough with the renderer to recreate the rest of the changes at current, but this is the most significant regression.
2021-02-15 12:26:22 +00:00
toaster
a210049839
Attempt to calculate postimg during chasecam hitlag - otherwise encore mode will temporarily flip back and it'll be confusing.
2021-02-15 11:43:45 +00:00
Sal
e11f4ed167
Merge branch 'purplepussyfooting' into 'master'
...
Resolves #87 after literally 7 months
Closes #87
See merge request KartKrew/Kart!382
2021-02-14 21:18:28 -05:00
Sal
ea2223abe6
Merge branch 'once-in-battle' into 'master'
...
Don't disable linedef executors other than 308 outside of Race
See merge request KartKrew/Kart!380
2021-02-14 21:13:51 -05:00
Sal
8cb676b0a1
Merge branch 'bigger-signpost' into 'master'
...
Beeg Large Signpost
See merge request KartKrew/Kart!383
2021-02-14 21:13:10 -05:00
toaster
f290a6c44d
Resolves #87 after literally 7 months
2021-02-14 23:07:26 +00:00
toaster
b66965185a
Caltrop calstop ( resolves #114 ).
...
If a ring isn't lost from the counter, don't drop a caltrop.
This is done by changing the function signature of P_GivePlayerRings to return the number of rings it has successfully given (or taken away) (which can differ from the rings provided to it). This change has been done for Lua as well.
Super Ring absorbtion now uses this system too, so you only need to change one location to modify the maximum and minimum number of rings a player can have (as far as I am aware).
2021-02-14 21:48:55 +00:00
James R
d6ea8549d2
Scale end sign 1.5x
2021-02-13 21:38:22 -08:00
James R
a9a1779e19
Only disable 308 outside of Race
2021-02-13 20:10:12 -08:00
Sal
4993d2ce39
Merge branch 'tracking-fix' into 'master'
...
Replace the tracking function with Nev3r's version
See merge request KartKrew/Kart!372
2021-02-13 20:55:50 -05:00
Sally Coolatta
c5fa63c0fa
Invert the value of cv_fov
...
After a little more testing, it was reversed for specifically the cvar.
2021-02-13 10:56:40 -05:00
Sally Coolatta
192d0b6410
I_Assert for result/point != NULL
2021-02-13 10:37:25 -05:00
Sal
7f944ce467
Merge branch 'waypoints-disable' into 'master'
...
Linedef executor 499: Enable/Disable Waypoints in Tagged Sector
See merge request KartKrew/Kart!357
2021-02-13 08:41:32 -05:00
Sal
2dfe9cc9eb
Merge branch 'doubly-scaled-floating-rings' into 'master'
...
Fix rings not floating high enough in mobjscaled maps
See merge request KartKrew/Kart!378
2021-02-13 08:41:16 -05:00
Sal
4da5ed8999
Merge branch 'invertfix' into 'master'
...
Fixed the Encore mode invert wipe.
See merge request KartKrew/Kart!379
2021-02-13 08:40:15 -05:00
toaster
b91a9928c6
Fixed the Encore mode invert wipe.
...
Explanation: NearestColor takes UINT8 inputs, but is being provided a number in the range of 1 to 256(!!) - which means very dark channels were looping back around to 0.
This error might exist in public branches too, because I don't think Encore's wipes would have been changed internally without us knowing.
2021-02-13 12:04:57 +00:00
Sally Coolatta
ecb4111bed
Merge branch 'master' into tracking-fix
2021-02-12 20:28:57 -05:00
Sally Coolatta
1849f70359
Merge branch 'master' into waypoints-disable
2021-02-12 20:28:16 -05:00
Sally Coolatta
4718c1993a
Shortcut function for getting angle difference, so that I don't need (INT32) in front of all of the angle_t's :V
2021-02-12 20:11:09 -05:00
Sally Coolatta
9ba3e07417
Don't allocate result
2021-02-12 19:34:43 -05:00
Sal
c594d5063f
Merge branch 'sub-add-shadow' into 'master'
...
Subtractive shadows
See merge request KartKrew/Kart!369
2021-02-12 19:25:13 -05:00
Sal
86ed506773
Merge branch 'ogl-subtractive-lighting' into 'master'
...
OpenGL shader updated to act like the new lighting
See merge request KartKrew/Kart!375
2021-02-12 19:24:59 -05:00
James R
f7fd39402a
Float flag for rings and horizontal springs no longer scales twice in mobjscaled maps
2021-02-12 16:20:18 -08:00
Sal
f6130b5403
Merge branch 'bot-updates' into 'master'
...
Bot updates
See merge request KartKrew/Kart!371
2021-02-12 14:19:53 -05:00
Sal
4b556ef114
Merge branch 'air-failsafe' into 'master'
...
Air failsafe boost
See merge request KartKrew/Kart!367
2021-02-12 13:57:55 -05:00
Sal
f467c051d5
Merge branch 'spindash-in-flashing' into 'master'
...
Allow spindash while flashing, but you lose rings while doing so.
See merge request KartKrew/Kart!368
2021-02-12 13:57:46 -05:00
Sryder
ca531738ab
Fix for missing part of lighting calculation compared to software.
2021-02-12 18:41:16 +00:00
Sal
8fdbee6537
Merge branch 'speedy-crash' into 'master'
...
Speedometer crash fix
See merge request KartKrew/Kart!373
2021-02-12 13:40:25 -05:00
Sal
3f0aa0c18b
Merge branch 'double-scaled-ring-burst' into 'master'
...
Fix ring spill with object scale
Closes #113
See merge request KartKrew/Kart!377
2021-02-12 13:36:00 -05:00
James R
223e411fa5
parenthesism
2021-02-12 09:23:18 -08:00
Sal
03eb86eb2b
Merge branch 'level-title-disables-hud' into 'master'
...
Don't disable the hud if there isn't a level title
See merge request KartKrew/Kart!376
2021-02-12 11:32:22 -05:00
Sally Coolatta
8734db6cfd
Remove prints
2021-02-12 11:21:35 -05:00
James R
bf047291fd
Fix double scaling on vertical momentum for ring burst
...
P_SetObjectMomZ already applies object scale. It also applies gravity flipping,
so both of these were being done twice. :v
2021-02-12 07:08:42 -08:00
James R
839d5fdd09
Title card is always available, regardless of level title
...
This had the really mean side effect of disabling lt_ticker, forcing anything
drawn with V_SLIDEIN to never appear (basically the entire hud).
2021-02-12 01:16:51 -08:00
Sally Coolatta
f134c07c00
Severely decrease spindash threshold
2021-02-12 03:20:43 -05:00
Sally Coolatta
ce9ece3c0b
Increase ring power for bots
2021-02-12 03:19:57 -05:00
Sally Coolatta
87158825b6
Increase base bot top speed depending on difficulty
2021-02-12 02:36:03 -05:00
Sally Coolatta
f236fcc5e2
Decrease max top speed rubberband
2021-02-12 02:08:10 -05:00
Sally Coolatta
9bf2293481
Increase rubberband range
2021-02-12 02:07:47 -05:00
Sally Coolatta
13285d0ca4
OpenGL shader updated to be subtractive
...
Not a big fan of how it separately checks each channel but grumble grumble
2021-02-12 00:55:41 -05:00
Sally Coolatta
49b4337564
While I'm at it, remove dumb multiplier for percentage mode
...
Hasn't been needed after all of the movement bugs causing this discrepency were fixed, so now it just looks weird when you use a Sneaker and it shows you at 105% afterwards.
2021-02-11 19:46:39 -05:00
Sally Coolatta
25ac5c9853
Speedometer crash fix
2021-02-11 19:37:39 -05:00