truebrain
9fbf16356e
(svn r20134) -Revert (r20131): OOM is a nasty person
2010-07-12 21:21:05 +00:00
frosch
dcd605a9a9
(svn r20133) -Revert (r20130): Vehicles could deadlock themself in roadstops.
2010-07-12 19:36:06 +00:00
frosch
0a026ff41f
(svn r20132) -Fix [FS#3944](r20126): There can also be halftile foundations on slopes with opposite corners raised.
2010-07-12 18:15:37 +00:00
translators
6e7a8dfd86
(svn r20131) -Update from WebTranslator v3.0:
...
bulgarian - 6 changes by kokobongo
korean - 5 changes by junho2813
portuguese - 9 changes by ABCRic
russian - 9 changes by Lone_Wolf
2010-07-12 17:45:14 +00:00
frosch
f717248990
(svn r20130) -Fix [FS#3935]: Standard roadstops can also be left via manual depot orders.
2010-07-11 20:34:29 +00:00
translators
9c97a65b44
(svn r20128) -Update from WebTranslator v3.0:
...
bulgarian - 57 changes by kokobongo
croatian - 5 changes by VoyagerOne
finnish - 9 changes by jpx_
french - 9 changes by glx
german - 9 changes by planetmaker
hungarian - 24 changes by IPG
irish - 7 changes by tem
serbian - 5 changes by etran
spanish - 10 changes by Terkhen
swedish - 5 changes by Zuu
tamil - 142 changes by vv
2010-07-11 17:45:36 +00:00
frosch
5cc2591716
(svn r20127) -Fix [FS#3929]: Replace 'invalid engine' with 'vehicle model'.
2010-07-11 17:39:23 +00:00
frosch
72ee11a7c6
(svn r20126) -Fix [FS#3883]: Make railtype Terrain Type variable aware of RAIL_GROUND_HALF_SNOW. That is, resolve the sprites for upper and lower part of the foundation independently.
2010-07-11 17:28:19 +00:00
frosch
19fb8ba6f8
(svn r20125) -Change: [NewGRF] If a tile has a snow-flag in the map array, use that for Terrain Type variables, instead of always only using the tile Z position. Also use the maximum Z of a tile for tiles which usually have levelling foundations (stations, houses, industries, unmovables).
2010-07-11 17:11:14 +00:00
frosch
987417e665
(svn r20124) -Fix (r20118): Don't bring windows to front by hovering over them.
2010-07-11 14:35:53 +00:00
terkhen
0a689a67f5
(svn r20123) -Add [FS#3721]: Use all available space when drawing articulated road vehicles.
2010-07-11 13:14:08 +00:00
terkhen
175547b3a5
(svn r20122) -Fix: Correct vehicle list tooltips at the depot window.
2010-07-11 11:01:24 +00:00
terkhen
9cf9bb9b92
(svn r20121) -Add: OnHover method for windows.
2010-07-11 11:00:09 +00:00
terkhen
10fbb87823
(svn r20120) -Feature [FS#3913]: Tooltips are shown by hovering the mouse over a widget instead of by right clicking on it.
2010-07-11 10:58:55 +00:00
terkhen
51e6cb0a70
(svn r20119) -Add: Tooltips can be removed if the user stops hovering the mouse.
2010-07-11 10:55:57 +00:00
terkhen
9aef7b8c3d
(svn r20118) -Add: Detect if the mouse has been hovering over the same point.
2010-07-11 10:53:07 +00:00
terkhen
dd5bf70f20
(svn r20117) -Codechange: Use a Point struct to store double click position.
2010-07-11 10:50:47 +00:00
terkhen
066aa61a45
(svn r20116) -Add: Show an specific error message when trying to convert/remove nonexistant signals.
2010-07-10 20:18:59 +00:00
terkhen
bb24713218
(svn r20115) -Add: Show an specific error message when trying to remove nonexistant stations.
2010-07-10 20:17:05 +00:00
terkhen
191389fa8d
(svn r20114) -Add: Show an specific error message when trying to remove rail or build/convert/remove signals over nonexistant railways.
2010-07-10 20:15:35 +00:00
terkhen
40e58f78ba
(svn r20113) -Add [FS#3895]: Show an specific error message when trying to remove nonexistant roads (Krille).
2010-07-10 20:12:32 +00:00
terkhen
5eb5ddbf31
(svn r20112) -Codechange: Prevent implicit use of CommandCost constructors.
2010-07-10 19:59:31 +00:00
translators
08d4fb21f5
(svn r20111) -Update from WebTranslator v3.0:
...
bulgarian - 74 changes by kokobongo
portuguese - 3 changes by ABCRic
ukrainian - 1 changes by Fixer
2010-07-10 17:45:12 +00:00
alberth
b06d18b19a
(svn r20110) -Fix [FS#3695]: Do not allow building a rail track to the water using a tree-tile.
2010-07-10 13:04:31 +00:00
alberth
7e0e7fb0e5
(svn r20109) -Codechange: Make GetFloodingBehaviour() globally usable.
2010-07-10 12:45:34 +00:00
frosch
9060a7ac00
(svn r20108) -Change: [NewGRF] Report substitute industry type in AI railstation selection callback.
2010-07-10 10:55:16 +00:00
frosch
969c059fea
(svn r20107) -Add: [NoAI] AIIndustryType::INDUSTRYTYPE_TOWN and AIIndustryType::INDUSTRYTYPE_UNKNOWN for AIRail::BuildNewGRFRailStation(). Note that BuildNewGRFRailStation() now checks the passed industry type for validity.
2010-07-10 10:54:30 +00:00
frosch
1055c2b0fd
(svn r20106) -Fix (r5999): Engine and vehicle age were clamped at 0xFFFF, though there are 32bit available.
2010-07-10 08:54:57 +00:00
rubidium
d4da257ff9
(svn r20105) -Revert (r20102) [FS#3938]: resetting DirectMusic completely, although working, causes a temporary freeze of OpenTTD. As MCI behaves better than DirectMusic that has become the default music driver; small delay between songs beats wrongly pitched/bad sounding songs
2010-07-09 22:25:25 +00:00
michi_cc
58f1470129
(svn r20104) -Fix: [Win32] The win32 MIDI driver might clip the start of a song.
2010-07-09 20:50:28 +00:00
frosch
cddd6df252
(svn r20103) -Fix [FS#3934]: AITown::GetRating() returned wrong values. (Morloth)
2010-07-09 19:50:06 +00:00
rubidium
24fe1f41a5
(svn r20102) -Fix: OpenMSX music sounds odd after certain songs are played. Likely because the instruments weren't reset properly
2010-07-09 17:47:52 +00:00
translators
03b079f856
(svn r20101) -Update from WebTranslator v3.0:
...
estonian - 16 changes by Jaanus
polish - 3 changes by xine
portuguese - 6 changes by ABCRic, JayCity
romanian - 2 changes by kkmic
2010-07-09 17:45:17 +00:00
terkhen
5ea472650c
(svn r20100) -Fix: Give priority to ownership errors while removing rails.
2010-07-09 16:43:00 +00:00
terkhen
f363f64c51
(svn r20099) -Fix [FS#3882]: Give priority to ownership errors while removing roads.
2010-07-09 16:41:51 +00:00
michi_cc
811f0db597
(svn r20098) -Fix [FS#3898]: A train reversing in a station would sometimes fail to release its reserved path.
2010-07-09 14:14:17 +00:00
alberth
82fc340a0a
(svn r20097) -Codechange: Share constant bitset of safe level crossing slopes.
2010-07-09 12:14:02 +00:00
rubidium
72bfda4634
(svn r20090) -Fix: savegames would (very likely) end with 128 KiB worth of useless zeros
2010-07-08 18:45:52 +00:00
frosch
4ce5c6d93d
(svn r20089) -Fix [FS#3932]: Access of already freed memory, esp. due to hidden destructor call from Swap().
2010-07-08 18:38:38 +00:00
translators
02e4371ecb
(svn r20088) -Update from WebTranslator v3.0:
...
simplified_chinese - 29 changes by ww9980
irish - 18 changes by tem
2010-07-08 17:45:10 +00:00
rubidium
b7fe013793
(svn r20087) -Fix [FS#3876, FS#3887, FS#3920, FS#3923]: if after loading a savegame (including intro game) one tried to save a game (including autosave) and that failed (very) early on because it couldn't open the file for writing all pointers would be converted to NULLs which then causes corrupted game states
2010-07-08 11:50:42 +00:00
frosch
edcc7f3cbc
(svn r20086) -Add: Textstack support for CB 38.
2010-07-07 20:00:04 +00:00
translators
0bae69b12b
(svn r20085) -Update from WebTranslator v3.0:
...
irish - 9 changes by tem
korean - 5 changes by junho2813
lithuanian - 15 changes by BlinK_
ukrainian - 7 changes by Fixer
vietnamese - 2 changes by myquartz
2010-07-07 17:45:18 +00:00
glx
4796be85a5
(svn r20084) -Fix [FS#3919] (r7157): don't try to handle mouse events when the cursor ha left the window
2010-07-06 21:10:47 +00:00
translators
0ffbb12941
(svn r20083) -Update from WebTranslator v3.0:
...
swedish - 2 changes by tool
2010-07-06 17:45:06 +00:00
rubidium
5ca4098443
(svn r20082) -Fix [FS#3899]: reading deleted memory when selecting a NewGRF in the content download window of which the data has not been acquired from the content server. The crash would occur after the content server's reply was processed and the ContentInfo object was replaced with another.
2010-07-05 21:07:31 +00:00
translators
26404de5e6
(svn r20081) -Update from WebTranslator v3.0:
...
dutch - 2 changes by Nelis
english_US - 1 changes by Xanland
greek - 2 changes by fumantsu
hungarian - 2 changes by IPG
ukrainian - 73 changes by Fixer
2010-07-05 17:45:19 +00:00
translators
37f6453be3
(svn r20080) -Update from WebTranslator v3.0:
...
german - 2 changes by planetmaker
hungarian - 2 changes by alyr
irish - 14 changes by tem
brazilian_portuguese - 2 changes by Tucalipe
serbian - 1 changes by etran
slovenian - 2 changes by ntadej
tamil - 82 changes by vv
turkish - 2 changes by niw3
ukrainian - 7 changes by Fixer
2010-07-04 17:45:29 +00:00
frosch
a7d168b2e5
(svn r20079) -Codechange [FS#3922]: Add helper functions to deal with the 192-256-magic of vehicle movement.
2010-07-04 13:07:47 +00:00
yexo
902cefaa41
(svn r20077) -Codechange: remove the space between "open" and "ttd" in the title screen
2010-07-04 12:49:51 +00:00
yexo
17ef1a2336
(svn r20076) -Fix (r20073): hotkeys for the road toolbar were not stored in hotkeys.cfg
2010-07-04 12:06:33 +00:00
yexo
6997637208
(svn r20075) -Feature: customizable hotkeys for the main toolbar in the scenario editor
2010-07-04 11:48:04 +00:00
yexo
063909962a
(svn r20074) -Fix (r20065): highscore window should use the same hotkey for quit as the toolbar
2010-07-04 11:28:16 +00:00
yexo
19f86951d9
(svn r20073) -Feature: customizable hotkeys for the road toolbar
2010-07-04 10:57:31 +00:00
frosch
6c6d1e3792
(svn r20072) -Fix (r20065): NUM_MINUS was stored as NUM_PLUS in config file.
2010-07-04 09:35:06 +00:00
frosch
397d1186d7
(svn r20071) -Codechange: Consistently return the toolbar window for ShowBuildXxxToolbar().
2010-07-04 09:27:15 +00:00
yexo
26be68ae98
(svn r20070) -Feature: when none of the open windows handles a keypress, try all toolbars for global hotkeys
...
Users that have run a version between r20056 and r20068 should delete their hotkeys.cfg to reset the terraform toolbar hotkeys to default
2010-07-03 21:43:44 +00:00
frosch
9be9302cdb
(svn r20069) -Fix (r20055): Make valgrind happy.
2010-07-03 21:18:02 +00:00
yexo
9b66684b81
(svn r20068) -Feature: customizable hotkeys for the rail toolbar
2010-07-03 20:40:18 +00:00
yexo
4012f85eec
(svn r20067) -Add: special modifier (GLOBAL) to mark hotkeys as global hotkeys
2010-07-03 20:14:56 +00:00
frosch
4f51623d12
(svn r20066) -Fix: When rescanning NewGRFs resp. after content download also check whether compatible grfs are available now.
2010-07-03 20:02:14 +00:00
yexo
ddf11b7d3f
(svn r20065) -Feature: customizable hotkeys for the main toolbar
2010-07-03 19:35:54 +00:00
alberth
ed4fdd4a7b
(svn r20064) -Doc: Document water tile query and helper functions.
2010-07-03 18:43:52 +00:00
yexo
243075a096
(svn r20063) -Feature: customizable hotkeys for the dock toolbar
2010-07-03 18:18:58 +00:00
yexo
2e0acdbb07
(svn r20062) -Feature: customizable hotkeys for the airport toolbar
2010-07-03 18:10:18 +00:00
translators
cf3fb937ab
(svn r20061) -Update from WebTranslator v3.0:
...
croatian - 2 changes by VoyagerOne
finnish - 2 changes by jpx_
french - 2 changes by glx
italian - 2 changes by lorenzodv
russian - 2 changes by Lone_Wolf
serbian - 50 changes by etran
2010-07-03 17:45:25 +00:00
frosch
30b4228723
(svn r20060) -Fix (r20055): strnicmp() does not exist on all platforms.
2010-07-03 15:15:19 +00:00
yexo
70a35a94b5
(svn r20059) -Feature: customizable hotkeys for the main window (the global hotkeys)
2010-07-03 13:42:27 +00:00
yexo
da57796d51
(svn r20058) -Feature: customizable hotkeys for the vehicle orders window
2010-07-03 13:29:19 +00:00
yexo
fda69b2be3
(svn r20057) -Feature: customizable hotkeys for the terraform toolbar in scenario editor
2010-07-03 13:29:01 +00:00
yexo
44a49ac849
(svn r20056) -Feature: customizable hotkeys for the terraform toolbar
2010-07-03 13:28:48 +00:00
yexo
258ca28819
(svn r20055) -Feature: save/load hotkeys to/from hotkeys.cfg
2010-07-03 13:28:15 +00:00
yexo
d1044c036a
(svn r20054) -Add: framework to check for hotkeys
2010-07-03 13:27:32 +00:00
rubidium
eb19d4b440
(svn r20053) -Fix [FS#3919] (r20034): crashing road vehicles crashed OpenTTD with slower/longer trains
2010-07-02 19:54:29 +00:00
translators
6709714f97
(svn r20052) -Update from WebTranslator v3.0:
...
irish - 116 changes by tem
serbian - 2 changes by etran
spanish - 2 changes by Terkhen
2010-07-02 17:45:13 +00:00
yexo
ccb3dc9aee
(svn r20051) -Fix [FS#3916]: coloured_news_year was stored in savegames while it should be a client setting
2010-07-02 17:19:31 +00:00
michi_cc
34f32cbbf4
(svn r20049) -Feature: [NewGRF] Add a railtype flag to disallow level crossings per railtype.
2010-07-02 16:34:11 +00:00
michi_cc
a75583bbb6
(svn r20048) -Feature: Add a setting to forbid towns building level crossings.
2010-07-02 16:34:07 +00:00
michi_cc
ffdbb7ec81
(svn r20047) -Fix (rUnknown): Towns were not able to build level crossings when using original or better town layout.
2010-07-02 16:34:03 +00:00
alberth
4eb7b862a3
(svn r20046) -Feature [FS#3816]: Wrap console lines when they are too long.
2010-07-02 13:59:27 +00:00
alberth
ddb0f1a614
(svn r20045) -Add: Allow SA_BOTTOM alignment in DrawStringMultiLine().
2010-07-02 13:55:45 +00:00
alberth
e3bb01a7c4
(svn r20044) -Codechange: Using number of lines rather than number of added lines simplifies code.
2010-07-02 13:54:05 +00:00
alberth
22b9bc5157
(svn r20043) -Codechange: Introduce vertical alignment for DrawStringMultiLine().
2010-07-02 13:53:05 +00:00
alberth
3d329beb1b
(svn r20042) -Codechange: Add set methods to DrawStringParams.
2010-07-02 13:44:36 +00:00
smatz
d7a6ba4781
(svn r20041) -Fix [FS#3892](r19955): crash when spectator tried to open a vehicle list without selecting any company
2010-07-02 09:09:40 +00:00
rubidium
7062bb0bd7
(svn r20040) -Codechange: some coding style + using proper types
2010-06-30 22:17:53 +00:00
rubidium
939145c50b
(svn r20039) -Fix [FS#3907]: instead of loading the intro game when loading a savegame fails on the dedicated server, generate a new game.
...
Generating a new game is the least bad solution:
* loading the intro game: desyncs due to GM_MENU on the server and GM_NORMAL on the clients, NewGRFs not being loaded on the server but being loaded on the client;
* creating an empty map: OpenTTD will go crazy due to missing towns. Also clients can't properly join because of the missing towns;
* loading the last saved game: doesn't always exist and loading it might fail causing an infinite loop;
* stopping being a server: breaks the dedicated server horribly; if you loaded the game via rcon you can't connect with it anymore as you can't join the server;
* generating a new game: should always succeed, although people might think a scenario loaded fine because there are no companies and such.
2010-06-30 21:38:51 +00:00
rubidium
827a97a5ce
(svn r20038) -Change: move SafeSaveOrLoad a bit
2010-06-30 20:20:15 +00:00
translators
cd3bc08071
(svn r20037) -Update from WebTranslator v3.0:
...
serbian - 7 changes by etran
2010-06-30 17:45:07 +00:00
rubidium
b1d60d66cf
(svn r20036) -Fix [FS#3911]: tram tracks didn't show at level crossing with the new railtypes
2010-06-30 16:08:12 +00:00
rubidium
ed35d62e70
(svn r20035) -Fix [FS#3909]: under some circumstances you could get into an infinite loop
2010-06-29 21:15:40 +00:00
rubidium
b1400ab65e
(svn r20034) -Fix [FS#3896] (r14869): road vehicles could get crashed twice in a tick
...
In RoadVehicleController at tick N a road vehicle gets a j of slightly less
than adv_speed. In tick N+1 RoadVehCheckTrainCrash is called, then the road
vehicle gets a j of slightly more than adv_speed. This causes a second call
of RoadVehCheckTrainCrash. If in tick N the road vehicle moved onto a level
crossing and a (maglev) entered that tile at the same tick, in tick N+1 the
road vehicle would be crashed twice.
2010-06-29 20:48:34 +00:00
michi_cc
22357624ff
(svn r20030) -Fix: MSVC 2010 defines more POSIX error constants that we define as well.
2010-06-28 18:14:00 +00:00
rubidium
5297eb5722
(svn r20028) -Fix: trunk Windows binaries still had a 1.0.0.xxxxx version number
2010-06-28 13:51:33 +00:00
translators
419af07b6d
(svn r20027) -Update from WebTranslator v3.0:
...
irish - 61 changes by tem
brazilian_portuguese - 1 changes by Tucalipe
romanian - 12 changes by kkmic
2010-06-27 17:45:12 +00:00
alberth
829bd7d276
(svn r20026) -Codechange: No need to copy a formal parameter if the value is not needed further.
2010-06-27 13:33:14 +00:00
alberth
604e56adc2
(svn r20025) -Doc: Fix/add comments to let Doxygen know about the documentation.
2010-06-27 09:05:10 +00:00
michi_cc
b3a707ae4b
(svn r20024) -Codechange: Remove the need to link with dxguid.lib for windows.
2010-06-27 00:19:28 +00:00
translators
09eb0156fd
(svn r20023) -Update from WebTranslator v3.0:
...
chuvash - 12 changes by mefisteron
irish - 37 changes by Rubidium, tem
malay - 94 changes by Syed
2010-06-26 17:45:09 +00:00
alberth
212dbbf4d8
(svn r20022) -Doc: Add some doxygen comments.
2010-06-26 15:22:10 +00:00
alberth
ef17c6042f
(svn r20021) -Codechange: Move variable declarations.
2010-06-26 15:12:51 +00:00
alberth
5fb3e557d4
(svn r20020) -Codechange: _script_file is used in only one function.
2010-06-26 15:04:57 +00:00
alberth
87129fb9f5
(svn r20019) -Codechange: Apply function code style to a few small functions.
2010-06-26 14:51:27 +00:00
translators
647bbbe923
(svn r20018) -Update from WebTranslator v3.0:
...
irish - 52 changes by tem
2010-06-25 17:45:06 +00:00
translators
23301c9d8a
(svn r20017) -Update from WebTranslator v3.0:
...
chuvash - 37 changes by mefisteron
korean - 1 changes by junho2813
2010-06-24 17:45:08 +00:00
rubidium
6a2bc738cd
(svn r20016) -Change: move Irish out of unfinished
2010-06-23 17:47:10 +00:00
translators
c81354c8be
(svn r20015) -Update from WebTranslator v3.0:
...
chuvash - 17 changes by mefisteron
irish - 40 changes by tem
tamil - 6 changes by Rubidium
2010-06-23 17:45:08 +00:00
rubidium
18e567c168
(svn r20014) -Fix [FS#3881]: don't close the sort dropdown in the (original) vehicle list when there are no vehicles. That code is meant for the "actions" dropdown
2010-06-23 14:56:17 +00:00
rubidium
52154e097c
(svn r20013) -Fix [FS#3890]: silence some warnings / take the advice of the warnings into account
2010-06-23 14:38:17 +00:00
yexo
9683b87466
(svn r20012) -Fix: when joining a company with a password you could only enter 20 characters of the password
2010-06-23 00:11:11 +00:00
translators
977f72f872
(svn r20011) -Update from WebTranslator v3.0:
...
indonesian - 4 changes by adjayanto
swedish - 11 changes by tool
2010-06-22 17:45:09 +00:00
rubidium
67a30e1e86
(svn r20010) -Add: Chuvash language stub
2010-06-22 16:21:34 +00:00
rubidium
9582da99c0
(svn r20009) -Fix [FS#3893]: sign sorting was unstable
2010-06-22 08:01:38 +00:00
rubidium
e2445aca4a
(svn r20008) -Add: Tamil language stub
2010-06-21 19:33:39 +00:00
translators
abaa697c01
(svn r20007) -Update from WebTranslator v3.0:
...
irish - 19 changes by tem
korean - 1 changes by junho2813
portuguese - 12 changes by JayCity
2010-06-21 17:45:13 +00:00
frosch
be5e880f0b
(svn r20006) -Fix: Trains should also have running cost while slowing down for stop.
2010-06-21 17:36:46 +00:00
frosch
e931399b31
(svn r20005) -Codechange: Enumify force_proceed.
2010-06-21 17:35:27 +00:00
yexo
3c6fb88a09
(svn r20004) -Fix: [NewGRF] stringcodes 82, 83 and 84 weren't properly converted to openttd codes so they didn't work
2010-06-21 16:49:54 +00:00
yexo
9cfb61adf5
(svn r20003) -Feature [FS#3886]: [NewGRF] var 43 depot build date for railtypes
2010-06-20 19:13:02 +00:00
translators
f2d6bf6b58
(svn r20002) -Update from WebTranslator v3.0:
...
traditional_chinese - 13 changes by josesun
irish - 160 changes by tem
turkish - 12 changes by niw3
2010-06-20 17:45:12 +00:00
translators
ec7747918c
(svn r20001) -Update from WebTranslator v3.0:
...
greek - 1 changes by fumantsu
indonesian - 7 changes by prof
norwegian_bokmal - 11 changes by mantaray
norwegian_nynorsk - 11 changes by mantaray
2010-06-19 17:45:19 +00:00
rubidium
876eb5ee0b
(svn r19998) -Codechange: Unify the order of ship and plane icon in network-lobby with the rest of the game (frosch)
2010-06-19 16:42:02 +00:00
rubidium
3e35018f97
(svn r19997) -Codechange: Unify order of ship and plane icon in stationlist and stationsigns with the rest of the game (frosch)
2010-06-19 16:40:31 +00:00
rubidium
99a11badaf
(svn r19996) -Codechange: Add NetworkVehicleType enum.
2010-06-19 16:37:56 +00:00
translators
5623710593
(svn r19994) -Update from WebTranslator v3.0:
...
irish - 108 changes by tem
slovak - 17 changes by keso53
2010-06-18 17:45:10 +00:00
translators
398ac2ef95
(svn r19993) -Update from WebTranslator v3.0:
...
croatian - 6 changes by VoyagerOne
hebrew - 47 changes by dnd_man
brazilian_portuguese - 11 changes by Tucalipe
2010-06-17 17:45:12 +00:00
frosch
94efc4c3b9
(svn r19992) -Fix [FS#3878]: Clear force_proceed when entering depots and when loading.
...
-Fix (r18515): Resetting of force_proceed on manual stopping did not work.
2010-06-16 20:27:59 +00:00
translators
03c87faea1
(svn r19991) -Update from WebTranslator v3.0:
...
greek - 13 changes by fumantsu
hungarian - 1 changes by IPG
korean - 8 changes by junho2813
polish - 2 changes by xine
2010-06-16 17:45:17 +00:00
smatz
4cae19175e
(svn r19990) -Fix: owner of the Waypoint View window wasn't properly set
2010-06-15 22:48:50 +00:00
translators
eee3b46607
(svn r19989) -Update from WebTranslator v3.0:
...
czech - 3 changes by Hadez
irish - 79 changes by tem
russian - 2 changes by LazyBoy
2010-06-15 17:45:12 +00:00
translators
3bfc5e3cbe
(svn r19988) -Update from WebTranslator v3.0:
...
czech - 12 changes by Hadez
dutch - 12 changes by habell
finnish - 11 changes by jpx_
hungarian - 11 changes by alyr
irish - 44 changes by tem
italian - 11 changes by lorenzodv
luxembourgish - 14 changes by Phreeze
serbian - 11 changes by etran
slovenian - 11 changes by ntadej
vietnamese - 11 changes by nglekhoi
2010-06-14 17:45:34 +00:00
translators
ce7eb2e780
(svn r19987) -Update from WebTranslator v3.0:
...
traditional_chinese - 1 changes by josesun
croatian - 11 changes by VoyagerOne
french - 11 changes by glx
german - 11 changes by planetmaker
italian - 1 changes by lorenzodv
polish - 10 changes by silver_777
russian - 12 changes by Lone_Wolf
spanish - 11 changes by Terkhen
vietnamese - 1 changes by nglekhoi
2010-06-13 17:45:30 +00:00
frosch
717d134947
(svn r19986) -Fix (r19841): One could add and remove Grfs from the list via doubleclicking even if editing the list is not allowed.
2010-06-13 14:58:14 +00:00
frosch
58f2a1d014
(svn r19985) -Fix (r19980): Loading preview data from old savegames failed indeterministically due to non-zeroed memory allocation. Thanks smatz.
2010-06-13 14:52:42 +00:00
frosch
ff89345a5c
(svn r19984) -Feature: Show some savegame details when selecting items in saveload GUIs.
2010-06-13 14:17:26 +00:00
frosch
c5424bec97
(svn r19983) -Add: Separate nested widget array for load heightmap GUI.
2010-06-13 14:17:02 +00:00
frosch
dc4ce3c5ae
(svn r19982) -Codechange: Shuffle some widget positions in saveload GUIs.
2010-06-13 14:16:27 +00:00
frosch
d9b4d92050
(svn r19981) -Add: Read NewGRF configuration during SL_LOAD_CHECK.
2010-06-13 14:15:58 +00:00
frosch
16618e6f16
(svn r19980) -Add: Load some general data from savegames on SL_LOAD_CHECK.
2010-06-13 14:15:36 +00:00
frosch
e95518c8e9
(svn r19979) -Codechange: Separate static loadable fields from Company into separate struct.
2010-06-13 14:15:11 +00:00
frosch
0270ca846e
(svn r19978) -Add: Read settings during SL_LOAD_CHECK.
2010-06-13 14:14:37 +00:00
frosch
86244ad31e
(svn r19977) -Add: Read current date during SL_LOAD_CHECK.
2010-06-13 14:14:20 +00:00
frosch
2d8c2af5e9
(svn r19976) -Add: Read mapsize during SL_LOAD_CHECK.
2010-06-13 14:13:49 +00:00
frosch
8d9b573f8f
(svn r19975) -Add: SL_LOAD_CHECK mode for partial reading of savegames.
2010-06-13 14:13:23 +00:00
frosch
e8248cf113
(svn r19974) -Add: SlSkipArray() to skip arrays and sparse arrays in savegames.
2010-06-13 14:12:21 +00:00
frosch
62ac138154
(svn r19973) -Codechange: Add another procedure to chunk handlers for checking savegames (empty for now).
2010-06-13 14:11:59 +00:00
frosch
56fbbdeafd
(svn r19972) -Change: Use the md5sum from the previous save of the game for BaNaNaS instead of the initial (when the grf was added) md5sum from the gamelog. Neither method is 'better', but this way it is independent from the gamelog.
2010-06-13 14:11:32 +00:00
frosch
641fc68aa8
(svn r19971) -Codechange: Make IsGoodGRFConfigList() operate on any given GRFConfig and move the GameLog operations directly to AfterLoad().
2010-06-13 14:07:49 +00:00
frosch
67bec51f27
(svn r19970) -Fix (r14742): SmallMap::Insert() did not compile. Construct new items like operator[].
2010-06-13 09:41:48 +00:00
smatz
55a684efc1
(svn r19969) -Change: swap 'list of ships' and 'list of aircraft' buttons in the Station View window
2010-06-12 21:23:20 +00:00
smatz
c4e2a49225
(svn r19968) -Fix [FS#3876](r19955): the 'list of ships' button opened list of aircraft and vice versa
2010-06-12 21:21:44 +00:00
translators
6a6a30eeaf
(svn r19967) -Update from WebTranslator v3.0:
...
croatian - 1 changes by VoyagerOne
finnish - 1 changes by jpx_
french - 1 changes by ElNounch
german - 1 changes by planetmaker
indonesian - 1 changes by prof
irish - 60 changes by tem
norwegian_bokmal - 1 changes by mantaray
norwegian_nynorsk - 59 changes by mantaray
brazilian_portuguese - 1 changes by Tucalipe
serbian - 2 changes by etran
slovenian - 1 changes by ntadej
spanish - 1 changes by Terkhen
swedish - 1 changes by tool
2010-06-12 17:45:43 +00:00
frosch
00a5189161
(svn r19966) -Codechange: Use InvalidateData() in saveload GUI when appropiate.
2010-06-12 14:52:42 +00:00
peter1138
4b4e97695f
(svn r19965) -Cleanup: Use size of buffer, not magic number.
2010-06-12 10:55:13 +00:00
terkhen
64e63b72e9
(svn r19964) -Add: Show an error message when trying to start a crashed or destroyed vehicle.
2010-06-11 20:33:33 +00:00
terkhen
3287f91893
(svn r19963) -Add: Stop a vehicle after it crashes or is destroyed.
2010-06-11 20:30:12 +00:00
terkhen
a345711a89
(svn r19962) -Cleanup: Remove unused "destroyed vehicle" strings.
2010-06-11 20:26:41 +00:00
terkhen
54403a8251
(svn r19961) -Codechange: Unify "vehicle is destroyed" errors.
2010-06-11 20:20:45 +00:00
translators
a3cd86ac80
(svn r19960) -Update from WebTranslator v3.0:
...
french - 45 changes by ElNounch
irish - 51 changes by tem
serbian - 2 changes by etran
2010-06-11 17:45:11 +00:00
alberth
f053a82594
(svn r19959) -Fix (r19889): Disable drag destination highlighting when aborting a drag.
2010-06-11 15:37:00 +00:00
smatz
e71fd4bb57
(svn r19958) -Codechange: move common code from Waypoint and Station destructors to BaseStation destructor
2010-06-11 00:20:24 +00:00
smatz
c4175b752a
(svn r19957) -Codechange: remove VLW_WAYPOINT_LIST
2010-06-11 00:18:28 +00:00
smatz
8bf4a7d1ae
(svn r19956) -Fix: close list of vehicles with given oil rig in orders when the oil rig is deleted
...
-Fix (r19952): close the list when it is not sticky
2010-06-10 23:52:09 +00:00
smatz
830e40af19
(svn r19955) -Fix: close list of vehicles with given buoy/oil rig in orders when switching company
2010-06-10 23:27:37 +00:00
translators
de50d914c8
(svn r19954) -Update from WebTranslator v3.0:
...
croatian - 3 changes by UnderwaterHesus
danish - 10 changes by beruic
french - 58 changes by ElNounch
irish - 107 changes by tem
norwegian_bokmal - 103 changes by mantaray
russian - 1 changes by Lone_Wolf
2010-06-10 17:45:22 +00:00
terkhen
5387d4d87c
(svn r19953) -Fix [FS#3874]: Don't show an error message when trying to start/stop a crashed plane.
2010-06-10 16:32:39 +00:00
smatz
3d909433ac
(svn r19952) -Fix: do not close list of waypoint's trains when the waypoint view is closed - unify behaviour with other station types
2010-06-10 16:22:10 +00:00
smatz
1879937992
(svn r19951) -Fix [FS#3869]: close buoy's vehicle list when the buoy is deleted
2010-06-10 16:19:59 +00:00
translators
bb80b95142
(svn r19950) -Update from WebTranslator v3.0:
...
french - 35 changes by ElNounch
indonesian - 28 changes by prof
irish - 58 changes by tem
2010-06-09 17:45:12 +00:00
frosch
e597ec6bf9
(svn r19949) -Doc: Mention tricky units (like speed) more often and more consistently.
2010-06-08 20:16:51 +00:00
frosch
06ba1c5f5e
(svn r19948) -Doc: Comments about display units missed height unit. (Krille)
2010-06-08 20:14:58 +00:00
frosch
c75226f479
(svn r19947) -Doc: Comment engine property tables with engine names. (Krille)
2010-06-08 19:40:52 +00:00
translators
1751261e26
(svn r19946) -Update from WebTranslator v3.0:
...
french - 19 changes by ElNounch
indonesian - 61 changes by prof
2010-06-08 17:45:10 +00:00
frosch
6b88c1c5cd
(svn r19945) -Fix (r19755-ish): Allow turning of roadvehicles while waiting in a queue (again).
2010-06-07 20:38:16 +00:00
frosch
7de069af3b
(svn r19944) -Feature(ette): Open vehicle view when clicking on the caption of vehicle news.
2010-06-07 20:00:21 +00:00
frosch
38b8259f3b
(svn r19943) -Fix [FS#3865]: Disallow moving of vehicle news window.
2010-06-07 19:56:32 +00:00
frosch
eb02ce0573
(svn r19942) -Fix [FS#3871](r19816): Vertical dragging of rail was broken.
2010-06-07 19:43:40 +00:00
translators
0e4f13793d
(svn r19941) -Update from WebTranslator v3.0:
...
luxembourgish - 31 changes by Phreeze
romanian - 2 changes by kkmic
russian - 3 changes by Lone_Wolf
2010-06-07 17:45:13 +00:00
translators
00aa904510
(svn r19940) -Update from WebTranslator v3.0:
...
maltese - 2 changes by kelinu
urdu - 1 changes by zohair
2010-06-06 17:45:06 +00:00
frosch
13d43b8dab
(svn r19937) -Codechange: Move some fios related prototypes to fios.h
2010-06-05 19:02:29 +00:00
frosch
1d9a84a934
(svn r19936) -Codechange: If there is an enum, also use it.
2010-06-05 18:44:31 +00:00
translators
0227618324
(svn r19935) -Update from WebTranslator v3.0:
...
hungarian - 2 changes by IPG
polish - 3 changes by silver_777
portuguese - 1 changes by JayCity
brazilian_portuguese - 29 changes by Tucalipe
russian - 5 changes by Lone_Wolf
urdu - 3 changes by zohair
2010-06-05 17:45:21 +00:00
frosch
c5921a91ea
(svn r19934) -Fix [FS#3857]: When 'pause on new game' is set, pause the game before CleanupGeneration() to avoid conflicts with concurrent GUI code.
2010-06-05 15:22:46 +00:00
frosch
9e53f1e004
(svn r19933) -Fix [FS#3804]: Keep _current_company and _local_company in sync during GUI operation.
2010-06-05 13:32:42 +00:00
frosch
e852bf154f
(svn r19932) -Codechange: Preserve _current_company when starting AIs.
2010-06-05 13:29:48 +00:00
frosch
1d3adb2b66
(svn r19931) -Fix (r19914): Convert assertion in Backup<> destructor into DEBUG() output. It was triggered on exceptions, especially when aborting world generation.
2010-06-05 12:16:12 +00:00
frosch
406c2a9865
(svn r19930) -Codechange: Deduplicate magic command parameter casts. (rubidium)
2010-06-05 11:51:34 +00:00
rubidium
e7f70987a4
(svn r19925) -Fix [FS#3859]: one didn't pay for rail when building depots and stations, so with expensive railtypes building stations and then removing the station would be cheaper than just building the rail
2010-06-04 21:00:17 +00:00
terkhen
f733c3795a
(svn r19924) -Fix [FS#3868](r19172): Road/tram ownership was not set correctly when building drive-through stops.
2010-06-04 19:50:37 +00:00
translators
a78acadf3f
(svn r19923) -Update from WebTranslator v3.0:
...
czech - 14 changes by Hadez
korean - 1 changes by junho2813
norwegian_bokmal - 157 changes by jhsoby
russian - 1 changes by Lone_Wolf
urdu - 2 changes by zohair
2010-06-04 17:45:17 +00:00
belugas
e4e51c22af
(svn r19922) -Fix[FS#3815]: Use of better english. "by" instead of "with" (planetmaker)
2010-06-04 13:41:53 +00:00
smatz
c49436c2d1
(svn r19921) -Fix [FS#3865]: closing chatbox could cause glitches when news message was shown
2010-06-04 09:47:55 +00:00
rubidium
6be760645a
(svn r19920) -Change: set the correct digit group separator for both Norwegians, unify the ownname naming and add genders/cases needed to improve the translation
2010-06-03 20:10:16 +00:00
translators
775c3feebe
(svn r19919) -Update from WebTranslator v3.0:
...
estonian - 5 changes by taavi
irish - 22 changes by tem
urdu - 118 changes by zohair
2010-06-03 17:45:09 +00:00
frosch
c1cd1c039f
(svn r19917) -Codechange: Split save/load GUI to separate file.
2010-06-03 11:05:20 +00:00
translators
278c4e9d2d
(svn r19916) -Update from WebTranslator v3.0:
...
czech - 1 changes by ReisRyos
norwegian_bokmal - 41 changes by jhsoby
urdu - 156 changes by zohair
2010-06-02 17:45:11 +00:00
translators
0ad566f79d
(svn r19915) -Update from WebTranslator v3.0:
...
traditional_chinese - 1 changes by josesun
irish - 19 changes by tem
maltese - 18 changes by kelinu
urdu - 63 changes by zohair
2010-06-01 17:45:10 +00:00
frosch
9db3cde73a
(svn r19914) -Codechange: Wrap a helper class around temporary assignments of _current_company to ensure proper restoration.
2010-05-31 20:22:57 +00:00
translators
1d05fbebbe
(svn r19913) -Update from WebTranslator v3.0:
...
czech - 12 changes by Hadez
2010-05-31 17:45:08 +00:00
translators
644ffd51fe
(svn r19912) -Update from WebTranslator v3.0:
...
estonian - 73 changes by taavi
irish - 112 changes by tem
swedish - 6 changes by tool
2010-05-30 17:45:12 +00:00