Age | Commit message (Expand) | Author |
2013-12-25 | Adding ScopedLambdas. | Nicolas "Pixel" Noble |
2013-12-20 | Adding __debugbreak() for MSVC debug mode. | Nicolas "Pixel" Noble |
2013-12-18 | Visual Studio port. | Nicolas "Pixel" Noble |
2013-08-02 | Heavily revamped the C-to-Lua yielding mechanism. Now more generic. | Nicolas Noble |
2013-01-22 | Removing some more cruft. | Pixel |
2013-01-17 | Shutting off a few warnings. | Nicolas 'Pixel' Noble |
2013-01-16 | Since I have to eat these exceptions no matter what, let's try to improve the... | Nicolas "Pixel" Noble |
2013-01-09 | Disabling generating traces for task switches, and adding a move constructor ... | Nicolas "Pixel" Noble |
2012-04-13 | Somewhat safer assert code. | Pixel |
2011-12-11 | Introducing EAssert for 'Execution Assert', which won't stop the application,... | Pixel |
2011-12-04 | Reworked some things in the architecture, mainly exceptions and asserts. | Pixel |
2011-11-21 | GeneralException() will now trace the callstack and store this, for debugging... | Pixel |
2011-11-16 | I hate doing this, but, well. Maybe I should design a memory allocator class,... | Pixel |
2011-10-18 | Fixing Darwin compilation: | Pixel |
2011-10-10 | Adding a few more features to Input, and actually creating a slightly better ... | Pixel |
2011-10-03 | First commit - very basic features. | Pixel |