Commit graph

2036 commits

Author SHA1 Message Date
ScrawnyRonnie 2f6d8eee7a
Merge pull request #3 from ScrawnyRonnie/Random_Fixes
Fix cave facility terms
2023-10-27 21:16:11 -04:00
ScrawnyRonnie 5f3c9d4cc9 Fix cave facility terms 2023-10-27 21:07:30 -04:00
ScrawnyRonnie d1bd6fb055
Merge pull request #2 from ScrawnyRonnie/Misc_tweaks_and_fixes
Fall damage reduced
2023-10-27 12:25:49 -04:00
ScrawnyRonnie 326ae1e674 Fall damage reduced 2023-10-27 12:20:35 -04:00
ScrawnyRonnie e7850fb612
Supai Terms - Fall Damage - Cavern IA (#1)
Tweaks
2023-10-26 20:52:22 -04:00
Resaec a63aa95d24 Fixed 7 door GUIDs 2023-10-24 00:30:59 +02:00
Fate-JH e9dbd5f259 importing controlled implementation changes from original exp-for-kda branch; assist kill experience rewarded
importing controlled implementation changes from original exp-for-kda branch; code for contributions from prior activity, but will be adjusting to new contribution methods

kill contributions should work; even if they don't, need to put this away for now

extensivwe changes to the way OwnableByPlayer manages owner user information due to uniqueness, that changes a lot of vehicle and deployable code; fleshing out experience calculation procedure for future testing

events for mounting and dismounting of both passenger and cargo; id'ing the installation of an amenity (vehicle or facility); separation of kill/assist experience and support experience calculations; retention of kill record which allows for the calculation of menace

support experience accumulates and is given to the user in gradual provisions

rewarding facility capture through cep; not fully tested yet; math sucks

sort of cep to bep consditions for squad facility capture; bep deposit for ntu silo activity

early reivision for v010; recording ongoing shots fired and landed

restored bep from ntu deposits into resource silos; updating statistics in the database regarding kills and related stats including weapons; updated history management; basic experience calculation changes

all rewarded support events are accounted for

command experience calculations upon facility capture or resecure

corrected database migrations

most of the code for the play or progress system

statistics window updates for exosuits to report kills; killing an llu runner gives cep; moving play or progress functionality to a bang command rather than piggybacking setbr; bep is no longer too high by error
2023-10-17 14:06:21 -04:00
Fate-JH b866aa8a30 importing controlled implementation changes from original exp-for-kda branch; primary kill experience rewarded 2023-10-17 14:06:20 -04:00
Fate-JH 0485c759e7
Merge pull request #1132 from Fate-JH/db-patch
Scoring Database Patch
2023-10-11 23:13:21 -04:00
Fate-JH 90c507eaca before this, changed table on trigger without fixing function called by trigger 2023-10-11 17:50:08 -04:00
Fate-JH 2edb50eb03
Merge pull request #1130 from Fate-JH/pg10-4
PostgreSql10 v4
2023-10-08 13:48:18 -04:00
Fate-JH 5b806f8912 i am blind sometimes maybe 2023-10-08 13:34:31 -04:00
Fate-JH 113416554a
Merge pull request #1129 from Fate-JH/pg10-3
Still Adjusting Triggers
2023-10-08 13:11:56 -04:00
Fate-JH 6582e90499 no WHERE clause in trigger; moved that into called function body 2023-10-08 12:52:19 -04:00
Fate-JH 7a5319b062
Merge pull request #1128 from Fate-JH/pg10-2
Adjusting triggers
2023-10-08 12:34:27 -04:00
Fate-JH 8d0b8648a2 removing the OF statement in a trigger 2023-10-08 12:20:20 -04:00
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