so again something new :p
download
- xml/cfg/ini parser
- runtime profiler based on CPU cycles with low overhead (30 cycles)
- 3d vector/position/angles, math stuff, compatible with HL SDK Vector class
- loger to xml, redirecting cout
- thread synchronization, thread creation
- float variables comparsion, random number generator
- ...more (detect CPU speed, string conversions, min-max, simple RGB class, ...)
- ... and more (process and cpu id, ISO time and date format, ...)
- all optimized for usage in hl plugins, but can be used anywhere
- cross platform, tested undex MSVC.NET, DevC++, MinGW, gcc
- open source, free, GPL with Half-Life exception
- simple documentation and many examples
Just include source code into your program, include util.h in your .cpp and you can use everything. I'm using these utils in my bot and I consider them veery fast
