matthijs
bace545c37
(svn r18979) -Fix: Typo in console save command output.
2010-02-01 12:29:49 +00:00
smatz
50530a2529
(svn r18978) -Fix [FS#3584](r14753): possible invalid memory access when merging companies
2010-02-01 00:10:52 +00:00
terkhen
6e00e72beb
(svn r18977) -Doc: Add comments to ViewportDragDropSelectionProcess.
2010-01-31 22:37:20 +00:00
frosch
6c74e1c4f2
(svn r18976) -Fix: Estimating the cost of removing statues could clear the presence flag in the town.
2010-01-31 20:56:24 +00:00
frosch
6ade772f01
(svn r18975) -Cleanup: CMD_REMOVE_ROAD is unused.
2010-01-31 20:55:10 +00:00
frosch
15f0fcf3c4
(svn r18974) -Fix [FS#3578]: CMD_BUILD_ROAD missed CMD_AUTO. Also do not access tiles anymore after clearing them; that fails either in test or exec run.
2010-01-31 20:28:36 +00:00
translators
6b9caca8ac
(svn r18973) -Update from WebTranslator v3.0:
...
catalan - 6 changes by arnau
hebrew - 8 changes by dnd_man
italian - 2 changes by lorenzodv
lithuanian - 12 changes by BlinK_
portuguese - 6 changes by JayCity
2010-01-31 18:45:18 +00:00
peter1138
8ef348311d
(svn r18972) -Add: [NewGRF] Per-rail type speed limits.
2010-01-31 13:17:29 +00:00
peter1138
f990c1ecba
(svn r18971) -Fix: Train acceleration for original acceleration model wasn't updated if the train's power changed.
2010-01-31 12:56:32 +00:00
peter1138
075217f7b5
(svn r18970) -Codechange: Increase number of possible rail types to 16.
2010-01-30 21:59:22 +00:00
peter1138
91c42bb596
(svn r18969) -Add: [NewGRF] NewGRF-settable rail type properties.
2010-01-30 21:49:22 +00:00
translators
5051bc84e3
(svn r18968) -Update from WebTranslator v3.0:
...
bulgarian - 5 changes by Tvel
czech - 3 changes by ReisRyos
finnish - 2 changes by jpx_
french - 2 changes by glx
german - 2 changes by planetmaker
hungarian - 4 changes by IPG
indonesian - 7 changes by fanioz
italian - 4 changes by lorenzodv
korean - 2 changes by junho2813
lithuanian - 6 changes by BlinK_
serbian - 2 changes by etran
slovenian - 3 changes by ntadej
spanish - 2 changes by Terkhen
vietnamese - 44 changes by myquartz
2010-01-30 18:45:45 +00:00
frosch
28bb97ffdf
(svn r18967) -Fix (r18966): Never trust your copy&paste skills.
2010-01-30 18:43:14 +00:00
frosch
94a5c917a5
(svn r18966) -Codechange: Remove Window::OnDoubleClick() in favour of a parameter for OnClick().
2010-01-30 18:34:48 +00:00
frosch
c45c274daa
(svn r18965) -Fix (r17846): Don't compare horizontal positions with vertical.
2010-01-30 17:42:04 +00:00
frosch
d5d489a840
(svn r18964) -Change: Highlight the selected action for town authority, and do not duplicate the itemtext to the description.
2010-01-30 16:29:52 +00:00
terkhen
52f973508b
(svn r18963) -Codechange: Give AccelerationModel a generical name.
2010-01-30 16:27:35 +00:00
alberth
592516f14a
(svn r18962) -Fix (r18958, r18961): Code-style, use this explicitly.
2010-01-30 15:29:35 +00:00
alberth
82db479dc5
(svn r18961) -Codechange: Simplifying and unduplicating code in smallmap.
2010-01-30 13:11:26 +00:00
terkhen
350185fa9e
(svn r18960) -Codechange: Move acceleration-related values to a separated cache.
2010-01-30 10:41:15 +00:00
frosch
ccc4a54228
(svn r18959) -Feature: [NewGRF] Allow layering of multiple groundsprites in spritelayouts of stations, houses and industrytiles; so hacks with zero-sized bounding boxes are no longer needed and no longer cause trouble.
2010-01-30 10:08:39 +00:00
alberth
3b27dcea0a
(svn r18958) -Codechange: Merge smallmap remap functions.
2010-01-30 09:54:58 +00:00
alberth
8033357940
(svn r18957) -Doc: Documenting the scroll_x, scroll_y, and subscroll variables of SmallMapWindow.
2010-01-30 09:32:48 +00:00
yexo
1a866d0db5
(svn r18956) -Update: NoAI changelog
2010-01-29 23:59:38 +00:00
yexo
16659e5516
(svn r18955) -Feature: [NoAI] introduce GetBuildCost functions in several classes to get easier cost estimations before you start building
2010-01-29 23:56:42 +00:00
smatz
93d93b3121
(svn r18954) -Fix (r18952): missing 'inline'
2010-01-29 23:54:00 +00:00
yexo
e482d6d627
(svn r18953) -Feature: [NoAI] allow editing AI settings while an AI is running
...
Only settings with the AICONFIG_INGAME flag can be editted in this way
2010-01-29 21:38:55 +00:00
yexo
d9bd9bb945
(svn r18952) -Fix (r18950): loading recent (=newer then title game) savegames failed
2010-01-29 21:06:35 +00:00
translators
dd56318e6b
(svn r18951) -Update from WebTranslator v3.0:
...
czech - 8 changes by ReisRyos
dutch - 6 changes by Yexo
finnish - 4 changes by jpx_
french - 4 changes by glx
german - 4 changes by planetmaker
greek - 7 changes by fumantsu
hungarian - 4 changes by Petert
korean - 4 changes by junho2813
norwegian_bokmal - 4 changes by mantaray
norwegian_nynorsk - 4 changes by mantaray
serbian - 4 changes by etran
slovenian - 4 changes by ntadej
spanish - 4 changes by Terkhen
vietnamese - 24 changes by myquartz
2010-01-29 18:45:45 +00:00
yexo
f6143cd478
(svn r18950) -Fix: make sure the values of settings loaded from a savegame are valid
2010-01-29 18:21:10 +00:00
yexo
0c6e77cd50
(svn r18949) -Fix (r18942): 'reduced plane crashes' were actually 'more plane crashes'
2010-01-29 17:56:36 +00:00
yexo
d5025477a3
(svn r18948) -Fix: removing a newgrf from the list didn't update the scrollbar
2010-01-29 15:50:56 +00:00
yexo
8f55972a63
(svn r18947) -Fix [FS#1510]: after clicking move up/move down in the newgrf/ai the selected item could be out of range
2010-01-29 15:45:53 +00:00
yexo
a43a9e6307
(svn r18946) -Fix: it was possible to change AI settings without changing to the custom difficulty level by using the query text window
2010-01-29 01:03:22 +00:00
yexo
d31d15ec00
(svn r18945) -Codechange: typo
2010-01-29 00:11:30 +00:00
yexo
f5212de089
(svn r18944) -Change [FS#3232]: use the highest version of an AI that can load the AI data from a savegame instead of the exact same version
2010-01-29 00:03:31 +00:00
yexo
504cf35de0
(svn r18943) -Feature [FS#2885]: make it possible to change newgame settings from within a game via the console (use setting_newgame instead of setting)
2010-01-28 23:17:28 +00:00
yexo
06d4f3a0f2
(svn r18942) -Feature [FS#2678]: add a setting to reduce/disable aircraft crashes
2010-01-28 22:34:14 +00:00
yexo
8972d542e1
(svn r18941) -Fix [FS#3575]: remove the loading indicators as soon as a train crashes
2010-01-28 22:06:13 +00:00
yexo
af2c417ee1
(svn r18940) -Feature: make the crash position of aircraft a bit random by giving aircraft a chance to crash every tick they're breaking.
...
Slow aircraft will crash a bit less, fast aircraft might crash a bit more
2010-01-28 21:59:18 +00:00
terkhen
c9a3d4ea29
(svn r18939) -Codechange [FS#3545]: Move train slope steepness to its own function.
2010-01-28 20:54:29 +00:00
frosch
b1603d0d2c
(svn r18938) -Fix: Industrylayout's special water tile check did not properly check for crossing north border of map. Also don't consider MP_VOID tiles as water.
2010-01-28 19:41:45 +00:00
yexo
78ade1f944
(svn r18937) -Fix (r15190): TileAddWrap didn't return INVALID_TILE for void tiles at the north border
2010-01-28 19:27:10 +00:00
translators
2f5dd98de9
(svn r18936) -Update from WebTranslator v3.0:
...
hungarian - 2 changes by IPG
indonesian - 5 changes by fanioz
spanish - 7 changes by yanok
vietnamese - 544 changes by myquartz
2010-01-28 18:45:16 +00:00
rubidium
d40e5792ee
(svn r18935) -Fix [FS#3551] (r18764): value of variables 90 and 91 weren't what NARS expects
2010-01-28 18:19:34 +00:00
glx
515fb15805
(svn r18934) -Fix (r18892, r18913): the deadlock should be definitively gone now
2010-01-28 13:49:20 +00:00
peter1138
dec341a963
(svn r18933) -Codechange: Don't constantly redraw a window when moving it unless it actually moves.
2010-01-28 02:31:37 +00:00
peter1138
f403166a56
(svn r18932) -Codechange: Don't constantly redraw drop drop list.
2010-01-28 02:30:59 +00:00
frosch
ea8a44f5cd
(svn r18931) -Fix: Disabling autoreplace rules might count invalid engines.
2010-01-27 20:54:05 +00:00
frosch
6ab8a56a2f
(svn r18930) -Fix: [NoAI] Autoreplace is also valid for the default group.
2010-01-27 20:51:11 +00:00