2
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 3 hours ago. based on code collected about 14 hours ago.
May 14, 2023 — May 14, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
- Better handling of config value that exceeds the 16kb internal buffer: . Added a more explicit error message . Skip the rest of the file instead of setting pontentially corrupted values . Fixes $1i8 More... 5 days ago
- Updated cheat extension: . Added keyboard -> joystick mappings: . L -> LBUMPER . R -> RBUMPER . Fixes $1i9 More... 5 days ago
- Minor fix in init template leaking a cheat config property when cheat extension wasn't selected More... 8 days ago
- Minor style update in the cheat extension More... 14 days ago
- Updated cheat extension: . Added support for joysticks (mapped directions, face buttons & start to keyboard as well) . Fixes $1hc More... 14 days ago
- Fixed invalid error message when handling partial config include names (thanks to Znakeeye for the report) . Fixes $1i4 More... 14 days ago
- Added new Cheat init extension (disabled by default): . Cheats are defined in config ([Cheats] section) . Supports keyboard (letters, numbers & numpad) . Can be enabled/disabled on the fly, by code or command: orxCheat_Enable() / Cheat.Enable . Updates $1hc More... 15 days ago
- Updated Mod & Sndh init extensions: . Wrapped all static variables in dedicated structures to prevent symbol collisions . Updates $1i3 More... 15 days ago
- Minor comment update in orxBank.c More... 15 days ago
- Updated Bundle, Movie & Remote init extensions: . Wrapped all static variables in dedicated structures to prevent symbol collisions . Fixes $1i3 More... 15 days ago
- Automatic update of doxygen docs, triggered by buildbot More... 18 days ago
- Minor style update of orxDISPLAY_TRANSFORM More... 18 days ago
- Animation & Frame section now supports explicit manual parents: . The overall inheritance composition will still be honored: [Prefixed Frame] -> (Explicit Parents) -> Frame -> (Explicit Parents) -> [Prefixed Anim] -> (Explicit parents) -> Anim -> (Explicit Parents) -> AnimSet . Fixes $1gw - Updated CreationTemplate.ini accordingly More... 18 days ago
- Added orxConfig_IsTypoCheckEnabled() . Fixes $1ho More... 22 days ago
- Muted typo checks when creating an animation that isn't defined in Config but for which a link was provided More... 22 days ago
Merge pull request #94 from znakeeye/android-warning-fix More... 25 days ago
Bumped versions. Fixed some warnings. More... 25 days ago
- Fixed ScrollObject::SetGroupID not having been correctly upgraded to orxSTRINGID (thanks to Joe for the report!) More... 26 days ago
- Updated init to use the latest version of Scroll: . Fixed ScrollObject::SetGroupID not having been correctly upgraded to orxSTRINGID (thanks to Joe for the report!) More... 26 days ago
- More robust config shader parameter guess (from ParamList): . Texture names starting with numbers were mistaken for float parameters . Fixes $1hj More... 29 days ago
- Fixed minor code alignment issue (aesthetics) in init script More... 29 days ago
- Converted all VS #pragma warning statements to push/pop patterns throughout the code base - Ignored warning C4819 when including glfw3.h with VS: . Generated an incorrect non-ASCII character warning in glfw3.h with Korean code page (949) . Fixes $1hi More... 29 days ago
- Fixed minor typo in init help message More... about 1 month ago
Fixed missing change from previous commit More... about 1 month ago
- Fixed issue introduced in previous commit (thanks to hcarty for reporting it!) More... about 1 month ago
- Updated PR #92 content: . Replaced commands Object.AddBody/Object.RemoveBody -> Object.SetBody . Fixed body ownership when added on the fly . Fixed body not being correctly updated after being added on the fly . Unregistered commands Object.SetBody, Object.AddBodyPart & Object.RemoveBodyPart . Fixes $1h8 More... about 1 month ago
Merge pull request #92 from hcarty/object-body-commands More... about 1 month ago
Merge pull request #93 from znakeeye/android-dynamic-icon More... about 1 month ago
- Fixed init not working if there's a space in its path (Windows-only issue) . Fixes $1h9 More... about 1 month ago
Enabled dynamic color icon and fixed all warnings in Demo project. Also bumped some AGDK dependencies. More... about 1 month ago