aboutsummaryrefslogtreecommitdiffstats
path: root/yage/core/imageloader.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Switching to east constYann Herklotz2018-06-231-1/+1
| | | | | | | This is compared to const west, which is not very consistent, as const always acts on what is on its left, and if there isn't anything on the left, it will act on what is on its right. By always placing const on the right of what it should act on, the rule becomes more consistent.
* Removing iostreamYann Herklotz2018-06-221-5/+0
|
* Adding modelineYann Herklotz2018-06-021-0/+1
|
* Adding test abstraction and fixing testsYann Herklotz2018-04-051-1/+7
|
* [Engine] Log levels added to engine.Yann Herklotz2018-01-051-1/+1
|
* [Engine] Now using stb_image to laod all kinds of textures.Yann Herklotz2018-01-041-22/+14
|
* [Test] Benchmarking the engine and trying to optimize.Yann Herklotz2017-12-311-1/+1
|
* [Broken] Texture is black.Yann Herklotz2017-12-271-1/+1
|
* Fixed license headersYann Herklotz2017-12-201-2/+2
|
* improving compilation speedYann Herklotz2017-12-201-3/+1
|
* Fixing license headersYann Herklotz2017-11-161-2/+2
|
* Moving to core, fixing errorsYann Herklotz2017-10-311-2/+2
|
* renaming base folderYann Herklotz2017-10-311-0/+64