summaryrefslogtreecommitdiff
path: root/includes/Handle.h
AgeCommit message (Expand)Author
2011-11-16Of course, to be viable, the ReadOnly and WriteOnly classes need to derive fr...Pixel
2011-11-15Adding two Handle restricters: ReadOnly and WriteOnly.Pixel
2011-11-15Adding a potential event to cancel a forced read/write, such as a timeout.Pixel
2011-11-15Adding the forceRead/Write methods, to circumvent the potential problem that ...Pixel
2011-11-14Making sure the typecasting on Handles worked properly.Pixel
2011-11-13Adding seek and tell aliases to rseek and rtell.Pixel
2011-10-27Fixing a few oddities, and having the 'clean' target cleaning LuaJIT as well.Pixel
2011-10-26Protecting the IO class a bit more, and adding the raw filename paradigm for ...Pixel
2011-10-25Adding the FileSystem global class with mkdir, and adding the writeString met...Pixel
2011-10-17Redefined how the IO class works. The ref counting should now work properly.Pixel
2011-10-17Adding an early version of the 'engine debug' facility.Pixel
2011-10-14Fixing a few bugs.Pixel
2011-10-14Further tweaks to the Task class: now a Task can declare being smart, and say...Pixel
2011-10-13Having a template here is useless...Pixel
2011-10-11Input class seems to be done.Pixel
2011-10-10Adding a few more features to Input, and actually creating a slightly better ...Pixel
2011-10-10Adding the 'stats' call to Input.Pixel
2011-10-10Adding the basic "Handle" structure, and adding an early version of Input.Pixel