yexo
48f70be5f8
(svn r17231) -Fix [FS#3134]: AIs that crashed during Save() weren't killed as they should
2009-08-20 10:45:57 +00:00
yexo
6b0520b3b4
(svn r17230) -Fix (r15027): don't assert when an AI uses AI*Mode objects incorrectly but crash the AI instead
2009-08-20 10:39:39 +00:00
matthijs
8336820738
(svn r17229) -Codechange: Coding style fixes.
2009-08-20 10:34:19 +00:00
rubidium
c096e3d54c
(svn r17228) -Codechange: some coding style fixes
2009-08-20 10:23:39 +00:00
matthijs
70db6bf74f
(svn r17227) -Feature [Unix]: Only use colorized error output on terminals.
2009-08-20 10:01:42 +00:00
matthijs
a8d756b309
(svn r17226) -Fix: Remove the Encoding entry from the openttd.desktop file.
...
- This entry has been deprecated since version 0.9.4 (2006) of the desktop entry specification.
2009-08-20 08:26:02 +00:00
rubidium
9aeb2d604b
(svn r17225) -Fix (r17213): WT3 did something it wasn't supposed to do
2009-08-19 22:11:09 +00:00
translators
0ae51067c6
(svn r17224) -Update from WebTranslator v3.0:
...
catalan - 2 changes by arnaullv
simplified_chinese - 12 changes by Gavin, ww9980
polish - 20 changes by amateja
2009-08-19 17:45:13 +00:00
yexo
c22f60c812
(svn r17223) -Change [NoAI] [FS#2980]: Crash an AI when it uses a DoCommand / Sleep instead of just printing an error message in the AI Debug Window
2009-08-19 16:14:15 +00:00
rubidium
2612f46a20
(svn r17222) -Fix [FS#3129, FS#3130]: with time tables vehicles would stay in the 'loading' state after they have finished loading
2009-08-19 15:27:55 +00:00
yexo
74e5f16bc2
(svn r17221) -Change [NoAI] [FS#3101]: when the API requests a string as parameter allow every squirrel type and convert to a string
2009-08-19 14:54:52 +00:00
rubidium
46d5fc5565
(svn r17220) -Fix (r15027): don't ignore white space changes (e.g. alignment fixes) in the exporter
2009-08-19 14:48:51 +00:00
yexo
c463176a9c
(svn r17219) -Cleanup: remove a lot of unused string code
2009-08-19 13:13:32 +00:00
glx
ae691ae28b
(svn r17218) -Fix (r17216): missing '(' causing compile error
2009-08-18 23:08:16 +00:00
rubidium
2568643418
(svn r17217) -Fix (r17216): silence some warnings for the more exotic GCC-alikes
2009-08-18 22:51:43 +00:00
rubidium
5e40d05c51
(svn r17216) -Update: MiniLZO from 1.08 to 2.03.
2009-08-18 22:26:38 +00:00
yexo
e0d2b2ddaa
(svn r17215) -Cleanup: remove unused return value
2009-08-18 20:36:56 +00:00
yexo
418c88f94d
(svn r17214) -Add [NoAI]: GetAPIVersion() as optional function in info.nut. Return "0.7" to get an api compatible (as much as possible) with the 0.7 api or "0.8" to get the latest api.
...
-Change [NoAI]: move all deprecated functions to a separate squirrel script that is only loaded if an AI requests an old API version.
2009-08-18 18:51:42 +00:00
translators
5bf5ead4da
(svn r17213) -Update from WebTranslator v3.0:
...
dutch - 13 changes by Bart
english_US - 5 changes by agenthh
latvian - 64 changes by dzhins
romanian - 2 changes by kkmic
thai - 85 changes by idkidnew
2009-08-18 17:50:19 +00:00
rubidium
48e1a54c58
(svn r17212) -Change: move minilzo to its 'own' 3rdparty directory as it belongs there
2009-08-18 17:49:28 +00:00
frosch
51b7f4d0ff
(svn r17211) -Cleanup: Remove unused RailVehicleInfo::ai_rank.
2009-08-18 16:21:22 +00:00
rubidium
6174908dff
(svn r17210) -Update: credits to reflect the (current) truth a bit better
2009-08-18 15:19:43 +00:00
frosch
0ddf9c86e1
(svn r17209) -Codechange: Move cargo_type from (Rail|Road|Ship)VehicleInfo to EngineInfo.
2009-08-17 18:33:48 +00:00
frosch
8a2dd6907f
(svn r17208) -Cleanup: Remove never accessed EngineInfo for engine 255.
2009-08-17 18:28:44 +00:00
translators
a0192ff838
(svn r17207) -Update from WebTranslator v3.0:
...
catalan - 1 changes by arnaullv
hungarian - 2 changes by IPG
indonesian - 1 changes by prof
serbian - 12 changes by etran
spanish - 1 changes by Terkhen
2009-08-17 17:45:20 +00:00
translators
824e9c99a8
(svn r17206) -Update from WebTranslator v3.0:
...
catalan - 1 changes by arnaullv
simplified_chinese - 6 changes by Gavin
dutch - 5 changes by Bart
finnish - 2 changes by jpx_
french - 3 changes by glx
hungarian - 16 changes by IPG
indonesian - 1 changes by prof
russian - 2 changes by Lone_Wolf
serbian - 87 changes by etran
spanish - 2 changes by Terkhen
turkish - 2 changes by niw3
2009-08-16 17:45:36 +00:00
alberth
b95413e709
(svn r17205) -Fix (r17175): Make year and snow line up/down buttons raise again.
2009-08-16 16:48:59 +00:00
alberth
e5577c7c01
(svn r17204) -Codechange: Move viewport initialization into the constructor of the news item window.
2009-08-16 16:06:06 +00:00
yexo
d349bf7ec3
(svn r17203) -Change [NoAI]: Add IsRoadTypeAvailable(GetCurrentRoadType()) as precondition for several AIRoad::* functions
2009-08-16 10:33:36 +00:00
alberth
8484638ba8
(svn r17202) -Codechange: News item is already given as argument.
2009-08-16 09:20:25 +00:00
rubidium
7b55bbbc6d
(svn r17201) -Fix [NoAI]: don't say you're building a depot when you're actually building a station (API docs typo)
2009-08-16 09:04:53 +00:00
alberth
a634d839fb
(svn r17200) -Codechange: Initialize NewsWindow::duration, add some documentation strings.
2009-08-16 08:59:56 +00:00
alberth
7877b5b304
(svn r17199) -Codechange: Remove NF_VIEWPORT since it is implied by the news mode.
2009-08-16 07:31:36 +00:00
alberth
b31928c033
(svn r17198) -Fix [FS#2406]: Accept monthly production values in the scenario editor.
2009-08-16 07:28:00 +00:00
rubidium
649e77d64b
(svn r17196) -Update: the man page; add the sound set stuff and make a few things a bit clearer
2009-08-15 21:24:58 +00:00
yexo
2b2093a469
(svn r17195) -Update: squirrel to 2.2.3 stable
2009-08-15 21:21:52 +00:00
alberth
fe2fcace25
(svn r17194) -Fix (r17175): Depot sell buttons did not raise again.
2009-08-15 20:59:49 +00:00
rubidium
702da7d8ef
(svn r17193) -Fix [FS#3124]: guard the valuator against 'external' modifications of the valuated list which could cause it to go into an infinite loop.
2009-08-15 20:34:11 +00:00
alberth
9c6d5f155a
(svn r17192) -Fix (r17175): Buttons in the toolbar of the scenario editor did not raise again.
2009-08-15 20:33:38 +00:00
glx
27d588212f
(svn r17191) -Add: windows installer can now optionnaly download opengfx and opensfx
2009-08-15 20:32:57 +00:00
translators
b61d1b1cb8
(svn r17190) -Update from WebTranslator v3.0:
...
bulgarian - 13 changes by Tvel
simplified_chinese - 1 changes by Gavin
german - 1 changes by planetmaker
indonesian - 2 changes by prof
polish - 3 changes by amateja
romanian - 32 changes by kkmic
spanish - 3 changes by Terkhen
turkish - 5 changes by niw3
urdu - 2 changes by yasirniazkhan
vietnamese - 29 changes by pinochioxy
2009-08-15 17:45:30 +00:00
rubidium
94b322eaaa
(svn r17189) -Fix (r17186): really remove notice.ini ;)
2009-08-15 15:14:27 +00:00
alberth
2a155ffbf9
(svn r17188) -Codechange: Use display mode names for naming window and widget descriptions.
2009-08-15 14:39:22 +00:00
alberth
c4bcae1599
(svn r17187) -Codechange: Make switches on news display mode complete.
2009-08-15 14:27:54 +00:00
glx
bbd8f22b3e
(svn r17186) -Change: remove UNICODE notice in windows installer
2009-08-15 14:16:09 +00:00
frosch
50b1aacdb0
(svn r17185) -Codechange: Tweak depot gui and vehicle lists, so text overlaps less with vehicle images.
2009-08-15 11:47:11 +00:00
rubidium
6e40872318
(svn r17184) -Add: 'bundle_7z' to the bundling functions
2009-08-15 11:12:19 +00:00
rubidium
10a5200015
(svn r17183) -Add [FS#2827]: 'bundle_lzma' to the bundling functions
2009-08-15 10:57:00 +00:00
rubidium
d61709ddfc
(svn r17182) -Feature(ish) [FS#2945]: sort vehicle lists on (timetable) delay
2009-08-15 10:51:33 +00:00
rubidium
79e9bf7a37
(svn r17179) -Merge: changelog etc. changes from 0.7 branch
2009-08-14 22:27:48 +00:00