16
I Use This!
Very Low Activity

Commits : Listings

Analyzed 5 days ago. based on code collected 5 days ago.
Jun 05, 2023 — Jun 05, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
fix UB in RotatingSkin::_rebuildGeometry when all vertices are cropped (fix #185) More... almost 4 years ago
fix UB in RotatingSkin::_rebuildGeometry when all vertices are cropped (fix #185) More... almost 4 years ago
replace internal texts with UString::utf32string, allows to use UTF characters with code above 2^16 (i.e. represented by two utf16 characters) (fix #183) translate some code comments More... almost 4 years ago
fix Ogre-based demos and tools window resize More... almost 4 years ago
decrease msdf font texture size by fixing padding from mMsdfRange More... about 4 years ago
disable Msdf fonts by default, because those are useful in resources preparation, not runtime More... about 4 years ago
fix OgrePlatform build with strict resources More... about 4 years ago
Merge branch 'custom_shaders' More... about 4 years ago
fix startup issues with Ogre based on OpenGL render (do not set SDL_WINDOW_OPENGL) More... about 4 years ago
implement custom shaders for the Ogre platform More... about 4 years ago
comments cleanup More... about 4 years ago
remove explicit freetype.lib link from code More... about 4 years ago
implement custom shaders for the DirectX11 platform More... about 4 years ago
make OpenGLES platform texture have params same as in other platforms More... about 4 years ago
implement custom shaders for the OpenGLES platform (also replace most of its code with code from OpenGL3) More... about 4 years ago
fix Emscripten build More... about 4 years ago
add Shader option to the fonts, add MsdfFont demo More... about 4 years ago
Merge pull request #181 from Adriankhl/khl More... about 4 years ago
Correct the linking order of msdfgen and freetype More... about 4 years ago
Force std::uint_least64_t in FontCodeType enum More... about 4 years ago
better variables naming More... about 4 years ago
replace not reliable Singleton<T> class with two macroses (fix #9, fix #180) More... about 4 years ago
Disable precompiled header for clang-cl windows build More... about 4 years ago
implement OpenGL based platforms image saving More... about 4 years ago
fix lines at the msdf glyph edges, remove not used msdfgen sources More... about 4 years ago
add MsdfRange option for the font More... about 4 years ago
optional msdf fonts generation support using msdfgen library More... about 4 years ago
fix SDL window creationg for demos with OpenGL platform More... about 4 years ago
fix .travis.yml recipients list (was listed in wrong section) More... about 4 years ago
code and comments cleanup More... about 4 years ago