Commit Graph

123 Commits

Author SHA1 Message Date
Swann
8f4de7adbf
feat(replication): handle error outside the data protocol
refactor(replication): remove background worker
2020-11-13 14:15:11 +01:00
Swann
30d734c2c1
feat: added initial nodegroup support 2020-11-11 14:09:57 +01:00
Swann
1a82ec72e4
fix: change owner call in opterator 2020-10-21 14:40:15 +02:00
Swann
804747c73b
fix: owning parent when a child is already owned (ex: duplicate linked) 2020-10-21 14:15:42 +02:00
Swann
5e4ce4556f
doc: update operator descriptions 2020-10-16 10:57:45 +02:00
Swann
7db3c18213
feat: affect dependencies option in change owner 2020-10-15 17:48:04 +02:00
Swann
9f8222afa7
fix: handle apply dependencies 2020-10-15 12:11:28 +02:00
Swann
b398541787
fix: apply operator 2020-10-14 19:12:28 +02:00
Swann
299e330ec6
fix: internal gizmo error by launching the modal operator from the timer 2020-10-08 23:42:14 +02:00
Swann
60fba5b9df
refactor: use dict to store widgets 2020-10-06 15:46:35 +02:00
Swann
93d9bea3ae
feat: display session status 2020-10-05 23:38:52 +02:00
Swann
d328077cb0
feat: deploy and build only for master and develop
refactor: carry on presence refactoring
2020-10-05 21:51:54 +02:00
Swann
d7b2c7e2f6
refactor: started to rewrite presence
fix: weird bounding boxes on various objects types

Related to #55
2020-10-05 18:34:41 +02:00
Swann
3d72796c10
refactor: remove old client ref
feat: update changelog
2020-10-02 17:48:56 +02:00
Swann
b368c985b8
refactor: session handler encapsulation 2020-10-02 12:11:53 +02:00
Swann
33cb188509
refactor: use replication session global instance 2020-10-02 00:05:33 +02:00
Swann
04b13cc0b7
refactor: moveconnection handlers to the main thread 2020-10-01 10:58:30 +02:00
Swann
e466f81600
fix: file handler not properly closed 2020-09-28 22:51:07 +02:00
Swann
7b13e8978b
fix: close file handler after quitting the session 2020-09-28 10:32:41 +02:00
Swann
cfc6ce91bc
feat: initial live syncflag support 2020-09-25 11:23:36 +02:00
Swann
4f731c6640
fix: implementation not found if a new type is added 2020-09-23 17:37:21 +02:00
Swann
dc063b5954
fix: handle file not found exception 2020-09-21 18:52:27 +02:00
Swann
6c47e095be
feat: cache managenent utility 2020-09-21 16:47:49 +02:00
Swann
ae71d7757e
feat: reparent ground work 2020-09-17 22:47:11 +02:00
Swann
34ed5da6f0
fix: logging 2020-09-15 16:33:49 +02:00
Swann
514f90d602
feat: logging to files
feat: logging level

Related to #111
2020-09-15 12:31:46 +02:00
Swann
79ccac915f
feat: experimental edit mode update
Related to #107
2020-09-08 22:37:58 +02:00
Swann
b3230177d8
Merge branch 'feature/event_driven_updates' into develop 2020-09-03 15:59:19 +02:00
Swann
6475b4fc08
feat: collection insance offset support
Related to #105
2020-08-24 17:49:17 +02:00
Swann
49a419cbe2
fix: none result while trying to access a node 2020-08-07 15:38:11 +02:00
Swann
5d52fb2460
fix: avoid build ci from running on other branch than develop and master 2020-08-07 15:08:08 +02:00
Swann
f1e09c1507
Merge branch 'develop' into feature/event_driven_updates 2020-08-07 15:07:17 +02:00
Swann
644702ebdf
feat: client state update as soon a client are in the lobby 2020-07-24 14:56:20 +02:00
Swann
7ee9089087
feat: use callbacks instead of timers to cleanup session states
refactor: move graph initialization to operators,py
2020-07-17 16:33:39 +02:00
Swann
092384b2e4
feat: use replication from pip 2020-07-10 16:50:09 +02:00
Swann
f37a9efc60
feat: orthographic correction 2020-07-09 15:52:42 +02:00
Swann
0c5d323063 clean: remove old modal operator queue 2020-07-09 15:17:45 +02:00
Swann
b9f1b8a871 fix: armature operator is not running 2020-07-08 18:09:00 +02:00
Swann
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
Swann
eb52deade6
fix: initial fix for Snap user: Unknown location error
Related to #95.
2020-07-02 14:14:16 +02:00
Swann
80f37583cc
fix: start empty on local host 2020-06-26 22:46:38 +02:00
Swann
745c7ca04a
clean: operator
feat: update submodules
2020-06-22 18:23:27 +02:00
Swann
8ddb86556d
clean: remove unused vars from operator.py
doc: carry on hosting guide
2020-06-22 17:25:44 +02:00
Swann
5199a810cd
feat: show host serving address 2020-06-17 22:11:20 +02:00
Swann
9e6b1a141d
refactor: uui cleanup 2020-06-17 12:10:16 +02:00
Swann
63a36ad5d4
refactor: remove ip from host parameters 2020-06-16 18:25:49 +02:00
Swann
bcdefca32c
refactor: remove unused STRICT right strategy 2020-06-16 18:04:27 +02:00
Swann
a201ae4ea6
feat: admin client repository init on connection to an empty server 2020-06-16 15:19:38 +02:00
Swann
e9029b1414
feat: connection protocol refactoring 2020-06-16 00:02:02 +02:00
Swann
c065b198d4
feat: added an initialization step 2020-06-10 18:43:21 +02:00