- Jul 12, 2015
-
-
Benjamin Berkels authored
- changed BUILD_ID/BUILD_ID_STR to release
-
Edoardo Prezioso authored
- Fixed: clients were not updated about the successful A_Saw lifesteal attacks from a player (addresses 2335).
-
Edoardo Prezioso authored
- Fixed: clients were not updated about the successful A_CustomPunch lifesteal attacks from a player (addresses 2187).
-
Benjamin Berkels authored
-
Benjamin Berkels authored
-
Benjamin Berkels authored
The client movement buffer now can be toggled with the new CVAR sv_useticbuffer (default true, not archived).
-
Benjamin Berkels authored
-
- Jun 28, 2015
-
-
Benjamin Berkels authored
The Windows binary now writes its version info to a file and exits immediately if started with "--version filename". This should supply an external auto updater with sufficient information to work.
-
Benjamin Berkels authored
- changed BUILD_ID/BUILD_ID_STR to internal
-
- Jun 21, 2015
-
-
Benjamin Berkels authored
- changed BUILD_ID/BUILD_ID_STR to release
-
- Jun 15, 2015
-
-
Benjamin Berkels authored
Fixed: In case "sv_maprotation 1" and an empty map rotation list, the CCMD map caused the server to crash (addresses 1669).
-
- Jun 11, 2015
-
-
Edoardo Prezioso authored
-
- Jun 14, 2015
-
-
Benjamin Berkels authored
Fixed: Even when using a random map rotation, the map a server loads on start was not randomized (ported from Konar6's kpatch, addresses an issue mentioned in 1669).
-
- Jun 12, 2015
-
-
Leonard authored
-
- Jun 14, 2015
-
-
Benjamin Berkels authored
-
Benjamin Berkels authored
Added a slightly refined version of Catastrophe's patch that adds the CCMD 'ifspectator' (addresses 2105).
-
- Jun 03, 2015
-
-
Edoardo Prezioso authored
-
- Jun 10, 2015
-
-
Edoardo Prezioso authored
-
- Jun 07, 2015
-
-
Edoardo Prezioso authored
-
- Jun 04, 2015
-
-
Edoardo Prezioso authored
- Some of the default arguments of SERVERCOMMANDS_SetPolyobjRotation and SERVERCOMMANDS_SetPolyobjPosition were overwritten by the polyobject angle and the polyobject position, respectively. These were spotted while I was converting the 'ULONG ulFlags' in the SERVERCOMMANDS functions to 'ServerCommandFlags flags'.
-
- Jun 02, 2015
-
-
Benjamin Berkels authored
-
- May 31, 2015
-
-
Benjamin Berkels authored
-
Benjamin Berkels authored
-
- May 24, 2015
-
-
Teemu Piippo authored
- fixed: using alternative track orders with music formats with multiple tracks did not work online (fixes 2080)
-
Teemu Piippo authored
-
- Apr 26, 2015
-
-
Edoardo Prezioso authored
- Reduce the server bandwidth consumption when A_ChangeFlag is called and the actor flag is not changed at all.
-
- Apr 25, 2015
-
-
Edoardo Prezioso authored
- Fixed: clients lost some actor flag modifications done in a previous map after a changemap map change.
-
- May 03, 2015
-
-
Edoardo Prezioso authored
- Fixed: after the code upgrade, the client could not handle the display of the morphed mugshot in the status bar.
-
- May 04, 2015
-
-
Edoardo Prezioso authored
- Fixed: A_FadeIn and A_FadeOut did not work for actors which don't have a network id (addresses 774).
-
Edoardo Prezioso authored
-
- Apr 25, 2015
-
-
Teemu Piippo authored
- railgun attacks no longer always pierce armor; piercing must be manually specified by use of PIERCEARMOR in the puff, like in ZDoom (addresses 2136)
-
Teemu Piippo authored
- added query flag SQF_DEH to allow server browsers to query any dehacked patches loaded by the server (addresses 2082)
-
- May 20, 2015
-
-
Benjamin Berkels authored
Fixed: Trying to record client demos on some mods, e.g. duel32c_st.pk3, caused the client to error out (fixes 2238).
-
- May 17, 2015
-
-
Benjamin Berkels authored
-
- Apr 25, 2015
-
-
Teemu Piippo authored
- added DelayImp to ZDOOM_LIBS. ZDoom added this as part of a fix commit but the commit is not easily backportable. - address zandronum.exe for mt.exe differently using a generator expression. ZDoom also needs this but in a different fashion, so said fix will also not be easily backportable either.
-
- May 03, 2015
-
-
Teemu Piippo authored
Fixed regression caused by 79bdc81 -- the archive loading code was not updated to match the storing code (fixes 2218)
-
- Apr 25, 2015
-
-
Benjamin Berkels authored
- Make the 'crashout' CCMD available in non-win32.
-
- Apr 19, 2015
-
-
Edoardo Prezioso authored
-
- Apr 17, 2015
-
-
Edoardo Prezioso authored
Make sure the actor is relinked when the flags MF_NOBLOCKMAP and MF_NOSECTOR are changed.
-
- Apr 23, 2015
-
-
Teemu Piippo authored
-