Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-03-26 | Drop irrUString from MT, it's owned by irrlicht now | Loic Blot | |
2020-12-24 | Fix some minor code issues all over the place | sfan5 | |
2019-03-14 | LINT fixes since recent tooling update | Loïc Blot | |
2019-03-14 | Update our tooling (Clang 5 -> 7, GCC 7 -> 8) | Loïc Blot | |
This change permits to use up-to-date compilers, clang-tidy and clang-format It also refactor the tidy/format step to drop the binary selection from scripts and perform it directly in travis | |||
2019-03-12 | Fix cast from const by accessing string data directly (#8354) | rubenwardy | |
Fixes #8327 | |||
2019-02-03 | DragonFly BSD is somewhat identical to FreeBSD (#8159) | Leonid Bobrov | |
2017-08-17 | C++ modernize: Pragma once (#6264) | Loïc Blot | |
* Migrate cpp headers to pragma once | |||
2017-06-20 | Merge cguittfont lib in irrlicht change folder. (#6016) | Loïc Blot | |
* Merge cguittfont lib in irrlicht change folder. This remove hack and static lib for FreeType |