• R/O
  • SSH

コミット一覧

タグ
未設定

よく使われているワード(クリックで追加)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

This is a fork of Zandronum for TSPG.


RSS
Rev. 日時 作者
b9691cf34caf 2016-10-09 20:11:24 Benjamin Berkels

Fixed: Opening the text scaling menu resets the text scaling settings (fixes 2869).

c730195f3e4e 2016-10-09 19:25:00 Benjamin Berkels

Fixed: The client ignored the value of the CVAR telezoom online (fixes 2868).

72a5c397a4e6 2016-10-09 01:55:12 Edoardo Prezioso

- Fixed bad merge of ZDoom commit which happened in changeset 4bfb32531fb4 (fixes 2867).

acffcce59f6d 2016-10-08 21:27:42 Benjamin Berkels

added a server warning to IDList::useID

25e465973ad9 2016-10-08 21:23:16 Benjamin Berkels

cl_showspawnnames now also shows player bodies spawned by SVC_SPAWNPLAYER

e64c57e9e717 2016-10-08 21:10:21 Benjamin Berkels

added new function SERVER_PrintWarning

61a8c6efc099 2016-10-07 18:39:53 Edoardo Prezioso

- Fixed 'Smooth mouse movement' menu option not working anymore (fixes 2861).

b815d9b407e4 2016-10-07 17:06:14 Edoardo Prezioso

- Fixed wrong arguments order in CLIENT_SpawnThing warning message.

fdb1156499b6 2016-10-06 19:21:58 Edoardo Prezioso

- Fixed wrong 'unix' macro usage.

This fixes the following regressions for Linux users:
- the GeoIP database couldn't be loaded from the system 'share' folder anymore;
- the text paste in the chat with the middle mouse button didn't work anymore.

42f69ce97671 2016-10-06 18:53:18 Teemu Piippo

Added back the "blood brightness" slider setting which went missing after the menudef rewrite, fixes 2856

26dc34682512 2016-10-06 15:50:40 Edoardo Prezioso

- Fixed double message "compatflags2 changed to: 0" by the server (fixes 2858).

74ef87ea349c 2016-10-05 03:58:46 Benjamin Berkels

Fixed: Pausing and resuming a demo recorded from a non-spectaror perspective put the demo in a 'connection interrupted' state.

e90b1f1dd0c3 2016-10-05 03:27:44 Benjamin Berkels

demo_skiptics now can be used while a demo is paused, which allows to go through a demo tic by tic

0579047ebc77 2016-10-04 04:46:29 Ru5tK1ng

When sv_nocallvote is 2, only consider votes of players joined in the game (addresses 2590).

eea1e114417a 2016-10-03 21:31:47 Benjamin Berkels

Added CCMD demo_pause that allows to pause/resume the currently played client side demo. In free spectate mode, the spectator can still move around while the demo is paused.

f206056d1cd8 2016-10-03 19:14:34 Benjamin Berkels

This server now prevents players to use a name already used by another player. If a player requests a duplicate name, the player is renamed to 'Player N' where N is a random number from 0 to 9999 (addresses 144).

8d67c9ba763c 2016-10-03 04:51:45 Edoardo Prezioso

- Fixed: Clients with high bandwidth weren't informed about the item dropping physics online (fixes 2522).

c85e975d1b00 2016-09-27 13:02:48 Ru5tK1ng

Make newly connected clients wait before calling a vote (addresses 2802)

c98f0f1e6364 2016-09-24 19:47:52 Benjamin Berkels

Fixed: The server could instruct the client to spawn puffs without a netID even if the puff didn't have the NONETID flag.

0b3677ce92b1 2016-09-24 19:44:16 Benjamin Berkels

Fixed: Clients were informed about RandomSpawners, even though they only needed to know about the outcome of the spawner, which wasted network traffic.

bdb04f117459 2016-09-23 04:59:08 Benjamin Berkels

Fixed: Indefinitely hidden non-inventory actors caused unnecessary network traffic during a map reset.

05ae00a8844c 2016-09-23 04:19:04 Benjamin Berkels

Fixed: RandomSpawner caused unnecessary network traffic during a map reset.

686390248771 2016-09-23 03:42:07 Benjamin Berkels

Fixed: Voodoo dolls could cause unnecessary network traffic.

f56797d3cb5f 2016-09-22 04:25:36 Benjamin Berkels

CLIENT_SpawnThing now can warn when spawning fails.

ce3a9ebbd5a4 2016-09-22 04:24:24 Benjamin Berkels

Fixed: client_GiveInventory printed unnecessary warnings.

861c0ca35e0f 2016-09-22 03:50:08 Benjamin Berkels

the CVAR cl_showcommands is now available in testing builds

d474ec3b01d1 2016-09-21 04:54:24 Benjamin Berkels

added new debug-only CVAR sv_showspawnnames

98f77a192a4d 2016-09-21 04:42:00 Benjamin Berkels

Fixed: A_SpawnDebris did not work properly online and ignored the CLIENTSIDEONLY flag.

120d544d7547 2016-09-21 04:37:37 Benjamin Berkels

Fixed: AFastProjectile ignored the CLIENTSIDEONLY flag of its MissileType. [Torr Samaho]

52a4084b844b 2016-09-21 04:31:33 Benjamin Berkels

renamed shouldActorNotBeSpawned to NETWORK_ShouldActorNotBeSpawned and made it available outside of thingdef_codeptr.cpp