328 Commits

Author SHA1 Message Date
Albin Corén
7bb5e4f343
Merge branch 'master' into master 2018-04-24 20:09:20 +02:00
Albin Corén
5be6a02d19
Merge pull request #48 from TwoTenPvP/custom-transport
Custom transport
2018-04-24 19:58:14 +02:00
Albin Corén
822a8019d2 Completed custom transport system 2018-04-24 18:13:01 +02:00
6175e87c9d SwapEndian fix 2018-04-24 10:20:19 +02:00
0bf6b22717 Replaced all hashing with non.allocating hashing 2018-04-24 09:57:36 +02:00
Albin Corén
6aef964fa4 Added transport interface 2018-04-24 09:48:32 +02:00
a4fa4b943a Added non-allocating SHA1 2018-04-24 09:42:41 +02:00
Albin Corén
2cee9b0942 Compacted Receive loop 2018-04-23 21:21:18 +02:00
Albin Corén
52c4b4e0ef Fixed PrimitiveHasher cash regarding uint 2018-04-23 21:09:11 +02:00
Albin Corén
0b1146ea33 Added public primitive hasher class 2018-04-23 20:21:34 +02:00
Albin Corén
231c60d0c5 Fixed start rotation issue on NetworkedTransform 2018-04-23 17:20:03 +02:00
Albin Corén
711a072d65 Added Observer system 2018-04-23 16:23:40 +02:00
Albin Corén
c8160868f6 Added XML comments 2018-04-21 23:10:54 +02:00
Albin Corén
020e60aedc Fixed byte count reported by BitWriter 2018-04-21 15:34:06 +02:00
Albin Corén
3624ec4809 Reworked BinarySerializer to use BitWriter 2018-04-21 02:41:01 +02:00
Albin Corén
20b315b7fc Fixed start position on NetworkedTransform 2018-04-20 17:16:48 +02:00
Albin Corén
e0ee0862c6 Fixed position sync on player object spawn 2018-04-20 17:00:28 +02:00
Albin Corén
3abb311f82 Added NetworkSpawn invocation for SceneObjects when they get marked 2018-04-20 16:40:29 +02:00
Albin Corén
cb1bcaf14f Added Seconds history field to TrackedObject 2018-04-20 16:35:47 +02:00
Albin Corén
f5a7a83ccb Reworked the internal event loop & Lag compensator 2018-04-20 16:28:24 +02:00
Albin Corén
80b167ef48 Updated API reference to v1.0.3 2018-04-20 13:34:49 +02:00
Albin Corén
3ecd27d92b Fixed BitWriter issue 2018-04-20 13:31:57 +02:00
Albin Corén
7df402ca25
Merge pull request #45 from GabrielTofvesson/master
WriteBits
2018-04-20 13:26:39 +02:00
80399f387d Improved Partial write system
- Partial writes now only incur one alignment check per write
  - Upgraded WriteByte method to support rudimentary boundary checks
2018-04-20 13:23:23 +02:00
54f0df852c Merge remote-tracking branch 'upstream/master' 2018-04-20 13:05:17 +02:00
Albin Corén
8c755307b1
Update README.md 2018-04-20 13:02:32 +02:00
Albin Corén
c8f0e74894
Merge pull request #44 from TwoTenPvP/command-messages
Command messages
2018-04-20 12:58:48 +02:00
Albin Corén
0b3dec1bcf Removed debug logs 2018-04-20 12:47:06 +02:00
Albin Corén
916f4677f6 Fixed parameter read issue 2018-04-20 12:42:41 +02:00
Albin Corén
5663285309 Fixed issue causing the wrong clientId to get added 2018-04-20 12:35:33 +02:00
Albin Corén
5b2c77aec8 Started work on Command & RPC system 2018-04-20 12:33:53 +02:00
Albin Corén
4e16d9c913 Removed interactive mode from asset importer to allow for multiple assets to get imported 2018-04-19 19:44:55 +02:00
Albin Corén
3f29b7d8ef Updated API reference to v1.0.2 2018-04-19 19:15:11 +02:00
Albin Corén
438f4fa9c2 Cleaned up SyncedVar system 2018-04-19 17:32:00 +02:00
Albin Corén
afc45981f3 Added support for more array types to SyncedVars 2018-04-19 17:21:22 +02:00
Albin Corén
baa6518c0e Fixed ClientId cast issue 2018-04-19 16:05:26 +02:00
Albin Corén
82f34e3817 Merge branch 'master' of https://github.com/TwoTenPvP/MLAPI 2018-04-19 15:48:24 +02:00
Albin Corén
8e31dbe624 Removed allocations from NetId 2018-04-19 15:39:34 +02:00
Albin Corén
f5ebe8315a
Update README.md 2018-04-19 14:19:36 +02:00
Albin Corén
503964c475
Removed Planned features from Readme. See roadmap on Wiki 2018-04-19 13:59:13 +02:00
Albin Corén
9df6316c59 Fixed SyncedVarHook issue 2018-04-19 09:26:48 +02:00
Albin Corén
f45ac572ea Fixed issue with Target SyncedVar when running as host 2018-04-18 20:03:33 +02:00
Albin Corén
e8d58d292b Cleaned up SyncedVar system slightly 2018-04-18 19:55:08 +02:00
Albin Corén
36e8c79cca Added warnings when trying to send a message on a invalid MessageType 2018-04-18 15:22:47 +02:00
Albin Corén
76e720d7e9 Updated API reference to v1.0.1 2018-04-18 11:51:58 +02:00
Albin Corén
c13f3cd64d Supressed XML comments for Writer & Readere 2018-04-18 11:49:08 +02:00
Albin Corén
e342afe3ff Made PushArray private in BitWriter 2018-04-18 11:43:33 +02:00
Albin Corén
0e3e5ee392 Merge branch 'master' of https://github.com/TwoTenPvP/MLAPI 2018-04-18 11:42:15 +02:00
Albin Corén
ae14871518 Namespace & comment cleanup 2018-04-18 11:42:03 +02:00
Albin Corén
cfd2ab51a4
Update README.md 2018-04-17 23:41:21 +02:00