Log in

View Full Version : C++ Vault-Tec Standard Library



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.

ArathHunter
08-26-2011, 04:09 AM
That.... sounds.... great? :D, Wish I understood any of it. but it sounds like it'll be good when somethings done with it, Right? ;D

Houstin
08-26-2011, 05:16 AM
This is for scripters to tell me what they would like to see in the Vault-MP Standard Library. It will allow rapid development of scripts, and will make everything easier on the scripters. In some cases, it will make their scripts better, too.

ArathHunter
08-26-2011, 05:36 AM
aaaah awesome ;D, well good luck