more lua tests for maybe-upcoming upvalues optimization |
|
More...
|
almost 9 years ago
|
add GHC HEAD build to travis config; use hvr-ghc apt-get source |
|
More...
|
almost 9 years ago
|
fork a thread in runApp |
|
More...
|
about 9 years ago
|
flaw-collada rotate tag's empty path, and matrix tag path |
|
More...
|
about 9 years ago
|
matFromScalar function |
|
More...
|
about 9 years ago
|
remove duplicated webgl extensions |
|
More...
|
about 9 years ago
|
basic geometry generation |
|
More...
|
about 9 years ago
|
remove appveyor CI |
|
More...
|
about 9 years ago
|
skydome |
|
More...
|
about 9 years ago
|
position+texcoord vertex format |
|
More...
|
about 9 years ago
|
exponential fog for infinitely distant point |
|
More...
|
about 9 years ago
|
add Mat3x3 math type |
|
More...
|
about 9 years ago
|
special horizontal case for fog |
|
More...
|
about 9 years ago
|
equal, less, less-equal and ternary 'if' shader operators, glsl and hlsl |
|
More...
|
about 9 years ago
|
Merge branch 'master' of github.com:quyse/flaw |
|
More...
|
about 9 years ago
|
fog shader |
|
More...
|
about 9 years ago
|
load skin animations into structures instead of closures |
|
More...
|
about 9 years ago
|
small rename affineFromQuaternion |
|
More...
|
about 9 years ago
|
fix setting scissor for dx11 (closes #12) |
|
More...
|
about 9 years ago
|
rename win32 window C functions to be less generic |
|
More...
|
about 9 years ago
|
setWindowMouseLock for Win32 window (closes #11) |
|
More...
|
about 9 years ago
|
let-bind constants in code generated from lua |
|
More...
|
about 9 years ago
|
Merge branch 'master' into lua_prim |
|
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 |
|
More...
|
about 9 years ago
|
Merge branch 'master' into lua_prim |
|
More...
|
about 9 years ago
|
fix flaw-asset-dxt build in windows |
|
More...
|
about 9 years ago
|
use xml-conduit in collada instead of xml |
|
More...
|
about 9 years ago
|
light refactor of lua stdlib |
|
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' |
|
More...
|
about 9 years ago
|
add INLINABLE pragma to lua operations |
|
More...
|
about 9 years ago
|