rubidium
b11f1bd4ed
(svn r21911) -Codechange: move tcache.last_speed to gcache.last_speed and make SetLastSpeed a function of GroundVehicle
2011-01-26 17:31:07 +00:00
rubidium
12b64a12b0
(svn r21910) -Codechange: rename some autoreplace internal functions so they don't collide with globabl functions
2011-01-26 17:30:17 +00:00
rubidium
8017c2a3d7
(svn r21909) -Fix: some missing spaces
2011-01-26 08:14:36 +00:00
translators
2bec6123f7
(svn r21908) -Update from WebTranslator v3.0:
...
german - 2 changes by dihedral
brazilian_portuguese - 36 changes by Luis_Mizuchiro
ukrainian - 3 changes by Fixer
2011-01-25 18:45:13 +00:00
translators
83ad2c4dfa
(svn r21906) -Update from WebTranslator v3.0:
...
polish - 2 changes by Simek
spanish - 1 changes by Terkhen
turkish - 4 changes by niw3
ukrainian - 2 changes by Fixer
2011-01-24 18:45:17 +00:00
translators
4c37e0ec2c
(svn r21905) -Update from WebTranslator v3.0:
...
japanese - 6 changes by kokubunzi
polish - 13 changes by Simek
slovenian - 2 changes by ntadej
spanish - 4 changes by Terkhen
ukrainian - 2 changes by Fixer
2011-01-23 18:45:20 +00:00
frosch
072f6d67ef
(svn r21904) -Fix: Include the capacity of non-refittable vehicles in the refitted-capacity, if their cargo matches.
2011-01-23 18:31:04 +00:00
smatz
25a22ec255
(svn r21903) -Codechange: warn only once for a train that has invalid length, not for each its wagon with invalid length
2011-01-23 17:50:24 +00:00
frosch
9a1c0f139a
(svn r21902) -Fix: Do not count articulated parts when passing the number of vehicles to refit to the command. That may exceed 8 bits.
2011-01-23 14:58:54 +00:00
frosch
3f103c35a6
(svn r21901) -Codechange: Save some bits in p2 of CmdRefitVehicle.
2011-01-23 13:25:26 +00:00
yexo
967bb84af3
(svn r21900) -Fix: [NoAI] hide automatic orders from AIs as they have no way of dealing with them
2011-01-23 13:08:50 +00:00
frosch
890a18c738
(svn r21899) -Fix: Do not show a vehicle selection in the RefitWindow for refit orders. You cannot select anything anyway.
2011-01-23 13:00:50 +00:00
rubidium
81ef0dbcfc
(svn r21898) -Fix [FS#4438]: using a pointer-iterator and adding things (thus reallocating) to the iterated array caused OpenTTD to crash on invalid pointers
2011-01-23 11:20:55 +00:00
rubidium
0de8332366
(svn r21897) -Fix (21707): Kenobi visited IsValidConsoleColour shortly
2011-01-23 00:11:15 +00:00
rubidium
1339d75f75
(svn r21896) -Cleanup: remove the unused StartScenario
2011-01-22 23:13:39 +00:00
rubidium
d74fc0bee3
(svn r21895) -Cleanup: get rid of the unused SLD_NEW_GAME
2011-01-22 23:08:32 +00:00
rubidium
7eadf07e44
(svn r21894) -Cleanup: get rid of the unused SM_START_SCENARIO
2011-01-22 23:08:18 +00:00
rubidium
0537672324
(svn r21893) -Update (r21892): remove the strings from the other language files as well
2011-01-22 23:07:51 +00:00
rubidium
cc8da3e5ab
(svn r21892) -Fix [FS#4421]: only some scenarios from the main scenario folder and no heightmaps could be started in the "start server" window
2011-01-22 23:07:23 +00:00
translators
03fb95f92f
(svn r21891) -Update from WebTranslator v3.0:
...
danish - 1 changes by nurriz
japanese - 12 changes by kokubunzi
slovenian - 1 changes by ntadej
turkish - 107 changes by niw3
ukrainian - 60 changes by Fixer
2011-01-22 18:45:21 +00:00
rubidium
7eba2bf4d3
(svn r21890) -Cleanup: remove some unneeded includes
2011-01-22 14:52:20 +00:00
rubidium
849772f0fd
(svn r21889) -Fix [FS#4434]: crash when scrolling outside of the main window (with some video backends)
2011-01-22 14:51:36 +00:00
rubidium
9e8db65223
(svn r21888) -Codechange: remove some unneeded (for the AI header) headers from some AI headers, reducing the include tree
2011-01-22 10:33:16 +00:00
rubidium
6ff844e7c4
(svn r21887) -Fix-ish: some headers weren't including the headers they depend on
2011-01-22 10:10:03 +00:00
rubidium
eb299736c1
(svn r21886) -Codechange: move documentation towards the code to make it more likely to be updated [n].
2011-01-22 09:53:15 +00:00
yexo
0cdb1c78cd
(svn r21885) -Fix [FS#4422]: NewGRF string codes 0x80 and 0x81 were broken since the typechecking of string parameters
2011-01-21 23:10:02 +00:00
translators
c9bd9b0c23
(svn r21884) -Update from WebTranslator v3.0:
...
bulgarian - 19 changes by yxomo
greek - 15 changes by Gonik, fumantsu
japanese - 201 changes by kokubunzi, nex259
ukrainian - 100 changes by Fixer
2011-01-21 18:45:18 +00:00
smatz
8b9f0d5ade
(svn r21883) -Codechange: make UpdateZPosition() faster by not calling GetSlopeZ() when not needed
2011-01-21 17:35:17 +00:00
smatz
e860075a16
(svn r21882) -Codechange: make use of the fact that vehicle's Z position can change only if it has GVF_GOINGUP_BIT or GVF_GOINGDOWN_BIT set
2011-01-21 16:51:56 +00:00
smatz
2a2363e819
(svn r21881) -Codechange: ensure that vehicle's GOINGUP/DOWN bits are set correctly and that it has correct z_pos when converting from older savegames
2011-01-21 16:48:41 +00:00
smatz
a6fcd78538
(svn r21880) -Fix: when a train after reversing ended at the last bit of a bridge ramp and directed outside the bridge, it could still have track set to TRACK_BIT_WORMHOLE
2011-01-21 16:35:12 +00:00
smatz
e308c348f0
(svn r21879) -Codechange: reset vehicle's GOINGUP/DOWN bits when it crashes
2011-01-21 16:20:55 +00:00
smatz
46dfdfd72b
(svn r21878) -Codechange: move parts of UpdateInclination() to separate functions
2011-01-21 16:13:54 +00:00
smatz
4432f7799d
(svn r21877) -Codechange: move definition of HALF_TILE_SIZE to tile_type.h
2011-01-21 15:48:52 +00:00
smatz
6dc24cf643
(svn r21876) -Codechange: typedef SpecializedVehicleBase and GroundVehicleBase to reduce typing
2011-01-21 14:43:38 +00:00
smatz
656caf16db
(svn r21875) -Codechange: indentation of some comments was wrong
2011-01-21 01:38:30 +00:00
smatz
1ac51128f5
(svn r21874) -Fix: when a single-vehicle train was reversed while on a slope, its GOINGUP/DOWN weren't swapped
2011-01-21 00:11:13 +00:00
translators
fa64ae9b3a
(svn r21869) -Update from WebTranslator v3.0:
...
japanese - 131 changes by kokubunzi
slovenian - 4 changes by ntadej
2011-01-20 18:45:10 +00:00
rubidium
289206b033
(svn r21868) -Fix (r21866 and some more): the changes to the main toolbar rail types dropdown should happen for the autoreplace dropdown as well
2011-01-20 12:40:40 +00:00
rubidium
4682434bc9
(svn r21867) -Codechange: move creating the rail type dropdown to a more general location
2011-01-20 12:40:04 +00:00
rubidium
2f6c840ebf
(svn r21866) -Feature [FS#4394]: [NewGRF] Rail type property to influence sorting of rail types in the drop down list
2011-01-20 12:22:38 +00:00
rubidium
6a2ae92811
(svn r21865) -Fix (r21862): don't perform savegame conversion when reinitialising some vehicle structures due to NewGRF changes
2011-01-20 09:35:16 +00:00
rubidium
89a135293a
(svn r21864) -Fix [FS#4430]: distant-join station would build at the wrong location when having persistent building turned on and selecting a "second" location for the station tile
2011-01-19 23:59:29 +00:00
rubidium
6435a89c28
(svn r21863) -Fix (r21849): load the amount that should be loaded instead of the amount that should not be loaded
2011-01-19 20:40:27 +00:00
terkhen
d426906a01
(svn r21862) -Codechange: Unify subtype handling between road vehicles and trains.
2011-01-19 20:04:09 +00:00
translators
be44f1306f
(svn r21861) -Update from WebTranslator v3.0:
...
japanese - 92 changes by kokubunzi
spanish - 52 changes by Terkhen
ukrainian - 2 changes by Fixer
2011-01-19 18:45:12 +00:00
terkhen
b5468e7a80
(svn r21860) -Codechange: Rename road vehicle subtype functions to match the train names.
2011-01-19 18:44:13 +00:00
terkhen
613743538d
(svn r21859) -Codechange: Move train subtype flags to GroundVehicle.
2011-01-19 18:42:54 +00:00
terkhen
cfbbcf1597
(svn r21858) -Codechange: Give more similar names to ArticulatedPart functions.
2011-01-19 18:41:53 +00:00
rubidium
3f9fa65a42
(svn r21855) -Feature [FS#4368]: [Network] Console command to change the password of other companies for servers (dihedral)
2011-01-19 16:52:57 +00:00
rubidium
795a528328
(svn r21854) -Codechange: refactor the password setting methods to make it possible to change the password of other companies (on the server)
2011-01-19 16:47:40 +00:00
rubidium
e54a1f6721
(svn r21853) -Codechange: HashCurrentCompanyPassword is only used by servers, so move it to network_server.* (dihedral)
2011-01-19 16:37:06 +00:00
rubidium
e95718bf43
(svn r21852) -Codechange: generalise GenerateCompanyPasswordHash (dihedral)
2011-01-19 16:35:11 +00:00
rubidium
c9609bbbc2
(svn r21851) -Codechange: rename NetworkClientSetPassword to NetworkClientSetCompanyPassword (dihedral)
2011-01-19 16:32:23 +00:00
rubidium
a82118f360
(svn r21850) -Codechange: move password hashing to a more general location (dihedral)
2011-01-19 16:30:09 +00:00
rubidium
2707186f6a
(svn r21849) -Codechange: move merging/splitting of cargopackets into a helper function (fonsinchen)
2011-01-19 16:25:00 +00:00
rubidium
07e14525b8
(svn r21848) -Codechange: unification of comment style for cargopacket.*
2011-01-19 16:20:26 +00:00
rubidium
922d60f516
(svn r21847) -Fix [FS#4423]: slowing down of trains was done by reducing the speed by 10%, but also when you're just 1% too fast, so limit the slowdown till the new maximum speed
2011-01-19 08:24:38 +00:00
rubidium
9ca4b629cd
(svn r21846) -Codechange: move documentation towards the code to make it more likely to be updated [o-s].
2011-01-18 23:09:43 +00:00
rubidium
7efd7e19ed
(svn r21845) -Codechange: move documentation towards the code to make it more likely to be updates [d-m].
2011-01-18 22:31:06 +00:00
rubidium
6c9078fd30
(svn r21844) -Codechange: move documentation towards the code to make it more likely to be updates [a-c].
2011-01-18 22:17:15 +00:00
rubidium
d89095b3ec
(svn r21843) -Codechange: move documentation towards the code to make it more likely to be updates [t-z].
2011-01-18 21:58:22 +00:00
rubidium
b8c9988d9f
(svn r21842) -Feature [FS#4393]: [NewGRF] Introduction dates/required types for rail types; e.g. introduce a particular rail type in 1960 (or when a vehicle using it is introduced), but also allow limiting its introduction to only happen when the required railtypes are available
2011-01-18 21:30:59 +00:00
rubidium
6371b75bcc
(svn r21841) -Feature: [NewGRF] Allow to define other railtypes that should be introduced if a particular rail type is introduced, e.g. to make sure slow rail is introduced when fast rail gets introduced
2011-01-18 21:28:07 +00:00
rubidium
561449992a
(svn r21838) -Change: allow LMB scrolling with the mouse outside of the extra viewport instead of canceling scrolling when going slightly over the edge
2011-01-18 21:09:13 +00:00
rubidium
22d17aa745
(svn r21837) -Fix [FS#4419]: LMB dragging would switch over to other viewports instead of staying locked to the viewport you started on
2011-01-18 21:08:19 +00:00
smatz
c0b051eb33
(svn r21836) -Fix: when a train was reversed while inside a tunnel/bridge, it wouldn't have (re)set the GOINGUP/DOWN bits after leaving the tunnel/bridge
2011-01-18 20:40:36 +00:00
smatz
772de6b52d
(svn r21835) -Codechange: use UpdateStatusAfterSwap() instead of copying the same code three times
2011-01-18 20:06:56 +00:00
translators
488b525161
(svn r21834) -Update from WebTranslator v3.0:
...
hungarian - 4 changes by IPG
japanese - 151 changes by kokubunzi
serbian - 1 changes by etran
spanish - 1 changes by Terkhen
ukrainian - 4 changes by Fixer
2011-01-18 18:45:18 +00:00
rubidium
6a17bf91e3
(svn r21833) -Fix [FS#4427]: desync debug savegames might not be actually saved in case threading is enabled, which is enabled by default
2011-01-18 18:14:14 +00:00
rubidium
3f900d3580
(svn r21832) -Feature: limit vehicle lateness to the length of a full timetable cycle, e.g. when a cycle takes 50 days and the vehicle is 65 days later reduce the lateness to 15 days
2011-01-18 14:27:43 +00:00
rubidium
39d7f3b2bd
(svn r21831) -Fix [FS#4414]: service orders for trains/aircraft would (sometimes) not get a time when autofilling
2011-01-18 14:25:45 +00:00
terkhen
ff6aeb8791
(svn r21830) -Fix: Deunionize a union which was not initialized correctly.
2011-01-17 19:40:06 +00:00
translators
39c5cfc5d1
(svn r21829) -Update from WebTranslator v3.0:
...
belarusian - 4 changes by KorneySan
croatian - 2 changes by VoyagerOne
czech - 1 changes by CrazyBenny
dutch - 4 changes by habell
english_US - 1 changes by Rubidium
estonian - 3 changes by notAbot
finnish - 1 changes by jpx_
french - 2 changes by glx
italian - 1 changes by lorenzodv
polish - 1 changes by amateja
romanian - 24 changes by kkmic
russian - 4 changes by KorneySan, Lone_Wolf
spanish - 2 changes by Terkhen
swedish - 3 changes by Ledel, urdh
ukrainian - 34 changes by Fixer
2011-01-17 18:45:51 +00:00
rubidium
b3fdf69ab5
(svn r21827) -Cleanup: remove string removed in r21826 from other languages too
2011-01-16 21:11:31 +00:00
rubidium
62128e8263
(svn r21826) -Fix [FS#4007]: the expectations from the "always build infrastructure" setting name/description didn't match the behaviour
2011-01-16 21:10:41 +00:00
translators
805afdb002
(svn r21825) -Update from WebTranslator v3.0:
...
catalan - 4 changes by arnau
czech - 2 changes by SmatZ
english_US - 1 changes by Rubidium
estonian - 1 changes by notAbot
finnish - 1 changes by jpx_
italian - 1 changes by lorenzodv
polish - 3 changes by nouwak
serbian - 1 changes by etran
spanish - 163 changes by Terkhen
swedish - 1 changes by Ledel
ukrainian - 1 changes by Fixer
2011-01-16 18:45:37 +00:00
smatz
92b90d877e
(svn r21824) -Codechange: don't call GetSlopeZ() when the ground vehicle is on a flat tile
2011-01-16 18:18:45 +00:00
alberth
32cd182ecc
(svn r21822) -Codechange: Merge event handling code.
2011-01-16 11:40:36 +00:00
alberth
4a203e8a49
(svn r21821) -Codechange: Clean up the jump conditions.
2011-01-16 11:39:57 +00:00
alberth
1e7c3fd2ff
(svn r21820) -Codechange: Concatenate both functions.
2011-01-16 11:39:09 +00:00
alberth
a2297dc594
(svn r21819) -Codechange: Swap order of HandleMouseDrag() and HandleDragDrop(), and split the w vardecl in the former.
2011-01-16 11:37:54 +00:00
terkhen
b8559492b5
(svn r21818) -Change: Rename the genders of the spanish translation.
2011-01-16 11:00:42 +00:00
rubidium
7ab524b048
(svn r21817) -Change: only show rail/road types that will eventually be available in-game. For example don't show trams when there is no tram NewGRF loaded
2011-01-16 10:25:47 +00:00
planetmaker
9b4beb0a5c
(svn r21816) -Fix [FS#4378] (r14012): Allow dragging of combo signals (again)
2011-01-15 22:50:49 +00:00
rubidium
7645c5ac43
(svn r21815) -Fix [FS#3908]: [YAPF] Apply a pathfinder penalty for back of one-way path signals so those aren't preferred over other possibilities
2011-01-15 22:40:54 +00:00
frosch
6e4dd56158
(svn r21814) -Fix/Add: Check GRF version from action 8, and disallow usage of GRFs with versions above 7.
2011-01-15 21:13:47 +00:00
terkhen
4d8a93c870
(svn r21813) -Fix [FS#4411](r21720): Prevent crash when displaying the owner view.
2011-01-15 20:23:15 +00:00
alberth
a1df4bea68
(svn r21812) -Fix (r21754): Don't try to scroll the matrix widget to position -1.
2011-01-15 19:54:53 +00:00
rubidium
89f245ab2f
(svn r21811) -Fix: guess what...
2011-01-15 18:46:42 +00:00
translators
1d3ce9ef1b
(svn r21810) -Update from WebTranslator v3.0:
...
croatian - 2 changes by VoyagerOne
estonian - 2 changes by notAbot
italian - 2 changes by lorenzodv
serbian - 4 changes by etran
spanish - 3 changes by Terkhen
2011-01-15 18:45:19 +00:00
rubidium
bd9f07e5a0
(svn r21809) -Fix [FS#4404]: remove unreached automatic orders as well when reaching an ordered waypoint or depot (fonsinchen)
2011-01-15 18:19:04 +00:00
rubidium
4784c3ac3c
(svn r21808) -Fix: don't create automatic orders when there are no manual orders (fonsinchen)
2011-01-15 18:16:46 +00:00
rubidium
bc9afec3b0
(svn r21807) -Codechange: split automatic order removal into a separate function (fonsinchen)
2011-01-15 18:14:29 +00:00
terkhen
53c9846f14
(svn r21806) -Codechange: Correct additional appearances of the same typo.
2011-01-15 16:27:04 +00:00
terkhen
93b26e8e3d
(svn r21805) -Codechange: Correct a typo.
2011-01-15 15:58:03 +00:00
smatz
0ab078158e
(svn r21804) -Remove [FS#4409]: the 'stopall' console command, as its functionality was broken. Group start/stop commands can be used instead
2011-01-15 15:51:16 +00:00
terkhen
679cd3c21b
(svn r21803) -Cleanup: Remove unnecessary semicolons.
2011-01-15 15:36:58 +00:00
smatz
2709454040
(svn r21802) -Cleanup (r2600): remove unused _vehicle_id_ctr_day
2011-01-15 14:20:34 +00:00
alberth
7be31ee03e
(svn r21801) -Fix (r21772): Attach scrollbar to select matrix in object gui.
2011-01-15 14:17:53 +00:00
rubidium
0c497dd113
(svn r21800) -Fix [FS#3569]: under certain circumstances one could crash a competitor's train; take the lazy non-future proof version of the fix from the 1.0 branch as fixing the real bug is significantly more complex and might even break some backwards compatability if not done perfectly
2011-01-15 09:53:21 +00:00
smatz
1b3e2309df
(svn r21799) -Fix: further variables need to be reset when we loaded a TTDPatch savegame in the past
2011-01-15 00:10:16 +00:00
smatz
804542b3f3
(svn r21798) -Fix: loading a TTO savegame failed after loading a TTDP savegame with vehicle multiplier bigger than 1
2011-01-14 22:23:09 +00:00
rubidium
6b86ee9888
(svn r21797) -Fix/Change: unify the size (in characters) of the string inputs with eachother and TTD to prevent crashes/asserts with e.g. signs that are too long
2011-01-14 22:08:40 +00:00
rubidium
080a941eda
(svn r21796) -Fix [FS#4398]: drive through road stop state wasn't properly converted from TTDPatch savegames
2011-01-14 21:54:37 +00:00
rubidium
85255ea001
(svn r21795) -Fix (r21790): when converting TTDPatch train waypoints, convert the data on the map as well
2011-01-14 20:52:22 +00:00
smatz
75351f4043
(svn r21794) -Fix (r21790): convert train orders too (Rubidium)
2011-01-14 19:51:50 +00:00
smatz
110e25e859
(svn r21793) -Fix (r20446): broken usage of GetTileOwner() caused wrong conversion of old savegames
2011-01-14 18:58:03 +00:00
translators
26eb9eb7e2
(svn r21792) -Update from WebTranslator v3.0:
...
belarusian - 1 changes by KorneySan
croatian - 1 changes by VoyagerOne
czech - 8 changes by CrazyBenny, marek995
dutch - 1 changes by habell
english_US - 3 changes by Rubidium
estonian - 1 changes by notAbot
finnish - 3 changes by jpx_
french - 3 changes by glx
german - 5 changes by planetmaker
hungarian - 1 changes by IPG
italian - 1 changes by lorenzodv
latvian - 1 changes by frosch
polish - 1 changes by wojteks86
russian - 1 changes by KorneySan
spanish - 4 changes by Terkhen
swedish - 1 changes by spacejens
turkish - 9 changes by niw3
ukrainian - 1 changes by Fixer
vietnamese - 1 changes by nglekhoi
2011-01-14 18:46:03 +00:00
rubidium
c6b46725db
(svn r21791) -Fix [FS#4407]: off-by-one-ish for the terraforming limit
2011-01-14 18:45:14 +00:00
smatz
c58a910c8e
(svn r21790) -Fix [FS#4398]: TTDPatch savegames can have train waypoints encoded as buoys
2011-01-14 16:49:29 +00:00
frosch
fad00367ae
(svn r21789) -Fix [FS#4405]: When the font misses the fallback character '?', use the sprite font's '?' instead.
2011-01-14 16:39:41 +00:00
frosch
93ae848b0a
(svn r21788) -Codechange: Enable GetRawSprite() to also load sprites not using the spritecache but a custom allocator function.
2011-01-14 16:36:34 +00:00
frosch
6cb017456a
(svn r21787) -Codechange: Pass the allocator function to use to ReadSprite().
2011-01-14 16:28:23 +00:00
smatz
c53c869556
(svn r21786) -Fix [FS#4398]: don't trust rail station width and height data stored by TTDPatch, it is invalid for stations wider or higher than 7
2011-01-14 16:20:25 +00:00
frosch
d811238dd0
(svn r21785) -Codechange: Make ReadSprite() not operate on the sprite chache directly.
2011-01-14 16:16:33 +00:00
smatz
ff469ab352
(svn r21784) -Fix (r16909): crash when converting savegame with custom waypoint name
2011-01-14 16:15:05 +00:00
frosch
ee67d10c80
(svn r21783) -Cleanup (r14997): Remove redundant assignment.
2011-01-14 16:09:51 +00:00
frosch
3d1008318b
(svn r21782) -Codechange: Move declaration of AllocatorProc from Blitter:: to spritecache.h
2011-01-14 15:34:33 +00:00
planetmaker
09d7f172a6
(svn r21781) -Change: Make the description of the setting on how to obtain the tooltip a bit clearer
2011-01-14 14:54:29 +00:00
terkhen
28676531b0
(svn r21780) -Change: Keep aqueducts and road/tram tunnels and bridges after removing a company.
2011-01-14 13:19:23 +00:00
terkhen
1b237216a8
(svn r21779) -Cleanup(r21778): Remove unneeded space at the start of a line.
2011-01-14 12:46:05 +00:00
terkhen
eb2b510e01
(svn r21778) -Add: After building a road or tram tunnel, connect it to any existing road or tram.
2011-01-14 12:01:07 +00:00
terkhen
87dade4698
(svn r21777) -Add: After building a road or tram bridge, connect it to any existing road or tram.
2011-01-14 12:00:07 +00:00
terkhen
998246430a
(svn r21776) -Codechange: Give a more appropriate name to the road connection function.
...
-Document: Add doxygen comments to the function.
2011-01-14 11:55:40 +00:00
alberth
e8e535f58c
(svn r21775) -Add: Allow vertical resizing of the newobject gui.
2011-01-13 22:02:13 +00:00
alberth
ab91d8eb4f
(svn r21774) -Change: Update the other languages too.
2011-01-13 22:01:42 +00:00
alberth
313654f18d
(svn r21773) -Change: Remove the dropdown, and make BOW_OBJECT_LIST a list of newobject classes.
2011-01-13 21:59:39 +00:00
alberth
b1546da65e
(svn r21772) -Feature: Add a clickable display of the available objects in the newobject gui.
2011-01-13 21:55:41 +00:00
translators
00f9a36645
(svn r21771) -Update from WebTranslator v3.0:
...
czech - 3 changes by CrazyBenny
marathi - 28 changes by jcravi
2011-01-13 18:45:10 +00:00
translators
0e802c462d
(svn r21770) -Update from WebTranslator v3.0:
...
latvian - 135 changes by dzhins
portuguese - 4 changes by JayCity
serbian - 1 changes by etran
2011-01-12 18:45:13 +00:00
translators
49e191cc8e
(svn r21769) -Update from WebTranslator v3.0:
...
latvian - 21 changes by dzhins
serbian - 8 changes by etran
swedish - 2 changes by Ledel
2011-01-11 18:45:13 +00:00
frosch
12b4fa7dba
(svn r21768) -Fix [FS#4396]: Diagonal tile iterator needed a special case for A * 0 selections.
2011-01-11 16:45:45 +00:00
rubidium
7e6ccf3a0a
(svn r21767) -Fix [FS#4397]: don't limit tile clearing during bankruptcy
2011-01-10 21:58:05 +00:00
translators
60874f88d0
(svn r21766) -Update from WebTranslator v3.0:
...
belarusian - 6 changes by KorneySan, Wowanxm
catalan - 1 changes by arnau
croatian - 1 changes by VoyagerOne
dutch - 1 changes by habell
estonian - 1 changes by notAbot
finnish - 1 changes by jpx_
french - 1 changes by glx
italian - 1 changes by lorenzodv
norwegian_bokmal - 6 changes by leaderroy
polish - 2 changes by amateja
russian - 1 changes by KorneySan
slovenian - 9 changes by ntadej
spanish - 1 changes by Terkhen
swedish - 3 changes by Ledel
ukrainian - 1 changes by Fixer
2011-01-10 18:45:51 +00:00
rubidium
4eb4aad54f
(svn r21765) -Fix [FS#4369]: PBS reservation was not shown on road crossings with NewGRF railtypes (andythenorth)
2011-01-09 20:54:56 +00:00
frosch
57c6133c3b
(svn r21764) -Change: Make the scrollbar associated to a NWidgetMatrix scroll in steps of the matrix when using the wheel or the scrollbar-buttons.
2011-01-09 20:40:35 +00:00
frosch
da09ebc59a
(svn r21763) -Codechange: Pass the distance to Scrollbar::UpdatePosition() in units of small or big steps.
2011-01-09 20:39:06 +00:00
translators
beb7f63746
(svn r21762) -Update from WebTranslator v3.0:
...
english_US - 1 changes by Rubidium
hungarian - 1 changes by IPG
korean - 1 changes by junho2813
norwegian_bokmal - 21 changes by leaderroy
swedish - 1 changes by Ledel
2011-01-09 18:45:20 +00:00
frosch
91e95dfd53
(svn r21761) -Add: Wheel-scrolling in the new build station GUI.
2011-01-09 18:43:47 +00:00
alberth
352fd000ea
(svn r21760) -Fix (r20452): Restore wheeling of vertical scrollbars.
2011-01-09 15:36:02 +00:00
alberth
f5364269b5
(svn r21759) -Codechange: Increase the initial horizontal size of the stationpicker slightly.
2011-01-09 15:34:58 +00:00
alberth
9d8496e65e
(svn r21758) -Add: Allow vertical resizing of the stationpicker window.
2011-01-09 15:34:00 +00:00
alberth
3281b91c48
(svn r21757) -Codechange: Use a list instead of a dropdown for selecting the station classes.
2011-01-09 15:33:00 +00:00
alberth
0a16e4ee91
(svn r21756) -Add: Display name of the selected station type in the station picker window.
2011-01-09 15:31:14 +00:00
alberth
dbef775e76
(svn r21755) -Feature: Display newgrf station sprites during station picking.
2011-01-09 15:27:48 +00:00
alberth
d8567d2699
(svn r21754) -Codechange: Scroll the matrix widget to make a clicked entry fully visible.
2011-01-09 15:25:33 +00:00
alberth
ec54970058
(svn r21753) -Codechange: Use a widget for the coverage text, and re-init instead of resize to adapt for height changes.
2011-01-09 15:24:36 +00:00
alberth
bd72b9d2a4
(svn r21752) -Doc: document the stationpicker widgets and variables.
2011-01-09 15:22:39 +00:00
alberth
9845f10668
(svn r21751) -Fix: Re-initialize the stationpicker data when newgrf classes have disappeared.
2011-01-09 15:21:55 +00:00
translators
63319e4658
(svn r21748) -Update from WebTranslator v3.0:
...
czech - 1 changes by SmatZ
norwegian_bokmal - 20 changes by leaderroy
2011-01-09 15:08:53 +00:00
rubidium
ade2f29f5d
(svn r21747) -Fix [FS#4395]: the diagonal iterator would iterate twice over some tiles (fonsinchen)
2011-01-09 14:55:22 +00:00
frosch
35be634974
(svn r21746) -Fix: [NewGRF] Canal variable 83 accessed water random bits also for non-water tiles (e.g. watery industries or objects).
2011-01-09 13:53:57 +00:00
frosch
8ffc288901
(svn r21745) -Fix: [NewGRF] Canal variable 80 shall return consistent heights within a lock.
2011-01-09 13:53:05 +00:00
frosch
716f4e924e
(svn r21744) -Fix: Allow Ctrl+Clicking automatic orders for scrolling to their destination.
2011-01-09 13:11:50 +00:00
rubidium
c8a4d122c5
(svn r21743) -Fix [FS#4386]: coast tiles weren't drawn under bridges
2011-01-09 12:17:52 +00:00
translators
2da2b57631
(svn r21742) -Update from WebTranslator v3.0:
...
german - 2 changes by planetmaker
swedish - 3 changes by Ledel
2011-01-08 18:45:10 +00:00
planetmaker
51b97aa3c1
(svn r21741) -Fix (r21668): Some white space slipped past the commit hook
2011-01-08 16:10:07 +00:00
translators
f420b5a66a
(svn r21740) -Update from WebTranslator v3.0:
...
belarusian - 57 changes by Wowanxm
catalan - 9 changes by arnau
croatian - 1 changes by VoyagerOne
german - 8 changes by kaefer1993
swedish - 6 changes by spacejens
ukrainian - 11 changes by Fixer
vietnamese - 3 changes by nglekhoi
2011-01-07 18:45:24 +00:00
rubidium
e2ef4aff46
(svn r21739) -Fix [FS#4388] (r19657): make clearing refit orders work again
2011-01-07 12:45:12 +00:00
frosch
be106c77a9
(svn r21738) -Fix (r21642)[FS#4384]: Start loading when cur_order_index points to the destination station, i.e. after deleting not-reached automatic orders.
2011-01-06 22:27:56 +00:00
frosch
29a0dd65a9
(svn r21737) -Fix (r1)[FS#4384-ish]: A loading order was also marked as 'not part of orders' when the order before the current order was deleted.
2011-01-06 22:24:02 +00:00
translators
4863d934af
(svn r21736) -Update from WebTranslator v3.0:
...
hungarian - 2 changes by IPG
polish - 2 changes by silver_777
russian - 9 changes by Lone_Wolf
swedish - 1 changes by Ledel
2011-01-06 18:45:17 +00:00
translators
c597237032
(svn r21735) -Update from WebTranslator v3.0:
...
croatian - 7 changes by VoyagerOne
dutch - 7 changes by Hyronymus, habell
english_US - 7 changes by Rubidium
estonian - 42 changes by notAbot
finnish - 7 changes by jpx_
french - 7 changes by glx
german - 1 changes by planetmaker
hungarian - 8 changes by IPG
irish - 4 changes by tem
italian - 8 changes by lorenzodv
korean - 1 changes by junho2813
polish - 7 changes by amateja
spanish - 81 changes by Terkhen
2011-01-05 18:45:43 +00:00
smatz
ce9a7acc8f
(svn r21734) -Change: use 'landscaping' instead of 'terraforming' in the English lang file (peter1138)
2011-01-05 12:39:50 +00:00
terkhen
03088dadda
(svn r21733) -Codechange: Clarify the update owner legend code.
...
-Fix: Prevent crashes caused by deleted companies.
2011-01-05 11:04:29 +00:00
rubidium
68412eebec
(svn r21732) -Fix (r21728): show the "proper" error that the landscaping limit is reached instead of "already flat"
2011-01-05 08:33:21 +00:00
rubidium
4cc2d71d6d
(svn r21731) -Fix (r21728): don't forget to update the saveload version, or to check for MSVC warnings
2011-01-05 07:57:10 +00:00
terkhen
b890bcb840
(svn r21730) -Fix (r21718): The smallmap owner legend would not be properly initialized in games without companies.
2011-01-04 22:59:42 +00:00
terkhen
0b27228d9a
(svn r21729) -Fix (r21718, r21720): In some cases clicking on a industry/company legend entry would not work.
2011-01-04 22:56:56 +00:00
rubidium
eab47d2227
(svn r21728) -Fix/Feature [FS#4331]: (configurably) limit amount of tiles that can be cleared/terraformed by a company
2011-01-04 22:50:09 +00:00
rubidium
7dafd04f4b
(svn r21727) -Fix [FS#4377]: admin bots weren't always notified of password changes (dihedral)
2011-01-04 22:28:02 +00:00
terkhen
ace917f872
(svn r21726) -Add: Allow to toggle height visualization in the owner view of the smallmap.
2011-01-04 21:03:57 +00:00
terkhen
995e80ba57
(svn r21725) -Cleanup: Remove unused owner code.
2011-01-04 21:03:01 +00:00
terkhen
aac2289bf8
(svn r21724) -Change: Do not reset the "Show height" state after closing the smallmap window.
2011-01-04 21:02:10 +00:00
terkhen
38ed740e80
(svn r21723) -Add: Enable/Disable all buttons to the owner view of the smallmap.
2011-01-04 21:01:29 +00:00
terkhen
bf45eacd97
(svn r21722) -Update: String names on other translations.
2011-01-04 21:00:45 +00:00
terkhen
7e6e7a6737
(svn r21721) -Codechange: Rename the smallmap button panel and its strings.
2011-01-04 20:59:41 +00:00
terkhen
b621e4545c
(svn r21720) -Feature: Allow to toggle visualization of company property in the owner view of the smallmap.
2011-01-04 20:58:42 +00:00
terkhen
4f1e96acf1
(svn r21719) -Doc: Correct a doxygen comment.
2011-01-04 20:58:07 +00:00
terkhen
2103f7e91a
(svn r21718) -Feature: Show a list of companies in the owner legend.
2011-01-04 20:57:11 +00:00
terkhen
e4b8a4e3bf
(svn r21717) -Codechange: Unify smallmap functions for getting the legend height.
2011-01-04 20:56:00 +00:00
terkhen
ebb360f48c
(svn r21716) -Add: Tooltip for the industry legend at the smallmap.
2011-01-04 20:54:36 +00:00
terkhen
5268d03abd
(svn r21715) -Fix: Use the correct land colour in the owner legend.
2011-01-04 20:53:57 +00:00
rubidium
73d26d3831
(svn r21714) -Codechange: unduplicate a bit of code path
2011-01-04 20:33:22 +00:00
translators
017a7f902b
(svn r21713) -Update from WebTranslator v3.0:
...
estonian - 7 changes by notAbot
marathi - 2 changes by jaguarnac
romanian - 4 changes by kkmic
swedish - 1 changes by spacejens
2011-01-04 18:45:13 +00:00
michi_cc
868d035b45
(svn r21712) -Change: Tune 'realistic' acceleration even more to make more trains reach their top speed.
2011-01-04 18:12:28 +00:00
frosch
6a38f88bd1
(svn r21711) -Change: Display the minimal height of the tile in the LandInfo window instead of the height of the northern corner. So it is more useful for NewGRF and AI developers, and maybe more transparent for players.
2011-01-04 13:58:14 +00:00
peter1138
1b61d234a1
(svn r21710) -Fix (r8128): Update oldloader for change in vehicle cur_image size.
2011-01-04 12:22:27 +00:00
peter1138
3408814169
(svn r21709) -Fix (r8128): Vehicle sprite was cached into a 16 bit variable, causing incorrect sprites to be displayed.
2011-01-04 12:04:09 +00:00
frosch
d9305ef99d
(svn r21708) -Add: [NewGRF] Report TTDPatch flag 4A (newobjects) as set.
2011-01-04 11:06:39 +00:00
rubidium
80591d73c1
(svn r21707) -Fix [FS#4371]: bit too strict assertion on validness of console colours
2011-01-03 20:54:20 +00:00
rubidium
b68d37f2aa
(svn r21706) -Fix-ish [FS#4370]: the old ship pathfinder is too stupid to provide "lost" notices; it would even get lost while following it's own path
2011-01-03 20:25:11 +00:00
translators
7daf2a4ec0
(svn r21705) -Update from WebTranslator v3.0:
...
catalan - 5 changes by arnau
croatian - 2 changes by VoyagerOne
dutch - 2 changes by Yexo
german - 1 changes by planetmaker
korean - 1 changes by junho2813
polish - 2 changes by amateja
russian - 1 changes by Lone_Wolf
serbian - 1 changes by etran
spanish - 3 changes by Terkhen
swedish - 1 changes by Ledel
2011-01-03 18:45:34 +00:00
smatz
810873ff33
(svn r21704) -Fix [FS#4374]: no need to perform any more checks after the connection is closed (Rubidium)
2011-01-03 18:36:51 +00:00
yexo
8e3e93b96f
(svn r21703) -Feature [FS#4372]: list_ai_libs console command to get a list of recognized AI libraries (dihedral)
2011-01-03 14:52:30 +00:00
rubidium
37b9c31118
(svn r21702) -Fix: make sure the colour argument of echoc is properly validated to be a text colour
2011-01-03 12:04:53 +00:00
rubidium
b25cf57542
(svn r21701) -Codechange: ConsoleColour = TextColour, so make it that way and remove some unneeded casts
2011-01-03 12:01:41 +00:00
rubidium
1c2d56d314
(svn r21700) -Codechange: GetDrawStringCompanyColour returns a TextColour
2011-01-03 11:55:08 +00:00
translators
6b5992788c
(svn r21699) -Update from WebTranslator v3.0:
...
english_US - 2 changes by Rubidium
finnish - 1 changes by jpx_
french - 1 changes by glx
indonesian - 62 changes by fanioz
italian - 1 changes by lorenzodv
norwegian_nynorsk - 3 changes by 2rB
turkish - 2 changes by niw3
2011-01-02 18:45:24 +00:00
rubidium
ad15cd37a6
(svn r21698) -Fix: incorrectly named global variable
2011-01-02 18:12:39 +00:00
yexo
4ec6c19d44
(svn r21697) -Codechange: use GetGameSettings() in a few more places to enhance readability
2011-01-02 12:52:37 +00:00
yexo
b22945350f
(svn r21696) -Feature [FS#4362]: allow changing the AI configuration in the scenario editor / in game
2011-01-02 12:41:24 +00:00
yexo
3ca65ab7b3
(svn r21695) -Codechange: add helper function to get the currently applicable GameSettings object
2011-01-02 00:34:21 +00:00
yexo
a25d6c64dd
(svn r21694) -Fix: changing AI settings ingame was impossible when the difficulty level was other than custom
2011-01-01 23:26:26 +00:00
smatz
c6a90361fc
(svn r21693) -Codechange: no need to cast char[] to const uint8*
2011-01-01 21:41:01 +00:00
smatz
8b6a8a8935
(svn r21692) -Cleanup: remove unused extern declaration of HashCurrentCompanyPassword(), make it static
2011-01-01 21:39:52 +00:00
smatz
13456934b1
(svn r21691) -Codechange: make sure GenerateCompanyPasswordHash() behaves deterministically when/if the value of NETWORK_SERVER_ID_LENGTH is changed
2011-01-01 21:38:13 +00:00
yexo
7814e6e792
(svn r21690) -Fix: the top of a tall building standing on a hill at the top of the map could be cut off in a giant screenshot
2011-01-01 21:15:50 +00:00
translators
2d17f09902
(svn r21689) -Update from WebTranslator v3.0:
...
traditional_chinese - 73 changes by josesun
italian - 1 changes by lorenzodv
serbian - 1 changes by etran
2011-01-01 18:45:13 +00:00
smatz
cae28bf8eb
(svn r21688) -Codechange: verify the colour code passed to IConsolePrint()/IConsolePrintF() is valid
2011-01-01 17:06:59 +00:00
smatz
666fbb28c2
(svn r21687) -Fix: verify the colour code we received from the server is valid
2011-01-01 17:02:29 +00:00
smatz
62bc55cf7b
(svn r21686) -Cleanup: remove unused constants and comment used ones
2011-01-01 16:35:32 +00:00
rubidium
36f55a8823
(svn r21685) -Codechange: prevent bug tracker entries like FS#2487 and FS#1613 for this year
2011-01-01 08:31:23 +00:00
planetmaker
9ddcbaf9b7
(svn r21684) -Fix [FS#4360] (r21573): Silence some compile warnings
2011-01-01 08:23:46 +00:00
translators
675f1376e0
(svn r21683) -Update from WebTranslator v3.0:
...
hungarian - 1 changes by IPG
russian - 3 changes by Lone_Wolf
2010-12-31 18:45:11 +00:00
glx
aa7a587ca3
(svn r21680) -Fix (r21656): of course MSVC complains
2010-12-31 16:13:34 +00:00
rubidium
64c7cc51b5
(svn r21679) -Fix (r21642): reading a just freed variable
2010-12-31 15:53:46 +00:00
yexo
582472d626
(svn r21678) -Update: use 'Ctrl+klik' instead of 'Ctrl+Klik' in the Dutch translation
2010-12-31 14:16:25 +00:00
rubidium
41015b877d
(svn r21677) -Fix: WT3 not validating some strings...
2010-12-31 14:12:35 +00:00
translators
b46aee796b
(svn r21675) -Update from WebTranslator v3.0:
...
czech - 3 changes by SmatZ
dutch - 12 changes by Yexo
english_US - 1 changes by Rubidium
estonian - 138 changes by notAbot
finnish - 5 changes by jpx_
french - 1 changes by glx
german - 3 changes by planetmaker
polish - 135 changes by amateja
spanish - 1 changes by Terkhen
vietnamese - 3 changes by sephiroth2m
2010-12-31 14:05:25 +00:00
smatz
4a0ce4bb14
(svn r21673) -Change [FS#4358]: do not show price to build a bridge in the scenario editor, it is free there
2010-12-31 10:15:35 +00:00
rubidium
e166a0eaed
(svn r21672) -Fix: mention AIEventTownFounded in the AI changelog as well
2010-12-31 09:43:42 +00:00
rubidium
6cf67eff15
(svn r21670) -Fix (prospective): EEK->EUR@2011
2010-12-31 09:09:40 +00:00
translators
4f4f9a1e4e
(svn r21669) -Update from WebTranslator v3.0:
...
simplified_chinese - 6 changes by ww9980
greek - 10 changes by fumantsu
2010-12-30 18:47:31 +00:00
rubidium
6546561360
(svn r21668) -Feature: command logging using the admin interface (dihedral)
2010-12-30 18:14:37 +00:00
alberth
661e13a86a
(svn r21667) -Codechange: Introduce _thd.Reset().
2010-12-30 15:32:31 +00:00
alberth
cedb07bba3
(svn r21666) -Codechange: Use GetCallbackWnd at more places.
2010-12-30 13:18:04 +00:00
alberth
22a13850cb
(svn r21665) -Codechange: Make GetCallbackWnd a method of _thd.
2010-12-30 13:16:31 +00:00
yexo
703ff560c1
(svn r21664) -Add: [NoAI] AIEventTownFounded
2010-12-29 23:44:39 +00:00
yexo
5b25e620dd
(svn r21663) -Add: [NoAI]: AIRail::GetName() to get the name of a railtype
2010-12-29 23:20:12 +00:00
rubidium
83d7634122
(svn r21660) -Fix [FS#4354]: autofill timetable had side effects in test mode, possibly causing desyncs in MP
2010-12-29 20:20:38 +00:00
translators
affd8b9d7b
(svn r21659) -Update from WebTranslator v3.0:
...
hungarian - 6 changes by IPG
indonesian - 9 changes by fanioz
italian - 3 changes by lorenzodv
malay - 24 changes by rionix88
norwegian_bokmal - 5 changes by Utvik
romanian - 130 changes by tonny
2010-12-29 18:45:21 +00:00
rubidium
cea92937eb
(svn r21658) -Fix [FS#4351]: cargo payment window wasn't properly invalidated when payment changed
2010-12-29 18:20:19 +00:00
smatz
e7971c2971
(svn r21657) -Cleanup (r17107): remove superfluous semicolon
2010-12-29 13:47:53 +00:00
planetmaker
6331923653
(svn r21656) -Fix [FS#4345] (r3722, r15301): Use a bool instead of uint8 to store a bool and use the dedicated accessor function when reading boolean settings (glx, rubidium)
2010-12-29 13:32:35 +00:00
yexo
bfc386fe10
(svn r21655) -Add: mention AITown::IsCity in the NoAI changelog
2010-12-29 12:41:01 +00:00
yexo
399a9641fe
(svn r21654) -Add: [NoAI] AITown::IsCity() so AIs can find out which towns grow faster than others (Lord Aro)
2010-12-29 12:19:33 +00:00
translators
0d613156e7
(svn r21653) -Update from WebTranslator v3.0:
...
catalan - 2 changes by arnau
english_US - 6 changes by Rubidium
esperanto - 13 changes by Christopher
estonian - 35 changes by notAbot
french - 8 changes by glx
japanese - 63 changes by dchou
serbian - 76 changes by etran
spanish - 6 changes by Terkhen
swedish - 48 changes by Zuu
turkish - 11 changes by niw3
2010-12-28 18:45:33 +00:00
smatz
aa4f269f3e
(svn r21652) -Cleanup: one semicolon is enough
2010-12-28 14:22:51 +00:00
rubidium
ade19e5242
(svn r21651) -Fix [FS#4338] (r21229): infinite loop in the road pathfinder due to bouncing around in an "one way" trap; two one ways pointing towards eachother making it impossible to leave
2010-12-27 22:32:47 +00:00
rubidium
639e22b83b
(svn r21650) -Fix [FS#4339]: make "centre [main] view" consistent, and make "[main|global] view" consistent
2010-12-27 21:10:52 +00:00
translators
f3292c304a
(svn r21649) -Update from WebTranslator v3.0:
...
belarusian - 2 changes by KorneySan
dutch - 34 changes by Hirundo, Hyronymus
esperanto - 2 changes by Christopher
malay - 12 changes by rionix88
marathi - 100 changes by jaguarnac
russian - 2 changes by KorneySan
serbian - 2 changes by etran
2010-12-27 18:45:24 +00:00
rubidium
b98c758e0b
(svn r21648) -Codechange: unduplicate a bit of code
2010-12-27 18:21:19 +00:00
rubidium
744616bb36
(svn r21647) -Fix: failure of WT3 to properly validate some string...
2010-12-26 19:26:48 +00:00
translators
9858065ff9
(svn r21646) -Update from WebTranslator v3.0:
...
croatian - 2 changes by VoyagerOne
english_US - 2 changes by Rubidium
finnish - 2 changes by jpx_
greek - 91 changes by fumantsu
hungarian - 2 changes by IPG
italian - 3 changes by lorenzodv
brazilian_portuguese - 58 changes by Ic3cold
slovenian - 2 changes by ntadej
spanish - 2 changes by Terkhen
swedish - 18 changes by Ledel
2010-12-26 18:45:33 +00:00
alberth
8282b66b70
(svn r21645) -Doc: Document SmallPair and SmallMap template parameters.
2010-12-26 17:47:00 +00:00
rubidium
28f16a732f
(svn r21644) -Change: keep showing "No orders" when the order list is filled with only automatic orders
2010-12-26 13:25:34 +00:00
rubidium
b06b05c360
(svn r21643) -Fix (r21642): crash when a train with no orders (or actually no order list) stops at a station
2010-12-26 12:55:12 +00:00
rubidium
64f04c3a74
(svn r21642) -Feature: concept of automatic station orders; add stub orders for intermediate stations and remove them when not visiting them anymore. This allows you to see what trains visit a station without actually having to order a vehicle to stop at all stations. Based on patch by fonsinchen
2010-12-26 09:03:19 +00:00
rubidium
8a278f7711
(svn r21641) -Fix (r21639): ofcourse MSVC wants to have something to warn about
2010-12-26 06:52:38 +00:00
rubidium
9b2a54bfbf
(svn r21640) -Change/Feature-ish: allow disabling the shading when drawing text
2010-12-25 20:02:04 +00:00
rubidium
1d21903eb4
(svn r21639) -Codechange: simplify setting the colour remap
2010-12-25 19:59:56 +00:00
alberth
d2564a3e56
(svn r21638) -Codechange (r1): Simplify testing that outersize.x is bigger than 0.
2010-12-25 19:58:50 +00:00
rubidium
2c41b8ee97
(svn r21637) -Codechange: make it more clear that IS_PALETTE_COLOUR belongs to TextColour
2010-12-25 19:47:15 +00:00
translators
13c5cd820b
(svn r21636) -Update from WebTranslator v3.0:
...
esperanto - 10 changes by Christopher
polish - 6 changes by wojteks86
slovenian - 1 changes by ntadej
turkish - 3 changes by niw3
2010-12-25 18:45:16 +00:00
rubidium
091cc85a18
(svn r21635) -Change: simplify/reduce release preparations/changes
2010-12-25 15:41:12 +00:00
rubidium
2c4c6b4fe1
(svn r21634) -Codechange: apparantly the "broken" iconv interface is the new official interface, so update the variable/definition naming slightly as it's not broken just different from the earlier iconv interface
2010-12-25 12:49:36 +00:00
smatz
d8b823142e
(svn r21633) -Fix (r21616): newly created skip-to order was created at wrong place
2010-12-25 12:48:23 +00:00
smatz
b5268dccbd
(svn r21632) -Codechange: call ResetObjectToPlace() even when current place_mode is HT_NONE
2010-12-25 12:47:05 +00:00
rubidium
b323000253
(svn r21631) -Fix [FS#4325]: ships with the old pathfinder would easily show up as lost, even when it would eventually find a path. Now also the distance from the "end" of the pathfinding run to the destination is compared to the current distance to the destination; if the distance to the destination at the end of the pathfinder run is less than the current distance from the destination the ship won't be marked as lost. This means that the ships with the old pathfinder will less likely get marked as lost, but due to the design of the old ship pathfinder there "lostness" is merely a best guess. When you still get a lost message
2010-12-25 12:20:18 +00:00
translators
2ebd4c62bc
(svn r21629) -Update from WebTranslator v3.0:
...
belarusian - 71 changes by KorneySan
czech - 56 changes by SmatZ
danish - 9 changes by Gummipalle
dutch - 61 changes by Hirundo
esperanto - 36 changes by Christopher
marathi - 188 changes by jaguarnac
portuguese - 15 changes by SupSuper
russian - 3 changes by KorneySan
ukrainian - 1 changes by Fixer
2010-12-24 18:45:31 +00:00
alberth
96906c1a45
(svn r21628) -Codechange: Remove local variables that just point to global _thd.
2010-12-24 17:51:46 +00:00
alberth
852e647bcc
(svn r21627) -Codechange: Remove _place_proc global variable.
2010-12-24 15:08:19 +00:00
alberth
9a5cce382f
(svn r21626) -Codechange: Remove more small static functions.
2010-12-24 15:06:58 +00:00
alberth
62f2771edd
(svn r21625) -Codechange: Record last started highlight action, and use it in the callback methods.
2010-12-24 15:06:18 +00:00
alberth
d28d469b7a
(svn r21624) -Codechange: Remove many small static functions.
2010-12-24 15:04:33 +00:00
alberth
d9405a0bcc
(svn r21623) -Codechange: Remove _terraform_button_proc and _editor_terraform_button_proc arrays.
2010-12-24 15:03:19 +00:00
alberth
479d117c68
(svn r21622) -Doc: Clarify the documentation of highlighting constants somewhat.
2010-12-24 14:56:21 +00:00
alberth
9cdd8c6d48
(svn r21621) -Codechange: Only consider tile highlighting mode bits in tile selection functions.
2010-12-24 14:55:31 +00:00
alberth
e930b9985d
(svn r21620) -Codechange: Don't consider direction bits when checking for an active highlight mode.
2010-12-24 14:52:42 +00:00
alberth
cdae336feb
(svn r21619) -Fix [FS#4327]: Don't copy direction bits when restarting a rail selection.
2010-12-24 14:48:38 +00:00
alberth
c5ce84267a
(svn r21618) -Fix: Use correct 3 bit mask for directions.
2010-12-24 14:38:00 +00:00
smatz
fffb8f89a4
(svn r21617) -Doc: refer to table/autorail.h, not autorail.h
2010-12-24 13:14:11 +00:00
smatz
889c8d3022
(svn r21616) -Change: do not highlight tile when selecting a vehicle to clone or an order to skip to
2010-12-24 13:13:28 +00:00
rubidium
fae5d4370d
(svn r21613) -Update: sync comments in the translation files with English for some recently untouched translations
2010-12-23 21:50:31 +00:00
smatz
e4e6735cea
(svn r21612) -Fix (r21608): dragging with HT_POINT was half a tile off
2010-12-23 20:25:55 +00:00
translators
7e65c65af9
(svn r21611) -Update from WebTranslator v3.0:
...
catalan - 147 changes by arnau
danish - 45 changes by Gummipalle
german - 1 changes by planetmaker
hungarian - 3 changes by IPG
indonesian - 4 changes by fanioz
korean - 1 changes by junho2813
brazilian_portuguese - 80 changes by Ic3cold
romanian - 7 changes by kkmic
russian - 1 changes by Lone_Wolf
slovenian - 56 changes by ntadej
2010-12-23 18:45:35 +00:00
alberth
802ec80c5d
(svn r21609) -Fix (r21545,r21552,r21580,r21586): Restore diagonal clearing of areas.
2010-12-23 14:38:01 +00:00
alberth
90780fd25b
(svn r21608) -Codechange: Move diagnonal rectangle dragging detection completely to tile highlighting.
2010-12-23 14:24:34 +00:00
alberth
1ba348914d
(svn r21607) -Codechange: Be more robust against having extra bits in HighLightStyle vars.
2010-12-23 14:15:05 +00:00
rubidium
e2a7ecbcae
(svn r21605) -Fix [FS#4324]: crash due to cargo payments belonging to an non-existing company
2010-12-23 07:17:00 +00:00
frosch
256fe89b38
(svn r21604) -Add: Variable 7B for accessing 60+x variables while taking the parameter from the accumulator.
2010-12-22 22:03:57 +00:00
rubidium
e9a595bda0
(svn r21603) -Codechange: no need to assign something to a variable and then test it for NULL when you're never using it again
2010-12-22 21:19:39 +00:00
rubidium
a38a1e7b0d
(svn r21602) -Codechange: split actual adding/removing of orders to/from a vehicle's order list from the validation of those (user) commands. Based on patch by fonsinchen
2010-12-22 21:16:34 +00:00
rubidium
fba9670a62
(svn r21601) -Fix [FS#4323]: company league table used stats from two quarters ago instead of last quarter
2010-12-22 19:52:23 +00:00
alberth
08c6b99294
(svn r21600) -Codechange: Remove new_drawstyle and new_diagonal variables from the _thd structure.
2010-12-22 19:24:36 +00:00
translators
1378bdad85
(svn r21599) -Update from WebTranslator v3.0:
...
croatian - 1 changes by VoyagerOne
czech - 1 changes by marek995
dutch - 21 changes by habell
italian - 57 changes by lorenzodv
polish - 3 changes by voythas
2010-12-22 18:45:18 +00:00
frosch
c4ad5d6fea
(svn r21598) -Fix (r3139, r21236, r21249)[FS#4275]: The default visual effect only depends on properties of the Engine (wagon or not, tractiontype, ...), not whether it is used as articulated part, front engine or whatever in a specific consist.
2010-12-22 15:40:22 +00:00
frosch
4b2624de1d
(svn r21597) -Fix (r21239): Also catch the case when callback 10 returns VE_DEFAULT.
2010-12-22 14:51:12 +00:00
frosch
fbe653d4ef
(svn r21596) -Codechange: Rename a misleading-named variable.
2010-12-22 14:38:24 +00:00
alberth
7303f7d199
(svn r21595) -Codechange: Some header files had their name changed, update the ifndef/define/endif lines.
2010-12-22 11:46:41 +00:00
alberth
67cd2cd6be
(svn r21594) -Codechange: Whitespace fixes in ifndef/define lines.
2010-12-22 11:24:38 +00:00
alberth
f65a9a5515
(svn r21593) -Codechange: endif comment correcttions.
2010-12-22 10:50:32 +00:00
alberth
366eaebc3e
(svn r21592) -Codechange: Return unique values for placing a sign and land-info querying, store the callback information locally, and use it instead of the global _place_proc.
2010-12-21 22:00:08 +00:00
alberth
a61cdd719d
(svn r21591) -Codechange: Align case functions.
2010-12-21 21:54:16 +00:00
alberth
24aedc08da
(svn r21590) -Codechange: All click handling functions of the main toolbar return CBF_NONE.
2010-12-21 21:48:31 +00:00
alberth
35a8e91d01
(svn r21589) -Codechange: Move PlaceLandBlockInfo() to the right file, introduce a ShowLandInfo() function.
2010-12-21 21:46:19 +00:00
translators
05e7e08430
(svn r21588) -Update from WebTranslator v3.0:
...
croatian - 56 changes by VoyagerOne
czech - 62 changes by SmatZ
english_US - 57 changes by Rubidium
finnish - 57 changes by USephiroth, jpx_
french - 57 changes by glx
german - 57 changes by planetmaker
hungarian - 54 changes by IPG
indonesian - 7 changes by fanioz
russian - 56 changes by Lone_Wolf
spanish - 57 changes by Terkhen
swedish - 142 changes by Zuu
2010-12-21 18:45:39 +00:00
alberth
c0a57999a1
(svn r21587) -Codechange: Move simple callback functions into the switch.
2010-12-21 18:07:07 +00:00
alberth
718585f05e
(svn r21586) -Codechange: Record the last started user action, and use that in the callback.
2010-12-21 18:06:23 +00:00
alberth
9784f12903
(svn r21585) -Codechange: Move the simple click functions into the switch.
2010-12-21 18:05:24 +00:00
alberth
fbd725ed9a
(svn r21584) -Codechange: Replace the _rail_build_button array by a switch.
2010-12-21 18:04:10 +00:00
terkhen
b9f93a48e9
(svn r21583) -Fix (r21566): The new scrollbar was not ignored correctly for ships and aircrafts.
2010-12-21 17:29:00 +00:00
alberth
a448dc24d9
(svn r21582) -Codechange: Simplify BuildRailClick_AutoSignals().
2010-12-21 16:36:00 +00:00
alberth
35491b71fb
(svn r21581) -Codechange: Fix indenting code style of a few multi-line statements.
2010-12-21 16:30:54 +00:00
alberth
264acca2fa
(svn r21580) -Codechange: Replace callback via pointer by a switch statement.
2010-12-21 16:27:50 +00:00
alberth
5a2bf89caf
(svn r21579) -Codechange: Remove _build_air_button_proc and its functions to a switch statement, record the last started action.
2010-12-21 16:26:34 +00:00
planetmaker
adc1760b0d
(svn r21578) -Fix [FS#2585]: [OSX] A double mouse cursor was shown under certain circumstances (based on patch by matheweis)
2010-12-21 16:05:25 +00:00
planetmaker
30eef98ec0
(svn r21577) -Codechange: [OSX] Deduplicate code by moving the handling of the window class for screen drivers to a common class
2010-12-21 16:02:55 +00:00
planetmaker
e38f96d609
(svn r21576) -Codechange: [OSX] Deduplicate code by moving the handling of the view for windowed screen drivers to a common class
2010-12-21 16:00:42 +00:00
planetmaker
26575ab8f8
(svn r21575) -Codechange: [OSX] Use the same class for the window delegate routines in windowed screen drivers
2010-12-21 15:57:55 +00:00
planetmaker
7ab04792c5
(svn r21574) -Codechange: [OSX] Move the variable declaration of the screen drivers to the generic class, deduplicating code
2010-12-21 15:56:02 +00:00
planetmaker
574e0830f1
(svn r21573) -Codechange: [OSX] Unify the naming of variables among different screen drivers a bit
2010-12-21 15:53:20 +00:00
planetmaker
0d3a0bb1c7
(svn r21572) -Codechange: [OSX] One palette is enough, we cannot use two colour depths at once
2010-12-21 15:48:43 +00:00
alberth
b633ffaa1d
(svn r21571) -Codechange: Having a break after a return is no good.
2010-12-21 15:23:54 +00:00
terkhen
884b44990a
(svn r21570) -Add: Allow to select a vehicle and the following chain with a keyboard shortcut.
2010-12-21 14:01:44 +00:00
terkhen
ea7c33ca6d
(svn r21569) -Add: Don't close the refit window after refitting only a consist part.
2010-12-21 14:00:58 +00:00
terkhen
3e6ebc7158
(svn r21568) -Add: Show the selected consist part at the refit window.
2010-12-21 14:00:14 +00:00
terkhen
f8c31319e9
(svn r21567) -Feature: Allow to refit only the selected part of a train consist.
2010-12-21 13:59:16 +00:00
terkhen
96f706fa83
(svn r21566) -Add: Draw current vehicle at the refit window.
2010-12-21 13:58:09 +00:00
terkhen
a136200c39
(svn r21565) -Codechange: Add pixel skip to DrawRoadVehImage().
2010-12-21 13:56:52 +00:00
terkhen
5a124feb6d
(svn r21564) -Fix: Avoid drawing road vehicles outside of their given space.
2010-12-21 13:56:07 +00:00
terkhen
759a596e0b
(svn r21563) -Codechange: Add function to get the width of a vehicle.
2010-12-21 13:54:57 +00:00
terkhen
8fc48a79da
(svn r21562) -Change: Add articulated parts of vehicles in a refit selection to that selection.
2010-12-21 13:53:19 +00:00
terkhen
a1ff6859c5
(svn r21561) -Change: Allow to specify the number of vehicles to refit in the refit vehicle command.
2010-12-21 13:52:10 +00:00
terkhen
d92f29b822
(svn r21560) -Codechange: Declare DrawVehicleImage in its header.
2010-12-21 13:50:31 +00:00
terkhen
53120a566c
(svn r21559) -Add: Disable the refit button until a refit option is selected.
2010-12-21 13:49:42 +00:00
rubidium
0209b1253a
(svn r21558) -Codechange: add the graphics set and its version to the screenshot metadata as well
2010-12-21 10:11:11 +00:00
rubidium
c874040636
(svn r21557) -Change: close the query windows when changing the language as often the strings are partly translated, which causes trouble in some cases
2010-12-21 10:06:21 +00:00
rubidium
ee87c91e05
(svn r21556) -Fix [FS#4320]: argt wasn't updated when argv was updated due to ARG_INDEX, so there was a mismatch between argt's offset and argv's offset causing trouble when getting the gender of a string
2010-12-21 10:04:40 +00:00
rubidium
e1d62dc81b
(svn r21555) -Fix [FS#4321]: strings for the query window weren't properly terminated to N characters anymore
2010-12-21 09:29:01 +00:00
rubidium
d446fd6766
(svn r21553) -Feature-ish: store the used OpenTTD version, NewGRFs and AIs in the screenshot file
2010-12-20 22:54:15 +00:00
alberth
23e3766bfb
(svn r21552) -Codechange: Move short callback functions into the switch.
2010-12-20 19:24:27 +00:00
alberth
896c4acda1
(svn r21551) -Codechange: Record the last started user action, and use that in the callback.
2010-12-20 19:23:07 +00:00
alberth
22273fb8e8
(svn r21550) -Codechange: Move the small static functions into the switch.
2010-12-20 19:21:50 +00:00
alberth
27d4a64020
(svn r21549) -Codechange: Unfold the _build_road_button_proc array into a switch.
2010-12-20 19:20:38 +00:00
alberth
1e07f74b1e
(svn r21548) -Codechange: Code style, multi line statements should indent two tabs.
2010-12-20 19:19:23 +00:00
planetmaker
76658083f8
(svn r21547) -Add [FS#4318]: Tooltip describing the the behaviour of the shift key for several actions
2010-12-20 19:17:24 +00:00
translators
a623ead9c9
(svn r21546) -Update from WebTranslator v3.0:
...
czech - 65 changes by SmatZ
indonesian - 22 changes by fanioz
lithuanian - 6 changes by BlinK_
2010-12-20 18:45:13 +00:00
alberth
a1cfb14d92
(svn r21545) -Codechange: Replace the callback by another switch.
2010-12-20 13:19:59 +00:00
alberth
eb99392966
(svn r21544) -Codechange: Fold the small static click functions into the switch.
2010-12-20 13:17:54 +00:00
alberth
1f9fe3999d
(svn r21543) -Codechange: Remove _build_docks_button_proc array.
2010-12-20 13:16:22 +00:00
alberth
50faf52cfc
(svn r21542) -Codechange (r14789): Handling a click at a tile once is enough.
2010-12-20 09:34:30 +00:00
smatz
79681051c8
(svn r21541) -Add: {DATE_SHORT} and {DATE_LONG} can now have cases
2010-12-19 20:15:32 +00:00
translators
3b46cf50b9
(svn r21540) -Update from WebTranslator v3.0:
...
bulgarian - 20 changes by Tvel
czech - 91 changes by SmatZ
finnish - 1 changes by USephiroth
hungarian - 90 changes by IPG
indonesian - 33 changes by fanioz
2010-12-19 18:45:20 +00:00
alberth
8626954fc3
(svn r21539) -Fix [FS#4315]: Show 'plant trees' button lowering of terraform toolbar.
2010-12-19 13:44:09 +00:00
smatz
5a6c9877cb
(svn r21538) -Add: {INDUSTRY} can now have cases
2010-12-18 22:50:46 +00:00
planetmaker
3448853b55
(svn r21537) -Cleanup: Add a few sprinkles of coding style
2010-12-18 21:54:09 +00:00
translators
7ff64ba3fa
(svn r21536) -Update from WebTranslator v3.0:
...
czech - 2 changes by SmatZ
indonesian - 15 changes by fanioz, prof
2010-12-18 18:45:10 +00:00
translators
37f6847b56
(svn r21534) -Update from WebTranslator v3.0:
...
czech - 29 changes by SmatZ
danish - 2 changes by silentStatic
dutch - 75 changes by habell
english_US - 8 changes by Rubidium
finnish - 80 changes by USephiroth, jpx_
french - 14 changes by glx
german - 34 changes by planetmaker
indonesian - 22 changes by fanioz
italian - 64 changes by lorenzodv
russian - 22 changes by Lone_Wolf, MajestiC
serbian - 90 changes by etran
slovenian - 87 changes by ntadej
spanish - 7 changes by Terkhen
2010-12-17 18:45:43 +00:00
rubidium
29fc9b1d48
(svn r21533) -Codechange: replace some magic numbers with less magic constants
2010-12-16 23:24:30 +00:00
translators
01f924daad
(svn r21532) -Update from WebTranslator v3.0:
...
croatian - 65 changes by VoyagerOne
czech - 128 changes by SmatZ, marek995
english_US - 84 changes by Rubidium
french - 71 changes by glx
frisian - 13 changes by gjannema
german - 63 changes by planetmaker
slovenian - 5 changes by ntadej
spanish - 81 changes by Terkhen
swedish - 3 changes by Zuu
ukrainian - 8 changes by Fixer
2010-12-16 18:45:33 +00:00
smatz
728220ec88
(svn r21531) -Fix: gcc 3.4 warning
2010-12-16 14:03:21 +00:00
smatz
92d54c1e96
(svn r21530) -Fix: remove trailing period from most of English strings
2010-12-15 23:43:39 +00:00
rubidium
95041ad220
(svn r21529) -Doc: update comment after function name change (Krille)
2010-12-15 23:23:30 +00:00
smatz
fb039534e2
(svn r21528) -Add: plural 'genders' for Czech translation
2010-12-15 23:05:00 +00:00
rubidium
efa010c23f
(svn r21527) -Fix (r21526, r21525): should ofcourse make sure I fix all wrong strings...
2010-12-15 22:50:44 +00:00
rubidium
f929c8e2cd
(svn r21526) -Fix: failure of WT3 to properly validate some strings...
2010-12-15 22:32:38 +00:00
translators
3e9c0c2b33
(svn r21525) -Update from WebTranslator v3.0:
...
croatian - 7 changes by VoyagerOne
czech - 3 changes by SmatZ
frisian - 19 changes by gjannema
greek - 6 changes by Gonik
hungarian - 5 changes by IPG
italian - 1 changes by lorenzodv
polish - 30 changes by nouwak
romanian - 12 changes by kkmic
spanish - 1 changes by Terkhen
2010-12-15 18:45:30 +00:00
michi_cc
e744b97ec8
(svn r21524) -Fix [FS#4302]: Do not apply the last signal red pathfinder penalty when the signal is a path signal.
2010-12-15 14:33:24 +00:00
terkhen
fc42e98226
(svn r21523) -Fix: Some windows were not updated correctly after a train acceleration model change.
2010-12-15 09:01:04 +00:00
planetmaker
832625bb0e
(svn r21522) -Fix: [OSX] Silence a warning when compiling without quartz and quickdraw
2010-12-15 01:30:13 +00:00
terkhen
48b7916458
(svn r21521) -Codechange: Unify some cached values that were present in both road vehicles and trains.
2010-12-14 21:33:53 +00:00
terkhen
a93944e765
(svn r21520) -Document: Complete the comments of GroundVehicleCache.
2010-12-14 21:31:45 +00:00
terkhen
a4a9274177
(svn r21519) -Codechange: Allow direct access to the GroundVehicleCache from a Vehicle.
2010-12-14 21:31:00 +00:00
terkhen
12c86a1391
(svn r21518) -Codechange: Rename AccelerationCache to GroundVehicleCache.
2010-12-14 21:28:45 +00:00
terkhen
d6959dcc6b
(svn r21517) -Codechange: Add IsGroundVehicle function to the Engine class.
2010-12-14 21:27:30 +00:00
terkhen
79e2b3153d
(svn r21516) -Codechange: Add IsGroundVehicle function to the Vehicle class.
2010-12-14 21:26:03 +00:00
terkhen
96b98b392a
(svn r21515) -Codechange: Use cached_total_length where appropiate.
2010-12-14 21:24:51 +00:00
translators
91df711d61
(svn r21514) -Update from WebTranslator v3.0:
...
belarusian - 5 changes by KorneySan
croatian - 4 changes by VoyagerOne
dutch - 1 changes by habell
english_US - 1 changes by Rubidium
finnish - 1 changes by jpx_
french - 1 changes by glx
italian - 4 changes by lorenzodv
russian - 5 changes by KorneySan
serbian - 5 changes by etran
2010-12-14 18:45:34 +00:00
rubidium
b149fcd127
(svn r21513) -Feature [FS#532]: make the chat message timeout user configurable
2010-12-14 15:00:43 +00:00
rubidium
e68efb9e71
(svn r21512) -Change/Feature: make the delay of the chat messages timing out unrelated to the number of passed game days, i.e. don't stop aging chat messages when the server is paused
2010-12-14 14:57:51 +00:00
rubidium
4045429df6
(svn r21511) -Feature: vehicle lost message for ships
2010-12-13 21:56:40 +00:00
rubidium
6bc002ad74
(svn r21510) -Feature [FS#1956]: vehicle lost message for road vehicles
2010-12-13 21:56:25 +00:00
rubidium
b05d2675fc
(svn r21509) -Codechange: rename the rail pathfinders "path_not_found" parameter to "path_found" and remove the ! where the variables are set / read
2010-12-13 21:55:59 +00:00
rubidium
6d831906a3
(svn r21508) -Codechange: move the code to handle the pathfinder's "path found" status to a separate function
2010-12-13 21:55:06 +00:00
rubidium
55a0e31c44
(svn r21507) -Update: the other translations
2010-12-13 21:54:27 +00:00
rubidium
3cb75db0d4
(svn r21506) -Codechange: rename the train/vehicle lost warning strings to be more generic
2010-12-13 21:53:54 +00:00
rubidium
e3b391249d
(svn r21505) -Change: generalise the lost_train_warning setting to lost_vehicle_warning
2010-12-13 21:53:23 +00:00
rubidium
49a77e89c4
(svn r21504) -Codechange: move the "lost" bit from the train's flags to vehicle flags
2010-12-13 21:52:39 +00:00
translators
a2b50b05c1
(svn r21503) -Update from WebTranslator v3.0:
...
belarusian - 8 changes by KorneySan
bulgarian - 155 changes by Wold
croatian - 2 changes by VoyagerOne
dutch - 7 changes by habell
english_US - 4 changes by Rubidium
finnish - 8 changes by USephiroth, jpx_
french - 5 changes by glx
italian - 4 changes by lorenzodv
malay - 4 changes by rionix88
polish - 7 changes by voythas
russian - 2 changes by KorneySan
spanish - 10 changes by Terkhen
2010-12-13 18:45:40 +00:00
rubidium
d2c7f91cbb
(svn r21502) -Change/Fix [FS#3991] (r150, r18402): before r18402 a train crash caused 2 "driver" deaths and a flooding 4 (added in r150). In r18402 the counting was merged and the flooding code was taken for counting drivers. Given those numbers were inconsistent (unlike for other vehicles) we better use the real original amount of driver deaths instead of the erroneous amount.
2010-12-13 18:26:09 +00:00
rubidium
20364bcefa
(svn r21501) -Fix (rnotlongago): guess what was complaining this time?
2010-12-13 15:34:30 +00:00
rubidium
6892cc8a60
(svn r21500) -Feature [FS#730]: diagonal tile clearing and terraforming. Based on patch by fonsinchen
2010-12-13 15:15:02 +00:00
rubidium
b20e77be92
(svn r21499) -Add: diagonal tile iterator. Based on patch by fonsinchen
2010-12-13 15:13:05 +00:00
rubidium
652e262601
(svn r21498) -Codechange: make the measurement tooltip handle diagonal selection properly
2010-12-13 15:11:03 +00:00
rubidium
959308a243
(svn r21497) -Codechange: prepare the viewport selection mechanism for selecting diagonally
2010-12-13 15:09:59 +00:00
rubidium
2e9108afe9
(svn r21496) -Fix (r21494): ofcourse older GCCs (< 4.3) have something to complain about
2010-12-13 12:52:43 +00:00
rubidium
7ecb00547b
(svn r21495) -Codechange: don't hide a local variable
2010-12-13 11:30:22 +00:00
rubidium
a336aacb4f
(svn r21494) -Codechange: split the tile iterator in two classes
2010-12-13 11:25:26 +00:00
rubidium
b448b7c98d
(svn r21493) -Codechange: don't use the full 32 bits of the level land command to tell whether to raise, lower or keep the level of the first selected tile
2010-12-13 11:21:53 +00:00
rubidium
542254e8ae
(svn r21491) -Document: the tile highlight data struct
2010-12-12 23:17:44 +00:00
rubidium
cdd35c6a51
(svn r21490) -Codechange: abstract/encapsulate the map area iterating a bit
2010-12-12 20:58:33 +00:00
rubidium
e0351ab414
(svn r21489) -Codechange: replace the last instances of TILE_LOOP with TILE_AREA_LOOP
2010-12-12 20:11:46 +00:00
rubidium
773b6136a9
(svn r21488) -Codechange: make use of TILE_AREA_LOOP in the tile list AI API
2010-12-12 18:47:08 +00:00
translators
a1a0526aaf
(svn r21487) -Update from WebTranslator v3.0:
...
english_US - 5 changes by Rubidium
finnish - 1 changes by jpx_
french - 5 changes by glx
german - 4 changes by planetmaker
hungarian - 10 changes by IPG
italian - 1 changes by lorenzodv
russian - 6 changes by Lone_Wolf
serbian - 7 changes by etran
slovenian - 9 changes by ntadej
turkish - 13 changes by niw3
2010-12-12 18:45:35 +00:00
rubidium
b5b8a7b5ed
(svn r21486) -Codechange: use TILE_AREA_LOOP for station expansion checks as well
2010-12-12 18:23:38 +00:00
rubidium
1123d4790f
(svn r21485) -Codechange: use CircularTileSearch to find whether there's a transmitter nearby
2010-12-12 18:18:50 +00:00
rubidium
02451d8af6
(svn r21484) -Codechange: use TILE_AREA_LOOP in CommonRaiseLowerBigLand
2010-12-12 18:05:34 +00:00