Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-08-20 | (svn r17243) -Fix (r17216): undo 'damage' by svn:keywords | rubidium | |
2009-08-20 | (svn r17242) -Update from WebTranslator v3.0: | translators | |
simplified_chinese - 4 changes by Gavin czech - 10 changes by joeprusa german - 1 changes by Roujin swedish - 7 changes by hgj | |||
2009-08-20 | (svn r17241) -Change: make a distinction between missing and corrupted data ↵ | rubidium | |
files. If (at least) one data file is missing do not consider the set to be useable. Do also no autodetect sets with missing files. | |||
2009-08-20 | (svn r17239) -Change [FS#2802]: allow overbuilding the front tile of a ↵ | yexo | |
roadstation / roaddepot with road to be consistent with overbuilding the front tile of tunnels/bridges and also to make it easier for AIs to connect roadstations and roaddepots to the road in front of it | |||
2009-08-20 | (svn r17238) -Codechange: Clean up CheckExternalFiles a bit and improve the ↵ | matthijs | |
error message it outputs. This makes the function return faster in the common case when all files are in order, by not doing another set of MD5 checks. | |||
2009-08-20 | (svn r17237) -Update: AI changelog | yexo | |
2009-08-20 | (svn r17233) -Fix (r17232): typo | yexo | |
2009-08-20 | (svn r17232) -Fix (r17223): Kill an AI when it tries to Sleep / execute a ↵ | yexo | |
DoCommand during Save() instead of failing to save | |||
2009-08-20 | (svn r17231) -Fix [FS#3134]: AIs that crashed during Save() weren't killed ↵ | yexo | |
as they should | |||
2009-08-20 | (svn r17230) -Fix (r15027): don't assert when an AI uses AI*Mode objects ↵ | yexo | |
incorrectly but crash the AI instead | |||
2009-08-20 | (svn r17229) -Codechange: Coding style fixes. | matthijs | |
2009-08-20 | (svn r17228) -Codechange: some coding style fixes | rubidium | |
2009-08-20 | (svn r17227) -Feature [Unix]: Only use colorized error output on terminals. | matthijs | |
2009-08-20 | (svn r17226) -Fix: Remove the Encoding entry from the openttd.desktop file. | matthijs | |
- This entry has been deprecated since version 0.9.4 (2006) of the desktop entry specification. | |||
2009-08-19 | (svn r17225) -Fix (r17213): WT3 did something it wasn't supposed to do | rubidium | |
2009-08-19 | (svn r17224) -Update from WebTranslator v3.0: | translators | |
catalan - 2 changes by arnaullv simplified_chinese - 12 changes by Gavin, ww9980 polish - 20 changes by amateja | |||
2009-08-19 | (svn r17223) -Change [NoAI] [FS#2980]: Crash an AI when it uses a DoCommand ↵ | yexo | |
/ Sleep instead of just printing an error message in the AI Debug Window | |||
2009-08-19 | (svn r17222) -Fix [FS#3129, FS#3130]: with time tables vehicles would stay ↵ | rubidium | |
in the 'loading' state after they have finished loading | |||
2009-08-19 | (svn r17221) -Change [NoAI] [FS#3101]: when the API requests a string as ↵ | yexo | |
parameter allow every squirrel type and convert to a string | |||
2009-08-19 | (svn r17220) -Fix (r15027): don't ignore white space changes (e.g. alignment ↵ | rubidium | |
fixes) in the exporter | |||
2009-08-19 | (svn r17219) -Cleanup: remove a lot of unused string code | yexo | |
2009-08-18 | (svn r17218) -Fix (r17216): missing '(' causing compile error | glx | |
2009-08-18 | (svn r17217) -Fix (r17216): silence some warnings for the more exotic GCC-alikes | rubidium | |
2009-08-18 | (svn r17216) -Update: MiniLZO from 1.08 to 2.03. | rubidium | |
2009-08-18 | (svn r17215) -Cleanup: remove unused return value | yexo | |
2009-08-18 | (svn r17214) -Add [NoAI]: GetAPIVersion() as optional function in info.nut. ↵ | yexo | |
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 | (svn r17213) -Update from WebTranslator v3.0: | translators | |
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 | (svn r17212) -Change: move minilzo to its 'own' 3rdparty directory as it ↵ | rubidium | |
belongs there | |||
2009-08-18 | (svn r17211) -Cleanup: Remove unused RailVehicleInfo::ai_rank. | frosch | |
2009-08-18 | (svn r17210) -Update: credits to reflect the (current) truth a bit better | rubidium | |
2009-08-17 | (svn r17209) -Codechange: Move cargo_type from (Rail|Road|Ship)VehicleInfo ↵ | frosch | |
to EngineInfo. | |||
2009-08-17 | (svn r17208) -Cleanup: Remove never accessed EngineInfo for engine 255. | frosch | |
2009-08-17 | (svn r17207) -Update from WebTranslator v3.0: | translators | |
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-16 | (svn r17206) -Update from WebTranslator v3.0: | translators | |
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 | (svn r17205) -Fix (r17175): Make year and snow line up/down buttons raise again. | alberth | |
2009-08-16 | (svn r17204) -Codechange: Move viewport initialization into the constructor ↵ | alberth | |
of the news item window. | |||
2009-08-16 | (svn r17203) -Change [NoAI]: Add IsRoadTypeAvailable(GetCurrentRoadType()) ↵ | yexo | |
as precondition for several AIRoad::* functions | |||
2009-08-16 | (svn r17202) -Codechange: News item is already given as argument. | alberth | |
2009-08-16 | (svn r17201) -Fix [NoAI]: don't say you're building a depot when you're ↵ | rubidium | |
actually building a station (API docs typo) | |||
2009-08-16 | (svn r17200) -Codechange: Initialize NewsWindow::duration, add some ↵ | alberth | |
documentation strings. | |||
2009-08-16 | (svn r17199) -Codechange: Remove NF_VIEWPORT since it is implied by the news ↵ | alberth | |
mode. | |||
2009-08-16 | (svn r17198) -Fix [FS#2406]: Accept monthly production values in the ↵ | alberth | |
scenario editor. | |||
2009-08-15 | (svn r17196) -Update: the man page; add the sound set stuff and make a few ↵ | rubidium | |
things a bit clearer | |||
2009-08-15 | (svn r17195) -Update: squirrel to 2.2.3 stable | yexo | |
2009-08-15 | (svn r17194) -Fix (r17175): Depot sell buttons did not raise again. | alberth | |
2009-08-15 | (svn r17193) -Fix [FS#3124]: guard the valuator against 'external' ↵ | rubidium | |
modifications of the valuated list which could cause it to go into an infinite loop. | |||
2009-08-15 | (svn r17192) -Fix (r17175): Buttons in the toolbar of the scenario editor ↵ | alberth | |
did not raise again. | |||
2009-08-15 | (svn r17191) -Add: windows installer can now optionnaly download opengfx and ↵ | glx | |
opensfx | |||
2009-08-15 | (svn r17190) -Update from WebTranslator v3.0: | translators | |
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 | (svn r17189) -Fix (r17186): really remove notice.ini ;) | rubidium | |