73 Commits

Author SHA1 Message Date
AmazingAlek
c862ac79df
allowing nova to kill players (#39) 2020-02-29 14:02:09 +01:00
AmazingAlek
188bbad5e7
Alek/sleep sync (#29)
* syncing time
* clients auto-sleep or pause to reach server's time
* disabled manual sleep/pause for clients
2020-02-28 22:07:39 +01:00
Ricardo Lopes
d6f8112bbb
Instant respawn on death (#31)
* Instantly respawn on death

* Avoid spawning to ship spawn point

* Move debug spawn ship position to landing pad

* Separate spawn point for ship and player

* Refactor code

* Cleanup

* Check for ship existance

* Cleanup

* Reset suffocation flag

* Sexier way
2020-02-28 21:32:21 +01:00
AmazingAlek
c804058ec5
Alek/cleanup (#28)
* timesync folder
* fixed wakeupsync isserver thing
2020-02-24 19:55:16 +01:00
AmazingAlek
797f4de50d
Alek/anim triggers (#26)
* syncing animation triggers
* suit sync
2020-02-23 18:31:38 +01:00
AmazingAlek
d7c0c06698
Alek/decoupling (#23)
* refactoring
2020-02-21 23:36:07 +01:00
Ricardo Lopes
4ec5a39aa6
WIP: Sync ship position (#22)
* Add TransformSync behaviour

* NetworkPlayer using TransformSync

* TransformSync adjustments to make it work for more than just player objects

* Rename for clarity

* Network ship being created from prefab

* Use isAuthority instead of isLocalPlayer

* Actually sync ships

* Fix offset

* Perfect offset

* Smooth damp position

* Smooth damn transform rotation

* Showing ship landing gear

* Sync ships with sectors

* Source comment for quaternion smooth damp

* just some small tweaks (#25)

Co-authored-by: AmazingAlek <alek.ntnu@gmail.com>
2020-02-21 21:51:58 +01:00
amazingalek
dcb36a2820
Alek/smooth anim fix (#21)
* fixed smoothing velocity
2020-02-19 12:57:16 +01:00
amazingalek
0e9bfdd9ae
Alek/smooth anim (#19)
* cleanup of animation sync
* smooth animations
2020-02-18 21:39:18 +01:00
Ricardo Lopes
a1177515b3
Preserve time scale (#18)
* Create QSBBehaviour

* Preserve timescale

* Cleanup
2020-02-18 21:32:26 +01:00
amazingalek
e9a427f44d
Synchronize player animations
* just formatting

* * moved message stuff to new project
* generated .gitignore from https://gitignore.io/api/unity,visualstudio

* fixed build event for message project

* wip

* .

* .

* :S:S:S

* fixed working dir thing

* fixed gitignore

* adding .csproj.user

* .

* nothing works

* fixed gitignore for UnityProject

* wonky animation! \o/

* fixed csproj

* merge

* keeping this line solves the issue of animating local clones

* removed trigger case
2020-02-18 11:08:08 +01:00
Ricardo Lopes
26f8c23c68
Unity Helper Project (#13)
* Add Unity project

* Generate asset bundles in project root

* Rename Assets directory to Assetbundles

* Add Unity project readme

* Ignore this one extra assetbundle file that Unity generates
2020-02-16 00:12:40 +01:00
amazingalek
522f51ea4a
Update OWML to 0.3.37
* just formatting

* * moved message stuff to new project
* generated .gitignore from https://gitignore.io/api/unity,visualstudio

* owml 0.3.37

* fixed build event for message project
2020-02-15 20:59:18 +01:00
amazingalek
fb349c78c6
Separate messaging into its own project
* just formatting

* * moved message stuff to new project
* generated .gitignore from https://gitignore.io/api/unity,visualstudio

* fixed build event for message project
2020-02-15 20:55:37 +01:00
Ricardo Lopes
c863dde8f0 Make references relative to working directory 2020-02-15 08:27:08 +01:00
Ricardo Lopes
0de3879998
Wake up sync (#2)
* Add networksync on wake up

* Attempt

* Added log to screen

* Better debug screen logging

* I'm an idiot

* Wake up client when waking up server

* Set initial sector

* Server use OnClientReceiveMessage

* Cleanup

* Prevent server from waking itself

* Pass id values as number

* Woops

* Best I can do sorry

* Revert "Best I can do sorry"

This reverts commit f3f0fbdb2edb72365dd948775e377a3debd56411.

* Ignore a bunch of sectors earlier

* Cleanup

* Message type enum

* Some comments
2020-02-14 22:14:24 +01:00
Ricardo Lopes
750fd45e98 More sectory logic moved to SectorSync 2020-02-13 22:11:20 +01:00
Ricardo Lopes
2c1d0b1ea5 Move some sector logic to SectorSync 2020-02-13 21:23:12 +01:00
Ricardo Lopes
65c8943bd8 Custom network manager 2020-02-13 20:23:26 +01:00
Ricardo Lopes
bcfa41b26b Simplified build paths 2020-02-13 19:58:49 +01:00
Ricardo Lopes
661f9a5611 Update project settings 2020-02-12 22:51:42 +01:00
Ricardo Lopes
19d59b9a5c Cleanup 2020-02-12 20:58:42 +01:00
Ricardo Lopes
1c302a931f Initial commit 2020-02-10 23:07:38 +01:00