summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2009-08-27(svn r17292) -Codechange: use unified ToPercent() function to convert fract ↵smatz
numbers to percents
2009-08-26(svn r17291) -Fix [FS#3147]: crash after upgrading base graphics/sound set ↵rubidium
when opening the game options menu and you were using the upgraded set
2009-08-26(svn r17290) -Update from WebTranslator v3.0:translators
italian - 44 changes by lorenzodv lithuanian - 21 changes by mtxd norwegian_bokmal - 6 changes by CyberKenny russian - 2 changes by Lone_Wolf serbian - 45 changes by etran
2009-08-25(svn r17288) -Update from WebTranslator v3.0: fix newlines (had to test a ↵translator
new commit system)
2009-08-25(svn r17287) -Update from WebTranslator v3.0:translators
latvian - 32 changes by dzhins polish - 1 changes by Kogut
2009-08-25(svn r17284) -Fix [Squirrel]: stack was not always cleared properly with ↵rubidium
tail recursion
2009-08-25(svn r17283) -Cleanup [Squirrel]: remove a few unneeded changes to squirrel codeyexo
2009-08-25(svn r17282) -Fix (r17195): the squirrel documentation files were not updatedyexo
2009-08-25(svn r17281) -Feature(tte): open the 'Rename group' dialog after creating ↵smatz
new group
2009-08-24(svn r17275) -Codechange: remember group ID we are renaming, don't rename ↵smatz
currently selected group
2009-08-24(svn r17274) -Update from WebTranslator v3.0:translators
czech - 4 changes by SmatZ english_US - 4 changes by agenthh latvian - 54 changes by dzhins serbian - 110 changes by etran spanish - 1 changes by Terkhen
2009-08-23(svn r17273) -Fix [Squirrel]: calling a function that has default parameters ↵yexo
with not enough parameters can cause a crash
2009-08-23(svn r17272) -Fix [FS#3115]: game options window sub frames wouldn't resize ↵rubidium
when another did
2009-08-23(svn r17271) -Fix: SetFill sometimes used 1/0 when it should be using true/falserubidium
2009-08-23(svn r17270) -Update from WebTranslator v3.0:translators
danish - 39 changes by silentStatic portuguese - 2 changes by SupSuper serbian - 4 changes by etran
2009-08-22(svn r17268) -Fix [FS#3143]: Station/Town window titles weren't updated when ↵rubidium
they got renamed
2009-08-22(svn r17267) -Change [FS#3139]: mention the MD5 checksum of the original ↵rubidium
NewGRF in the "saveload failed horribly"-error message and make it more clear that the filename is of the current NewGRF
2009-08-22(svn r17265) -Codechange: Typo fix, small is with two l'salberth
2009-08-22(svn r17262) -Update from WebTranslator v3.0:translators
finnish - 1 changes by jpx_ german - 2 changes by planetmaker greek - 49 changes by fumantsu serbian - 62 changes by etran welsh - 6 changes by welshdragon
2009-08-22(svn r17251) -Fix [FS#3141]: other tunnel end not shown if building rail ↵rubidium
tunnels and the first railtype is not available yet
2009-08-21(svn r17248) -Fix: add GPL license notice where appropriaterubidium
2009-08-21(svn r17247) -Change: move '3rd party' MD5 implementation also to the ↵rubidium
3rdparty directory.
2009-08-21(svn r17246) -Update from WebTranslator v3.0:translators
german - 1 changes by dihedral russian - 1 changes by Lone_Wolf swedish - 9 changes by hgj
2009-08-21(svn r17245) -Fix [FS#3137] (r17015): you could, via unselect all, also ↵rubidium
unselect already installed content; it would not uninstall it though
2009-08-20(svn r17244) -Change: add $Id$ to the language files toorubidium
2009-08-20(svn r17243) -Fix (r17216): undo 'damage' by svn:keywordsrubidium
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 changelogyexo
2009-08-20(svn r17233) -Fix (r17232): typoyexo
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 fixesrubidium
2009-08-20(svn r17227) -Feature [Unix]: Only use colorized error output on terminals.matthijs
2009-08-19(svn r17225) -Fix (r17213): WT3 did something it wasn't supposed to dorubidium
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 codeyexo
2009-08-18(svn r17218) -Fix (r17216): missing '(' causing compile errorglx
2009-08-18(svn r17217) -Fix (r17216): silence some warnings for the more exotic GCC-alikesrubidium
2009-08-18(svn r17216) -Update: MiniLZO from 1.08 to 2.03.rubidium
2009-08-18(svn r17215) -Cleanup: remove unused return valueyexo
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.