- Prevented clocks that do not have any timers nor functions from affecting the next tick calculation
- Updated README:
- Fixed web builds (-CXX11)
- Automatic update of doxygen docs, triggered by buildbot
- Fixed web builds (-CXX11)
Backed out changeset: a55b6eef8984 (1.17 version number)
Moved tag 1.16 to changeset 45da66008a2c (from changeset a038c74e14b8)
- Merged with default (fixed linux builds with older version of gcc)
- Fix attempt for orxFontGen on linux
- Fix attempt for old linux/gcc
Moved tag 1.16 to changeset a038c74e14b8 (from changeset 5c67cb5f44d0)
- Merged with default (premake4 fix)
- Updated .extern (latest premake4, with rollback to fix VS 32b builds)
- Removed forum mentions from README
- Merged with default (1.16)
- On our merry way to 1.17-dev!
Added tag 1.16 for changeset 5c67cb5f44d0
- Automatic update of doxygen docs, triggered by buildbot
- Updated CHANGELOG, AUTHORS and READMEs
- Minor comment updates
- Added commands: Command.GetUpperCaseString & Command.GetLowerCaseString
- Updated init template:
- Fixed MinGW build
- Added orxMemory_StackAllocate()
- Updated init template:
- Fix attempt on non-Windows machines
- Updated ExtensionTemplate.ini with latest Scroll changes
- Updated init template's scroll extension:
- Better handling of empty string as key/section in Config module:
- Minor variable renaming in Config module
- Updated init template:
- Updated init template:
- Fixed non-Windows build (missing cast)
- Added command Command.GetSubString & alias String.Sub
- Minor style & comment updates
- Command Trigger.GetRefinement will now return an empty result if called from outside a trigger
- Added config property SoundSystem.Channels & updated MiniAudio plugin accordingly:
- Minor comment fix
- Updated Scroll Init extension to latest version:
- Added the following sound commands:
- Updated File module:
- Updated MiniAudio SoundSystem plugin:
- Updated Cheat init extension:
- Minor command update to improve consistency:
- Updated calls to orxString_GetFirstCharacterCodePoint() to handle invalid UTF-8 strings when applicable
- Fixed a crash when using fixed-sized text with overflowing content that introduced with the recent change to orxString_GetFirstCharacterPoint()
- Updated LiquidFun Physics plugin:
- Added shorthand versions for commands Config.GetValue & Config.SetValue:
- Updated CreationTemplate.ini:
- Updated Init template project:
- Fixed Init template config (thanks hcarty!)
- Minor tweak of the camera MiniShake in the Init project template
- Updated Init template project:
- Updated Scroll to the latest version:
- Minor log messages updates in Setup script
- Updated Init & Setup scripts:
- Updated Init & Setup scripts:
- Updated Init & Setup scripts to better handle being called from any workding directory
- Updated setup.bat & init.bat to keep the window after the execution, when run from the file explorer
- Automatic update of doxygen docs, triggered by buildbot
- Added command alias: Texture.Load -> Texture.Create
- Reverted Display plugin to Dummy when __orxHEADLESS__ is defined:
- Updated orxFontGen tool:
- Updated GLFW display plugin to enforce hidden window when __orxHEADLESS__ is defined
- Updated GLFW Display plugin:
- Added command aliases:
- Updated orxFontGen:
- Fixed issue with orxFontGen when using ASCII or ANSI character set
- Updated orxFontGen:
- orxString_GetFirstCharacterCodePoint() will now return orxNULL as remainder when reaching the end of the string
- Updated all display plugins:
- Moved Font config defines to header
- Added clock commands: Clock.GetFrequency, Clock.GetModifier, Clock.GetDT & Clock.GetTime
- Automatic update of doxygen docs, triggered by buildbot
- Renamed orxAnim_GetLength() -> orxAnim_GetDuration()
- Fixed minor comment typo
- Fixed text transparency when using SDF fonts
- Removed previous warning silencer (wasn't supported by all versions of clang)
- Silenced recent (!) clang warnings regarding VLA on MacOS
- Updated Scroll to latest:
- Better/more consistent warning messages for Font & Text modules
- Merged pull request #123 from hcarty/vscode-web-build-task-update
Updated vscode config:
- Fixed GLFW Display plugin not compiling on old Mac/X64
- Updated MiniAudio SoundSystem plugin:
- Updated .extern (recent llvm/clang compile fix for Basis Universal)
- Updated .extern (latest premake4)
- Automatic update of doxygen docs, triggered by buildbot
- Fixed some doxygen comments in orxShader module
- Updated .extern (latest premake4 with C/C++ standard options)
- Fixed combining repeat with non-default orientation in all Display plugins
- Updated Home render plugin to provide up-to-date texture coordinates in orxRENDER_OBJECT_EVENT_START:
- Updated Inspector Init extension:
- Updated Inspector init extension:
- Updated Inspector Init extension:
- Updated Movie init extension to work with the recent shader changes
- Updated NoiseTex init extension:
- Minor coding standard updates
- Fixed compiling with clang
- Automatic update of doxygen docs, triggered by buildbot