Commit Graph

48 Commits (cd5deab983b93988538dccbcbf826bee4f822a38)

Author SHA1 Message Date
peter1138 f660d48e6a (svn r7182) -Feature: Merge utf8 branch. This brings us support for Unicode/UTF-8 and the option for fonts rendered by FreeType. Language changes to come. 18 years ago
peter1138 961eda2a64 (svn r6895) - Fix (r6884): Add 'last' parameter to the town name generators. 18 years ago
bjarni a9501bef85 (svn r6213) -Fix: Calatan town names was only prefix OR the rest of the string, never both (nars) 18 years ago
rubidium 86dc219b4b (svn r6204) -Cleanup: replace non-indentation with spaces; like '}<TAB>else {' -> '} else {', tabs between code and comment, etc. 18 years ago
truelight 73cd71db04 (svn r5974) -Codechange: added casts all around the place to make Windows 64bit happy (michi_cc) 18 years ago
bjarni 5787ae7ed9 (svn r5965) -Feature: FS#261 Catalan Town Names generator (arnau) 18 years ago
belugas 66ab487fd2 (svn r5512) Fix : Remove a warning on MakeItalianTownName.
While at it, adjust the different parts of the generator.
Now, masculin is not linked to generic suffix, 
and feminin is not linked to river-name suffix
18 years ago
belugas ea8e05320c (svn r5504) Feature : Added Italian town name generator. (sidew) 18 years ago
tron 772fbda3e3 (svn r5391) Miscellaneous, mostly bracing and whitespace, nothing spectacular 18 years ago
celestar d76279144d (svn r4639) -Feature: Turkish town names (jnmbk) 18 years ago
bjarni 6ab5bb6070 (svn r3707) -Fix: made the generated Finnish town names sound more Finnish (ln-)
note: <ln->     Bjarni: please go ahead and commit it, i'll take the responsibility if something should go wrong.
19 years ago
tron 181d586a7c (svn r3078) Some more stuff, which piled up:
- const, whitespace, indentation, bracing, GB/SB, pointless casts
- use the trinary operator where appropriate
- data types (uint[] -> AcceptedCargo, ...)
- if cascade -> switch
- if (ptr) -> if (ptr != NULL)
- DeMorgan's Law
- Fix some comments
- 0 -> '\0', change magic numbers to symbolic constants
19 years ago
tron 6d7c7e67b2 (svn r3010) Get rid of quite some dubious casts, either by using GB(), proper types or just removing them 19 years ago
Darkvater 4d7e916a09 (svn r2957) - Feature: [ 1263280 ] Danish town names (fey_dk) 19 years ago
tron 647cbd6bdd (svn r2701) Insert Id tags into all source files 19 years ago
Darkvater ba8c649fac (svn r2397) - CodeChange: rename all "ttd" files to "openttd" files. 19 years ago
tron 0f44f9af60 (svn r1977) Typedef some enums and struct plus some minor style changes 20 years ago
pasky 55185ab6aa (svn r1951) Introduced SeedModChance() (which is like SeedChance() but uses simple modulo instead of bitshifting and multiplication), explained why does it work better, used it in MakeCzechTownName() and added a TODO note about possibly using it in the other town name generators too. 20 years ago
pasky 84e376806e (svn r1930) Cleaned up the postfix-ending connecting code and introduced some simple postfix-last-letter transformations when the ending first letter is 'i'. 20 years ago
pasky c91d290e67 (svn r1929) Feature: [namegen] Support for dynamic generation of the Czech town names.
The static names are still used in 1/4 of cases. I think the tables for
dynamic generation must look pretty spectacular. :-) New stems are still
needed and there can be occasional glitches, please let me know.

I guess that this method of dynamic generation could be used for at least
Slovak town names, too. And possibly other Slavic languages?
20 years ago
pasky e6db813ec9 (svn r1926) Codechange: Renamed some of the predefined town names arrays for consistent naming.
- name_spanish_1, name_french_1, name_czech_1, name_romanian_1, name_finnish_1
  and name_german_hardcoded were renamed to *_real.
- name_slovakish_1 was renamed to name_slovak_real.
- name_finnish_2[ab] was renamed to name_finnish[12].
- Added comment near the town_names setting definition about the "Slovakish"
  pigginess.
20 years ago
tron 602954e27f (svn r1811) Use char for string handling in namegen.[ch] 20 years ago
tron 8f68e8def1 (svn r1810) Move town name generation declarations into a header of their own 20 years ago
tron 36c9758c94 (svn r1803) Move debugging stuff into files of it's own 20 years ago
tron 81ee2d931b (svn r1610) Remove trailing whitespace (last time ever, i hope) 20 years ago
tron c736ab2750 (svn r1608) Make ReplaceWords() comprehensible 20 years ago
darkvater 8bec09737f (svn r1531) -Feature: [1039061] Swiss town-names (vulvulune) 20 years ago
tron 3887cc2e90 (svn r1494) Give GetNumberBasedOnSeed() a bit more sane name: SeedChance()
Add SeedChanceBias() which subtracts a bias from SeedChance() to reduce code duplication
While touching the lines anyway sprinkle a bit holy ANSI water (static before inline) and move assignments in the conditions of ifs before the ifs
20 years ago
tron 65fa641ea4 (svn r1492) Reduce strcpy(, "") follwed by strcat() to just strcpy() (Jango) 20 years ago
tron 0c68fb27c1 (svn r1491) Fix bracing style and indentation (Jango) 20 years ago
tron 9a2d325c55 (svn r1490) Restore original town name generation behavior for german and hungarian (Jango) 20 years ago
tron 4450ff105c (svn r1451) Fix some of the signed/unsigned comparison warnings 20 years ago
miham d2e02df881 (svn r1450) Updated norwegian townname generation (Simen Graaten) 20 years ago
miham 34dee18a2c (svn r1438) Added norwegian townnames 20 years ago
dominik 48d92bd59e (svn r1333) Fix: No crash when creating a game with American town names any more 20 years ago
truelight d32bfd8adb (svn r1307) -Fix/feature: rewrote the townname generation code. Code is much more
readable now. 'American' is replaces by 'Additional English' (Jango)
20 years ago
tron 6da3e44fc7 (svn r627) Merge r439 to trunk:
Cleaned up whitespace in namegen.c
20 years ago
dominik 19533f8992 (svn r270) Fix: [ 1028851 ] automatic and unwanted city renaming 20 years ago
darkvater 72457bac0d (svn r241) -Fix: Trailing spaces :O 20 years ago
darkvater c6f48d3de6 (svn r234) -Fix: added missing romanian.txt to VC6, VS.NET and Jamfile project file
-Feature: Added romanian town names and currency (Magic_Pixel)
20 years ago
truelight eb49a19460 (svn r194) -Codechange: stripping trailing-spaces. Please keep this that way! 20 years ago
dominik 9d869aa314 (svn r125) Add: [ 1014684 ] Czech town names (supr) 20 years ago
truelight b930feb6a6 (svn r112) -Fix: converted all linebreaks to UNIX-linebreak (\n) (forgot one file) 20 years ago
orudge 8644360264 (svn r110) Added modified English town name generator 20 years ago
darkvater 68c9b7c3ad (svn r66) -Fix Station list updated on station deletion/station rename
-Changed debug messages to comply with DEBUG(name, level) heuristics
20 years ago
dominik 6c87ef6c65 (svn r9) Fixed a couple of warnings and minor coding issues 20 years ago
darkvater a32d8553e7 (svn r5) -Fix: townname generation of TTDLX savegames. All work
except for German Townnames (also fix one typo on 
English town-names)
-CodeChange: *act_paper to *act_water in Town to 
more resemble its use
-Fix: AI players now retain AI status. Since TTDLX 
savegame status is not fully documented, some holes 
exist (AI state is set to one without a vehicle, otherwise 
it crashes)
20 years ago
truelight efaeb275f7 (svn r1) Import of revision 975 of old (crashed) SVN 20 years ago