Commit Graph

79 Commits

Author SHA1 Message Date
0c5d323063 clean: remove old modal operator queue 2020-07-09 15:17:45 +02:00
b9f1b8a871 fix: armature operator is not running 2020-07-08 18:09:00 +02:00
25f3e27b7f fix: Python.exe sometimes dont shut down in task manager processes
fix: disconnect attempt when the session is not running

Related to slumber/multi-user#94
2020-07-07 10:58:34 +02:00
eb52deade6 fix: initial fix for Snap user: Unknown location error
Related to #95.
2020-07-02 14:14:16 +02:00
80f37583cc fix: start empty on local host 2020-06-26 22:46:38 +02:00
745c7ca04a clean: operator
feat: update submodules
2020-06-22 18:23:27 +02:00
8ddb86556d clean: remove unused vars from operator.py
doc: carry on hosting guide
2020-06-22 17:25:44 +02:00
5199a810cd feat: show host serving address 2020-06-17 22:11:20 +02:00
9e6b1a141d refactor: uui cleanup 2020-06-17 12:10:16 +02:00
63a36ad5d4 refactor: remove ip from host parameters 2020-06-16 18:25:49 +02:00
bcdefca32c refactor: remove unused STRICT right strategy 2020-06-16 18:04:27 +02:00
a201ae4ea6 feat: admin client repository init on connection to an empty server 2020-06-16 15:19:38 +02:00
e9029b1414 feat: connection protocol refactoring 2020-06-16 00:02:02 +02:00
c065b198d4 feat: added an initialization step 2020-06-10 18:43:21 +02:00
12c0dab881 feat: kick command is back in the ui
clean: unused logs
2020-06-10 14:56:03 +02:00
7759234ea3 refactor: cleanup connction operator 2020-06-10 10:15:39 +02:00
f1c95d03f8 feat: initial work to run a dedicated server 2020-06-04 18:38:03 +02:00
258f27d96e fix: get undo handlers back to fix undo crashes
related to #32
2020-05-28 12:59:05 +02:00
4c44c2f1a0 feat: logging cleanup 2020-04-22 17:04:14 +02:00
b2085e80f8 Merge branch 'develop' into 29-differential-revision 2020-04-09 21:45:44 +02:00
4f02134b6c feat: expose connection TTL 2020-04-08 11:15:29 +02:00
fc15478dfa refactor: remove pointer hard reference
feat: light test
2020-04-07 14:49:43 +02:00
0fde356f4b feat: initial kick 2020-04-03 14:59:33 +02:00
01faa94a9a fix: resolve error 2020-03-23 15:29:34 +01:00
2fcb4615be feat: GPL headers 2020-03-20 14:56:50 +01:00
c281ac4397 feat: update snap user to support snaping accross scenes
Related to #40
2020-03-05 17:31:12 +01:00
16147ae2ba feat: custom cache directory in userpref 2020-03-02 11:09:45 +01:00
8e600778ab feat: store addon config in user preference (except runtime vars)
Related to #20
2020-02-28 17:34:30 +01:00
ded2d3490f fix: Updates timer doesn't correctly unregister on connection timeout
Close #69
2020-02-26 12:03:48 +01:00
5d576d6f25 fix: modal operator error 2020-02-21 16:52:02 +01:00
6142a09283 fix: quit status 2020-02-21 13:08:24 +01:00
7d989faae6 feat: error handling during disconnection
fix: various session disctonnect error (replication submodule)
2020-02-21 12:00:34 +01:00
67f1149f65 refactor: cleanup 2020-02-20 14:17:50 +01:00
2d352ec14a feat: show basic service states in ui 2020-02-19 18:07:25 +01:00
b9d144f24a feat: services basic ui to track services states 2020-02-19 16:22:06 +01:00
6a0705a73e feat: increase snap timer refresh rate
fix (replication): unknown user state update
2020-02-14 16:44:53 +01:00
8a2d178a4f refactor: state with progression ! 2020-02-07 17:56:58 +01:00
81752e9a23 fix: delayable from accessing session data before its ready
refactor: remove
feat: submodule update
2020-02-07 17:08:36 +01:00
22eb65358b feat: launch server from orchestrator 2020-02-07 14:11:23 +01:00
2034773df6 fix: handle connexion error 2020-02-07 11:34:23 +01:00
0753882015 feat: lightprobe warning
refactor: set logging default level to WARNING
2020-02-07 00:48:34 +01:00
6c47e72766 feat: big overal refactoring
Added an orchestrator
Removed ClienfEnventHandler
Exposed IPC Port for local dev

Relative to #59
2020-02-06 18:54:46 +01:00
4825e6876c feat: experiment bin diff for meshes 2020-02-05 23:26:53 +01:00
d1501da2f1 feat: cleanup 2020-02-05 16:33:21 +01:00
3b459d5387 refactor: cleanup 2020-02-03 23:18:53 +01:00
6a667b0745 feat: experimental subprocess server 2020-02-03 19:04:08 +01:00
4828a91bd5 Merge branch 'feature/event_driven_updates' into 59-timeout-issue-for-scenes-that-are-large-enough 2020-02-03 11:29:22 +01:00
30278126f8 Fix unrelated exception when address is in use. (@c2ba)
commit changes from !13 in develop.
2020-01-30 14:25:12 +01:00
fcf4604153 feat: deps graph update handler 2020-01-24 17:52:10 +01:00
8b7716ac3c feat: snap time operator
feat: snap operators status

It's now possible to snap to others user time's !

Related to #53.
2020-01-22 16:17:48 +01:00