Commit graph

1870 commits

Author SHA1 Message Date
Fate-JH 0b0b23d99c
PostgreSGL 10 Standards (#1127)
* attempting to resolve pg14->pg10 issues

* unidon't

* rev 1

* rev 2

* rev 3

* rev 4
2023-10-08 11:52:50 -04:00
Fate-JH c68d5e9864
Merge pull request #1125 from Fate-JH/fixed-relog
Return Relog
2023-08-15 15:06:38 -04:00
Fate-JH 2446a844e5 quit back to the server select screen and rejoin the server without having to close the client 2023-08-07 20:36:43 -04:00
Fate-JH c9a14527ea
Merge pull request #1123 from Resaec/add_launcher_and_token_functionality
Add support for launcher login via tokens and file verification
2023-08-01 01:37:13 -04:00
Fate-JH abd37c1726
Merge pull request #1122 from Fate-JH/kda-tables
KDA Tables
2023-07-31 23:58:03 -04:00
Resaec 7f792d63d4 Add support for launcher login via tokens and file verification
Added code to LoginActor to handle client authentication via login token
Added code to LoginActor to generate the password used by the launcher to authenticate with the API
Changed code in LoginActor to replace deprecated bcrypt functions
Changed code in Account to add the field password, token and tokenCreated
Added database migration V009 containing table changes on account, new tables launcher and filehash and a trigger/function combo to update the tokenCreated column.
2023-08-01 00:33:14 +02:00
Fate-JH dc89fa6b3f plsql tables for a future kda update 2023-07-31 16:21:15 -04:00
Fate-JH 663cfdc90a
moved polling of blockmap from psm callback to upstream handling (#1121) 2023-07-26 23:08:40 -04:00
Fate-JH 2b6edc25fb
No Work (#1116)
* make the timer for outbound packet bundling a fallback option rather than a primary control for outbound timing

* better emergency timer determination

* eh

* master merge and light changes
2023-07-26 23:07:24 -04:00
Jakob Gillich e391a0b3ef
Merge pull request #1120 from psforever/akka26
revert to open-source akka
2023-07-12 02:32:45 +02:00
Jakob Gillich 94486cc97d revert to open-source akka 2023-07-12 02:26:38 +02:00
Jakob Gillich 45609f62dc
Merge pull request #1119 from Resaec/dependency_updates_no_code_changes
Updated dependencies
2023-07-12 02:18:22 +02:00
Resaec 5c5712c24b Updated dependencies
Updated to the newest minor/patch version. No code changes were necessary.
0-3 failing tests, changing each run :(
2023-07-12 00:43:48 +02:00
Fate-JH d413516a11
Merge pull request #1118 from Fate-JH/old-mac
Old Mac
2023-07-10 21:15:39 -04:00
Fate-JH 735f5f95cd missing subslots is now a self message rather than an anonymous callback 2023-07-10 20:01:37 -04:00
Fate-JH 490b04380f reuse crypotgraphic informtion for the md5-mac algorithm in packet coding; deprecated toFoo calls 2023-07-10 14:29:16 -04:00
Jakob Gillich 947a931fd0
Merge pull request #1117 from Resaec/optimisations_MD5MAC
Optimisations on MD5MAC and updated Scala version to 2.13.10
2023-07-10 03:13:10 +02:00
Resaec c7a697213b Optimisations on MD5MAC and updated Scala version to 2.13.10
Adopted ListBuffer to ArrayBuffer switch that also fixes the problem with the new Scala version
2023-07-10 02:35:07 +02:00
Fate-JH b0d7ae12d1
Merge pull request #1115 from Resaec/fix_ams_ant_router_undeploy_on_owner_zone_change
Fix AMS, ANT, Router and BFR siphon undeploying when owner leaves zone
2023-07-07 10:02:17 -04:00
Fate-JH db020e0dfc
Merge pull request #1112 from Resaec/fix_some_doors_searhus
Fixed doors in Searhus
2023-07-07 10:02:00 -04:00
Fate-JH 0f36275653
Merge pull request #1113 from Resaec/fixed_doors_forseral
Fixed doors on Forseral - Gwydion
2023-07-07 10:01:44 -04:00
Resaec b67b71bd70 BFR siphon is not a deployment or a continuous action, but a fire action. Removed from check.
AMS, ANT and Router will be placed under ConditionalDriverVehicleControl instead.
2023-07-07 13:28:25 +02:00
Resaec 5d2c321efb Fix AMS, ANT, Router and BFR siphon undeploying when owner leaves zone 2023-07-07 03:26:05 +02:00
Resaec f5bb202802 Fixed doors on Forseral 2023-07-03 03:20:15 +02:00
Resaec d3a7686108 Fixed all other broken doors on Searhus 2023-07-03 02:45:33 +02:00
Resaec c9c14fffc7 Fixed some doors in Searhus - Drakulu and Rehua 2023-07-02 20:27:51 +02:00
Fate-JH 0143e5d343
Merge pull request #1105 from Fate-JH/reduce-load-more
Reduce Load More
2023-06-03 10:21:27 -04:00
Fate-JH 0628b988fe using force psm occlusion to eliminate certain other packets that would be fine if hidden 2023-06-01 23:13:05 -04:00
Fate-JH 6f4ceaee29
Utility Vehicle Drivers (#1102)
* recalcalating name offsets for later; primary test is this player-driven AMS (see PSMU for details)

* found fields in the ConnectToWorldRequest packet; clarifying field names in a variety of places; enough modifications to make an old packet transcode properly

* it works?

* giving VehicleFormat its own file; fixing imports
2023-05-30 13:05:38 -04:00
Fate-JH 6b77281260
Merge pull request #1099 from Fate-JH/tread-water
Vehicles that Should Travel over Water
2023-05-30 13:04:08 -04:00
Fate-JH 24a44eff1f
Floor Is Lava (#1098)
* adding another meter to the byblos lava level

* turning the sealevel into a deepsurface
2023-05-30 13:03:40 -04:00
Fate-JH 006dd201ba
Merge pull request #1095 from Fate-JH/outfit-request
Packet: OutfitRequest
2023-05-30 13:02:56 -04:00
Jakob Gillich beca11abcb
Merge pull request #1103 from psforever/coursier
switch to coursier action
2023-05-30 13:44:05 +02:00
Jakob Gillich ee00b9c1bb
set Xss 6M 2023-05-30 13:32:28 +02:00
Jakob Gillich d58f319701
add Xmx 4G 2023-05-30 13:28:23 +02:00
Jakob Gillich 56db0f76e4
switch to coursier action 2023-05-30 13:19:45 +02:00
Fate-JH a6d88bdd1d the medium transport vehicles and thresher should no longer disable over water 2023-05-29 16:53:21 -04:00
Fate-JH 48d320c7b1 initial packet and tests for OutfitRequest 2023-05-22 16:27:06 -04:00
Jakob Gillich c22d86acef
Merge pull request #1091 from Fate-JH/event-fixes
May 20th Event Fixes (maybe)
2023-05-21 13:36:29 +02:00
Jakob Gillich bdacec44bc
Merge pull request #1093 from psforever/pbdelay
Increase default packet bundling delay
2023-05-21 13:35:31 +02:00
Jakob Gillich ae5b981248
Merge pull request #1092 from psforever/jvmopts
tweak jvmopts
2023-05-21 13:35:23 +02:00
Jakob Gillich 93ebb60c43
Increase default packet bundling delay 2023-05-21 08:49:22 +02:00
Jakob Gillich 91060a19ea
tweak jvmopts
* Removed memory max (Xmx), the default of 25% of system memory is generally fine
* Reduced  default stack size (Xss) to the value set in newer Java versions
2023-05-21 07:54:31 +02:00
Fate-JH 626366996b restored kamon; fixed deployment state MatchError due to unexpected states; attempt to resolve broken model state of vehicle 2023-05-21 00:45:35 -04:00
Jakob Gillich 01a390bdca
Merge pull request #1090 from Fate-JH/in-hand
Both Hands on the Wheel
2023-05-20 15:16:41 +02:00
Fate-JH 9ca17e3600 spawn vehicles with equipment in hand 2023-05-20 00:02:10 -04:00
Fate-JH 7e69181d4a
respawn from death in vehicle no longer sends player to spawn closest to 0,0; BFR control restored to driver after spawn (#1088) 2023-05-19 09:30:51 -04:00
Fate-JH 70c4393e9b
Misc Fixes (#1076)
* new paradigm for character creation detection of old characters by name; vehicle channel when seated in vehicle (ant); second wind activates as long as non-fatal damage n>=25; coordinated sequence of deployables whose UI is being updated

* the max timer will assert itself through death and respawn

* in theory, the tests are fixed; that may change from execution to execution, as is usual

* adjusted how the mechanized exo-suit timer asserts itself when in conjunction with prior exo-suit purchase orders

* players in seats have their mounted information shortened in a more straightforward, less fault-prone way; stamina recharge command shortened

* fixed vehicles not loading when player has no GUID; deactivated squad features (may cause trouble for the Router, but we'll manage); removed lingering, unnecessary radiation tick

* even if the player seems to be standing completely still, send an update packet once in a while (1500ms)

* removing an active router will always clean up an active router telepad with which it is paired

* better timing for refresh of the character select screen; potential to stop moving vehicles from anothers's perspectives

* block mounting while vehicle in motion, or in control; if ejected early, end control early

* block mounting while vehicle in motion, or in control (2)
2023-05-15 22:24:35 -04:00
Fate-JH 66f45edcd3
Vehicle Gating with Passengers (#1072)
* guarding against match errors in various places; increased frequency of psm array purge; fixed issues with seated passengers after vehicle gating

* due to increased frequency of clearing psm data, changed from Array to LongMap
2023-05-02 15:09:17 -04:00
Fate-JH a5a232ffdc
corpses on the blockmap list of corpse entities will not displace revived players from the blockmap list of living player entities (#1071) 2023-04-27 12:12:10 -04:00