Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-11-15 | Adding a potential event to cancel a forced read/write, such as a timeout. | Pixel | |
2011-11-15 | Adding the forceRead/Write methods, to circumvent the potential problem that ↵ | Pixel | |
a file descriptor can do less than being asked. | |||
2011-10-25 | Adding the FileSystem global class with mkdir, and adding the writeString ↵ | Pixel | |
method to Handles. Also preparing the inclusion of Lua by adding LuaJIT. | |||
2011-10-17 | Adding an early version of the 'engine debug' facility. | Pixel | |
2011-10-11 | Input class seems to be done. | Pixel | |
2011-10-10 | Adding a few more features to Input, and actually creating a slightly better ↵ | Pixel | |
ClassName system, when using gcc and libstdc++. | |||
2011-10-10 | Adding the 'stats' call to Input. | Pixel | |
Also fixing a bug with the Printer - va_args are vicious. | |||
2011-10-10 | Adding the basic "Handle" structure, and adding an early version of Input. | Pixel | |
Renamed suspend() to yield(). Fixed a couple of bugs, and reorganized slightly some code. |