Commit Graph
15 Commits
Author SHA1 Message Date
D4rkst3randClaude Opus 5 921d9c89c8 fix(client): Ausruestung verschwindet nicht mehr bei Animationen
Lint / Lint Resource (push) Has been cancelled
Die Props waren soft-pinned angehaengt (useSoftPinning = true), wodurch die
Physik-Engine die Attachment bei Ragdoll und harten Anim-Uebergaengen loesen
darf. Dazu kam, dass ein Ped-Model-Wechsel und aufraeumende Fremd-Scripts
(Emotes, Handcuffs) gar nicht abgefangen wurden.

- attachProp() Helper mit harter Attachment (useSoftPinning = false)
- Watchdog-Thread prueft jede Sekunde, ob beide Props noch am aktuellen Ped
  haengen, und haengt sie sonst neu an
- Scuba-Flags werden im Watchdog neu gesetzt, weil das Spiel sie bei Respawn
  und Fahrzeugausstieg zuruecksetzt
- lib.onCache('ped') haengt die Props nach einem Model-Wechsel neu an
- Ausruestung wird beim Tod abgenommen (removeGearOnDeath, default true)
- removeGear() als gemeinsamer Teardown fuer Ablegen, leere Flasche und Tod
- onResourceStop raeumt Props und Scuba-Flags auf
- maxTimeUnderwater / maxTimeUnderwaterOutOfAir statt Magic Numbers

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-08-10 23:24:39 +02:00
amsali22andGitHub 3b77398dac fix(client): Disable EntityCollision for the mask and tank (#18)
this will disable the Collision for the mask and tank entities so they dont act like a bullet proof
2026-05-20 06:17:54 +02:00
Justin FurnasandGitHub b5fdb3a8f9 feat: variable decay time oxygen timer (#17) 2025-07-12 15:55:47 +02:00
SolareonandGitHub 177e195c69 refactor(client): release models (#11) 2024-06-23 08:35:43 -07:00
MatthewandGitHub b672697a7f refactor: update modules and locales 2024-03-03 16:36:53 -05:00
MatthewandGitHub 60dd3a9851 fix(client): config options and interact sound (#7) 2023-12-24 15:57:00 +01:00
MatthewandGitHub b50550abd5 refactor: split config 2023-11-17 22:11:02 -08:00
FjamZooandGitHub cb1a23fb50 feat(config): config as a module 2023-11-14 23:00:31 -08:00
unknown 75d54d7df5 feat: progress bar for refilling air and config for durations of progress bars 2023-11-09 22:30:54 -08:00
unknown 5bf410321a feat: can now refill tank at any oxygen level, but cannot fill underwater 2023-11-09 22:14:40 -08:00
unknown 237923e368 fix(client): re-filling tank no longer pauses oxygen timer 2023-11-09 22:12:18 -08:00
ManasonandGitHub 8965df1dfc fix(client): can now run out of oxygen & don't need to take off suit to re-fill 2023-11-09 08:06:24 -08:00
unknown 26ed7c917d fix: drawtext and fxmanifest 2023-11-09 00:49:02 -08:00
ManasonandGitHub 5b5ba9e1af refactor: general improvement and cleanup 2023-11-08 23:23:33 -08:00
unknown 5173547b24 init commit 2023-11-08 17:52:35 -08:00