aboutsummaryrefslogtreecommitdiff
path: root/src/irrlicht_changes/CGUITTFont.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update my nameNathanaël Courant2022-06-161-1/+1
|
* Fixes needed to use irrArray backed by std::vector (#12263)paradust72022-05-221-13/+25
|
* Use std::map instead of core::map (#12301)paradust72022-05-181-1/+2
|
* CGUITTFont optimizations (#11136)sfan52021-04-021-1/+2
|
* Irrlicht support code maintenancesfan52021-03-311-1/+1
|
* Replace fallback font nonsense with automatic per-glyph fallback (#11084)sfan52021-03-291-1/+6
|
* Fix double free caused by CGUITTFont codesfan52021-02-061-1/+0
| | | | | This partially reverts commit 2072afb72b4b3e9c5dcbcec71d824aeae1b35d19. fixes #10920
* Fix memory leak detected by address sanitizer (#10896)k.h.lai2021-02-021-0/+1
|
* Fix some minor code issues all over the placesfan52020-12-241-1/+1
|
* Formspec: add hypertext elementPierre-Yves Rollo2019-11-031-0/+2
|
* C++ modernize: Pragma once (#6264)Loïc Blot2017-08-171-4/+1
| | | | * Migrate cpp headers to pragma once
* Merge cguittfont lib in irrlicht change folder. (#6016)Loïc Blot2017-06-201-0/+394
* Merge cguittfont lib in irrlicht change folder. This remove hack and static lib for FreeType