Commit Graph

27 Commits

Author SHA1 Message Date
PROMETHIA-27
b83e506a4d Bevy 0.17 Migration Final PR (#76)
* Get bevy 0.17 compiling and running (#72)

* get bevy 0.17 compiling and running

* try to fix CI breaking from const assertion for client/server features

* fix `bin` -> `lib` for `shared` in CI

* typo

* fix some collider issues (#73)

* Physics/controller improvements (#74)

* trying to fix physics prediction

* fixed prediction desync

* substantial controller improvements

* Finish off main bevy 0.17 migration (#75)

* fix lookdir issues
- airplane moving backwards
- player model facing backwards
- camera was technically backwards the whole time, and player models were facing the right way; camera is now facing forwards
- firing without a target now respects lookdir

* fix aim targeting

* migrate to bevy_trenchbroom 0.10 crates release

* fixed colliders not being adjusted out of worldspace

* predict platforms to stop constant rollbacks while riding them

* fix key/head drop visuals not working

* Fix key/head drop random initial force

* fixed static head drops duplicating

* fix platform velocity inheritance

* fix thrown projectiles not autorotating

* fix inconsistent explosion animations

* update avian3d to 0.4.1

* fix controller snapping to fixed angle upon switching heads

* clean up commented code

* fix broken physics positions

* Clean comments, fix warnings (#77)

* clean comments, fix warnings

* fix missing import

* steamworks 162 libs

* fix mouselook

---------

Co-authored-by: extrawurst <mail@rusticorn.com>
2025-11-15 09:16:38 -05:00
PROMETHIA-27
f8540b01e0 Fix tab looking/general input consistency improvement (#71)
* fix tab looking/general input consistency improvement

* fix input drops from consecutive FixedUpdates
2025-10-21 06:01:33 +01:00
PROMETHIA-27
11684b80a9 move clientside gated parts of control to the client (#70) 2025-10-08 19:54:39 -03:00
PROMETHIA-27
8f24f4e03a Fix input drops/repetitions (#69) 2025-10-07 16:31:17 -03:00
90d5b874ca add nanny model 2025-09-30 13:00:35 -03:00
8bc3e5a056 simplify debugging missing markers 2025-09-29 17:10:42 -03:00
PROMETHIA-27
a16ee231cc Replicate Sounds (#68) 2025-09-29 15:46:38 -03:00
PROMETHIA-27
fb4c6f501c Sync reloading and cash (#66) 2025-09-27 17:04:19 -03:00
PROMETHIA-27
83c59519e5 Synchronize Trenchbroom map entities (#65) 2025-09-27 16:17:09 -03:00
PROMETHIA-27
d582313013 Cutscene + Items + Target sync (#64) 2025-09-27 08:58:05 -03:00
PROMETHIA-27
2f5d154d26 Client/Server Feature Split (#63) 2025-09-26 22:59:08 -03:00
PROMETHIA-27
7f6c00b5d6 Input replication (#62) 2025-08-25 11:41:28 +04:00
PROMETHIA-27
c650924d68 Animation sync (#60) 2025-07-29 13:32:54 +02:00
PROMETHIA-27
0bd3fb0e80 fix character model swapping (#61) 2025-07-26 19:12:37 +02:00
PROMETHIA-27
fc81e0ad21 Update Lightyear to 0.22.4 (#59) 2025-07-22 09:36:37 +02:00
PROMETHIA-27
fdee4cf37c Controller Replication (#57) 2025-07-20 15:43:10 +02:00
PROMETHIA-27
4c23288511 update happy_feet (#58) 2025-07-19 23:35:15 +02:00
PROMETHIA-27
0e8b0bb677 Replicate explosion effects (#56) 2025-07-14 00:24:34 +02:00
16052fc61d new projectile models 2025-07-11 00:41:38 +02:00
extrawurst
78b09b33d6 Lightyear setup (#55) 2025-07-10 23:21:11 +02:00
f993c6f7de code sharing for steam setup
+ strip server a bit more
2025-07-05 17:53:54 +01:00
132db8dbe8 set animation flags independant of controller 2025-07-03 17:16:07 +02:00
extrawurst
7cb9a33f79 Pause menu dummy (#54) 2025-06-29 22:53:27 +02:00
extrawurst
7996d632f7 Split crate into shared logic library and binary crate (#52) (#53) 2025-06-29 12:45:25 +02:00
5d4c7630ef Revert "clippy fixes"
This reverts commit f6e94cfd32.
2025-06-29 10:54:59 +02:00
f6e94cfd32 clippy fixes 2025-06-28 23:22:24 +02:00
PROMETHIA-27
b93c0e4d96 Split crate into shared logic library and binary crate (#52) 2025-06-28 22:53:40 +02:00