summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2007-04-18(svn r9668) -Update: WebTranslator2 update to 2007-04-18 19:27:38miham
catalan - 2 fixed by arnaullv (2) french - 2 fixed, 2 changed by glx (4) hungarian - 2 fixed by miham (2) korean - 2 fixed by darkttd (2) swedish - 2 fixed, 1 changed by daishan (3)
2007-04-18(svn r9667) -Feature: Add the concept of cities. A (configurable) proportion ↵maedhros
of towns can start off larger, and will grow twice as quickly as other towns. They can also be placed specifically in the scenario editor. Thanks to TheJosh for the initial patch and the idea.
2007-04-18(svn r9666) -Fix (r9651): end of data / column flags were reversedpeter1138
2007-04-18(svn r9665) -Documentation: Doxygen corrections,errors, corrections of ↵belugas
corrections...
2007-04-17(svn r9664) -Documentation: Doxygen corrections,errors and omissionsbelugas
2007-04-17(svn r9662) -Documentation: Doxygen corrections and @file omissionsbelugas
2007-04-17(svn r9658) -Codechange: CT_FOOD is not part of temperate climate, place it ↵belugas
accordingly in arctic. It could be put in tropic too, but it can be placed in both, so first to catch it...
2007-04-17(svn r9655) -Revert (r9094 partial): *Do* calculate refit masks for ↵peter1138
unavailable vehicle types... things like articulated engines can still build these parts... ... ... dot dot dot
2007-04-17(svn r9654) -Fix: Add string colours for the DOS palette and use them when ↵maedhros
playing with the DOS data files.
2007-04-16(svn r9653) -Codechange: Indicate the proper function names in the GRF messagesbelugas
2007-04-16(svn r9652) -Fix(r9651): "const" keyword forgotten. Spotted by glx.belugas
I guess i'm a bit eager to have a writable array for newindustries ;)
2007-04-16(svn r9651) -Codechange: make legend system of smallmap a little bit less ↵belugas
magic with the help of a struct and not an array of bytes
2007-04-16(svn r9650) -Documentation: Finalize doxygen comments for town_land.hbelugas
2007-04-16(svn r9649) -Update: WebTranslator2 update to 2007-04-16 18:55:24miham
brazilian_portuguese - 8 fixed by fukumori (8) dutch - 8 fixed by habell (8) estonian - 11 fixed by kristjans (11) italian - 25 changed by lorenzodv (25)
2007-04-16(svn r9648) -Codechange: Use HASBIT directly rather than shifting and then ↵maedhros
using it on the first bit.
2007-04-16(svn r9647) -Fix (r6631) [FS#733]: Select "Custom" in the difficulty ↵maedhros
settings gui when changing a setting. (Frostregen)
2007-04-16(svn r9646) -Fix (r9645): incorrect count in error message for airport graphicspeter1138
2007-04-16(svn r9645) -Feature: Add NewGRF Action 5 (Sprite Replacement) support for ↵peter1138
2cc colour maps, airport, and road stop sprites.
2007-04-16(svn r9644) -Codechange: if else cascade into a switch casebelugas
2007-04-16(svn r9643) -Codechange: Simplify a test.belugas
2007-04-16(svn r9642) -Documentation: Having a different macro name for ↵belugas
_original_house_specs (MS) than for _town_tile_data (M) might teach doxygen that we are dealing with two entities...
2007-04-15(svn r9641) -Fix (r7182): namegen.cpp was not UTF-8, which caused artefacts ↵rubidium
in Finnish town names.
2007-04-15(svn r9640) -Update: WebTranslator2 update to 2007-04-15 19:49:19miham
swedish - 23 fixed by giddorah (23) traditional_chinese - 336 changed by xbddc (336)
2007-04-15(svn r9638) -Feature: Increase cargo types from 12 to 32 and enable newcargo ↵peter1138
flag in NewGRF loader.
2007-04-15(svn r9633) -Update: WebTranslator2 update to 2007-04-15 08:06:47miham
american - 8 fixed by WhiteRabbit (8) bulgarian - 8 fixed by thetitan (8) catalan - 8 fixed by arnaullv (8) czech - 8 fixed by Hadez (8) danish - 8 fixed by MiR (8) esperanto - 8 fixed, 2 changed by LaPingvino (10) estonian - 8 fixed by t2t2 (8) finnish - 8 fixed by habazi (8) french - 8 fixed by glx (8) german - 18 fixed by Neonox (18) italian - 16 fixed, 847 changed by lorenzodv (863) japanese - 6 fixed, 5 changed by PouncingAnt (11) korean - 8 fixed by darkttd (6), leejaeuk5 (2) romanian - 8 fixed by kneekoo (8) russian - 8 fixed by HMage (8) slovak - 8 fixed by lengyel (8) slovenian - 8 fixed by Necrolyte (8) spanish - 8 fixed by eusebio (8) traditional_chinese - 8 fixed by thomasau (8) ukrainian - 8 fixed by mad (8)
2007-04-13(svn r9621) -Codechange: implement newgrf house property 1E (cargo types)peter1138
2007-04-13(svn r9620) -Codechange: apply cargo translation table to newstation ↵peter1138
variables 0x60..0x65
2007-04-13(svn r9619) -Documentation: Comments on drawing arrays of houses and industriesbelugas
2007-04-12(svn r9617) -Codechange: Implement callback for cargo profit calculationpeter1138
2007-04-12(svn r9616) -Cleanup: Remove the NS setting type since it causes desyncs in ↵maedhros
multiplayer mode and only serves to confuse patch authors.
2007-04-12(svn r9615) -Update: WebTranslator2 update to 2007-04-12 20:22:06miham
hungarian - 8 fixed by miham (8) italian - 21 fixed, 707 changed by lorenzodv (728) japanese - 11 fixed by ickoonite (11)
2007-04-12(svn r9614) -Feature: Use the normal growth rate values when the growth rate ↵maedhros
is set to none and "Fund new buildings" is used.
2007-04-12(svn r9613) -Feature: Make it possible to have some control over the town ↵maedhros
growth. The default rate is TTD's original rate, and to approximate OpenTTD's previous behaviour the rate should be set to "Fast" or "Very Fast". Town growth can be switched off entirely, and if so, buildings will not be rebuilt. It is also possible to specify a proportion of towns that grow twice as fast as the others.
2007-04-12(svn r9609) -Codechange: Move some function prototypes out of functions.h ↵maedhros
and into landscape.h, and add a few where they didn't exist.
2007-04-12(svn r9602) -Fix (r5833): Building rail on steep slopes ignored ↵peter1138
build_on_slopes patch setting.
2007-04-11(svn r9601) -Codechange: Store grf file reference in station spec, not just ↵peter1138
GRF ID
2007-04-11(svn r9598) -Fix (r9563): brainfart? in elrail transparency. who knows...peter1138
2007-04-11(svn r9597) -Codechange: Exclude sign transparency when toggling all options ↵peter1138
on/off
2007-04-11(svn r9596) -Fix (r9563): (non-)transparency of station signs was confused ↵peter1138
with building transparency...
2007-04-11(svn r9595) -Fix (r9563): Transparency hotkeys didn't workpeter1138
2007-04-10(svn r9590) -Fix(r9550, fs728): some wrongfully entered data caused some ↵belugas
industries to appear where they should not have
2007-04-10(svn r9585) -Update: WebTranslator2 update to 2007-04-10 14:52:27miham
romanian - 26 fixed, 7 changed by kneekoo (33) turkish - 11 fixed by jnmbk (11)
2007-04-10(svn r9581) -Revert (r9562): This broke as much as it fixed, so revert until ↵maedhros
a proper way of paying for refits when cloning can be found.
2007-04-09(svn r9580) -Documentation: Correction of doxygen function declarationsbelugas
2007-04-09(svn r9579) -Codechange: Cleanup of industry_cmd (Step-11). Use industry's ↵belugas
spec appear_creation during random map creation.
2007-04-09(svn r9578) -Codechange: Cleanup of industry_cmd (Step-10). Use industry's ↵belugas
spec map_colour for smallmap industry color code drawing
2007-04-09(svn r9577) -Codechange: Add notion and data for industry map colour, used ↵belugas
in the smallmap_gui. Not used yet. -Move the check proc array, in order to make it more useful latter. -Add basic newGRF stuff on the industry spec. Not used yet.
2007-04-08(svn r9576) -Update: WebTranslator2 update to 2007-04-08 19:22:55miham
american - 15 fixed by WhiteRabbit (15) polish - 1 changed by meush (1)
2007-04-08(svn r9574) -Fix(r9520, FS#721): Oil Rig ( or industry with behaviour ↵belugas
INDUSTRYBEH_BUILT_ONWATER) should check all tiles before leaving the test. A tile in water does not ensure that all required tiles will necessary be on water.
2007-04-07(svn r9573) -Fix: enclose settings names containing spaces (like newgrf ↵glx
paths) with quotes