0
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 5 hours ago. based on code collected about 6 hours ago.
Feb 23, 2025 — Feb 23, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
math: Convert 4f colour to 3f. More... 1 day ago
math: Axis + normal for quick lookup based on proj result. More... 5 days ago
Removed some redundant methods of the graphics API... More... 10 days ago
math: Fixed mistake in COLOUR4UB_TO_4F macro More... 10 days ago
os: Don't bother returning the size of string_alloc, as it's a bit ambiguous and never gets used anyway. More... 15 days ago
Added macro for RGBA8 image format. More... 16 days ago
math: Added new 3f16 type for colours (16-bit floats). More... 17 days ago
math: Additional conversions for colour types. More... 17 days ago
math: Introduced constants for each projection. More... 18 days ago
Added missed change for supporting multiple UVs. More... 18 days ago
Expose other UV slots... More... 25 days ago
Zero types for colours + conversion for vectors. More... 25 days ago
Added support for images using floats, sorta. Probably missing something. More... 25 days ago
math: Fixed compute projection method - this was totally wrong... More... about 1 month ago
math: Expanded colour API to also provide 3f struct More... about 1 month ago
Added macro to implement main method for platform if desired. More... about 1 month ago
Move split string impl. over. More... about 2 months ago
Updated copyright. More... about 2 months ago
Removed sub-system init, and migrated some commands into ape. More... about 2 months ago
Merge remote-tracking branch 'origin/master' More... 2 months ago
Use new epsilon macro More... 2 months ago
Okay, msvc has stdbool at least, so it's not all bad :) More... 3 months ago
Some further ugly amendments to botch this to compile under MSVC. More... 3 months ago
Fixed some minor compilation issues. More... 3 months ago
Handle alloc failure for stb image wrapper and expand pixel conversion. More... 3 months ago
Resolved some issues compiling under win32 target. More... 3 months ago
Refactoring More... 4 months ago
Fixed matrix4 scale method. More... 4 months ago
Bare minimum to get some of the rest building per master. More... 4 months ago
Further fleshing out for linked list impl. More... 4 months ago