2
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Dec 12, 2024 — Dec 12, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
- Updated to latest Scroll (added ScrollObject::GetText/SetText) - Replaced local emscripten-glfw with the officially maintained one (contrib.glfw3): . It now supports pthread . Missing `i` key mapping has been submitted as a PR - Updated .extern (removed emscripten-glfw) More... 9 months ago
- Merged with default More... 10 months ago
- Fixed GLFW implementation of orxKeyboard_GetKeyDisplayName for Web/HTML 5 More... 10 months ago
- Merged with default More... 10 months ago
- Automatic update of doxygen docs, triggered by buildbot More... 10 months ago
- Updated orxResource_SetMemoryResource(): . Added optional restriction of the resource to a given group . !! Signature and parameter order has changed !! -> Internal path format for memory resource has changed - Updated orx:font:default & orx:texture:logo textures to be restricted to the Texture resource group More... 10 months ago
- Merged with default More... 10 months ago
- Fixed memory resource storage handling (missed part in previous commit) More... 10 months ago
- Merged with default More... 10 months ago
- Automatic update of doxygen docs, triggered by buildbot More... 10 months ago
- Updated home render plugin: . When orxRENDER_EVENT_OBJECT_START is handled, scale & src will already have values based on the working graphic (ie. transform is ready for display) -> if the working graphic is changed when handling the event, one needs to also update scale & src accordingly . Minor simplifications/optimizations in the home render plugin More... 10 months ago
- Updated orxResource_SetMemoryResource(): . Removed _bTransferOwnership -> caller is responsible for freeing memory when a resource is removed from memory . Added _zStorage -> optional storage for this resource, orxNULL to use the default storage More... 10 months ago
- Automatic update of doxygen docs, triggered by buildbot More... 10 months ago
- Added _bTransferOwnership parameter to orxResource_SetMemoryResource() - Updated all call sites accordingly More... 10 months ago
- Fixed GLFW display plugin compile warnings with Clang/Web More... 10 months ago
- Fixed GLFW display plugin compilation (BasisU related) More... 10 months ago
- Updated .extern (removed BasisU C-wrapper & binaries) - Renamed orxDisplay.c -> orxDisplay.cpp (GLFW & Android) - Replaced Basis Universal C wrapper with direct cals to Basis Universal - Updated premake scripts accordingly More... 10 months ago
- Fixed a couple of errors in iOS display plugin More... 10 months ago
- Updated Android & iOS display plugins with the latest offerings to the C++ gods More... 10 months ago
- Renamed iOS display plugin: orxDisplay.m -> orxDisplay.mm to be able to compile with C++ external dependencies More... 10 months ago
- Updated .extern (More update of MSDFGen for the Apple C++ gods...) More... 10 months ago
- More tributes to the C++ gods... - Updated iOS project More... 10 months ago
- Updated GLFW Display plugin: . First attempt at trying to apease the C++ gods More... 10 months ago
- Updated init template (removed lib path for MSDFGen) More... 10 months ago
- Updated .extern (MSDFGen without C++11 requirements) More... 10 months ago
- Updated .extern (msdfgen without wrapper) - Updated all display plugins to use msdfgen directly without any prebuilt C wrapper - Updated premake script & Android makefile accordingly More... 10 months ago
- Fixed init template (noise texture name) More... 10 months ago
- Removed support from GLFW display plugin for hardware that does not support NPOT textures More... 10 months ago
- Updated .extern (MSDFGen Debug VS binaries) - Updated premake script accordingly More... 10 months ago
- Added Signed Distance Field (SDF/MSDF) font support: . Added SDF config property to typeface-based fonts . Updated all display plugins to support MSDF texture generation using MSDFGen . Updated CreationTemplate.ini More... 10 months ago