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
Core docs: moved the section about heap-allocated objects to the end as it is non-essential
flohofwoe
as Andre Weissflog
More... almost 7 years ago
Added some blog post links to toplevel readme
flohofwoe
as Andre Weissflog
More... almost 7 years ago
Removed some redundant private: keywords
flohofwoe
as Andre Weissflog
More... almost 7 years ago
Dbg: use a DbgSetup struct, and some code cleanup (Xcode9 and line endings mess :/)
flohofwoe
as Andre Weissflog
More... almost 7 years ago
Use Array and Queue SetFixedCapacity in ResourcePool
flohofwoe
as Andre Weissflog
More... almost 7 years ago
Queue: SetFixedCapacity method
flohofwoe
as Andre Weissflog
More... almost 7 years ago
Array: added a SetFixedCapacity method
flohofwoe
as Andre Weissflog
More... almost 7 years ago
Clear sample: include cleanup
flohofwoe
as Andre Weissflog
More... almost 7 years ago
Removed the lib directory, it never had any libs in it
flohofwoe
as Andre Weissflog
More... almost 7 years ago
Remove the vagrant dir, hasn't been used/maintained for a long time
flohofwoe
as Andre Weissflog
More... almost 7 years ago
Added some stuff to the root readme
flohofwoe
as Andre Weissflog
More... almost 7 years ago
Some doc tweaks
flohofwoe
as Andre Weissflog
More... almost 7 years ago
Some documentation work (Containers, HttpFS and LocalFS)
flohofwoe
as Andre Weissflog
More... almost 7 years ago
D3D11: fixed the mipSize check in d3d11Renderer::updateTexture
flohofwoe
as Andre Weissflog
More... almost 7 years ago
Fixed broken link in Input/README.md
flohofwoe
as Andre Weissflog
More... almost 7 years ago
Slice container: new method Reset()
flohofwoe
as Andre Weissflog
More... almost 7 years ago
Comment typo
flohofwoe
as Andre Weissflog
More... almost 7 years ago
Array, InlineArray: return ref to added item in Add methods
flohofwoe
as Andre Weissflog
More... almost 7 years ago
new InlineArray methods: Reset() and emplace-Add()
flohofwoe
as Andre Weissflog
More... almost 7 years ago
emscUrlLoader: Fix for stricter Ptr typecheck, fixes #261
flohofwoe
as Andre Weissflog
More... almost 7 years ago
Ptr: meh, remove the explicits from constructors to make gcc happy
flohofwoe
as Andre Weissflog
More... almost 7 years ago
PtrTest: removed 2 cases which compile on clang but not gcc
flohofwoe
as Andre Weissflog
More... almost 7 years ago
Ptr: added a unit test, added a Ptr::unsafeCast(), fixed static casting constructors
flohofwoe
as Andre Weissflog
More... almost 7 years ago
Replace unexisting Ptr::GetUnsafe with Ptr::getUnsafe. (#259) More... almost 7 years ago
InlineArray+Slice: missing headers and useful constructor default params
flohofwoe
as Andre Weissflog
More... almost 7 years ago
InlineArray: fix capacity check buf, added Full() method
flohofwoe
as Andre Weissflog
More... almost 7 years ago
InlineArray: added Insert and Erase methods
flohofwoe
as Andre Weissflog
More... almost 7 years ago
Added missing Oryol:: in Win version of OryolMain macro
flohofwoe
as Andre Weissflog
More... about 7 years ago
Fix Android build. (#257) More... about 7 years ago
Removed unused glm headers from glRenderer.cc
flohofwoe
as Andre Weissflog
More... about 7 years ago