- Sep 06, 2019
-
-
Lactozilla authored
-
- Sep 03, 2019
-
-
Monster Iestyn authored
-
Lactozilla authored
-
- Aug 30, 2019
-
-
Monster Iestyn authored
Weapon ammo penalty indicator See merge request STJr/SRB2Internal!297
-
- Aug 29, 2019
-
-
Alam Ed Arias authored
-
Alam Ed Arias authored
-
- Aug 28, 2019
-
-
SteelT authored
Autobrake polish Closes #176 See merge request STJr/SRB2Internal!293
-
- Aug 26, 2019
-
-
James R. authored
-
Monster Iestyn authored
P_PlayerCanDamage fix See merge request STJr/SRB2Internal!291
-
- Aug 25, 2019
-
-
Monster Iestyn authored
-
Monster Iestyn authored
# Conflicts: # src/d_netfil.c
-
- Aug 24, 2019
-
-
Monster Iestyn authored
-
Monster Iestyn authored
Compare the file name only for real See merge request STJr/SRB2!511
-
Monster Iestyn authored
Calling all Lua consvars See merge request STJr/SRB2!509
-
- Aug 23, 2019
-
-
James R. authored
CL_SendRequestFile prepends the path for each file.
-
- Aug 22, 2019
-
-
Monster Iestyn authored
GFZ boss rework + boss explosion fun See merge request STJr/SRB2Internal!290
-
toaster authored
* Make it actually look like a brake, so people can tell it's on instead of just having high friction. * Fix it fucking with spring chains (caused by being unwittingly active for the first tic of spring collision).
-
- Aug 20, 2019
-
-
Lactozilla authored
-
SteelT authored
-
Monster Iestyn authored
Added quick validity checks for three linedef executor specials that require a player mobj to be the triggerer (432, 434 and 437)
-
Monster Iestyn authored
* Make sure the consvar's properties are all initialised to zeros as defaults * Error if the consvar is not given a name * Error if the consvar has CV_CALL but no call function * Error if the consvar has CV_NOINIT but not CV_CALL
-
Monster Iestyn authored
MI cleanup returns See merge request STJr/SRB2Internal!292
-
Monster Iestyn authored
Fix all our landing woes. (For now.) See merge request STJr/SRB2Internal!289
-
Monster Iestyn authored
-
Monster Iestyn authored
# Conflicts: # src/config.h.in # src/d_clisrv.c # src/d_netcmd.c # src/doomdef.h # src/p_map.c # src/p_maputl.c # src/sdl12/macosx/Srb2mac.xcodeproj/project.pbxproj
-
- Aug 17, 2019
-
-
Monster Iestyn authored
Update version to 2.1.25 See merge request STJr/SRB2!507
-
Monster Iestyn authored
Fix an exploit where players could steal the final hash of a login See merge request STJr/SRB2!508
-
James R. authored
-
James R. authored
-
James R. authored
-
Monster Iestyn authored
-
- Aug 16, 2019
-
-
Monster Iestyn authored
-
Monster Iestyn authored
-
Monster Iestyn authored
PolyObject crush hotfix See merge request STJr/SRB2!506
-
Monster Iestyn authored
Use P_MobjInsidePolyobj instead of P_MobjTouchingPolyobj, so that you can be crushed by the polyobject's middle rather than just its edges
-
- Aug 15, 2019
-
-
Monster Iestyn authored
PolyObject fixes backport See merge request STJr/SRB2!505
-
Monster Iestyn authored
-
Monster Iestyn authored
# Conflicts: # src/p_user.c
-
Monster Iestyn authored
After looking at the FOF part of P_LineOpening for a while I now realise many of these variables aren't even necessary, so I removed them all. (Naturally I did the same to the camera equivalent) # Conflicts: # src/p_maputl.c
-
Monster Iestyn authored
Edit a lot of the rest of the polyobject-related code in P_LineOpening to make more sense and be more optimised. * If you collide with a line belonging to a polyobject, you should NEVER have to care about any FOFs that might be present in either sector of the linedef. This could lead to colliding with ghostly FOFs that aren't actually there or something dumb, if someone decided to give either of the polyobject's control sectors FOFs for some reason. We don't want that, obviously. * Polyobjects without POF_CLIPPLANE apparently are supposed to have a top and bottom "physical" height of value INT32_MAX and _MIN respectively, according to P_CheckPosition ...let's be consistent with this. * Finally, there is no more need for that back = front nonsense hack anymore with my changes made. # Conflicts: # src/p_maputl.c
-