parent
ce02a3a003
commit
c93da48c77
|
@ -126,7 +126,7 @@
|
||||||
|
|
||||||
## Version 1.0.0
|
## Version 1.0.0
|
||||||
|
|
||||||
* **Improved** animation algoritym: More realistic animation using new, predictive algorithm.
|
* **Improved** animation algorithm: More realistic animation using new, predictive algorithm.
|
||||||
* **Added** tweening for smoother animation.
|
* **Added** tweening for smoother animation.
|
||||||
* **Added** support for non-dialog noises (breathing, smacking, etc.)
|
* **Added** support for non-dialog noises (breathing, smacking, etc.)
|
||||||
* **Improved** processing speed substantially through multithreading.
|
* **Improved** processing speed substantially through multithreading.
|
|
@ -12,7 +12,7 @@ add_subdirectory("extras/EsotericSoftwareSpine")
|
||||||
|
|
||||||
# Install misc. files
|
# Install misc. files
|
||||||
install(
|
install(
|
||||||
FILES README.adoc LICENSE.md VERSION.md
|
FILES README.adoc LICENSE.md CHANGELOG.md
|
||||||
DESTINATION .
|
DESTINATION .
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue