Commit graph

18749 commits

Author SHA1 Message Date
SinnamonLat
debc93ff5c Make sure to reset setup_player when backing out to not interfere with profile display 2022-02-19 13:43:21 +01:00
SinnamonLat
2e4a58095a Allow ev_joystick for button mappings, oops 2022-02-19 13:31:34 +01:00
SinnamonLat
ebc2156b7e Profiles: control setup (wip but does what it needs to for now) 2022-02-19 13:26:02 +01:00
SinnamonLat
5601fa4c22 profiles: character/colour select 2022-02-18 13:46:32 +01:00
SinnamonLat
0ac0efda70 Add typing menu overlay for controller parity 2022-02-17 15:05:22 +01:00
SinnamonLat
8efba24df7 profiles: start on edit menu (it does nothing) 2022-02-16 23:57:06 +01:00
SinnamonLat
c44300d39f Use mockup design for cards, allow moving around and getting out of the profile menu. Still can't make/edit profiles 2022-02-16 10:29:01 +01:00
SinnamonLat
aea066b70f Update menus to use the new input system all over... 2022-02-15 23:30:51 +01:00
SinnamonLat
3deba803ae Conflicts from merging profiles back 2022-02-15 01:38:43 +01:00
SinnamonLat
8c53108d17 Start on profiles menu (does nothing and softlocks) 2022-02-15 01:28:57 +01:00
SinnamonLat
1789dd1255 Rudimentary start on profiles 2022-02-14 23:14:25 +01:00
James R
00a471405d Wrong condition 2022-02-14 14:30:39 +01:00
James R
90eeff00af JUST SEARCH ALL FUCKING WADS 2022-02-14 14:30:39 +01:00
James R
1f40c48bea Do not count gfx.pk3 toward mainwads in testers build 2022-02-14 14:30:39 +01:00
James R
5d5e71beda Fix compiler warning 2022-02-14 14:30:39 +01:00
James R
c50133fb47 Add HOSTTESTERS make flag 2022-02-14 14:30:38 +01:00
James R
a684b06f80 Do not add gfx.pk3 in testers build
MISC_PATCH.pk3 covers it.
2022-02-14 14:30:38 +01:00
toaster
6518d73d51 Music also 2022-02-14 14:30:38 +01:00
toaster
cac833e324 Guard IsPlayerAdmin in testers/hosttesters 2022-02-14 14:30:38 +01:00
toaster
00484b4d7c Revert "Disable player admins"
This reverts commit 4d2793918c.
2022-02-14 14:30:38 +01:00
toaster
1ea1ab8c4d TESTERS stuff 2022-02-14 14:30:37 +01:00
James R
3e7cde8abd Load misc build testers data files 2022-02-14 14:29:55 +01:00
James R
71b6b816da Disable player admins 2022-02-14 14:29:55 +01:00
toaster
f0587ac389 Readd CV_SAVE per Oni request in vc (and also my desires)
Made using web IDE
2022-02-14 14:29:55 +01:00
James R
ef21be39b9 Enable percentage speedometer by default; do not save 2022-02-14 14:29:55 +01:00
toaster
0dc85f03d1 Resolve the replay crash issue :mike:
(Also no longer mess around with moving flags into booleans per my comment)
2022-02-14 14:29:55 +01:00
SinnamonLat
37b17baf52 Add combo to bubble shield 2022-02-14 14:29:55 +01:00
SinnamonLat
13fb905190 Let ThunderShield combo players 2022-02-14 14:29:55 +01:00
SinnamonLat
ecb8b2bae9 Add DMG_WOMBO to all player contact damage 2022-02-14 14:29:54 +01:00
SinnamonLat
db3420c766 MF_NOHITLAGFORME shouldn't work on MT_PLAYER 2022-02-14 14:29:54 +01:00
SinnamonLat
dfbf4b5ec6 Add MF_NOHITLAGFORME to spikes and wallspikes 2022-02-14 14:29:54 +01:00
SinnamonLat
5a78994be0 Fix a dumb mistake, add DMG_WOMBO to orbinauts, jawz and banana hits 2022-02-14 14:29:54 +01:00
SinnamonLat
8d6efa6fe0 Add MF_NOHITLAGFORME and DMG_WOMBO 2022-02-14 14:29:54 +01:00
James R
6e08e67986 Copy tripwire texture to opposite side and automatically mirror texture alignment 2022-02-14 14:29:54 +01:00
James R
3759f88cb3 Check both front and backside for tripwire 2022-02-14 14:29:54 +01:00
James R
9528243f89 Few more instances of fullbright colormap nullification 2022-02-14 14:29:54 +01:00
toaster
8f6cebf7ef Semibright has colormapping again 2022-02-14 14:29:54 +01:00
James R
4e02bcbc9b Only ignore colormap for fullbright 2022-02-14 14:29:54 +01:00
James R
23466c2a2c Ignore colormap when overriding thing brightness 2022-02-14 14:29:54 +01:00
James R
fae99a2c67 Fix opengl semibright
Adds back 3d models semibright.
2022-02-14 14:29:53 +01:00
Sally Coolatta
fd7c377043 Force shrink can be toggled individually online
In preparation for a "make yourself small by default" cheat on the char select like SMK.
2022-02-14 14:29:50 +01:00
Sally Coolatta
2683b6d018 Keep your large items 2022-02-14 14:27:34 +01:00
Sally Coolatta
49930adda2 Update how scaled speed is calculated
This makes it so that the scaled speed shows up on the percentage speedometer.
2022-02-14 14:27:34 +01:00
Sally Coolatta
38c77205b2 More extremely scaled grow & shrink players!
- Grow is x2 instead of x1.5.
- Shrink is x0.5 instead of x0.75.
- Physics were left ALONE!! This is purely a HITBOX / VISUAL change!! Grow isn't any faster, and Shrink isn't any slower!! The only potential worry is low ceilings in maps!!
2022-02-14 14:27:34 +01:00
James R
47dc3b9d3d Hash name lookup for textures and lumps 2022-02-14 14:27:34 +01:00
toaster
9b2d812739 The "free" changes from framezero - the crash fixes that have no complexity and therefore no negative consequence to introduce 2022-02-14 14:27:34 +01:00
SteelT
cc0786d780 Linedef type 460: Don't award rings while SPB-locked 2022-02-14 14:27:34 +01:00
AJ Martinez
d71fdc9d0a avoid wasteful player_t copy 2022-02-14 14:27:33 +01:00
AJ Martinez
3e6d1d4c60 clarify potential footgunnery in K_UpdateDirector 2022-02-14 14:27:33 +01:00
AJ Martinez
410a37b47b fix low-confidence switch behavior 2022-02-14 14:27:33 +01:00