0
I Use This!
Inactive

Commits : Listings

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