summaryrefslogtreecommitdiff
path: root/src/townname.cpp
AgeCommit message (Collapse)Author
2010-12-09(svn r21440) -Codechange: pass a pointer to just past the end of the argv ↵yexo
array around in FormatString and friends
2010-12-05(svn r21414) -Codechange: limit town name by amount of characters, not bytesrubidium
2010-11-14(svn r21192) -Fix (r15505)[FS#4226]: Use non-interactive randomness for ↵frosch
townnames on map generation, so they are controlled by the generation-seed as well.
2010-01-15(svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, ↵rubidium
if a header require a header make it include that header
2009-10-04(svn r17693) -Cleanup: remove some unneeded includesrubidium
2009-09-22(svn r17612) -Feature: possibility to choose (randomise or enter custom) ↵smatz
town name before its creation (original patch by Terkhen)
2009-09-21(svn r17597) -Codechange: rename namegen* to townname*smatz