2
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 22 hours ago. based on code collected 2 days ago.
Feb 25, 2024 — Mar 26, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
- Automatic update of doxygen docs, triggered by buildbot More... 3 days ago
- Added orxInput_PushSet() & orxInput_PopSet() - Added commands Input.PushSet & Input.PopSet - Replaced all relevant internal calls to orxInput_SelectSet with PushSet/PopSet More... 3 days ago
- Updated config module: - Added orxConfig_EnableTypoCheck() to enable/disable config property typo checks . Only used in debug builds (there are no typo checks in profile & release) . Enabled by default - Publicly exposed orxConfig_HasValueNoCheck() - Command Config.GetParent now accepts @ as the self-reference section . Only useful with lazy commands - Command Config.HasValue now accepts an optional 3rd parameter to disable typo checks - Updated animset module to not look for typo when checking links (->), as those are optional - Fixes $1gx More... 3 days ago
- Added support for the shortcut Position = Z for both Camera & Spawner . Fixes $1gv - Updated Bounce.ini to use it - Updated CreationTemplate.ini accordingly More... 5 days ago
- Minor comment update in CreationTemplate.ini More... 5 days ago
- Better handling of the case when setting a spawner's total limit to a lower value than the current total object count More... 6 days ago
- Object reaching literal lifetime conditions will now be deleted on the spot instead of being scheduled for deletion next frame -> their potential cancellation can now be processed without a frame of delay More... 7 days ago
- Fixed object update being delayed for 1 frame when deletion triggered by LifeTime = 0 gets cancelled . Thanks to Znakeeye for tracking this one! . Fixes $1gr More... 8 days ago
- Updated mac binaries of Rebol3 (x86_64 -> universal64) . Fixes $1gq More... 9 days ago
- Calling orxObject_SetLifeTime with a strictly negative value (aka infinite life) will now clear any literal lifetime flag More... 10 days ago
- Updated orxFontGen: . When using -m/--monospace, the fixed glyph width will now be defined by the largest glyph in the character set (previously it was a square) More... 11 days ago
- Added -r/--rows parameter to orxFontGen to define the maximum number of rows of the output texture: . When used with monospace fonts, this will be the exact number of rows used in the output texture . Codecks: Fixes $1gg More... 11 days ago
Merge pull request #90 from znakeeye/android-updates More... 12 days ago
Merge pull request #91 from znakeeye/font-optimization More... 12 days ago
Minor fix More... 13 days ago
Font atlas height optimized in specific case. More... 13 days ago
- Automatic update of doxygen docs, triggered by buildbot More... 18 days ago
- Added support for new mouse cursors: . hresize -> resize_ew, vresize -> resize_ns, resize_nesw, resize_nwse, resize_all & not_allowed - Updated GLFW display plugin - Updated SettingsTemplate.ini More... 18 days ago
Bumped some dependencies. More... 18 days ago
- Automatic update of doxygen docs, triggered by buildbot More... 20 days ago
Merge with noise More... 20 days ago
Close noise branch More... 20 days ago
- Updated init live documentation to reflect new changes (XM & S3M support) More... 20 days ago
- Updated .extern (GLFW 3.4 + PR #1426) More... 21 days ago
- Updated .extern (GLFW 3.4) More... 22 days ago
- Updated Bounce config to remove the config typo warning More... 22 days ago
- Fixed issue in orxString_GetEditDistance() More... 22 days ago
- Fixed incorrect assert More... 23 days ago
- Automatic update of doxygen docs, triggered by buildbot More... 26 days ago
Merge with default More... 26 days ago