1
I Use This!
Very Low Activity

Commits : Listings

Analyzed 14 days ago. based on code collected 15 days ago.
Jan 29, 2024 — Jan 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
more lua tests for maybe-upcoming upvalues optimization
Alexander Bich
as Quyse Lert
More... almost 9 years ago
add GHC HEAD build to travis config; use hvr-ghc apt-get source
Alexander Bich
as Quyse Lert
More... almost 9 years ago
fork a thread in runApp
Alexander Bich
as Quyse Lert
More... about 9 years ago
flaw-collada rotate tag's empty path, and matrix tag path
Alexander Bich
as Quyse Lert
More... about 9 years ago
matFromScalar function
Alexander Bich
as Quyse Lert
More... about 9 years ago
remove duplicated webgl extensions
Alexander Bich
as Quyse Lert
More... about 9 years ago
basic geometry generation
Alexander Bich
as Quyse Lert
More... about 9 years ago
remove appveyor CI
Alexander Bich
as Quyse Lert
More... about 9 years ago
skydome
Alexander Bich
as Quyse Lert
More... about 9 years ago
position+texcoord vertex format
Alexander Bich
as Quyse Lert
More... about 9 years ago
exponential fog for infinitely distant point
Alexander Bich
as Quyse Lert
More... about 9 years ago
add Mat3x3 math type
Alexander Bich
as Quyse Lert
More... about 9 years ago
special horizontal case for fog
Alexander Bich
as Quyse Lert
More... about 9 years ago
equal, less, less-equal and ternary 'if' shader operators, glsl and hlsl
Alexander Bich
as Quyse Lert
More... about 9 years ago
Merge branch 'master' of github.com:quyse/flaw
Alexander Bich
as Quyse Lert
More... about 9 years ago
fog shader
Alexander Bich
as Quyse Lert
More... about 9 years ago
load skin animations into structures instead of closures
Alexander Bich
as Quyse Lert
More... about 9 years ago
small rename affineFromQuaternion
Alexander Bich
as Quyse Lert
More... about 9 years ago
fix setting scissor for dx11 (closes #12)
Alexander Bich
as Quyse Lert
More... about 9 years ago
rename win32 window C functions to be less generic
Alexander Bich
as Quyse Lert
More... about 9 years ago
setWindowMouseLock for Win32 window (closes #11)
Alexander Bich
as Quyse Lert
More... about 9 years ago
let-bind constants in code generated from lua
Alexander Bich
as Quyse Lert
More... about 9 years ago
Merge branch 'master' into lua_prim
Alexander Bich
as Quyse Lert
More... about 9 years ago
fix web build * exclude flaw-collada and flaw-visual from web packages * remove dependency on flaw-visual from flaw-app in web build
Alexander Bich
as Quyse Lert
More... about 9 years ago
Merge branch 'master' into lua_prim
Alexander Bich
as Quyse Lert
More... about 9 years ago
fix flaw-asset-dxt build in windows
Alexander Bich
as Quyse Lert
More... about 9 years ago
use xml-conduit in collada instead of xml
Alexander Bich
as Quyse Lert
More... about 9 years ago
light refactor of lua stdlib
Alexander Bich
as Quyse Lert
More... about 9 years ago
generalise lua chunks to run not only in IO * make lua functions run in LuaMonad m => m * make LuaValue and LuaError polymorphic * split LuaError to LuaError and LuaLoadError * use trace instead of putStrLn in stdlib function 'print'
Alexander Bich
as Quyse Lert
More... about 9 years ago
add INLINABLE pragma to lua operations
Alexander Bich
as Quyse Lert
More... about 9 years ago