Commit graph

2252 commits

Author SHA1 Message Date
Fate-JH
fc6d3defde
failsafe on the failsafe for cargo dismounting (carrier needs to exist, if not a vehicle) (#1364)
Some checks are pending
Publish Docs / docs (push) Waiting to run
Publish Docker Image / docker (push) Waiting to run
Test / test (push) Waiting to run
2026-05-04 12:23:03 -04:00
Fate-JH
fadd735b9f
retain sidedness on player relog (#1363) 2026-05-02 12:05:25 -04:00
Fate-JH
2f9a6966ae
Merge pull request #1357 from Resaec/TimeOfDayMessage
TimeOfDayMessage implementation
2026-05-02 11:56:11 -04:00
Resaec
29b144a903 fix /settime response not printing single digit minute values with leading zero 2026-04-29 23:29:43 +02:00
Resaec
7396b09998 fix SetTimeOfDaySpeed influencing "current" time
fix GetTimeOfDay not considering time speed
fix SetTimeOfDay not considering time speed
2026-04-29 23:28:49 +02:00
Fate-JH
927c062a5a
removed the separation for vehicles with custom wreckage from vehicles with typical zero health wreckage because the former was causing loading and crashes (#1362)
Some checks failed
Publish Docs / docs (push) Has been cancelled
Publish Docker Image / docker (push) Has been cancelled
Test / test (push) Has been cancelled
2026-04-21 11:23:26 -04:00
Fate-JH
5d28fe54cf
re-writing BFR timed deatruction; unwinding explicit logic antipattern; reactivating bfr spawning (#1361) 2026-04-21 11:23:08 -04:00
Fate-JH
ceb6e58119
Capitol Force Dome (#1350)
* adding entity to represent force dome, and wiring force dome to capitol facility; touching the force dome while it is active causes death on both server and client

* force dome is now an amenity owned by its encompassing capitol facility and has its own control agency that is aware of the faction affinity, hack state, etc. conditions that would cause it to close over or open up

* force dome messages owner about change in state, triggering the NTU silo to give away repairs for free; activating the force dome kills or destroys all enemies within its radius

* the force dome exhibits a perimeter in which enemies will be destroyed when it energizes; the facility generator will become undestroyable when the force dome is energized

* force domes should be on the zone blockmap; correct issue with force dome death; interaction that sets players found under the force dome to be invulnerable works

* wrote variable and method documentation; prepared interaction handlers for force domes for mountable (vehicle) targets

* force dome provides damage protection to certain amenities, e.g., the generator, the turrets, and any implant machines (cryo); force dome will also suspend hacking attempts under it's envelope, but counter-hacking (resecure) should still be possible; operated turret deployables gain protection while manned; turrets no longer share knowledge of each other's upgrade cycles

* csr-level commands for force dome manipulation

* extending the force dome protection over a variety of entities in a different manner, with a focus on how to perform state reset (dismounting and dome protect end); completely refactored and reworked the self-reported zone interaction timer for vehicles; separated passenger seat mounting from gunner seat mounting

* adjusted self-reporting zone interaction logic; allowed for status of mounting into turret entities; made routine mounting behavior callbacks

* streamline pass on the vehicle operation and aaccountability

* expanded scope of 'csr override message for Capitol force dome state; spelling and guard condition changes to dismount blocking cases

* corrected death by force dome contact, for all players; corrected reset of force dome protection field condition

* corrected input data to force door wall inclusion test; adjusted force dome ceiling inclusion test(s); force dome generator locations now retained; invulnerability can not be granted to players or vehicles if they've taken damage recently
2026-04-21 11:22:40 -04:00
Fate-JH
1b31b3bad7
Another Reset Sequence (#1358)
Some checks failed
Publish Docs / docs (push) Has been cancelled
Publish Docker Image / docker (push) Has been cancelled
Test / test (push) Has been cancelled
* proper reset sequence handling, with an added small refactor to the marshalling process

* reset sequence at 0x8000, but only when retrieving a new sequence number; caching common flag values when marshalling packets
2026-04-19 13:16:55 -04:00
Resaec
0ae8ab2418 TimeOfDayMessage broadcast and fixup
broadcast TimeOfDayMessage to all players in the zone
fix input allows single minute digit times (0:0)
fix set time(speed) before packet creation
fix GetTimeOfDay return seconds, not millis
fix SetTimeOfDay write correct integer type
2026-04-13 21:28:44 +02:00
Resaec
42c66bb4ca TimeOfDayMessage implementation
corrected packet decoding
added helper functions
added zone logic to store and access local time
updated zoning logic to use local zone time
added chat commands to change zone local time and time speed
2026-04-12 23:45:36 +02:00
Subsonic154
575f5fd7fc
Initial implementation of VR Training (#1355)
Some checks failed
Publish Docs / docs (push) Has been cancelled
Publish Docker Image / docker (push) Has been cancelled
Test / test (push) Has been cancelled
2026-04-08 04:29:09 +02:00
Resaec
0c5b479f0f
Merge pull request #1354 from Resaec/fix-scoring-patch-4
Some checks failed
Publish Docs / docs (push) Has been cancelled
Publish Docker Image / docker (push) Has been cancelled
Test / test (push) Has been cancelled
Fix Scoring Patch 4
2026-03-30 12:07:00 +02:00
Resaec
764ed6b196 Fix Scoring Patch 4 2026-03-26 18:01:04 +01:00
Dethdeath
697547da25
Merge pull request #1352 from psforever/Dethdeath-patch-1
Some checks failed
Publish Docs / docs (push) Has been cancelled
Publish Docker Image / docker (push) Has been cancelled
Test / test (push) Has been cancelled
Disable Scorpion
2026-01-23 22:02:03 +01:00
Dethdeath
d5ffeb634e
Update game_objects0.adb.lst
Disable Scorpion.
2026-01-23 21:29:31 +01:00
Dethdeath
07336c894f
Merge pull request #1348 from ScrawnyRonnie/telepad
Some checks failed
Publish Docs / docs (push) Has been cancelled
Publish Docker Image / docker (push) Has been cancelled
Test / test (push) Has been cancelled
Telepad Deployment
2026-01-09 19:12:03 +01:00
ScrawnyRonnie
9346a4a0c8 deploy if same faction 2026-01-09 10:18:51 -05:00
Fate-JH
8f1badb862
Merge pull request #1328 from Fate-JH/rad-poisoning
Some checks failed
Publish Docs / docs (push) Has been cancelled
Publish Docker Image / docker (push) Has been cancelled
Test / test (push) Has been cancelled
Lead Plating
2026-01-06 18:35:47 -05:00
Fate-JH
0ae5a46934
Merge branch 'master' into rad-poisoning 2026-01-05 23:07:05 -05:00
Fate-JH
7cb72a8ad5
Merge pull request #1344 from ScrawnyRonnie/cavern-benefits
Some checks failed
Publish Docs / docs (push) Has been cancelled
Publish Docker Image / docker (push) Has been cancelled
Test / test (push) Has been cancelled
Cavern Lock Benefits
2026-01-05 14:40:43 -05:00
Fate-JH
4f19a12ba6
fixed drowning timing so that oxygen recovery meter displays; check against inside state to block against water interaction; simplified water maps for hossin ceryshen and ascension (#1342) 2026-01-05 14:36:28 -05:00
Fate-JH
12cbcfc6c1 retimed the self-reporting vehicle test for radiation cloud interaction 2026-01-04 17:01:51 -05:00
ScrawnyRonnie
042ddc8c4e allow cavern equipment favorites 2026-01-01 21:33:22 -05:00
ScrawnyRonnie
7521e360f3 process towers faster 2025-12-31 09:38:47 -05:00
ScrawnyRonnie
3f1efefc20 cavern lock benefits, faster capturebase all checkpoint 2025-12-30 21:46:53 -05:00
Dethdeath
5b9e0ec384
Merge pull request #1340 from ScrawnyRonnie/virus
Some checks failed
Publish Docs / docs (push) Has been cancelled
Publish Docker Image / docker (push) Has been cancelled
Test / test (push) Has been cancelled
Facility Virus
2025-12-30 20:07:07 +01:00
ScrawnyRonnie
e12c991f23 delay telling zoning players 2025-12-27 19:43:13 -05:00
ScrawnyRonnie
becd5cf9b5 clear previous virus unlocks 2025-12-27 15:33:49 -05:00
ScrawnyRonnie
144249bfb3 inform whole zone, delay messaging 2025-12-26 09:51:45 -05:00
ScrawnyRonnie
dd4c61e016 upload virus to facility 2025-12-24 12:06:53 -05:00
ScrawnyRonnie
8efe20356e
bail animation, home lock ammo (#1337)
Some checks failed
Publish Docs / docs (push) Has been cancelled
Publish Docker Image / docker (push) Has been cancelled
Test / test (push) Has been cancelled
2025-12-23 13:03:48 -05:00
Fate-JH
3182c79024
Armor Goes First (#1334)
* conditions where infantry suffer only armor damage until it is depleted (not just as a max); valid for spitfire damage and collision

* no bonus damage on armor depletion
2025-12-23 13:03:24 -05:00
Resaec
b8ea569b1c
Merge pull request #1335 from psforever/empire_benefits_message_packet
Some checks failed
Publish Docs / docs (push) Has been cancelled
Publish Docker Image / docker (push) Has been cancelled
Test / test (push) Has been cancelled
EmpireBenefitsMessage packet
2025-12-18 13:27:44 +01:00
Resaec
3df302f313 Fix merge
Fix tests
2025-12-17 03:54:15 +01:00
Resaec
6551de6f53 Fix variable naming
Added comments
Added enums for ease of use
Typed packet variables
Added 3 more samples to test cases
2025-12-17 03:53:50 +01:00
Resaec
3c074bbd70
Merge pull request #1336 from ScrawnyRonnie/empire_benefits_message_packet
Global Domination Has Its Perks
2025-12-17 02:51:37 +00:00
ScrawnyRonnie
e02d035dd1 benefit builder, apply benefits 2025-12-16 20:34:21 -05:00
Resaec
958427dc8f EmpireBenefitsMessage packet 2025-12-16 01:03:32 +01:00
Dethdeath
a799aa5639
Merge pull request #1333 from ScrawnyRonnie/some-issues
Some checks failed
Publish Docker Image / docker (push) Has been cancelled
Test / test (push) Has been cancelled
Publish Docs / docs (push) Has been cancelled
Hodgepodge of Fixes
2025-12-15 20:43:57 +01:00
ScrawnyRonnie
5a5a08137e some zoning protection, misc fixes 2025-12-14 18:20:18 -05:00
Dethdeath
3358a2f0ed
Merge pull request #1332 from ScrawnyRonnie/cont-lock
Some checks failed
Publish Docs / docs (push) Has been cancelled
Publish Docker Image / docker (push) Has been cancelled
Test / test (push) Has been cancelled
Continental Locks and Benefits
2025-12-12 20:21:34 +01:00
Dethdeath
80a59bb75f
Merge pull request #1329 from ScrawnyRonnie/cavern-maps
Carousel of Caverns
2025-12-12 20:20:56 +01:00
ScrawnyRonnie
20168cac27 sorry med app, home lock benefits 2025-12-12 09:19:24 -05:00
ScrawnyRonnie
c9ca51c080 show active caverns 2025-12-09 13:17:19 -05:00
Fate-JH
01c014a59c stop reporting the origin of a projectile as a valid hit position; creating pipelines for either damage proxy management and no damage proxy management 2025-12-08 17:38:57 -05:00
Fate-JH
b02de0f80a changed position of proxy projectiles 2025-12-08 10:40:53 -05:00
Fate-JH
4bb294c621 being affected by aggravated damage while mounted no longer produces an out of body experience; projectiles that separate into proxy damage may trigger upon contact 2025-12-08 10:40:52 -05:00
Fate-JH
3bf7ef27a4 radiation shielding of some vehicles and mountable entities restored 2025-12-08 10:40:51 -05:00
Fate-JH
0a030bd109 radiation shielding of mechanized exo-suits restored 2025-12-08 10:40:50 -05:00