0
I Use This!
Inactive

Commits : Listings

Analyzed 2 days ago. based on code collected 2 days ago.
May 30, 2023 — May 30, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Shader code gen: removed redundant [[position]] input arg for generated Metal shader code
flohofwoe
as Andre Weissflog
More... almost 8 years ago
Fixed some of the Xcode8 thread sanitizer warnings
flohofwoe
as Andre Weissflog
More... almost 8 years ago
Fixed Xcode8 warnings
flohofwoe
as Andre Weissflog
More... almost 8 years ago
__STRICT_ANSI__ fix re-added, but just for PNaCl
flohofwoe
as Andre Weissflog
More... almost 8 years ago
Fix for compile error on Linux when using clang with GNU std c++ lib (__STRICT_ANSI__ is required)
flohofwoe
as Andre Weissflog
More... almost 8 years ago
Input on emscripten, PNaCl: added some previously unrecognized key codes
flohofwoe
as Andre Weissflog
More... almost 8 years ago
another minor Input/README.md tweak
flohofwoe
as Andre Weissflog
More... almost 8 years ago
minor tweaks to Input/README.md
flohofwoe
as Andre Weissflog
More... almost 8 years ago
Merge pull request #214 from floooh/input_cleanup
flohofwoe
as Andre Weissflog
More... almost 8 years ago
Fixed osxInputMgr (used for OSX Metal)
flohofwoe
as Andre Weissflog
More... almost 8 years ago
README and NEWS updated for new Input module changes
flohofwoe
as Andre Weissflog
More... almost 8 years ago
More Input API tweaks, and documentation for the Input module
flohofwoe
as Andre Weissflog
More... almost 8 years ago
Sample webpage: Disabled WASM builds
flohofwoe
as Andre Weissflog
More... almost 8 years ago
Fixes for Input module changes on Windows with non-GL
flohofwoe
as Andre Weissflog
More... almost 8 years ago
Input: fixed for Raspi
flohofwoe
as Andre Weissflog
More... almost 8 years ago
Merge from master
flohofwoe
as Andre Weissflog
More... almost 8 years ago
Gfx: RaspberryPi fixes
flohofwoe
as Andre Weissflog
More... almost 8 years ago
Input: emscripten, PNaCl, Android fixes
flohofwoe
as Andre Weissflog
More... almost 8 years ago
Input: fixed iOS implementation
flohofwoe
as Andre Weissflog
More... almost 8 years ago
Started with Input module cleanup
flohofwoe
as Andre Weissflog
More... almost 8 years ago
StringBuilder: moved the new assert in StringBuilder::Append() to start of method
flohofwoe
as Andre Weissflog
More... almost 8 years ago
StringBuilder: added a few assert to ensure ensureRoom() doesn't break
flohofwoe
as Andre Weissflog
More... almost 8 years ago
Merge pull request #213 from joeld42/stringbuilder-fix
flohofwoe
as Andre Weissflog
More... almost 8 years ago
Fixes problem with stringbuilder substitute when buffer grows More... almost 8 years ago
Added va_list methods to Log class plus test
flohofwoe
as Andre Weissflog
More... almost 8 years ago
Fixed debug compile bug in emscURLLoader
flohofwoe
as Andre Weissflog
More... about 8 years ago
Fixed WebAssembly samples
flohofwoe
as Andre Weissflog
More... about 8 years ago
Samples webpage: fixed black border at top in 'expand mode'
flohofwoe
as Andre Weissflog
More... about 8 years ago
Fixed shader code gen with multiple precision statements
flohofwoe
as Andre Weissflog
More... about 8 years ago
Shader generator: added ORYOL_GLSL, ORYOL_HLSL and ORYOL_METALSL macros to check platform in shader
flohofwoe
as Andre Weissflog
More... about 8 years ago