I've fixed the problem with the empty namespace in revision 2107.
scripthelper config helpers not working correctly
AngelCode.com - game development and more - Reference DB - game developer references
AngelScript - free scripting library - BMFont - free bitmap font generator - Tower - free puzzle game
It seems that the parser does not handle nested namespaces correctly.
If a configuration contains the following namespace declaration, it will only parse in the first namespace:
namespace Hooks::Player
The parser will ignore the :: and Player because they're unrecognized commands, without reporting it. It successfully parses the rest of the file.
Hopefully everything should be working now in revision 2112.
The only problem I knowingly left for later is if there is any dependencies between multiple template types. I didn't want to spend too much time on this now, so unless someone is actually facing a problem with that I'll leave it as it is for now.
AngelCode.com - game development and more - Reference DB - game developer references
AngelScript - free scripting library - BMFont - free bitmap font generator - Tower - free puzzle game