2
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 16, 2023 — Jan 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
- Automatic update of doxygen docs, triggered by buildbot More... about 1 year ago
- Minor doxygen comment update More... about 1 year ago
Merge pull request #89 from Gouellie/amend-clockh More... about 1 year ago
Update orxClock.h More... about 1 year ago
Backed out changeset: 18f3ea7c571e More... about 1 year ago
- Can now set sorting for cameras without any explicit GroupList set in config: . `default = raw` will now work for cameras without any explicit GroupList property More... about 1 year ago
- Automatic update of doxygen docs, triggered by buildbot More... about 1 year ago
- Removed redundant orxClock_GetNext(): . To fetch a specific clock, use orxClock_Get() . To go through all clocks, use orxStructure_GetFirst()/_GetNext() More... about 1 year ago
- Updated GLFW joystick plugin: . More robust handling of peripheral (incorrectly) half-detected as joysticks by GLFW More... about 1 year ago
- Updated init's template premake script: . Dear ImGui now requires C++11 at minimum More... about 1 year ago
- Updated Dear ImGui extension: 1.83+ -> 1.90.1+ (#e3d7cd665d9b) More... about 1 year ago
- Automatic update of doxygen docs, triggered by buildbot More... about 1 year ago
- Added orxObject_SetFXTime(), orxObject_SetFXTimeRecursive() & orxObject_GetFXTime() - Added commands Object.SetFXTime & Object.GetFXTime More... about 1 year ago
- Added support for single float value for object position when no literals/overrides are used -> Position = -1 ; Identical to Position = (0, 0, -1) - Updated CreationTemplate.ini More... about 1 year ago
- Updated orxAnimPointer_Set[Current|Target]AnimFromName(): . Passing orxNULL/empty string will still reset the target/current animation, as before . Passing an unknown name will now be ignored, and not reset the target/current animation anymore -> When used recursively, all animations sets do not need to contain all the animations anymore: unknown animations will now be ignored More... about 1 year ago
- Happy New Year 2024! =) More... about 1 year ago
- Better handling of multiple/aborted object deletion . NB: The ScrollObject will *still* be deleted upon the first/aborted orxOBJECT deletion, only the orxOBJECT will remain More... about 1 year ago
- Happy New Year 2024! =) More... about 1 year ago
- Updated Scroll: . Better handling of multiple/aborted object deletion . NB: The ScrollObject will *still* be deleted upon the first/aborted orxOBJECT deletion, only the orxOBJECT will remain More... about 1 year ago
- Updated bundle extension: . Prevented any resource discovery message duplication More... about 1 year ago
- Updated bundle extension: . Excluded new internal resources (mem tag + orx: prefix) More... about 1 year ago
- Tweaked clock's sleeping pattern to be more fine-grained (attempt to prevent over-sleeping) More... about 1 year ago
Merge More... about 1 year ago
- Minor tweak when handling the console's key repeat More... about 1 year ago
Fixed a race condition where volume keys were not considered bound. More... about 1 year ago
Merge branch 'minor-android-improvements' of https://github.com/orx/orx into minor-android-improvements More... about 1 year ago
Fixed bug where Android app would hang in onDestroy, causing zombie crashes when resuming. More... about 1 year ago
- Reverted previous change in GLFW mouse plugin More... about 1 year ago
- Updated GLFW display plugin: . Moved bitmap's smoothing bool with other bitmap flags . Applied 0.001 border fix only to bitmaps with a size > 2x2 More... about 1 year ago
- Added missing part of the previous revert More... about 1 year ago