- Jun 03, 2018
- Jun 02, 2018
- Jun 01, 2018
-
-
Sal authored
-
- May 31, 2018
- May 30, 2018
- May 09, 2018
-
-
Alam Ed Arias authored
-
- Apr 21, 2018
-
-
Monster Iestyn authored
Don't init the sound system on dedicated servers See merge request STJr/SRB2!225
-
Monster Iestyn authored
Fixed "invalid pointer" error when passing "" to Command_connect(). See merge request STJr/SRB2!234
-
Monster Iestyn authored
Removed contradictory `-connect` check See merge request STJr/SRB2!236
-
Monster Iestyn authored
Rewrite of d_netfil.c's findfile See merge request STJr/SRB2!240
-
Monster Iestyn authored
Dedicated debug hotfix See merge request STJr/SRB2!239
-
Monster Iestyn authored
Movie mode: special stage intro fade recording fix See merge request STJr/SRB2!229
-
- Apr 15, 2018
-
-
Monster Iestyn authored
Rewrote findfile to store whether any of the three paths searched had a bad MD5 rather than just simply being not there. This means that, if the three paths are not the same, you should be able to tell if at least one of them has a file that just had a bad MD5. Most relevant for Linux peeps I expect. Note: Untested as of writing
-
Monster Iestyn authored
-
- Apr 07, 2018
-
-
Sal authored
# Conflicts: # src/f_finale.c # src/hardware/hw_draw.c # src/hardware/hw_main.c # src/m_misc.c
-
- Apr 03, 2018
-
-
SteelT authored
-
SteelT authored
-
Alam Ed Arias authored
-
toaster authored
Opengl Quick Fixes See merge request STJr/SRB2!237
-
- Mar 31, 2018
-
-
Sal authored
-
Sal authored
Set up similar to NiGHTS Mare linedef executors. Give a sector the "Race Lap" sector type, tag it, then set the frontside x-offset on the trigger line to the lap it should activate on minus 1. There are a few flags you can check on the trigger line to modify its behavior. - Normally the executor will only trigger if its exactly on the lap specified. Check Not Climbable to make it execute on laps equal to or greater than, or check Block Enemies to make it execute on laps equal to or less than. - By default, the executor will check current lap with the person in last's lap. Check E4 to instead find the current lap from the player who triggered it. This flag is better for triggering events ahead of the players, while the default effect is better for triggering events behind the players.
-
Sal authored
-
Sal authored
-
Sal authored
-
Sal authored
-
Sal authored
-