Raugharr / Herald

GNU General Public License v2.0
1 stars 0 forks source link

Categorize mission namespaces in a HashTable #48

Open Raugharr opened 8 years ago

Raugharr commented 8 years ago

Right now mission ids are generated by the mission's namespace and its id. This method allows us to only use caps and to have a maximum of 5 characters only. Instead we can use a hash table of all namespaces which would allow us to use both caps and lower cases as well as as many characters as we want.