multi-user/CHANGELOG

26 lines
628 B
Plaintext
Raw Normal View History

2019-02-13 07:01:00 +08:00
# Changelog
All notable changes to this project will be documented in this file.
2019-02-13 07:02:00 +08:00
## [v0.0.1]
### Added
2019-02-15 00:10:49 +08:00
- Functionnal chat test
## [v0.0.2]
### Added
- Property map shared between clients
- Callbacks to push modifications to the blender scene
- Observer Pattern for live property monitoring
- ID to identify properties owner (For primitive right managment)
### Removed
- Chat mecanism ( Will come back after the complete modularity refactoring)
2019-07-01 21:59:51 +08:00
- Unused files and sub-modules
## [v0.0.5]
### Added
- queued communication between threads
- various fixes
- multithreaded archiecture
- curve, gpencil support
- rightmanagment