Commit Graph

302 Commits

Author SHA1 Message Date
Evil Factory 96d27d3c42 stuff 2021-02-11 16:16:55 -03:00
Evil Factory 0f64196bdb Merge pull request #1 from Regalis11/master
update my fork
2021-02-10 12:13:12 -03:00
Joonas Rikkonen 694cdfee7b v0.12.0.2 2021-02-10 17:08:21 +02:00
Evil Factory a0c6794b01 my attempt 2021-01-12 20:52:35 -03:00
Joonas Rikkonen e47f0850a5 v0.11.0.10 2020-12-16 15:15:58 +02:00
Joonas Rikkonen f433a7ba10 v0.11.0.9 2020-12-09 16:34:16 +02:00
Joonas Rikkonen bbf06f0984 v0.10.6.2 2020-10-29 17:55:26 +02:00
Juan Pablo Arce 0002ad2c50 v0.10.5.1 2020-09-22 11:31:56 -03:00
Joonas Rikkonen 4978af3d60 (965c31410) v0.10.4.0 2020-07-30 13:00:09 +03:00
Joonas Rikkonen eeac247a8e (6eeea9b7c) v0.9.10.0.0 2020-06-04 16:41:07 +03:00
Joonas Rikkonen ce4ccd99ac (1968ab79f) v0.9.9.1 2020-04-30 14:09:23 +03:00
Joonas Rikkonen ac37a3b0e4 (f0d812055) v0.9.9.0 2020-04-23 19:19:37 +03:00
Joonas Rikkonen b647059b93 (7ee8dbc11) v0.9.8.0 2020-03-31 15:11:41 +03:00
Juan Pablo Arce 3e99a49383 (ad567dea) v0.9.7.1 2020-03-04 19:54:29 -03:00
Regalis 3c09ebe02f (61d00a474) v0.9.7.1 2020-03-04 13:04:10 +01:00
Regalis a3569b8bf0 (3a5d98b) v0.9.6.0 2019-12-17 14:38:41 +01:00
Regalis 5c95c53118 (3dc4135ce) v0.9.5.1 2019-11-21 18:22:25 +01:00
Regalis b39922a074 (d9829ac) v0.9.4.0 2019-10-24 18:06:23 +02:00
Joonas Rikkonen 9aa12bcac2 (f2e516dfe) v0.9.3.2 2019-09-20 20:11:18 +03:00
Joonas Rikkonen 80698b58b0 (a00338777) v0.9.2.1 2019-08-26 19:58:44 +03:00
Joonas Rikkonen 0f63da27b2 (bf212a41f) v0.9.2.0 pre-release test version 2019-07-27 21:06:07 +03:00
Joonas Rikkonen afa2137bd2 (98ad00fa2) v0.9.1.0 2019-07-27 20:20:43 +03:00
Joonas Rikkonen 4a51db77b5 (ded4a3e0a) v0.9.0.7 2019-06-25 16:00:44 +03:00
Regalis e5ae622c77 (356d5846b) Fixed brainfart 2019-06-14 22:34:59 +03:00
Joonas Rikkonen 08b8e913eb (30c3f2268) Fixed server crashing when attempting to send voip from living players to spectators 2019-06-14 22:34:03 +03:00
Joonas Rikkonen dd9c6e7fce (7ae08a816) Incremented version number, changelog update 2019-06-13 11:55:30 +03:00
Joonas Rikkonen ea847eb074 (face37755) Fixed clients timing out when trying to connect to a server that has banned someone. Closes #1568 2019-06-13 11:54:29 +03:00
Joonas Rikkonen 6188a25cfa (88a9d6205) Incremented version number 2019-06-09 17:43:26 +03:00
Joonas Rikkonen f96008fc2e (7e2b368ce) Add a null check and change the SelectedContentPackages collection readonly. Should fix the null reference mentioned in a comment of #1513, when starting a Dedicated Server. Does not fix the crash, though. 2019-06-09 17:41:20 +03:00
Joonas Rikkonen 771f8d7286 (30e7a1617) Added an error check & exception handling to DebugConsole.RewriteInputToCommandLine (cherry-picked from respawn-overhaul, accidentally commited in the wrong branch) 2019-06-09 17:38:40 +03:00
Joonas Rikkonen a70319bbd2 (97e5bb5d1) Don't show the "kick / vote to kick" buttons when inspecting the owner of the server, or display the "x voted to kick" message if someone tries to vote kick the owner. 2019-06-09 17:38:20 +03:00
Joonas Rikkonen effcbd93c6 (ea3b77d8a) Fixed servers not sending a hull update when the last fire source in the hull is put out. Caused the fire not to disappear client-side until the water/oxygen in the hull changes enough for a network event to be created. 2019-06-09 17:37:07 +03:00
Joonas Rikkonen aefa46eaa5 (7754ad698) Fixed scooters occasionally flicking around in the multiplayer. I think the issue was that clients/server would set the cursor position 60 units away from aim ref position (= upper part of the collider), but due to the inaccuracy of the ragdoll syncing, the aim ref pos is not always where the shoulder of the character is, which in laggy situations could cause the cursor position to be at the wrong side of the ragdoll. 2019-06-04 16:52:43 +03:00
Joonas Rikkonen 808fcdcb75 (6b47d1ebc) Fixed inability to spawn items in characters' inventories and simplified the spawnitem command (multi-word item/character names must be surrounded with quotation marks now, so we don't have to guess which words belong to the item name and which to the character name). + added "startwhenclientsready" console command 2019-06-04 16:43:16 +03:00
Joonas Rikkonen 3bc52e2d95 (b4fd73057) Reset item position update interval when a client fails to pick it up due to it being accessible (should cause the position of the item to be corrected if the client failed to pick it up due to the position not matching the server position). 2019-06-04 16:42:57 +03:00
Joonas Rikkonen d60fd839c7 (a207445eb) Show the traitor greeting message before the code word message (saw one streamer read the code words out loud before realizing he was a traitor and that it was secret information). 2019-06-04 16:42:38 +03:00
Joonas Rikkonen bea7b58ff3 (a410fd46c) Trying to help the merge script through a jungle of merges 2019-06-04 16:37:31 +03:00
Joonas Rikkonen 81dd2f3202 (0c86b4b28) Revert "Don't reset the los if there is no client (single player). Fixes los resetting between game sessions (less tedious debugging)." 2019-06-04 16:02:25 +03:00
Joonas Rikkonen edccfe223d (9a7d83a40) Fullscreen bug workarounds 2019-06-04 16:00:38 +03:00
Joonas Rikkonen e592c49fa8 (221f9f2a6) Merge branch 'dev' into capitalizationfixes 2019-06-04 15:38:31 +03:00
Joonas Rikkonen f797235bfd (38d8117f7) Added: More routing of TextManager.Get().Replace -> TextManager.GetWithVariable(s), missing workshop-related localization tags to englishvanilla 2019-06-04 15:38:12 +03:00
Joonas Rikkonen 82dee0ffd7 (7f0150165) Fixed exception in SteamManager.RefreshServerDetails when not connected to Steam. 2019-06-04 15:36:40 +03:00
Joonas Rikkonen f6e6218bb1 (6736960da) Fixes to name-based item checks that wouldn't work correctly if playing in a language other than English: - Fixed Item.ReadSpawnData failing to find the correct prefab if the client is using a different language than the server, a couple of fixes to name-based item checks. - Fixed extra cargo spawning. - Fixed clients not getting correct ID card tags for the respawn shuttle. 2019-06-04 15:36:21 +03:00
Joonas Rikkonen 04f69dbe63 (b3c71807f) Updated to the latest version of GameAnalytics 2019-06-04 15:33:38 +03:00
Joonas Rikkonen a3e67dd40a (7163b300e) Added: Way for capitalizing / lowercasing replaced variables depending on the position in the sentence & some implementations 2019-06-04 15:32:59 +03:00
Joonas Rikkonen c6f2125b4f (85a4d4243) Fixed Steam servers never refreshing their info on the master server (game started, settings, etc), report the currently selected sub to Steam. Closes #1489 2019-05-23 15:18:13 +03:00
Joonas Rikkonen 5c06210265 (c01fdfc22) Attempt to fix items dropping out of the inventory in multiplayer, part 527: Inventory.ServerRead first drops all items that are in incorrect slots from the inventory, and then places the current items into correct slots. I think the problem was that the items were not necessarily dropped at the exact position of the character, because the physics update is run between the item position update and reading the network event. This occasionally caused the item to end up in a position where the character can't pick it again when placing the items into correct slots. Now the position of the item is forced to the position of the character during the dropping, and the CanClientAccess check is not done on items that were already in the character's inventory. 2019-05-23 15:17:55 +03:00
Joonas Rikkonen 65eb8f35c9 (7e8f246d2) Fixed clients not seeing turrets rotating at their end when another client is operating the turret. Happened because the cursor position was only synced when the aim key was pressed, and aiming is not required anymore when using turrets. 2019-05-23 15:16:42 +03:00
Joonas Rikkonen 9ba0b9a006 (c8f08ef59) Changelog update, increment version number 2019-05-23 15:15:11 +03:00
Joonas Rikkonen 7c67b1f164 (57c46943d) Quick fix watchman graphics (not quite right yet, but better). Re-enable the variant 2. 2019-05-20 21:00:11 +03:00