excitedneon
6e5c2e1f63
Merge branch 'master' of github.com:Saltosion/Cyber
2017-05-11 06:19:20 +03:00
excitedneon
ec84bb38ad
Add a texture renderer for text textures
2017-05-11 06:13:52 +03:00
810f6a428f
Fix client receiving their own interaction messages
2017-05-11 05:03:07 +03:00
8f8aec70e3
Network and potentially sync interactions
2017-05-11 04:01:33 +03:00
excitedneon
af75616e2c
Rename BlinkyBox to Button, add doors, make them pink
2017-05-11 03:40:00 +03:00
f92a1d6f8c
Merge branch 'master' of https://github.com/Saltosion/Cyber
2017-05-11 01:52:59 +03:00
bcaf1e3e12
Add a subsystem for interaction syncing. Possibly borkd
2017-05-11 01:52:05 +03:00
excitedneon
674c43f2df
Fix a bug when console cleans up
2017-05-11 01:48:28 +03:00
excitedneon
4d2ac2ce35
Make blinky box brighter and fix some BlinkyBox docs
2017-05-11 00:02:40 +03:00
excitedneon
9bb323ad07
Tweak post processing and debug console
...
- Tweak SSAO settings
- Add history browsing functionality to the console
- Add controls: "Previous Command" (up) and "Next Command" (down)
- Fix a bug in the console which prevented very long logs in the console
2017-05-10 20:30:30 +03:00
excitedneon
492502ef98
Merge branch 'master' of github.com:Saltosion/Cyber
2017-05-10 18:38:40 +03:00
excitedneon
3f022a975c
Add Interactable and a simple blinking lamp to interact with
2017-05-10 18:37:58 +03:00
2a96affea0
Make Syncer a bit neater and change "Client Launched" to "Connecting"
2017-05-10 17:34:16 +03:00
excitedneon
a5d5a7c9ef
Fix PlayerController not getting the CursorHandler
2017-05-10 16:16:19 +03:00
8befb7324d
Add SyncBases namespace and add Test-cube for interaction
2017-05-10 16:05:02 +03:00
excitedneon
7cde91340a
Make non-controlled characters' positions more accurate in the client
2017-05-09 19:42:48 +03:00
excitedneon
105022427b
Fix a serialization bug
2017-05-09 19:06:50 +03:00
excitedneon
419ac77a6a
Fix some more of the movement jitter problems
2017-05-09 18:59:12 +03:00
excitedneon
fc1e8085bc
Fix some of the movement jitter problems
2017-05-09 18:20:10 +03:00
fcd3aef1c9
Update Character.Deserialize so position synicing works
2017-05-09 17:32:17 +03:00
2357aa2da5
Put Character on CConnectedPlayer finally to use
2017-05-09 17:22:52 +03:00
87e3f31f9f
Merge branch 'master' of https://github.com/Saltosion/Cyber
2017-05-09 17:16:10 +03:00
excitedneon
54946df097
Fix accidental command bug in the console and unlink from Unity Services
2017-05-09 17:15:42 +03:00
1b32c0c550
Add basic syncing. Has no actual effect yet.
2017-05-09 17:15:21 +03:00
excitedneon
cbe7769e2b
Fix small but breaking bug from last commit
2017-05-09 13:32:39 +03:00
excitedneon
7a4a380f1a
Clean up lots of different things and add the 'shutdown' command
2017-05-09 13:30:56 +03:00
excitedneon
09c9829973
Modify character 'meshes' and add first person view
2017-05-09 13:11:36 +03:00
2239e336f5
Add timestamps to movement packets
2017-05-09 08:15:24 +03:00
897e797195
Make moving possible between clients
2017-05-09 07:15:34 +03:00
eb23f474c5
Make so that player see eachothers capsules staticly
2017-05-09 06:13:30 +03:00
0df99b4bc8
Merge branch 'master' of https://github.com/Saltosion/Cyber
2017-05-09 04:26:35 +03:00
504b2a08d4
Share network identities throughout clients
2017-05-09 04:25:04 +03:00
excitedneon
8b5c5b8d03
Fix a TODO in DebugConsole.
2017-05-09 01:23:55 +03:00
excitedneon
fca97636ea
Tweak and fix docs-related stuff.
2017-05-09 01:02:18 +03:00
7134c406f3
Merge branch 'master' of https://github.com/Saltosion/Cyber
2017-05-09 00:14:30 +03:00
08f5cdf3cd
Namespace Networking and seperate Client-/Serverside
2017-05-09 00:06:18 +03:00
excitedneon
36dad5e642
Create namespaces.
2017-05-09 00:03:02 +03:00
ac6e5dfe2a
Add docs to Server and NetworkEstablisher
2017-05-08 23:29:18 +03:00
56ff2536b9
Update Networking docs and put publics on top
2017-05-08 23:25:53 +03:00
excitedneon
fad6c0fc0c
Add more docs.
2017-05-08 22:59:35 +03:00
excitedneon
461705d1e3
Merge branch 'master' of github.com:Saltosion/Cyber
2017-05-08 22:15:00 +03:00
excitedneon
b57fd162c8
Add documentation for the console and a doxygen config.
2017-05-08 22:14:52 +03:00
ee393f2b87
Merge branch 'master' of https://github.com/Saltosion/Cyber
2017-05-08 22:13:07 +03:00
db87a13e7f
Make Client and Server Singletons and add Networking docs
2017-05-08 22:12:17 +03:00
excitedneon
4926530a49
Add convenience function for making entities with new IDs.
2017-05-08 21:21:03 +03:00
78dfe42106
Fixed two warnings in SyncDB ~cleanup
2017-05-08 19:39:39 +03:00
excitedneon
1f49f6a6f0
Decoupled IDs from the spawning system.
2017-05-08 06:20:29 +03:00
3bd2e17ab8
Added a small fun chat command
2017-05-08 04:42:18 +03:00
117f2ddfff
Added terminal commands for networking and fixed ui stuff
2017-05-08 04:31:32 +03:00
excitedneon
593f1ca9f8
Moved DebugConsole initialization to the ctr to enable printing in Starts.
2017-05-08 04:16:01 +03:00