summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2007-04-20(svn r9702) -Codechange: Add livery support to newgrf vehicle var 43peter1138
2007-04-20(svn r9701) -Codechange: Add support for returning 'ttdpatch variables' - ↵peter1138
http://wiki.ttdpatch.net/tiki-index.php?page=ActionDSpecialVariables
2007-04-20(svn r9697) -Fix [YAPF](r9694): 'unused variable' warning (glx)KUDr
2007-04-20(svn r9694) -Fix [YAPF][FS#736]: the guessed path (when PF stopped on max. # ↵KUDr
of nodes passed) was ignored for ships (desolator)
2007-04-20(svn r9693) -Codechange [YAPF]: GetBestNode() now returns pointer to node ↵KUDr
instead of reference
2007-04-20(svn r9692) -Fix (r9683): don't try to remove vehicles from the queue of a ↵rubidium
non-existing station.
2007-04-20(svn r9691) -Fix (r9683): Forgotten savegame bump...peter1138
2007-04-20(svn r9690) -Codechange: Update another couple of NewGRF TTDPatch flagspeter1138
2007-04-20(svn r9689) -Fix: Clone vehicles will no longer refit for freebjarni
2007-04-20(svn r9688) -Codechange: Created a function to get default cargo type for a ↵bjarni
cargo type
2007-04-20(svn r9687) -Update: WebTranslator2 update to 2007-04-20 17:51:25miham
romanian - 2 fixed by kneekoo (2) simplified_chinese - 9 fixed by Fishingsnow (9) slovak - 2 fixed by lengyel (2) slovenian - 2 fixed by Necrolyte (2) traditional_chinese - 2 changed by xbddc (2)
2007-04-20(svn r9686) -Codechange: Update a couple of NewGRF TTDPatch flagspeter1138
2007-04-20(svn r9685) -Fix (r9683): Call v->LeaveStation() when a vehicle in a station ↵maedhros
is sent to a depot.
2007-04-20(svn r9684) -Fix (r9683): Remove vehicles from the station loading list ↵maedhros
instead of adding them again when they leave, and add a v->LeaveStation() call for aircraft.
2007-04-20(svn r9683) -Fix [FS#423]: improved loading does not use a huge amount of ↵rubidium
processing power anymore when having a lot of trains.
2007-04-20(svn r9682) -Codechange: Add support for saving/loading std::lists ↵peter1138
containing object references (REF_*)
2007-04-19(svn r9681) [Translations] -Fix: removed two unnecessary colons from the ↵miham
finnish translations (spotted by ln-)
2007-04-19(svn r9680) -Update: WebTranslator2 update to 2007-04-19 21:10:21miham
bulgarian - 2 fixed by thetitan (1), kokobongo (1) czech - 2 fixed by joeprusa (2) danish - 2 fixed by ThomasA (2) dutch - 2 fixed, 1 changed by habell (3) esperanto - 2 fixed by LaPingvino (2) estonian - 2 fixed by vermon (2) finnish - 2 fixed by habazi (2) german - 3 fixed by Neonox (3) italian - 18 fixed, 2 changed by lorenzodv (20) japanese - 10 fixed by ickoonite (10) norwegian_bokmal - 27 fixed by oletk (27) polish - 10 fixed by meush (10) russian - 2 fixed by HMage (2) spanish - 2 fixed by jfrank (2) traditional_chinese - 2 fixed by xbddc (2) turkish - 11 fixed by jnmbk (11) ukrainian - 2 fixed, 5 changed by fevral13 (7)
2007-04-19(svn r9679) -Codechange: use enums to identify transparency widgets and add ↵belugas
a bit of documentation (patch by Wolf01)
2007-04-19(svn r9678) -Codechange: Support changing of aircraft running cost via ↵peter1138
callback 36.
2007-04-19(svn r9677) -Codechange: Make the 'transparent buildings' menu item toggle ↵peter1138
all transparency, to keep its old behaviour.
2007-04-19(svn r9676) -Codechange: introduce NUM_INDUSTRYTYPES instead of IT_END.belugas
This makes the code clearer.
2007-04-18(svn r9673) -Cleanup: remove spaces before tabs and replace non-indenting ↵rubidium
tabs with spaces.
2007-04-18(svn r9672) -Cleanup: lots of coding style fixes around operands.rubidium
2007-04-18(svn r9671) -Codechange: Implement NewGRF callback 36, which allows changing ↵peter1138
of various properties which were previously static. Vehicle max speed and train power/te/running costs are adjustable.
2007-04-18(svn r9670) -Documentation: add documentation to some the _map files.rubidium
2007-04-18(svn r9669) -Documentation: some more doxygen fixesbelugas
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)