peter1138
ae48a7447b
(svn r9303) -Codechange: Use cargo class when counting passengers in a road vehicle crash, and when loading aircraft.
2007-03-18 22:32:05 +00:00
peter1138
8ef0e43b94
(svn r9302) -Codechange: Use cargo class to test for passengers when deciding on the livery scheme to use.
2007-03-18 22:11:24 +00:00
peter1138
e485b8f694
(svn r9301) -Codechange: Use cargo class to determine if a road vehicle can stop in bus or truck stops.
2007-03-18 22:07:44 +00:00
peter1138
f4cad9017e
(svn r9300) -Codechange: Use cargo's town effect property in the subsidy gui
2007-03-18 21:58:03 +00:00
richk
f44cbfe1fe
(svn r9299) -Fix (FS#675,FS#660): Small micro-movements on airports (of <4 pixels) caused odd aircraft movements. On oilrigs, this caused a full crash as movement would take helicopter out of airport/station tile.
...
Corrected by maneuvering aircraft directly over these tiny movements, rather than relying on movement by changing facing.
2007-03-18 21:44:00 +00:00
richk
408442d575
(svn r9298) -Fix (r1): A34-1000, Z-Shuttle, and Kelling K1 should be listed as small aircraft.
2007-03-18 21:38:30 +00:00
miham
051b3aba87
(svn r9292) [Translations] -Fix: Removed empty translation reached /trunk
2007-03-18 20:06:51 +00:00
miham
1f30eca98a
(svn r9286) -Update: WebTranslator2 update to 2007-03-18 19:56:07
...
american - 10 fixed by WhiteRabbit (10)
brazilian_portuguese - 7 fixed by fukumori (7)
bulgarian - 12 fixed by thetitan (12)
catalan - 3 fixed by arnaullv (3)
czech - 8 fixed by Hadez (8)
dutch - 8 fixed by habell (8)
french - 3 fixed by glx (3)
greek - 80 fixed by thanoulas (80)
italian - 7 fixed, 7 changed by sidew (6), bluesboy84 (8)
japanese - 11 fixed by PouncingAnt (2), ickoonite (9)
korean - 3 fixed by darkttd (3)
norwegian_nynorsk - 6 fixed by pollux (6)
polish - 7 fixed by meush (7)
russian - 9 fixed, 1 changed by DarkFenX (10)
slovak - 10 fixed by lengyel (10)
slovenian - 6 fixed by Necrolyte (6)
spanish - 9 fixed by eusebio (9)
swedish - 9 fixed by daishan (9)
traditional_chinese - 6 fixed, 4 changed by thomasau (10)
ukrainian - 9 fixed by mad (9)
2007-03-18 19:00:27 +00:00
rubidium
5171c3fbe4
(svn r9281) -Fix [FS#687]: compile failure when compiling with 'home directories' enabled (stepancheg).
2007-03-18 18:02:24 +00:00
rubidium
84d9f832c3
(svn r9277) -Fix [FS#685]: shared orders got messed up when the 'first' trains got removed in the depot.
2007-03-18 15:32:42 +00:00
celestar
693c2f12cb
(svn r9275) -Fix(r8973, FS#686): Faulty display of aircraft maximum velocity in the news item for new vehicles
2007-03-18 10:37:22 +00:00
rubidium
7fb3b4f83e
(svn r9271) -Codechange: make the language pack initialisation a little more clear and extendable (more language paths).
2007-03-17 22:21:05 +00:00
truelight
abf601a1ef
(svn r9270) -Backport r9269: add .hpp files to Doxygen output
2007-03-17 21:46:24 +00:00
rubidium
534db3cf08
(svn r9267) -Fix (r9266): some leftover includes and erronous call to ChangeWorkingDirectory (it was moved).
2007-03-17 14:15:21 +00:00
rubidium
50b2088674
(svn r9266) -Codechange: unify the retrieval of the base paths a little more.
2007-03-17 11:36:04 +00:00
peter1138
92486ac980
(svn r9259) -Codechange: NUM_CARGO isn't a valid cargo type...
2007-03-16 21:42:11 +00:00
peter1138
1014c82180
(svn r9257) -Codechange: Use cargo's town effect property for determining subsidy source/target type.
2007-03-16 17:40:31 +00:00
celestar
124725d863
(svn r9251) -Fix(r6057, FS#644): Use a less CPU-intensive algorithm to find a random industry for the AI to prevent it slowing down the game. The AI now sucks a even a bit more than before (if that's even possible).
2007-03-16 10:11:16 +00:00
peter1138
c5313e3479
(svn r9243) -Fix (r9162,FS#683): One too many table rows caused cargo acceptance mixup.
2007-03-16 00:55:59 +00:00
rubidium
e4e90ee1dd
(svn r9239) -Fix [FS#682]: PowerMac G5 CPU is not detected (oVRoM).
2007-03-15 23:26:47 +00:00
peter1138
99577265de
(svn r9236) -Codechange: Add 'town effect' attribute to cargo types. This will be used to specify how the cargo behaves wrt towns, instead of relying on fixed cargo IDs.
2007-03-15 22:48:46 +00:00
belugas
78b4c42f17
(svn r9215) -Documentation : correct Doxygen of comments
2007-03-15 17:42:32 +00:00
truelight
41caaf4d14
(svn r9205) -Fix: if you started openttd with '-g' you got the same map every run
2007-03-15 14:34:10 +00:00
truelight
eff72d1962
(svn r9198) [Config] -Add: added 'make run-gdb' which starts gdb + OpenTTD + OPENTTD_ARGS for you
2007-03-15 13:17:54 +00:00
belugas
eb1e6c19ad
(svn r9190) -Fix: Little typo in an enum.
2007-03-15 01:17:20 +00:00
maedhros
33e84b2c1e
(svn r9178) -Fix (r7573) [FS#679]: Don't allow building docks or buoys under bridges.
2007-03-14 12:56:09 +00:00
belugas
65ce0e36db
(svn r9162) -Codechange: Cleanup of industry_cmd (Step-8). Gather tile animation data into IndustryTileSpec array
...
Added a few documentation on remaining animation arrays (mostly ToyLand ones)
2007-03-14 02:52:50 +00:00
peter1138
4177215b41
(svn r9147) -Fix (r1770, r8161): when loadin games, enroute_from and enroute_from_xy were updated in the wrong place, causing issues with TTD savegames/scenarios.
2007-03-13 21:31:09 +00:00
KUDr
c7bcdb69b1
(svn r9146) -Fix [NTP][FS#676](r6800): "Train is lost" message is generated incorrectly. Forgot to set the best bird distance to zero in case we found the destination to indicate success. (de_zeurkous)
2007-03-13 21:04:22 +00:00
truelight
e3f73943f6
(svn r9137) -Fix: if all news-setting buttons show 'full', make the ALL-button show 'full' too
2007-03-13 12:05:41 +00:00
miham
31957860f3
(svn r9132) [Translations] -Fix: Removed empty strings added by last commit
2007-03-12 19:58:56 +00:00
rubidium
f19dc97e1a
(svn r9131) -Codechange: move the OSX application bundle resource directories so they comply (better) to Apple's guidelines and to our naming 'scheme' for the lang and data directories.
2007-03-12 15:54:19 +00:00
rubidium
1926b9038d
(svn r9130) -Codechange: move the fileio functions that do open a file into a Fio slot together.
2007-03-12 15:40:12 +00:00
rubidium
9299e76a25
(svn r9129) -Codechange: unify parts of DeterminePaths.
2007-03-12 15:25:33 +00:00
peter1138
1c55149e1f
(svn r9127) -Codechange: Check if a cargo is valid before displaying it in a station's cargo rating list. (And duff up the block a little)
2007-03-11 22:29:37 +00:00
bjarni
4cc3551ef2
(svn r9126) -Feature: "Function of scrollwheel" can now be set to off as well
...
Note: since this can be useful for all platforms, the GUI is no longer OSX specific.
Note: scrolling lists is still unaffected by this setting
2007-03-11 21:53:46 +00:00
bjarni
3cf65b8a08
(svn r9125) -Fix r9111: default scrollwheel setting is now zooming, not scrolling
2007-03-11 21:39:20 +00:00
miham
276eeb14df
(svn r9118) -Update: WebTranslator2 update to 2007-03-11 16:16:39
...
brazilian_portuguese - 2 fixed by fukumori (2)
bulgarian - 1 fixed by thetitan (1)
catalan - 5 fixed by arnaullv (5)
czech - 1 changed by Hadez (1)
esperanto - 1 fixed by LaPingvino (1)
french - 5 fixed by glx (5)
german - 1 fixed by Neonox (1)
greek - 260 fixed by thanoulas (260)
hungarian - 8 fixed by miham (8)
italian - 1 fixed by sidew (1)
korean - 12 fixed by leejaeuk5 (7), darkttd (5)
polish - 1 fixed, 2 changed by meush (3)
portuguese - 2 fixed by izhirahider (2)
slovenian - 1 fixed by Necrolyte (1)
traditional_chinese - 1 fixed, 42 changed by thomasau (43)
2007-03-11 15:17:30 +00:00
rubidium
16a9f79a6a
(svn r9117) -Fix: the (current) difficulty level button was not selected when opening the difficulty window.
2007-03-11 14:56:35 +00:00
miham
473f33f129
(svn r9116) [Translations] -Change: force remove of changed translations (r9115) to ensure they are really changed
2007-03-11 14:38:52 +00:00
rubidium
a2ca998dd4
(svn r9115) -Fix [FS#622]: make clear in the tooltips when the canal build tool (in the scenario editor) makes flooding water (ocean).
2007-03-11 14:17:53 +00:00
bjarni
9be41fede6
(svn r9112) -Feature r9111: scrollwheel scrolling can now also scroll the smallmap
2007-03-11 11:57:11 +00:00
bjarni
50fe0fe059
(svn r9111) -Feature: [OSX] mighty mice and touchpads can now scroll the map (in all directions)
...
It has to be enabled first (in patches->interface) first and this will disable scrollwheel zooming
Note: patch setting "Map scrollwheel speed" might need to be changed since the "correct" setting
appears to depend on what kind of mouse is in use (mighty mouse or touchpad)
2007-03-11 10:55:35 +00:00
belugas
6def45089d
(svn r9108) -Fix(9093) : MSVC was a bit unhappy with some of the type changes. So basically, widening the types makes the difference
2007-03-11 02:53:44 +00:00
belugas
e595130668
(svn r9106) -Documentation: forgotten usage of m2 (storing TownID) in statue unmovable tile type
2007-03-11 01:22:21 +00:00
rubidium
b89d13cdbf
(svn r9105) -Fix [FS#629]: disable the ability to make flooding water with the canal build tool. In the scenario editor you can still make both canals and flooding water at height level 0.
2007-03-10 21:44:22 +00:00
KUDr
00bc893312
(svn r9104) -Fix(r9080, r9081): UINT32_MAX is undefined on MSVC, std::numeric_limits doesn't exist in gcc 2.95 (MorphOS), so back to tree and use ~0 instead (peter1138)
2007-03-10 20:05:31 +00:00
peter1138
1a7d9dd6c0
(svn r9102) -Codechange: (NewGRF) Apply cargo translation table to vehicle refit masks
2007-03-10 16:21:29 +00:00
truelight
146e5e12ec
(svn r9097) -Fix [FS#525]: open and close messages now have their own setting, so you can hide economy changes, but do show open/close of industries
...
-Change: store news_display_opt in his own section, so it is no longer stored as uint in openttd.cfg (allows adding news-types easier)
2007-03-10 12:10:00 +00:00
peter1138
1461e39bb9
(svn r9094) -Codechange: Don't set up refit masks for engine types not in the current climate, and exclude engine types if their cargo type is invalid and they have no refittable type.
2007-03-10 10:08:38 +00:00