Commit graph

1307 commits

Author SHA1 Message Date
Jason_DiDonato@yahoo.com fe386bd79b integrated geometric representation with object definition, explosion target detection, and explosion resolution 2021-01-27 14:33:43 -05:00
Jason_DiDonato@yahoo.com 9d86844396 modified shape structures and operations on said shapes 2021-01-24 23:11:02 -05:00
Jason_DiDonato@yahoo.com 4304ea7f4d line and line segment intersection code and tests 2021-01-20 22:56:29 -05:00
Jason_DiDonato@yahoo.com f557ecc13d using the boomer trigger now causes boomers to explode and harm targets 2021-01-12 23:01:08 -05:00
Fate-JH c22033675e
Merge pull request #664 from psforever/renovate/io.kamon-sbt-kanela-runner-2.x
Update dependency io.kamon:sbt-kanela-runner to v2.0.7
2021-01-12 14:42:31 -05:00
Fate-JH b6624f919e
Merge pull request #663 from psforever/renovate/docker-build-push-action-2.x
Update docker/build-push-action action to v2.2.2
2021-01-12 14:42:18 -05:00
Fate-JH 1504a767b1
Merge pull request #661 from psforever/renovate/io.getquill-quill-jasync-postgres-3.x
Update dependency io.getquill:quill-jasync-postgres to v3.6.0
2021-01-12 14:41:58 -05:00
Renovate Bot 85a10fbf8b
Update dependency io.getquill:quill-jasync-postgres to v3.6.0 2021-01-12 19:34:54 +00:00
Fate-JH 8d4d1bc034
Merge pull request #660 from psforever/renovate/org.flywaydb-flyway-core-7.x
Update dependency org.flywaydb:flyway-core to v7.5.0
2021-01-12 14:34:15 -05:00
Fate-JH b5fc2ecf70
Middleware (#662)
* removed suspicious shadowing and clarified failure message; customized skipped bundling

* smp history is now a no-less-efficient circular array

* adjustment to bundle dispatch timing; adjustment to inbound sequence reorder queue

* adjustments to handling inbound packets with missing subslots

* unused PacketCoding features

* comments; delayed start of the queue processor task; turned sequence reorder task and subslot missing task into function literals

* optimizations to the inbound re-order by sequence routines by controlling execution flow

* the subslot request timer has been separated from the standard bundling processor; config values for bundling, sequence resolution, and subslot requests in the middleware actor have been included

* replacing func-array with conditional logic
2021-01-12 14:33:44 -05:00
Fate-JH 563afcdb19
Auto-Repair Tuning (#652)
* difficulty modifiers for repair rate and drain in config

* changed autorepair request-repair pattern to wait until a repair is fulfilled before issuing the next request; moved integration tests for efficiency

* auto-repair accounts for delay between request-reply when schduling next request; base ntu drain is halved; auto-repair mending values adjusted based on wiki times

* moving config call into auto-repair mixin

* deleting the old integration testing code

* obligatory test fixes

* more of the same

* correcting exceptions with calculating subsequent auto-repair time and transfer messaging behavior with WarpGate objects; transfer animation and transfer delivery now have slightly different timing; wrote  bunch of tests that don't work in the standard manner, but do pass
2021-01-12 14:27:33 -05:00
Renovate Bot eb8c4e9668
Update dependency io.kamon:sbt-kanela-runner to v2.0.7 2021-01-12 14:52:40 +00:00
Renovate Bot 7af8d8984d
Update dependency org.flywaydb:flyway-core to v7.5.0 2021-01-11 13:46:40 +00:00
Renovate Bot f7d5ba702c
Update docker/build-push-action action to v2.2.2 2021-01-09 19:33:19 +00:00
Fate-JH 6836c80c9f
Merge pull request #659 from jgillich/thread-safety
Fix thread safety issues
2020-12-31 09:41:30 -05:00
Jakob Gillich 4c1b9a64d3
Fix thread safety issues
* Synchronize RC5 cipher access
* Replace avatar using message to self in AvatarActor
2020-12-31 04:26:23 +01:00
Renovate Bot 2f0c6d98fd Update dependency joda-time:joda-time to v2.10.9 2020-12-29 22:43:25 +00:00
Fate-JH 0427f37ff8
Merge pull request #657 from Fate-JH/spawning
Working Spawn Tubes
2020-12-27 10:52:31 -05:00
Jason_DiDonato@yahoo.com a8427542d1 permission to spawn again 2020-12-27 10:24:55 -05:00
Renovate Bot 32f419bc3c Update dependency com.eed3si9n:sbt-unidoc to v0.4.3 2020-12-27 16:03:51 +01:00
Fate-JH 18fa6aac98
Merge pull request #656 from jgillich/fix-ec
Fix queueProcessor running on system thread
2020-12-27 09:55:31 -05:00
Jakob Gillich 0c7ac8f0a9
Fix queueProcessor running on system thread 2020-12-27 15:13:18 +01:00
Fate-JH 06b63d8d23
Merge pull request #646 from psforever/renovate/org.fusesource.jansi-jansi-2.x
Update dependency org.fusesource.jansi:jansi to v2.1.1
2020-12-24 08:05:59 -05:00
Fate-JH 864731cac3
Merge pull request #647 from psforever/renovate/org.flywaydb-flyway-core-7.x
Update dependency org.flywaydb:flyway-core to v7.3.2
2020-12-24 08:05:33 -05:00
Fate-JH 3229119599
Merge pull request #651 from psforever/renovate/org.bouncycastle-bcprov-jdk15on-1.x
Update dependency org.bouncycastle:bcprov-jdk15on to v1.68
2020-12-24 08:05:04 -05:00
Fate-JH 1a6beba335
Water and Lava (#649)
* planar classes to describe levels of water and other fluid parallel to the ground

* corrected purpose of field in OxygenStateMessage and adjusted the structure of the packet; the environment is now 'regions filled with stuff'; messaging pathways to facilitate drowning and drown recovery in SessionActor, WorldSession, and PlayerControl, as well as the avatar event system

* drowning height is now a featur - recommend going through GlobalDefinitions; fixed lava pool collision to work on pool entry rather than drown level; lava now burns; painbox damage now is directed towards players control agency first

* drowning timer works correctly for both player and vehicle targets; timing and dive depth information for targets defined, but currently originates from a generic location (ObjectDefinition); packet OSM has been modified for efficiency; classes for environment features previously exclusive to drowning mechanics have been pushed towards generic naming conventions

* added sea and pools for z4, z5, z8, and z10

* vehicles now take damage (to the point of destruction) when exposed to lava due the expansion of environmental damage reasons and environmental damage modifiers; modification of the environment exposure lingo; streamlining of vital activity record system

* added basic drown params to flying vehicle definitions; object trait and control mixin for environment interaction, code moved from SessionActor and WorldSession

* separated environmental classes; handled waterlogged flying vehicles, in properties and code; wrote comments and tests

* players mounting vehicles and players subjected to the vehicle transfer process should receive updated drown-state status of the vehicle; drowning should suspend while in the middle of vehicle transfer, in the case the process is long

* increased damage performed to vehicles by lava
2020-12-24 08:04:11 -05:00
Renovate Bot 1ef7d0c510
Update dependency org.bouncycastle:bcprov-jdk15on to v1.68 2020-12-23 01:28:51 +00:00
Renovate Bot a508917473
Update dependency org.flywaydb:flyway-core to v7.3.2 2020-12-16 16:15:44 +00:00
Renovate Bot 09f71649a8
Update dependency org.fusesource.jansi:jansi to v2.1.1 2020-12-15 10:26:15 +00:00
Renovate Bot b07fe77c6e Update dependency com.github.scopt:scopt to v4.0.0 2020-12-08 20:09:40 +00:00
Fate-JH 1423500a33
Merge pull request #639 from psforever/renovate/ch.epfl.scala-sbt-scalafix-0.x
Update dependency ch.epfl.scala:sbt-scalafix to v0.9.24
2020-12-08 14:46:21 -05:00
Fate-JH 32216ecbc8
Merge pull request #642 from psforever/renovate/org.flywaydb-flyway-core-7.x
Update dependency org.flywaydb:flyway-core to v7.3.1
2020-12-08 14:34:07 -05:00
Fate-JH 151b201f06
Merge pull request #645 from psforever/renovate/org.fusesource.jansi-jansi-2.x
Update dependency org.fusesource.jansi:jansi to v2.1.0
2020-12-08 14:33:42 -05:00
Fate-JH 6c93746767
Damage Changes/Explosions (#644)
* created base damage interaction classes and replaced various projectile-based damage that utilized ResolvedProjectile; not refined, maintains redundancy and overloads, but should work

* continuing to reduce the exposure of ResolvedProjectile and replacing it with applications of DamageInteraction, DamageResult, and DamageReason

* removed ResolvedProjectile from the project; adjusted remaining code paths to work around it

* vitals.test became vital.base; no one liked this

* lots of inheritance, polymorphism, and other chicanery; moved around files, so it also looks like more files have changed when they have not (even if they did)

* codecov file correction

* master rebase; vital directory structure changed, so file imports have been modified in several other files; ResolutionSelection has been removed, requiring direct function literal assignment; tests repaired, where necessary; no actual functional change

* code comments

* DamageResult is its own case class now, wrapping around a before/after target and the interaction used in its calaculations; tests have been corrected

* adjusted Player.Die() to demonstrate a damage-based suicide approach

* resolved circular inheritance in projectile damage modifiers; better employed explosion reason, damages players around exploding vehicle as example

* expanded explosions to other object types; exploding is now a flag and the damage is an innate property of the object type; removed advanced references to properties on the damage source, since the damage source is easily accessible; wrote comments; fixed tests

* overhaul to painbox damage to align with normal player damage handling, thus assimilating it properly into the damage system

* future development; normal vector from euler angles; custom proximity test

* where 'innateDamage' should have not replaced 'explosion'

* moved the hitPos for the generator test; attempting to imrpove the reliability of the auto-repair integration tests (didn't ...)

* spelling and private val
2020-12-08 14:32:42 -05:00
Fate-JH b3101d9a8d
Merge pull request #641 from Mazo/zipline-data
Fix zipline path data being entirely missing
2020-12-08 14:32:07 -05:00
Renovate Bot e2dd86b1db
Update dependency org.fusesource.jansi:jansi to v2.1.0 2020-12-08 00:12:59 +00:00
Renovate Bot b46215549b Update docker/build-push-action action to v2.2.1 2020-12-05 05:30:09 +00:00
Renovate Bot b701cc2515
Update dependency org.flywaydb:flyway-core to v7.3.1 2020-12-04 15:33:28 +00:00
Mazo bf240295da Fix zipline path data being entirely missing 2020-11-30 22:30:13 +00:00
Renovate Bot fd27364636
Update dependency ch.epfl.scala:sbt-scalafix to v0.9.24 2020-11-27 17:48:21 +00:00
Fate-JH babd455753
Yet Another Corpse Fix (#637)
* numeric session ids now restored; LoginActor knows about connection address; corpses are barren unless searched

* session and login id/counter moved under server; function literal definition changed

* corpse channel

* trying to fix docker as per set-env requirement changes; I don't know what I'm doing
2020-11-27 09:30:56 -05:00
Fate-JH e357663364
Merge pull request #634 from psforever/renovate/scala-2.13.x
Update dependency scala to v2.13.4
2020-11-26 09:18:06 -05:00
Fate-JH 7a23651a15
Merge pull request #636 from psforever/renovate/io.kamon-kamon-bundle-2.x
Update dependency io.kamon:kamon-bundle to v2.1.9
2020-11-26 09:07:42 -05:00
Mazo 782f365387
Merge pull request #638 from Fate-JH/sentry-options
Sentry DSN Init
2020-11-26 13:48:46 +00:00
Jason_DiDonato@yahoo.com 15ab209975 renovate sentry update changes init params, no longer taking dsn string straight 2020-11-26 08:42:14 -05:00
Renovate Bot 3234c5797a
Update dependency io.kamon:kamon-bundle to v2.1.9 2020-11-26 13:06:24 +00:00
Fate-JH b3b550f82d
Merge pull request #635 from psforever/renovate/io.kamon-kamon-apm-reporter-2.x
Update dependency io.kamon:kamon-apm-reporter to v2.1.9
2020-11-26 08:05:59 -05:00
Fate-JH b6ae5fe71b
Merge pull request #633 from psforever/renovate/org.flywaydb-flyway-core-7.x
Update dependency org.flywaydb:flyway-core to v7.3.0
2020-11-26 08:04:34 -05:00
Fate-JH 5f019c0f5f
Merge pull request #632 from psforever/renovate/org.scala-lang.modules-scala-parallel-collections-1.x
Update dependency org.scala-lang.modules:scala-parallel-collections to v1
2020-11-26 08:04:20 -05:00
Fate-JH 77441ab4ed
Merge pull request #629 from psforever/renovate/org.scalatest-scalatest-3.x
Update dependency org.scalatest:scalatest to v3.2.3
2020-11-26 08:04:09 -05:00