rubidium
862754d36d
(svn r17639) -Codechange: let the difficulty settings GUI make really use the nested widget features
2009-09-26 08:30:02 +00:00
rubidium
22c4ef6aee
(svn r17638) -Fix [FS#3235]: Crash when trying to build an industry that has no industry layout defined; yes, it's very similar to r17633 because one case was forgotten.
2009-09-25 21:08:45 +00:00
rubidium
025876aa25
(svn r17637) -Codechange: move the game difficulty window's window/widget description below the window class
2009-09-25 19:42:57 +00:00
rubidium
2080c0990c
(svn r17636) -Codechange: make the difficulty setting window nested
2009-09-25 19:36:09 +00:00
rubidium
3f600bba24
(svn r17635) -Codechange: make the chat gui nested
2009-09-25 18:15:41 +00:00
translators
99881a1c9b
(svn r17634) -Update from WebTranslator v3.0:
...
simplified_chinese - 6 changes by Gavin
finnish - 8 changes by jpx_
german - 2 changes by Roujin
romanian - 49 changes by kkmic
ukrainian - 51 changes by Madvin
vietnamese - 92 changes by nglekhoi
2009-09-25 17:45:21 +00:00
rubidium
36e70b57ee
(svn r17633) -Fix [FS#3233]: [NewGRF] Crash when trying to build an industry that has no industry layout defined.
2009-09-25 09:32:20 +00:00
rubidium
bc2edd2604
(svn r17632) -Change: enable the uninitialized variables warning (or actually undisable)
2009-09-24 21:27:19 +00:00
translators
d378dc0d3b
(svn r17628) -Update from WebTranslator v3.0:
...
danish - 2 changes by beruic
german - 5 changes by dihedral
thai - 119 changes by ityellow
2009-09-24 17:45:12 +00:00
yexo
52f2359edd
(svn r17627) -Document [FS#3216]: The remaining functions in info.nut
2009-09-23 22:15:57 +00:00
alberth
53188cd528
(svn r17626) -Codechange: Use Dimension structs instead of array of length 2 for storing horizontal/vertical information.
2009-09-23 20:48:30 +00:00
rubidium
4b7e2ff704
(svn r17625) -Codechange: make a nested window of the station joiner
2009-09-23 20:14:59 +00:00
alberth
39c14f9044
(svn r17624) -Codechange: Swap entries in _resize_cap[][] so the code does what the docs say.
2009-09-23 19:57:56 +00:00
rubidium
2d03e0af5d
(svn r17623) -Codechange: don't update the station's joiner scrollbar count in the drawing code
2009-09-23 19:41:25 +00:00
translators
244923a18d
(svn r17622) -Update from WebTranslator v3.0:
...
catalan - 8 changes by arnau
dutch - 5 changes by habell
english_US - 9 changes by agenthh
french - 5 changes by glx
indonesian - 5 changes by prof
italian - 5 changes by lorenzodv
russian - 1 changes by Lone_Wolf
serbian - 5 changes by etran
turkish - 6 changes by niw3
2009-09-23 17:45:31 +00:00
rubidium
6032f406ad
(svn r17621) -Document [FS#3216]: most of the functions an AI can/must use in their instantiation of AIInfo.
2009-09-23 16:07:17 +00:00
rubidium
a848fda880
(svn r17620) -Fix (r17502): edit box offsets were off. Now they're still off, but look (in my opinion) even better than before
2009-09-23 15:42:29 +00:00
glx
92c4831bf2
(svn r17619) -Fix: rename STR_TINT_GROUP to STR_TINY_GROUP
2009-09-23 13:25:00 +00:00
rubidium
b3c5c8cadb
(svn r17618) -Fix [FS#3226]: the 'lock' icon would erroneously be drawn for companies if the company had a password before the reset
2009-09-22 21:14:31 +00:00
rubidium
7d24e84a81
(svn r17617) -Codechange: make the server side packet handling be more like the client side's handling, i.e. return the connection status
...
-Fix: do not do invalid reads when a packet handling function closed a connection
2009-09-22 20:44:14 +00:00
frosch
e261d8d9a0
(svn r17616) -Codechange [FS#3222]: Enumerize properties used in callback 0x36. Based on Terkhen's work.
2009-09-22 19:28:57 +00:00
smatz
8f45efa8dd
(svn r17615) -Fix (r17612): town sign could be glitchy when creating town with custom name (Terkhen)
2009-09-22 18:55:15 +00:00
smatz
de96f4d309
(svn r17614) -Fix: crash when deleting town while TownDirectory is open
2009-09-22 18:50:58 +00:00
translators
cc5acdf304
(svn r17613) -Update from WebTranslator v3.0:
...
traditional_chinese - 107 changes by josesun
dutch - 12 changes by habell
french - 3 changes by glx
german - 1 changes by dihedral
hungarian - 6 changes by alyr
indonesian - 1 changes by prof
italian - 6 changes by lorenzodv
russian - 7 changes by Lone_Wolf
serbian - 1 changes by etran
spanish - 8 changes by Terkhen
2009-09-22 17:45:35 +00:00
smatz
1da745c9ad
(svn r17612) -Feature: possibility to choose (randomise or enter custom) town name before its creation (original patch by Terkhen)
2009-09-22 13:54:54 +00:00
smatz
665864e5b0
(svn r17611) -Fix: buffers used for verifying company and president name length were too short, possibly causing false positives
2009-09-22 12:42:56 +00:00
yexo
3a7da30922
(svn r17609) -Fix: the dummy AI had no API version set, causing the 'API compatibility script not found' error to be printed when loading it
2009-09-22 11:10:04 +00:00
smatz
93d275f1be
(svn r17608) -Codechange: use CmdFoundTown when founding 'Random town' too
2009-09-21 20:22:56 +00:00
smatz
0a6e336484
(svn r17607) -Fix: when command didn't fail in test run and failed in exec run, error message wasn't set. Affects only few commands
2009-09-21 19:40:05 +00:00
rubidium
01ab1c6001
(svn r17606) -Add: initial support for Haiku; a dedicated server with zlib and libpng compiles and links (for me). Something's fishy with the network so it doesn't actually work (yet)
2009-09-21 18:36:33 +00:00
rubidium
3dd202ba1c
(svn r17605) -Fix [FS#3218]: [NewGRF] Crash when defining the same tile in a tile layout twice
2009-09-21 18:31:47 +00:00
smatz
9da24054b2
(svn r17604) -Update (r17603): rename strings in other lang files too
2009-09-21 18:18:01 +00:00
smatz
15511678e3
(svn r17603) -Codechange: since now, towns are 'founded' instead of 'built'
2009-09-21 18:16:00 +00:00
translators
60a13f49bd
(svn r17602) -Update from WebTranslator v3.0:
...
english_US - 2 changes by agenthh
russian - 1 changes by Lone_Wolf
vietnamese - 6 changes by nglekhoi
2009-09-21 17:45:12 +00:00
smatz
494ef040e5
(svn r17601) -Fix (r17592): don't mark cargo as 'accepted' when accepted amount is 0
2009-09-21 17:24:21 +00:00
smatz
8a003eb197
(svn r17600) -Cleanup: remove unused variable
2009-09-21 17:06:19 +00:00
smatz
905092b443
(svn r17599) -Fix: configure script didn't detect icc when CC included path to compiler
2009-09-21 15:47:28 +00:00
smatz
662ef3173b
(svn r17597) -Codechange: rename namegen* to townname*
2009-09-21 11:01:16 +00:00
smatz
114d48e492
(svn r17596) -Codechange: constify some tables
2009-09-20 23:11:01 +00:00
alberth
e07efc2370
(svn r17595) -Codechange: Tree build window uses pure nested widgets.
2009-09-20 21:09:27 +00:00
frosch
7fa4d576ca
(svn r17594) -Fix: Vehicle image was not always updated when needed.
2009-09-20 19:36:27 +00:00
yexo
bbce4fba25
(svn r17593) -Fix (r17591): as always after a noai commit ...
2009-09-20 19:01:38 +00:00
smatz
9cf2e92159
(svn r17592) -Fix [FS#3212](r17436): force all cargo being accepted when industry tiles accept it but industry itself doesn't
2009-09-20 18:52:12 +00:00
yexo
12ef0046dd
(svn r17591) -Add [NoAI] [FS#3212]: AIAirport::IsAirportInformationAvailable. Also update several preconditions so it's now possible to get information on airports types that can no longer be build (small airport after 1960)
2009-09-20 18:38:43 +00:00
translators
64ed7cc8de
(svn r17590) -Update from WebTranslator v3.0:
...
turkish - 4 changes by niw3
vietnamese - 78 changes by nglekhoi
2009-09-20 17:45:09 +00:00
smatz
9225b3ba03
(svn r17589) -Codechange: rename town_acc to always_accepted
2009-09-20 17:44:33 +00:00
rubidium
2049d60e34
(svn r17588) -Fix [FS#3220]: erroneous message about changing the difficulty level
2009-09-20 17:19:45 +00:00
alberth
bae15616f7
(svn r17587) -Codechange: Town authority window uses pure nested widgets.
2009-09-20 14:46:15 +00:00
alberth
46cd3ee944
(svn r17586) -Codechange: Adding documentation, and replacing some numbers with constants in the town authority window.
2009-09-20 10:25:03 +00:00
rubidium
a8c80a5afc
(svn r17585) -Fix [FS#3214]: also do the StringID conversion for StringIDs that are pushed on the (NewGRF string) stack
2009-09-20 10:22:27 +00:00