yexo
d1ab79a902
(svn r16174) -Fix (r16093) [FS#2863]: crash when starting a game/loading a game with no AIs available.
2009-04-26 19:30:31 +00:00
translators
932a2d7692
(svn r16173) -Update: WebTranslator2 update to 2009-04-26 17:38:31
...
arabic_egypt - 35 fixed by khaloofah (35)
catalan - 10 fixed by arnaullv (10)
estonian - 10 fixed, 26 changed by kristjans (36)
german - 10 fixed by planetmaker (10)
italian - 10 fixed by lorenzodv (10)
2009-04-26 17:38:38 +00:00
yexo
59a9d1eade
(svn r16172) -Fix (r16171): typo (thanks SmatZ)
2009-04-26 17:16:30 +00:00
yexo
406e231634
(svn r16171) -Add [NoAI]: two new error codes to AITile: ERR_AREA_ALREADY_FLAT and ERR_ESCAVATION_WOULD_DAMAGE.
2009-04-26 17:01:05 +00:00
alberth
03659f5cb9
(svn r16170) -Codechange: Added nested widgets to OSK.
2009-04-26 16:51:50 +00:00
alberth
012df60680
(svn r16169) -Codechange: Completing OSK widget numbers.
2009-04-26 16:48:02 +00:00
alberth
2caa9daefa
(svn r16168) -Codechange: Removing unused WWT_EMPTY widget.
2009-04-26 16:41:08 +00:00
alberth
c33e9c1806
(svn r16167) -Codechange: Added empty-ness test to nested widget containers.
2009-04-26 16:30:12 +00:00
frosch
4f45dce1b5
(svn r16166) -Add [NoAI]: AITile::Get(Min|Max|Corner)Height
2009-04-26 16:26:41 +00:00
yexo
e03736b304
(svn r16165) -Add [FS#2801] [NoAI]: several functions to AIOrder to check the what kind of order an order is.
...
-Fix: AIOrder::GetOrderDestination and AIOrder::GetOrderFlags didn't work on ORDER_CURRENT when the vehicle was loading/leaving in a station.
2009-04-26 16:14:53 +00:00
glx
d94995609c
(svn r16164) -Fix: make dependencies checking more accurate by using compiler's built-in defines
2009-04-26 16:03:50 +00:00
rubidium
156d45505d
(svn r16163) -Codechange: instead of SetDParamStr(0, string); DrawString(..., STR_JUST_RAW_STRING, ...) use DrawString(..., string, ...).
2009-04-26 15:42:45 +00:00
rubidium
3bd4eeb178
(svn r16162) -Codechange: remove needless TC_ colours from DrawString when they are part of strings and add some colours to a few strings.
2009-04-26 15:26:19 +00:00
frosch
a18f0f93af
(svn r16161) -Fix (r16128): AILoadConfig() could not handle NULL settings.
2009-04-26 14:57:42 +00:00
rubidium
650cb3694e
(svn r16160) -Codechange: remove the need for explicit TC_FROMSTRING for DrawString.
2009-04-26 14:52:56 +00:00
rubidium
e83ef9b4c7
(svn r16159) -Change [FS#2846]: warn when multiline strings are drawn with DrawString and not DrawStringMultiLine.
2009-04-26 14:40:23 +00:00
yexo
65633e1a50
(svn r16158) -Codechange: fix the string alignment in all .hpp.sq files
2009-04-26 12:22:09 +00:00
rubidium
2eddffadbe
(svn r16157) -Fix: wrong truncation of refit cost/graph x labels because they were multiline strings being drawn using DrawString instead of DrawStringMultiLine.
2009-04-26 10:48:30 +00:00
rubidium
dd2661bbbd
(svn r16156) -Codechange: make the parameters of DrawStringMultiline the same as for DrawString (except the addition of the bottom parameter)
2009-04-26 10:45:07 +00:00
smatz
88b8ac8ba7
(svn r16155) -Codechange: remove MarkTileDirty, use MarkTileDirtyByTile instead
2009-04-26 10:21:50 +00:00
alberth
d0e5201cef
(svn r16154) -Codechange: Added nested widgets for sign list and sign edit windows.
2009-04-26 08:36:48 +00:00
alberth
bf3c790103
(svn r16153) -Codechange: Completing QueryEditSignWidgets enum.
2009-04-26 08:33:47 +00:00
alberth
a429cd8810
(svn r16152) -Codechange: Added nested widgets for advanced settings and for custom currency windows.
2009-04-26 07:43:19 +00:00
yexo
46ba81964b
(svn r16151) -Codechange: move some includes around to prevent including half the AI api in non-noai related code.
2009-04-25 23:51:15 +00:00
yexo
4444e48566
(svn r16150) -Fix [NoAI]: Change WAYPOINT_INVALID to 0xFFFF from -1 as that's the value the AIs got (due to casting).
...
Clarify some api documentation.
2009-04-25 22:57:15 +00:00
rubidium
27b831935f
(svn r16149) -Fix [FS#2860]: when there's no AI and an AI is started... *boom*
2009-04-25 22:40:24 +00:00
smatz
e54aca7905
(svn r16148) -Fix [FS#2839]: misleading comment (part by Bilbo)
2009-04-25 22:22:27 +00:00
rubidium
27e87d1adc
(svn r16147) -Feature [FS#2635]: give the town generator a slight tendency to build towns near water by not discarding watery random tiles but by searching for near land (db48x)
2009-04-25 22:12:59 +00:00
smatz
3869fb798c
(svn r16146) -Codechange: use faster algorithm in SetSelectionTilesDirty(). Up to 1000 times faster when large area is selected
2009-04-25 22:04:13 +00:00
rubidium
3c6ad988fb
(svn r16145) -Add: '-export-pragmas' to strgen so external tools can (hopefully) automatically be updated to support new pragmas
2009-04-25 21:09:42 +00:00
rubidium
f64e9ce4a1
(svn r16144) -Fix (r16129): setting the custom digit grouping separator required to restart OpenTTD to take effect. Now also support non 1 ASCII character custom grouping separators.
2009-04-25 20:16:56 +00:00
alberth
a2d47a4a79
(svn r16143) -Codechange: Change other languages too.
2009-04-25 17:52:20 +00:00
alberth
6e951ec614
(svn r16142) -Codechange: Use widgets in the custom currency window.
2009-04-25 17:51:10 +00:00
alberth
76852d8ff6
(svn r16141) -Codechange: Adding nested widgets to remaining graph windows.
2009-04-25 12:00:54 +00:00
alberth
7d569558c1
(svn r16140) -Codechange: Call a function while contructing a widget tree.
2009-04-25 11:59:36 +00:00
alberth
0e7710f04d
(svn r16139) -Codechange: Adding/completing widget number enums of several graph windows.
2009-04-25 10:06:22 +00:00
rubidium
a963f5c91d
(svn r16138) -Codechange: move GetClosestWaterDistance to map*
2009-04-24 22:27:21 +00:00
translators
7509e83e92
(svn r16137) -Update: WebTranslator2 update to 2009-04-24 17:43:46
...
catalan - 15 fixed by arnaullv (15)
czech - 2 changed by Hadez (2)
estonian - 28 changed by kristjans (28)
german - 2 changed by planetmaker (2)
luxembourgish - 32 fixed by Gubius (32)
2009-04-24 17:43:53 +00:00
rubidium
502a496870
(svn r16136) -Fix (r16095)[FS#2858]: sometimes autorail wouldn't work; seems to be primarily for OSX users though
2009-04-24 17:23:32 +00:00
rubidium
6c3fa9b487
(svn r16135) -Fix [FS#2856]: always give the server an already resolved 'client address' so we can be sure the client address is always resolved
2009-04-24 10:52:51 +00:00
rubidium
c530ca27bb
(svn r16134) -Change: do not add duplicates to the broadcast list
2009-04-24 10:33:16 +00:00
rubidium
8d3b681b6b
(svn r16133) -Fix (r16129): who would've thought that the saveload system couldn't handle skipping strings on load yet?
2009-04-24 08:15:58 +00:00
rubidium
9dd88c1586
(svn r16132) -Fix (r7232/r16129): crash when saving games; r7232 is the cause of the problem, r16129 just causes it to be triggered.
2009-04-23 23:47:13 +00:00
rubidium
ad7beef9fb
(svn r16131) -Fix (r16129): some compile warnings on some compilers
2009-04-23 23:30:54 +00:00
rubidium
110f15c638
(svn r16130) -Fix [FS#2855]: the overflowsafe type didn't like dividing by int64 larger than MAX_INT32 causing division by negative numbers and small anomolies when drawing graphs.
2009-04-23 23:29:44 +00:00
rubidium
ca04dc1916
(svn r16129) -Feature-ish: configurable digit group separator per language with user override.
2009-04-23 21:05:00 +00:00
rubidium
90879b0da5
(svn r16128) -Change: allow loading (and storing) NULL values for STRQ in openttd.cfg.
2009-04-23 19:13:41 +00:00
translators
7446f8f459
(svn r16127) -Update: WebTranslator2 update to 2009-04-23 17:54:01
...
serbian - 81 fixed by etran (81)
spanish - 24 fixed by eusebio (24)
turkish - 14 fixed by Emin (14)
2009-04-23 17:54:05 +00:00
rubidium
ed046fe35e
(svn r16126) -Fix (r16125): WT2 fracked up big time...
2009-04-23 17:43:23 +00:00
translators
807dd8fff6
(svn r16125) -Update: WebTranslator2 update to 2009-04-23 17:35:41
...
bulgarian - 13 fixed by thetitan (13)
czech - 25 fixed, 2 changed by Hadez (27)
dutch - 14 fixed by habell (14)
estonian - 1 fixed by kristjans (1)
finnish - 15 fixed by jpx_ (15)
german - 49 changed by planetmaker (49)
luxembourgish - 32 fixed by Gubius (32)
serbian - 81 fixed by etran (81)
spanish - 24 fixed by eusebio (24)
turkish - 14 fixed by Emin (14)
2009-04-23 17:35:55 +00:00