smatz [Sun, 10 Feb 2008 11:35:05 +0000] rev 9019
(svn r12098) -Fix: make snow appear on rail tiles dependant on track height, not on height of the lowest part of the tile
glx [Sun, 10 Feb 2008 05:21:08 +0000] rev 9018
(svn r12097) -Fix (r654, r1525): loading old, pre savegame version 2, savegames.
smatz [Sat, 09 Feb 2008 17:36:21 +0000] rev 9017
(svn r12096) -Fix: remove leftover property when loading older savegames
smatz [Sat, 09 Feb 2008 17:30:13 +0000] rev 9016
(svn r12095) -Fix [FS#1703]: when a company bankrupts, remove drive-through road stops, ship depots and buoys too. Update owners of water and road.
smatz [Sat, 09 Feb 2008 15:07:31 +0000] rev 9015
(svn r12094) -Codechange: use DC_BANKRUPT command flag when removing player property to allow further fixes
smatz [Sat, 09 Feb 2008 12:20:50 +0000] rev 9014
(svn r12093) -Fix: do not set station owner for buoys when merging company
belugas [Sat, 09 Feb 2008 03:12:05 +0000] rev 9013
(svn r12092) -Fix(r11532)[FS#1755]: Make sure the production level will not get out of delimited boundaries, while using var result 0D/0E and than multiplying/dividing it.
And use multiply/divide operations instead of shifting. It does the same, just adds a bit more readability
belugas [Sat, 09 Feb 2008 03:03:09 +0000] rev 9012
(svn r12091) -Codechange : remove all production level magic numbers and replace them by enums
belugas [Sat, 09 Feb 2008 02:49:33 +0000] rev 9011
(svn r12090) -Codechange : removed a magic number and code style application on enum ExpensesType
belugas [Sat, 09 Feb 2008 02:46:49 +0000] rev 9010
(svn r12089) -Cleanup: re-order, yet another time, the files in msvc projects
smatz [Fri, 08 Feb 2008 19:57:56 +0000] rev 9009
(svn r12088) -Fix: assert when loading savegame with wrong tiletype at south map borders
glx [Fri, 08 Feb 2008 17:53:01 +0000] rev 9008
(svn r12087) -Fix: MSVC warnings
glx [Fri, 08 Feb 2008 16:56:52 +0000] rev 9007
(svn r12086) -Fix [FS#1747] (r11425): check overrides only for industries when mapping newgrf entities to 'real' entities
frosch [Fri, 08 Feb 2008 16:25:55 +0000] rev 9006
(svn r12085) -Fix(r12058): Road vehicles could get stuck, when NPF told them to reverse on junction tiles. (spotted by SmatZ)
frosch [Fri, 08 Feb 2008 15:34:54 +0000] rev 9005
(svn r12084) -Fix: 'Early retirement'-properties are signed.
belugas [Thu, 07 Feb 2008 18:02:22 +0000] rev 9004
(svn r12083) -Cleanup: Adding some more files in MSVC projects
belugas [Thu, 07 Feb 2008 17:24:38 +0000] rev 9003
(svn r12082) -Cleanup: MSVC projects do not care about the directory of the file while sorting. Only the "Absolute" name matters
belugas [Thu, 07 Feb 2008 17:01:06 +0000] rev 9002
(svn r12081) -Codechange: Rename table/roadveh.h to table/roadveh_movment.h
It is more descriptive name and it will not upset the generate script anymore
glx [Thu, 07 Feb 2008 16:17:00 +0000] rev 9001
(svn r12080) -Fix: update waypoint signs when changing language
peter1138 [Thu, 07 Feb 2008 10:01:18 +0000] rev 9000
(svn r12079) -Fix: Use search paths when opening console scripts.
belugas [Thu, 07 Feb 2008 04:47:38 +0000] rev 8999
(svn r12078) -Cleanup: Add missing headers on project files
belugas [Thu, 07 Feb 2008 03:45:02 +0000] rev 8998
(svn r12077) -Cleanup: Remove files not used anymore from project files
glx [Thu, 07 Feb 2008 01:56:39 +0000] rev 8997
(svn r12076) -Fix: when reusing a renamed deleted waypoint, keep the new name
peter1138 [Wed, 06 Feb 2008 23:08:49 +0000] rev 8996
(svn r12075) -Codechange: Remove explicit numbering on command enum, and remove blanks from command list where old commands have been removed.
smatz [Wed, 06 Feb 2008 23:08:04 +0000] rev 8995
(svn r12074) -Cleanup: use C++ variable scope and declaration in DrawTile_Trees()
smatz [Wed, 06 Feb 2008 22:59:31 +0000] rev 8994
(svn r12073) -Codechange: stop drawing trees a bit earlier when they are invisible
frosch [Wed, 06 Feb 2008 16:19:28 +0000] rev 8993
(svn r12072) -Fix: Make docks at sea flood neighboured tiles.
frosch [Wed, 06 Feb 2008 16:12:23 +0000] rev 8992
(svn r12071) -Feature(ette): Draw river- and canal-edges under docks and shipdepots.
frosch [Wed, 06 Feb 2008 15:32:06 +0000] rev 8991
(svn r12070) -Cleanup(r12042): Water-owner of shipdepots is no longer needed. Removed.
belugas [Wed, 06 Feb 2008 03:01:29 +0000] rev 8990
(svn r12069) -Feature[newGRF]: Specify the purchase, rail and road description of a bridge.
belugas [Wed, 06 Feb 2008 02:43:42 +0000] rev 8989
(svn r12068) -Fix(r12067): forgot a return
peter1138 [Tue, 05 Feb 2008 23:22:34 +0000] rev 8988
(svn r12067) -Cleanup: Codestyle on loading object references
belugas [Tue, 05 Feb 2008 05:21:02 +0000] rev 8987
(svn r12066) -Codechange: Rename GetBridge for the more common GetBridgeSpec
-Codechange: Remove direct access to the _bridge table in favor of the above mentioned GetBridgeSpec
-Codechange: Rationalize the use of Bridge type pointer
belugas [Tue, 05 Feb 2008 05:03:50 +0000] rev 8986
(svn r12065) -Codechange : removed a now useless declaration ( orig_bridge )
belugas [Tue, 05 Feb 2008 04:48:56 +0000] rev 8985
(svn r12064) -Codechange : Give grf bridges their own ResetBridges function, and put bridge spec in table/bridge_land.h, where it should be.
smatz [Tue, 05 Feb 2008 00:30:58 +0000] rev 8984
(svn r12063) -Cleanup: use C++ indenting and variable scope/declaration in BuildTownHouse()
smatz [Mon, 04 Feb 2008 23:24:22 +0000] rev 8983
(svn r12062) -Fix: possible deadlock when there are no houses available to build at given tile
-Fix: houses with zero probability could be built
smatz [Mon, 04 Feb 2008 22:44:05 +0000] rev 8982
(svn r12061) -Cleanup: since r12060, DC_FORCETEST is not used anymore
smatz [Mon, 04 Feb 2008 22:15:48 +0000] rev 8981
(svn r12060) -Fix: do not clear tiles when the town won't be able to build any buildings anyway
-Fix: allow building 2x2 building on slopes if not explicitly forbidden
-Fix: it was possible to build 2x1 and 1x2 buildings on slopes even if it was not allowed
glx [Mon, 04 Feb 2008 16:48:00 +0000] rev 8980
(svn r12059) -Fix (r12041): industries prop 24 is a word
frosch [Mon, 04 Feb 2008 16:24:25 +0000] rev 8979
(svn r12058) -Fix: Teach NPF where road vehicles and trams can reverse.
-Fix: Ships can drive through opponents' ship depots. (Thanks SmatZ)
-Codechange: Split NPFFollowTrack() in smaller parts.
smatz [Mon, 04 Feb 2008 15:56:39 +0000] rev 8978
(svn r12057) -Fix: slowdown train when approaching 90deg turn when 90deg turns are forbidden
frosch [Mon, 04 Feb 2008 15:26:35 +0000] rev 8977
(svn r12056) -Fix [FS#1704]: Enable YAPF to start searching inside a wormhole.
smatz [Mon, 04 Feb 2008 14:08:02 +0000] rev 8976
(svn r12055) -Fix: another way to fix AI trying to build road through depots
peter1138 [Mon, 04 Feb 2008 11:28:12 +0000] rev 8975
(svn r12054) -Cleanup: Use VehicleType instead of byte for vehicle types...
maedhros [Sun, 03 Feb 2008 20:23:59 +0000] rev 8974
(svn r12052) -Fix [FS#1737] (r11494): The cargo translation table was loaded at the right time, but all the other global variables were now loaded too early. ;)
rubidium [Sun, 03 Feb 2008 16:21:19 +0000] rev 8973
(svn r12050) -Fix: random_func broke for desync debug.
smatz [Sun, 03 Feb 2008 12:41:06 +0000] rev 8972
(svn r12049) -Fix (r10496)(r10619): memset on multibyte array with wrong byte count
belugas [Sun, 03 Feb 2008 03:37:33 +0000] rev 8971
(svn r12048) -Cleanup: Move some strings in the original bridge array, adjust documentation a bit.
belugas [Sun, 03 Feb 2008 00:24:53 +0000] rev 8970
(svn r12045) -Feature-ette(newGRF): Add support for var 12, Variational Action 2
rubidium [Sat, 02 Feb 2008 21:09:05 +0000] rev 8969
(svn r12044) -Fix [FS#1741]: crash when centering on a vehicle (aircraft) that is outside of the map.
smatz [Sat, 02 Feb 2008 20:15:20 +0000] rev 8968
(svn r12043) -Fix [FS#1736]: allow building transmitters and lighthouses on tree tiles
peter1138 [Sat, 02 Feb 2008 09:28:43 +0000] rev 8967
(svn r12042) -Fix [FS#1676]: Reimplement how rivers and canals are stored in the map, allowing the sea/river/canal status to also be
stored for buoys, docks, locks and depots. All these are now allowed on rivers and removal of them will revert to the
original water type.
belugas [Sat, 02 Feb 2008 03:23:26 +0000] rev 8966
(svn r12041) -Codechange: Add the loader and the property for action 00 industries, prop 24, nearby station name.
No assignation yet, no real work either.
belugas [Sat, 02 Feb 2008 02:45:09 +0000] rev 8965
(svn r12040) -Codechange: Change IsOrderListShared from a simple function to a class member(MagicBuzz).
peter1138 [Fri, 01 Feb 2008 22:13:59 +0000] rev 8964
(svn r12038) -Fix: Change ownership of or remove statues when merging/bankrupting companies.
glx [Fri, 01 Feb 2008 22:02:14 +0000] rev 8963
(svn r12037) -Codechange: replace OnNewDay_(Aircraft|RoadVeh|Ship|Train) with an OnNewDay method in the Vehicle class
peter1138 [Fri, 01 Feb 2008 20:10:57 +0000] rev 8962
(svn r12036) -Fix: For station tiles, only get road types for road stops.
frosch [Fri, 01 Feb 2008 17:27:45 +0000] rev 8961
(svn r12035) -Fix [FS#1702]: Teach YAPF where trams can reverse, and where not.
belugas [Fri, 01 Feb 2008 17:22:24 +0000] rev 8960
(svn r12034) -Codechange: A bit of code style cleaning, regarding comments.
Thanks to MagicBuzz who spotted yet another non-converted file
smatz [Fri, 01 Feb 2008 15:09:55 +0000] rev 8959
(svn r12033) -Fix: do not show train speed as zero after loading paused game
peter1138 [Thu, 31 Jan 2008 23:04:45 +0000] rev 8958
(svn r12032) -Fix: When removing a statue, remove town statue flag for the statue owner, not current player.
peter1138 [Thu, 31 Jan 2008 21:16:40 +0000] rev 8957
(svn r12031) -Fix [FS#1689,FS#1719]: Prevent towns from removing or claiming ownership of player owned tiles when growing.
miham [Thu, 31 Jan 2008 18:44:28 +0000] rev 8956
(svn r12030) -Update: WebTranslator2 update to 2008-01-31 19:43:58
brazilian_portuguese - 1 changed by tucalipe (1)
italian - 2 changed by lorenzodv (2)
japanese - 7 fixed by ickoonite (7)
frosch [Thu, 31 Jan 2008 17:54:13 +0000] rev 8955
(svn r12029) -Feature: Allow trees on shore.
frosch [Thu, 31 Jan 2008 17:46:08 +0000] rev 8954
(svn r12028) -Codechange: Split common part of station var 0x67, house var 0x62, indtile var 0x60 and industry var 0x62 to 'newgrf_commons.cpp'.
frosch [Thu, 31 Jan 2008 15:18:07 +0000] rev 8953
(svn r12027) -Documentation: Update 'landscape.html' and 'landscape_grid.html' to reflect reality and add some details.
orudge [Wed, 30 Jan 2008 19:07:41 +0000] rev 8952
(svn r12026) -Update: 'exit' is consistent with UK English in OpenTTD, 'quit' with US English
miham [Wed, 30 Jan 2008 18:43:59 +0000] rev 8951
(svn r12025) -Update: WebTranslator2 update to 2008-01-30 19:43:26
czech - 1 fixed by Hadez (1)
estonian - 11 changed by kristjans (11)
french - 2 changed by belugas (2)
korean - 1 changed by darkttd (1)
spanish - 5 fixed by eusebio (5)
frosch [Wed, 30 Jan 2008 18:40:42 +0000] rev 8950
(svn r12024) -Codechange: Reduce code duplication inside tree_cmd.
-CodeChange: When rocks get removed while planting trees, barren the ground.
-Fix: In one case trees could spread under bridges.
frosch [Wed, 30 Jan 2008 17:56:19 +0000] rev 8949
(svn r12023) -Fix [FS#1690]: Put a better suited text in the quit-dialog.
belugas [Wed, 30 Jan 2008 17:36:28 +0000] rev 8948
(svn r12022) -Revert(r12018): Invisible trees are now separate from the building concept.
So when you want invisible trees, just select the option of the same name in the Patch Options and toggle transparency of trees.
More to come on the saga of Invisibility. So stay tuned.
skidd13 [Wed, 30 Jan 2008 17:31:39 +0000] rev 8947
(svn r12021) -Cleanup: Make some parts of the town growth a bit more descriptive
-Codechange: Remove some needless checks
frosch [Wed, 30 Jan 2008 17:22:06 +0000] rev 8946
(svn r12020) -Documentation: Correct description of TropicZone.
peter1138 [Wed, 30 Jan 2008 10:27:45 +0000] rev 8945
(svn r12019) -Codechange: Add support for passenger engine designation for AI-use, NewGRF property 0x08 for trains.
belugas [Wed, 30 Jan 2008 03:34:24 +0000] rev 8944
(svn r12018) -Fix(FS#1721,r9563): Restore initial intent on the invisible tree while transparent building patch setting
rubidium [Tue, 29 Jan 2008 21:43:22 +0000] rev 8943
(svn r12017) -Fix: when you have more than 9 network interfaces you'll enter the wonderfull world of overflows.
egladil [Tue, 29 Jan 2008 19:23:31 +0000] rev 8942
(svn r12016) -Fix (r12003): os x compilation was broken again ;)
peter1138 [Tue, 29 Jan 2008 17:09:00 +0000] rev 8941
(svn r12015) -Fix [FS#1716] (Revert r11422): Patch in FS#1430 avoided instead of fixed the problem. GetStringWithArgs() discards information that SCC_GENDER_LIST needs to work. Now use pointers to retrieve GRF strings, so that GetStringPtr() will work correctly. This is advantageous as now no buffer copy is made when using all GRF strings.
rubidium [Tue, 29 Jan 2008 14:19:07 +0000] rev 8940
(svn r12014) -Fix: lighthouses and transmitters were never supposed to be build on a slope.
frosch [Tue, 29 Jan 2008 14:17:13 +0000] rev 8939
(svn r12013) -Fix: When modifying watered tiles, mark neighboured canals and rivers dirty in more cases.
frosch [Tue, 29 Jan 2008 14:02:18 +0000] rev 8938
(svn r12012) -Fix (r11795): Enable TownRatingTestMode during cost estimation with 'shift'-key.
frosch [Tue, 29 Jan 2008 13:54:52 +0000] rev 8937
(svn r12011) -Fix [FS#1701]: Do not consider one-corner-raised-shores to be watered tiles from all sides.
smatz [Tue, 29 Jan 2008 13:52:55 +0000] rev 8936
(svn r12010) -Fix (r11994): build tramway window should use STR_WHITE_TRAMWAY_CONSTRUCTION
peter1138 [Tue, 29 Jan 2008 13:27:31 +0000] rev 8935
(svn r12009) -Fix [FS#1707]: Avoid loading sample.cat if it 'looks' incorrect, and avoid later null pointer dereferences by moving volume lookup deeper.
miham [Tue, 29 Jan 2008 13:13:19 +0000] rev 8934
(svn r12008) -Update: WebTranslator2 update to 2008-01-29 14:07:31
brazilian_portuguese - 5 fixed, 5 changed by fukumori (4), tucalipe (6)
bulgarian - 7 fixed by thetitan (7)
catalan - 1 fixed by arnaullv (1)
danish - 9 fixed by ThomasA (9)
dutch - 5 fixed by habell (5)
estonian - 7 fixed, 12 changed by kristjans (19)
french - 1 fixed by glx (1)
german - 6 fixed by moewe2 (6)
italian - 1 fixed by lorenzodv (1)
korean - 6 fixed, 11 changed by leejaeuk5 (17)
russian - 9 fixed by Smoky555 (9)
slovak - 7 fixed by lengyel (7)
slovenian - 7 fixed by Necrolyte (7)
swedish - 6 fixed by ChrillDeVille (6)
ukrainian - 7 fixed by mad (7)
glx [Tue, 29 Jan 2008 00:45:24 +0000] rev 8933
(svn r12007) -Fix (r12003): win32 compilation was broken again ;)
rubidium [Tue, 29 Jan 2008 00:36:55 +0000] rev 8932
(svn r12006) -Fix: implement FS#1697 without the nasty side effects as specified in FS#1712.
rubidium [Tue, 29 Jan 2008 00:29:28 +0000] rev 8931
(svn r12005) -Fix [FS#1717]: possible reading from an invalid pointer. Patch by PhilSophus.
rubidium [Tue, 29 Jan 2008 00:27:25 +0000] rev 8930
(svn r12004) -Codechange: refactor the random functions to reduce code duplication.
rubidium [Tue, 29 Jan 2008 00:26:31 +0000] rev 8929
(svn r12003) -Codechange: don't declare InteractiveRandom[Range] in multiple places.
peter1138 [Mon, 28 Jan 2008 17:51:45 +0000] rev 8928
(svn r12002) -Cleanup (r11981): Remove obsolete code to skip sprites from indexed GRFs.
frosch [Mon, 28 Jan 2008 15:55:59 +0000] rev 8927
(svn r12001) -Fix: When skipping Action 11 or 12, also skip belonging sprites.
frosch [Mon, 28 Jan 2008 15:19:35 +0000] rev 8926
(svn r12000) -Fix (r11926): If no river NewGRF is loaded, use sloped water from locks.
frosch [Mon, 28 Jan 2008 14:36:54 +0000] rev 8925
(svn r11999) -Fix: Do entrance-slope-check for every tile of railstations.
smatz [Mon, 28 Jan 2008 12:40:31 +0000] rev 8924
(svn r11998) -Fix [FS#1692](r10053): possible remote assert by setting bit 6 of p1 for CMD_REMOVE_ROAD
belugas [Mon, 28 Jan 2008 03:33:41 +0000] rev 8923
(svn r11997) -Fix(FS#1712, r11985): Remove the code temporary, until a better scheme is implemented.
smatz [Sun, 27 Jan 2008 20:20:53 +0000] rev 8922
(svn r11996) -Fix [FS#1706]: update train statusbar when stopping from zero speed
maedhros [Sun, 27 Jan 2008 17:34:08 +0000] rev 8921
(svn r11995) -Cleanup (r11994): Change the string names in all the other languages.
maedhros [Sun, 27 Jan 2008 17:32:12 +0000] rev 8920
(svn r11994) -Codechange: Remove numbers from string names where the strings aren't present in TTD, since they don't correspond to either TTD's TextIDs or OpenTTD's StringIDs.
peter1138 [Sun, 27 Jan 2008 11:01:10 +0000] rev 8919
(svn r11993) -Fix: Resize station/roadstop/dock/airport construction windows if cargo acceptance list is too long.
bjarni [Sun, 27 Jan 2008 02:09:46 +0000] rev 8918
(svn r11992) -Fix (r9905): When building two rail stations close to each other (with control) so they looked like one long track trains would see them as one (spotted and fixed by eddi)
peter1138 [Sat, 26 Jan 2008 22:41:24 +0000] rev 8917
(svn r11991) -Cleanup: Remove strings removed in r11990
peter1138 [Sat, 26 Jan 2008 22:15:39 +0000] rev 8916
(svn r11990) -Codechange: Show all cargo sources (en-route from) in the station view
cargo waiting list instead of just one. The station view window is now
resizable to cope with the extra information.
peter1138 [Sat, 26 Jan 2008 21:02:35 +0000] rev 8915
(svn r11989) -Fix: Resize autoreplace window to fit purchase information text if it is too large.
peter1138 [Sat, 26 Jan 2008 20:55:04 +0000] rev 8914
(svn r11988) -Codechange: Add a generic way of changing a widget's size and adjust the widgets around it to suit.
belugas [Sat, 26 Jan 2008 03:11:27 +0000] rev 8913
(svn r11987) -Feature[newGRF]: Allow the industry view window to be resized only when callback 3A (Show additional text in industry window) is available for the current industry.
This now allows grf authors to specify longer than 3 lines of text.
peter1138 [Fri, 25 Jan 2008 21:09:12 +0000] rev 8912
(svn r11986) -Fix: build system ignored changes to table/control_codes.h which require strgen to be rebuilt
belugas [Fri, 25 Jan 2008 18:13:04 +0000] rev 8911
(svn r11985) -Feature[FS#1697, newGRF]: Implement var 8F(random bits) during callback 28 (Industry location permissibility)
frosch [Fri, 25 Jan 2008 16:51:35 +0000] rev 8910
(svn r11984) -Fix: Also draw corner shores under rail tracks.
frosch [Fri, 25 Jan 2008 15:47:58 +0000] rev 8909
(svn r11983) -Codechange: Add some helper functions for slopes and use them.
frosch [Fri, 25 Jan 2008 13:54:27 +0000] rev 8908
(svn r11982) -Revert (r8738): Now we have shores in corners. No need to remove them from TTDP games.
peter1138 [Fri, 25 Jan 2008 13:48:39 +0000] rev 8907
(svn r11981) -Fix [FS#1698]: Use unicode glyph mapping to fix up missing/shuffled sprites in original data files instead of shuffling or skipping
sprites directly. Some required glyphs were not loaded.
-Fix: Large capital U with grave (?) along with some other glyphs are broken in the original data files, so do no display them.
smatz [Thu, 24 Jan 2008 23:56:43 +0000] rev 8906
(svn r11980) -Fix: newer versions of cut do not accept field index 0
rubidium [Thu, 24 Jan 2008 18:47:05 +0000] rev 8905
(svn r11979) -Codechange: drop MSVC 2003 support because MSVC 2003 is broken in such a manner that it triggers an internal compiler error without any clue what of the code is wrong. Even trying to bisect the problem does not give a single line of code that causes the trouble.
skidd13 [Thu, 24 Jan 2008 18:35:35 +0000] rev 8904
(svn r11978) -Codechange: Replace some global variables with window owned ones
belugas [Thu, 24 Jan 2008 18:28:52 +0000] rev 8903
(svn r11977) -Fix(r11976): not a typo, not a bug. Just a removal that should have been done.
Would help to compile first...
belugas [Thu, 24 Jan 2008 18:16:04 +0000] rev 8902
(svn r11976) -Fix: It seems that industries using results 0D/0E on callback cb29/35 were a bit too eager to close down.
frosch [Thu, 24 Jan 2008 17:32:03 +0000] rev 8901
(svn r11975) -Documentation: Distinguish between station types in 'landscape_grid.html'.
frosch [Thu, 24 Jan 2008 14:57:43 +0000] rev 8900
(svn r11974) -Fix [FS#1684]: Shore and sea tiles under bridges were converted to canals in old savegames.