aboutsummaryrefslogtreecommitdiffstats
path: root/yage/core/logger.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Switching to east constYann Herklotz2018-06-231-12/+12
| | | | | | | 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.
* Adding modelineYann Herklotz2018-06-021-0/+1
|
* Adding all logging functionality in one fileYann Herklotz2018-05-071-3/+141
|
* [Engine] Log levels added to engine.Yann Herklotz2018-01-051-14/+41
|
* [Code] Fixed spritebatch and optimised it.Yann Herklotz2017-12-301-2/+2
|
* [Style] Updated style in files.Yann Herklotz2017-12-231-1/+1
|
* Fixed license headersYann Herklotz2017-12-201-2/+2
|
* improving compilation speedYann Herklotz2017-12-201-0/+2
|
* Fixing license headersYann Herklotz2017-11-161-2/+2
|
* Before setting licenseYann Herklotz2017-11-161-0/+1
|
* Asynchronous logging addedYann Herklotz2017-11-161-5/+10
|
* Designing simple preview gameYann Herklotz2017-11-121-6/+33
|
* Adding logsinkYann Herklotz2017-11-021-4/+5
|
* Adding logging systemYann Herklotz2017-11-021-0/+37