0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 23, 2023 — Apr 23, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
fix More... over 7 years ago
Reduce amount of memory allocation during parsing and code generation for function calls More... over 7 years ago
scripting optimizations More... over 7 years ago
Fixes More... over 7 years ago
oops More... over 7 years ago
Cleanup u_misc. No longer need the c99 hacks. MSVC 2015 now supports this stuff. More... over 7 years ago
Minor change More... over 7 years ago
Fix and optimize endianess related stuff. Runs on BE systems now. More... over 7 years ago
Happy new year More... over 7 years ago
Merge pull request #66 from matthiaskrgr/clang_WStrictAliasing3 More... over 7 years ago
CXXFLAGS: skip -Wstrict-aliasing=3 for clang, it doesn't have it More... over 7 years ago
Fixes More... over 7 years ago
Fix script memory alignment. added s_memory_dump to see the permanent active memory More... over 7 years ago
Memory leaks More... over 7 years ago
Limit scripting memory More... over 7 years ago
Fix and improve u_log on Windows More... over 7 years ago
Option to control instructions per VM cycle More... over 7 years ago
Improve cache locality of instruction stream. Use stack allocation on the VM for locals and call frames for huge performance increase. More... over 7 years ago
Merge pull request #62 from matthiaskrgr/png_optim More... over 7 years ago
pngs: run github.com/matthiaskrgr/woptipng on png sources. More... over 7 years ago
Actually respect what is behind the near and far clipping planes when calculating light mesh. This eliminates the stall moving lights. More... over 7 years ago
Some fixes. Disable stack protector and fortify source because they're really not needed. More... over 7 years ago
oops More... over 7 years ago
VM backtraces and much better type constraint errors for assignments More... over 7 years ago
Several fixes More... over 7 years ago
Fix memory leak found by matthiaskrgr More... over 7 years ago
Fixes More... over 7 years ago
Fix #60 More... over 7 years ago
Try this More... over 7 years ago
Fix the buffer overflow issue on window size change More... over 7 years ago