Houstin
08-26-2011, 12:33 AM
I'm going to be developing a standard library for the C++ scripts.
I am interested to hear what the community would like to see in it. So far I have the following planned:
Math - Vector classes, normalization, and so on.
File I/O - A file class. Will support loading of some formats, so far i've planned: .ini .cfg .csv
Threads - Will make cross-platform multithreading a lot easier.
Debugging - Will handle exceptions, give you useful information, and assist debugging with software debuggers.
Detouring - Will be fun to play with in some cases
Compression - Bzip2
Memory - A class for to represent allocated memory.
Some things that I am currently not capable of doing:
IRC Bot - Will allow a script to run a irc bot from the server. I can't do this because I don't have enough knowledge about RakNet, or even networking on win32 or unix.
I am interested to hear what the community would like to see in it. So far I have the following planned:
Math - Vector classes, normalization, and so on.
File I/O - A file class. Will support loading of some formats, so far i've planned: .ini .cfg .csv
Threads - Will make cross-platform multithreading a lot easier.
Debugging - Will handle exceptions, give you useful information, and assist debugging with software debuggers.
Detouring - Will be fun to play with in some cases
Compression - Bzip2
Memory - A class for to represent allocated memory.
Some things that I am currently not capable of doing:
IRC Bot - Will allow a script to run a irc bot from the server. I can't do this because I don't have enough knowledge about RakNet, or even networking on win32 or unix.