Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-01-03 | Few harmless tweaks to debug logging. | Nicolas "Pixel" Noble | |
2014-01-02 | Adding the ability for Printer to override globals. | Nicolas "Pixel" Noble | |
2013-12-19 | Adding the ability to mute the core engine even in debug builds. | Nicolas "Pixel" Noble | |
2013-12-18 | Visual Studio port. | Nicolas "Pixel" Noble | |
2013-07-16 | Split the Socket class into Selectable, in order to let it work with other ↵ | Nicolas Noble | |
non-socket file descriptors. | |||
2013-01-22 | Removing some more cruft. | Pixel | |
2012-09-01 | Adding async operations; first step towards tossing libeio out. | Nicolas "Pixel" Noble | |
2012-08-29 | Using true C++11 initializers in classes. | Nicolas "Pixel" Noble | |
2011-12-04 | Reworked some things in the architecture, mainly exceptions and asserts. | Pixel | |
-) Removed Assert() -) Added AAssert(), IAssert(), RAssert(), TAssert() and Failure() -) Reworked all asserts in the code, and added meaningful messages to them. -) Changed the way the startup code is generated; BALAU_STARTUP is no longer necessary. | |||
2011-11-29 | Adding detailled logs, with timestamp and threadid. | Pixel | |
2011-11-14 | Some more basic work on the HTTP server. Some of the main ideas are not ↵ | Pixel | |
fleshed up, and writing the actual server should now be sort of straightforward. | |||
2011-11-09 | Adding 'Output' object | Pixel | |
2011-10-17 | Making some adjustments to get the Socket code compiling under mingw32. ↵ | Pixel | |
Doesn't work though; I'm guessing IPv6 isn't really mingw32 thing. At least, it's not WinXP's. Will try later to make something that switches between IPv4 and IPv6 intelligently. | |||
2011-10-17 | Adding an early version of the 'engine debug' facility. | Pixel | |
2011-10-10 | Adding the 'stats' call to Input. | Pixel | |
Also fixing a bug with the Printer - va_args are vicious. | |||
2011-10-07 | More work in the Task manager. | Pixel | |
Also fixing a few bugs linked with the printer and TLS. Removed flto from compilation flags: this actually creates bad code (!) | |||
2011-10-03 | First commit - very basic features. | Pixel | |