Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Allow loading PNG/JPEG/MS DIB bitmaps from Lua, and cleanup. | 2023-04-13 | 1 | -1/+2 | |
| | | | | | | | | | | | Use VirtualAlloc rather than VirtualProtect on Windows to change page protection, as the latter can cause severe performance issues with some antivirus software. Added noexcept to lots of hash- and bitmap-related things, and added a little more error checking. Yes, I realise it will abort if an allocation fails while printing a log message, but if you get to that point, you're probably screwed already. | ||||
* | use C++ library includes (nw) | 2020-01-22 | 1 | -1/+1 | |
| | |||||
* | Initial conversion of core to C++14. Note that compilers are now limited to ↵ | 2015-12-03 | 1 | -1/+1 | |
| | | | | GCC 4.9.0 and up, Clang 3.4.0 and up, and VS2013 and up [Miodrag Milanovic] | ||||
* | Rename *.c -> *.cpp in our source (nw) | 2015-11-08 | 1 | -0/+250 | |