Commit Graph

15794 Commits

Author SHA1 Message Date
yexo
f0bc18a792 (svn r20369) -Feature: preview sprites for airports 2010-08-05 12:03:34 +00:00
yexo
5d5ddf780a (svn r20368) -Codechange: automatically rotate all nodes for airport movement if the airport is rotated 2010-08-05 12:03:06 +00:00
yexo
518241bc1b (svn r20367) -Codechange; don't use a pointer to access the AirportMovingData of the current position 2010-08-05 12:02:22 +00:00
yexo
2743532ae5 (svn r20366) -Codechange: store the rotation of the airport layout in the station struct and use it to rotate hangar tiles 2010-08-05 12:00:09 +00:00
yexo
7f7e3d4a3a (svn r20365) -Codechange: allow multiple layouts for one airport statemachine, store the layout number 2010-08-05 11:59:07 +00:00
yexo
c072b50dc6 (svn r20364) -Codechange: add infrastructure for airport callbacks 2010-08-05 11:57:55 +00:00
translators
dc98432669 (svn r20363) -Update from WebTranslator v3.0:
belarusian - 83 changes by Wowanxm
dutch - 2 changes by habell
german - 9 changes by dihedral
italian - 5 changes by lorenzodv
korean - 2 changes by junho2813
spanish - 2 changes by Terkhen
2010-08-04 17:45:20 +00:00
yexo
b08037a3b4 (svn r20362) -Codechange: use correct parameter type for SetFill in airport gui 2010-08-04 10:33:18 +00:00
terkhen
aa0e57ad31 (svn r20361) -Fix [FS#3989]: Stop vehicle following after zooming out. 2010-08-04 08:58:45 +00:00
rubidium
73bbbabfa8 (svn r20360) -Update: move Belarusian to the finished languages
-Add: stub for Marathi language (one of the languages in India)
2010-08-04 08:47:44 +00:00
translators
73ce8f1c10 (svn r20359) -Update from WebTranslator v3.0:
belarusian - 597 changes by KorneySan, Wowanxm
finnish - 2 changes by jpx_
french - 2 changes by glx
polish - 5 changes by silver_777
russian - 20 changes by KorneySan
serbian - 2 changes by etran
2010-08-04 08:46:28 +00:00
rubidium
f5d93f1961 (svn r20358) -Fix [FS#4008]: (r20281) crash when building some stuff when the measurement tooltip is disabled 2010-08-04 07:31:29 +00:00
frosch
dc60f8ce1a (svn r20357) -Fix (r20356): Call GetAllRoadBits() only if there is road. 2010-08-04 06:27:20 +00:00
rubidium
e69a9ba31d (svn r20356) -Fix [FS#3983]: apparantly one generic error message can't be understood... 2010-08-03 18:32:53 +00:00
michi_cc
b666885303 (svn r20355) -Fix (r20353): Stale comment. 2010-08-03 18:29:26 +00:00
rubidium
8dabbb1ebc (svn r20354) -Fix: some compilation errors in (unfinished) translations 2010-08-03 18:08:49 +00:00
michi_cc
95f5ad8c79 (svn r20353) -Add: [NewGRF] Support for callback 0x147 ("add sprite offset") for canals. 2010-08-03 17:48:07 +00:00
michi_cc
33ab403be8 (svn r20352) -Add: [NewGRF] Support for property 09, feature 05, i.e alternate canal sprite layout. 2010-08-03 17:48:03 +00:00
michi_cc
80943c5ec7 (svn r20351) -Codechange: Uncouple water lock and depot drawing. 2010-08-03 17:47:43 +00:00
translators
80eea10a48 (svn r20350) -Update from WebTranslator v3.0:
belarusian - 1070 changes by KorneySan, Wowanxm
simplified_chinese - 7 changes by pda1573
croatian - 2 changes by VoyagerOne
dutch - 2 changes by habell
finnish - 2 changes by jpx_
french - 2 changes by glx
german - 44 changes by NG
indonesian - 6 changes by prof
korean - 2 changes by junho2813
russian - 8 changes by KorneySan, Lone_Wolf
serbian - 2 changes by etran
spanish - 6 changes by Terkhen
vietnamese - 2 changes by nglekhoi
2010-08-03 17:45:43 +00:00
rubidium
afb7c7d813 (svn r20349) -Fix: don't pay stuff you didn't have to pay for previously :) 2010-08-03 16:42:47 +00:00
rubidium
f1458067e9 (svn r20348) -Fix [FS#4004]: [NoAI] Ship depots were constructed along the wrong axis 2010-08-03 16:38:15 +00:00
yexo
67adf766d0 (svn r20346) -Change: scan for tar files before scanning for AIs/NewGRFs so new AIs/NewGRFs inside a tar file are found 2010-08-03 13:32:02 +00:00
rubidium
c8efb43aaf (svn r20345) -Codechange: unify removing of objects a bit more 2010-08-03 13:03:25 +00:00
yexo
939abcc07c (svn r20344) -Feature: add rescan_newgrf console command 2010-08-03 12:54:19 +00:00
rubidium
16ea560aaf (svn r20343) -Fix (r20342): don't start svn commit too early... it won't see the later changes 2010-08-03 12:47:11 +00:00
rubidium
ac5e8d9825 (svn r20342) -Codechange: unify the construction of objects 2010-08-03 12:41:24 +00:00
rubidium
f475a7f5e7 (svn r20341) -Codechange: pass the tile of the HQ instead of the company to UpdateCompanyHQ 2010-08-03 12:36:40 +00:00
rubidium
e72a0a39bb (svn r20340) -Codechange: introduce some flags for objects and use them in some places 2010-08-03 12:07:55 +00:00
rubidium
fbda65a676 (svn r20339) -Codechange: reorder the HQ drawing data so it's in a slightly more logical order from the map array's point of view. 2010-08-03 11:39:17 +00:00
rubidium
d23e2d64b8 (svn r20338) -Codechange: unify the unmovable tile drawing 2010-08-03 11:35:57 +00:00
rubidium
d7921b24e6 (svn r20337) -Codechange: unify the construction of objects on the map 2010-08-03 08:58:12 +00:00
rubidium
3a971a7f03 (svn r20336) -Codechange: rework the HQ updating 2010-08-03 08:32:58 +00:00
rubidium
eb0fa68722 (svn r20335) -Codechange: change the name of some unmovable map accessors 2010-08-03 08:16:06 +00:00
rubidium
5ed887648c (svn r20334) -Codechange: reorder the unmovable bits a bit for futher extension 2010-08-03 08:09:45 +00:00
frosch
f273f2a656 (svn r20333) -Fix (r20332): Mask second operand to 5 bits to avoid differences between platforms. 2010-08-02 23:35:47 +00:00
frosch
253fd969fd (svn r20332) -Add: [NewGRF] AdvVarAct2 operators for SHL, SHR and SAR. 2010-08-02 23:12:43 +00:00
yexo
0cd442ea18 (svn r20331) -Doc: some more airport-related code 2010-08-02 23:09:38 +00:00
rubidium
b5b5c21ee5 (svn r20330) -Codechange: unify the removal of unmovables a bit 2010-08-02 23:05:54 +00:00
yexo
ebd2f999f0 (svn r20329) -Codechange: align the data of the original airports so it's better readable 2010-08-02 22:27:42 +00:00
rubidium
7fe695dc28 (svn r20328) -Codechange: unify the unmovable related commands and make building lighthouses/transmitters actually happen via a command 2010-08-02 22:10:05 +00:00
rubidium
2ac0a086ce (svn r20327) -Change: don't let building e.g. road remove light houses and transmitters in the scenario editor 2010-08-02 22:03:28 +00:00
rubidium
9d76cac1a7 (svn r20326) -Codechange: move UnmovableType to its own file 2010-08-02 21:35:59 +00:00
yexo
2ead6100a2 (svn r20325) -Fix (r20322): surround variable declarations in a switch-block with {} 2010-08-02 21:25:17 +00:00
yexo
d96f73665f (svn r20324) -Doc: add doxygen comments to the Airport struct belonging to a station 2010-08-02 21:11:52 +00:00
terkhen
ec6cba6b92 (svn r20323) -Codechange: Move Delete town code to a command. 2010-08-02 21:07:23 +00:00
terkhen
014771848d (svn r20322) -Codechange: Move Expand town code to a command. 2010-08-02 21:06:06 +00:00
rubidium
fd08e5d2d7 (svn r20321) -Codechange: rename GetUnmovableSpec to UnmovableSpec::Get and add+use a ::GetByTile 2010-08-02 20:57:32 +00:00
alberth
91eba89331 (svn r20320) -Doc: Small Doxygen and normal comment fixes, and an missed addition. 2010-08-02 20:47:27 +00:00
alberth
66b3d60b60 (svn r20319) -Codechange: Align comments, add indent to a function call. 2010-08-02 20:37:32 +00:00