fix copyrights

This commit is contained in:
h4570
2022-07-29 23:11:12 +02:00
parent 8591e35c4f
commit 1a2f7026e5
85 changed files with 99 additions and 107 deletions
+1 -8
View File
@@ -1,11 +1,4 @@
------------ Tyra's v2.0 roadmap to publish on GitHub ------------
- [General] Control generated id to avoid duplication. Maybe Just increment from 0? Add interface IIdentificable?
- [DMA] Check if all chain transfers have end tag!
- [General] Change libs of sample? (remove -lpng, -lz...), probably they are not required
- [General] Check all TYRA_ASSERT() if there are no asserts like (TYRA_ASSERT(!audsrv_load_adpcm(result, data, adpcmFileSize)))
because this lines will be removed on make-release. Only debug stuff should be checked in assert
- [General] All Copyrights to 2022
- [General] CI in Github via docker image
- [General] Add cpp lint checker in GitHub
@@ -40,4 +33,4 @@ because Mesh rendering uses only core.render()
- [File] Async file loading
- [tyrobj] Add multicolor support to tyrobj
- [Renderer] Interlacing
- [Renderer] Texture smart freeing
- [General] Control generated id to avoid duplication. Maybe Just increment from 0? Add interface IIdentificable?