Commit Graph

7158 Commits (6cb860e69e1bc62568f501b847011f4bcc3c7905)

Author SHA1 Message Date
translators d403ae78ca (svn r17432) -Update from WebTranslator v3.0:
catalan - 21 changes by arnau
simplified_chinese - 4 changes by Gavin
danish - 7 changes by silentStatic
dutch - 6 changes by Bart
hebrew - 47 changes by dnd_man
korean - 18 changes by darkhasa
15 years ago
smatz 7dd7f622cd (svn r17431) -Fix (r16735): oldloader wasn't updated 15 years ago
smatz d0beb1721e (svn r17429) -Fix (r16378): conversion of TTO/TTD savegames failed when vehicle 0 was a wagon 15 years ago
rubidium ad201e5a00 (svn r17428) -Codechange: add a function to get the name of a driver 15 years ago
alberth 3c1aa02560 (svn r17427) -Codechange: Removing some unneeded widget parts (for reduced compilation time). 15 years ago
smatz 6572bce9c1 (svn r17426) -Fix (r1): economy recession would never end when economy is set to Steady while in recession 15 years ago
translators ddc4a3035c (svn r17425) -Update from WebTranslator v3.0:
arabic_egypt - 7 changes by kasakg
catalan - 3 changes by arnau
traditional_chinese - 2 changes by josesun
french - 4 changes by glx
indonesian - 5 changes by prof
italian - 4 changes by lorenzodv
spanish - 4 changes by Terkhen
turkish - 2 changes by niw3
urdu - 4 changes by yasirniazkhan
15 years ago
alberth d5bf1cc118 (svn r17424) -Change: Unify 'list is empty' strings of the windows to '- None -'. 15 years ago
alberth a76da0e36a (svn r17423) -Fix [FS#3174]: Show '- None -' with empty town or industry list, and use that text in the size computation as well. 15 years ago
alberth 6dfe5909dc (svn r17422) -Codechange: Remove magic constants and compute vertical minimal size of the sign list window. 15 years ago
alberth aa0abf9c91 (svn r17421) -Fix (r17418): Don't output debug information in signs list. 15 years ago
smatz dc73d5432d (svn r17420) -Codechange: replace assert() by assert_compile() where possible 15 years ago
yexo d3b8de0162 (svn r17419) -Fix (r-old, r16378): the index of orders loaded from old savegames was owerwritten with an unitialized value, causing asserts. The issue has present for a long time but only since the new pool system did it trigger a (correct) assert 15 years ago
alberth 6352a5481d (svn r17418) -Codechange [FS#3144]: Signs list window uses nested widget tree (mostly by Nickman). 15 years ago
rubidium 06d4507f5f (svn r17416) -Codechange: move the build date/time 'determination' to rev.cpp as that's the file most likely to be regularly recompiled 15 years ago
yexo 3cfb59b5b9 (svn r17415) -Change: make sure aircraft don't move while turning as long as they are on the ground. This prevents a lot of unnecesary turns when leaving terminals 15 years ago
rubidium f3372f6bc1 (svn r17414) -Codechange: only send/read the number of bits that can be actually useful when building industries 15 years ago
rubidium ebe53440be (svn r17413) -Fix: assert when trying to build an invalid industry type it did 15 years ago
translators 300e8b4343 (svn r17412) -Update from WebTranslator v3.0:
catalan - 50 changes by arnau
estonian - 23 changes by KSiimson
lithuanian - 7 changes by mtxd
portuguese - 46 changes by SupSuper
russian - 2 changes by Lone_Wolf
15 years ago
rubidium 3a0b63d4bf (svn r17411) -Codechange: silence an ICC compile warning 15 years ago
rubidium fab411abdc (svn r17410) -Codechange: use the same define for determining whether windows does crash reports instead of using several that aren't necessarily equal 15 years ago
rubidium 22192d96c2 (svn r17409) -Codechange: split the crash log and other windows 'glue' code 15 years ago
glx 042391ce63 (svn r17408) -Codechange: remove unused win32 stuff 15 years ago
translators c4e7e37919 (svn r17406) -Update from WebTranslator v3.0:
hungarian - 2 changes by alyr
15 years ago
yexo d963a44d3a (svn r17405) -Fix (r100): aircraft shouldn't be allowed to make turns bigger then 45 degrees while in flight 15 years ago
rubidium 684706b6b0 (svn r17404) -Change (r17379): silence gcc warning caused by inlining of a virtual function 15 years ago
rubidium 791a308730 (svn r17403) -Fix [Squirrel]: guard against squirrel stack overflows; if assert is enabled assert (catch possible overflow bugs in nightlies/RCs), otherwise just increase the stack's size (don't get into invalid reads/writes in releases) 15 years ago
Yexo d49addb48e (svn r17402) -Fix (r16425): During every save a few slots on the squirrel stack were leaked 15 years ago
rubidium 0fc5899e6a (svn r17401) -Fix [FS#3171] (r17384): order deletion didn't (correctly) update the order window 15 years ago
rubidium 04fa406645 (svn r17400) -Fix [FS#3172] (r17380): total line of performance rating was calculated wrong 15 years ago
rubidium bbb7d3a4d5 (svn r17399) -Fix (r17365): if scrollbar has more capacity than elements clicking on the "scroll down" button asserted (esminis) 15 years ago
alberth c188200bfe (svn r17398) -Codechange: Fill normal news item window with widgets. 15 years ago
alberth 013c615ede (svn r17397) -Codechange: Add new vehicle news window. 15 years ago
alberth f24b6797ae (svn r17396) -Codechange: Add company news window. 15 years ago
alberth e09d1be9ac (svn r17395) -Codechange: Fill thin window with widgets. 15 years ago
alberth fa83a5de3b (svn r17394) -Codechange: Add news flags for viewport settings. 15 years ago
alberth 61800b82a2 (svn r17393) -Codechange: Fill small window with widgets. 15 years ago
alberth d6f7e7fe23 (svn r17392) -Codechange: Use 'default' for reacting on click. 15 years ago
alberth 07b113da46 (svn r17391) -Codechange: Add string box calculation routine for multi-line strings. 15 years ago
alberth 72341ca1df (svn r17390) -Codechange: Switch news item windows to nested widgets. 15 years ago
alberth 063b240649 (svn r17389) -Codechange: Add support for shaded viewports. 15 years ago
alberth 519c3bd91d (svn r17388) -Codechange: Paint the background of background widgets before painting its children. 15 years ago
alberth cc57785308 (svn r17387) -Codechange: Add news-item window description to NewsSubtypeData. 15 years ago
yexo 145f86027b (svn r17386) -Fix (r17011): AIBaseStation::IsValidBaseStation() returned false for stations with OWNER_NONE 15 years ago
alberth 64b3cab2ff (svn r17385) -Codechange: Removed some unneeded parentheses. 15 years ago
rubidium bedc973191 (svn r17384) -Fix [FS#2859]: remove all order window state changes out of the drawing routine and call them immediately when changes happen instead of on the next OnPaint. This prevents pressing buttons when they should've been already disabled. 15 years ago
translators 8e77454e34 (svn r17383) -Update from WebTranslator v3.0:
german - 2 changes by Roujin
indonesian - 2 changes by prof
italian - 2 changes by lorenzodv
latvian - 46 changes by dzhins
serbian - 10 changes by etran
15 years ago
yexo 7a334f62e8 (svn r17382) -Cleanup: don't set load_unload_time_rem when an aircraft turns in the air as it's not used 15 years ago
yexo dbe9917574 (svn r17381) -Codechange: music track selection window uses nested widgets 15 years ago
rubidium 187db314e5 (svn r17380) -Codechange: move drawing the performance detail data to DrawWidget 15 years ago
rubidium 808a2b06e6 (svn r17379) -Codechange: make the performance rating window nested, although it still needs some improvements 15 years ago
yexo 457c101138 (svn r17378) -Fix [NoAI]: Several AITile::* functions didn't check whether their parameters were valid 15 years ago
yexo 7c4dc7db7f (svn r17377) -Fix (r17365): MSVC complains about struct<>class difference 15 years ago
rubidium 4473b3eb30 (svn r17376) -Fix: also draw the white "I've just opened" line for nested windows 15 years ago
rubidium 62c7948a4f (svn r17375) -Codechange: remove last direct usage of scrollbar variables 15 years ago
rubidium fc193fd902 (svn r17374) -Codechange: make the town and vehicle GUIs use the scrollbar wrappers 15 years ago
rubidium e9e2ffade2 (svn r17373) -Codechange: make the timetable, station and subsidy GUIs use scrollbar wrappers 15 years ago
rubidium 1f3f5a8a83 (svn r17372) -Codechange: make the settings, rail and sign GUIs use the scrollbar wrappers 15 years ago
rubidium d5e749d8b1 (svn r17371) -Codechange: make the newgrf, news and order GUIs use the scrollbar wrappers 15 years ago
rubidium 6d72ae033a (svn r17370) -Codechange: make the saveload and network GUIs use the scrollbar wrappers 15 years ago
rubidium e80d296638 (svn r17369) -Codechange: make the depot, group and industry GUIs use the scrollbar wrappers 15 years ago
rubidium 9442334163 (svn r17368) -Codechange: remove pointless passing of 'this' as parameter 15 years ago
rubidium 2e59affde5 (svn r17367) -Codechange: make the autoreplace, bridge and build vehicle GUIs use the scrollbar wrappers 15 years ago
rubidium 042a99e328 (svn r17366) -Codechange: make the AI GUIs use the scrollbar wrappers 15 years ago
rubidium f1ba8fb206 (svn r17365) -Codechange: introduce wrapper functions to update the position, capacity and count of scroll bars. This to (eventually) prevent the scrollbar overflowing outside of the window 15 years ago
rubidium 123c44137a (svn r17364) -Fix (r17356): off by one when selecting a subsidy 15 years ago
rubidium a79be4de27 (svn r17363) -Fix [FS#3163] (r16717): feed autoreplace the front of vehicles, otherwise it gets distracted and bails out 15 years ago
yexo 7b3cfe5aa0 (svn r17362) -Fix (r17360): alignment in afrikaans.txt was wrong 15 years ago
yexo 657165ae7d (svn r17361) -Fix (r17360): committed a bit too much 15 years ago
yexo 5678d36895 (svn r17360) -Fix (r17329): the 'track' and 'title' texts were lost in the conversion to nested widgets 15 years ago
smatz 7744a7303a (svn r17359) -Fix: put static before cv qualifier, some compilers complain about that 15 years ago
smatz 8cf944001d (svn r17358) -Fix: compilation was broken for gcc older than 3.4 15 years ago
smatz 992e6ff4ad (svn r17357) -Codechange: some compilers complain about implicit conversion from NULL to bool 15 years ago
rubidium cbe1b67811 (svn r17356) -Fix: actually implement scrolling for the subsidy list instead of 'just' showing a scroll bar. 15 years ago
rubidium c7d39c9bf8 (svn r17355) -Codechange: determine the minimum size of the subsidy gui based on (some) of the content 15 years ago
rubidium 74b7e1ab65 (svn r17354) -Codechange: make the subsidy gui nested 15 years ago
yexo 3f2af511f0 (svn r17353) -Codechange: make sure the shuffle and programme buttons in the music window are always the same size 15 years ago
rubidium cd6b9ed7e4 (svn r17352) -Fix [FS#3162]: trains wouldn't show smoke if the load/unload counter wasn't 0, though there doesn't seem to be a reason to check that variable anyhow anymore 15 years ago
translators 80bca675ae (svn r17351) -Update from WebTranslator v3.0:
simplified_chinese - 24 changes by yuanmin
czech - 118 changes by SmatZ
dutch - 2 changes by Yexo
french - 2 changes by glx
russian - 1 changes by Lone_Wolf
spanish - 2 changes by Terkhen
15 years ago
glx cf2d2cb4b6 (svn r17350) -Fix (r17336): broken compilation with mingw 15 years ago
smatz 7642c0d0f1 (svn r17349) -Update (r17348): apply changes to other lang files 15 years ago
smatz f22e1cf9ab (svn r17348) -Fix: don't mix 'sort by' strings used for buttons and dropdowns 15 years ago
rubidium 62e990823d (svn r17345) -Fix [FS#2769]: one wasn't offered to take over bankrupt companies anymore; caused by the introduction NoAI, although NewAI had the same problem too. 15 years ago
rubidium eba9b2f779 (svn r17344) -Codechange: splash of coding style over ai_event_types.* 15 years ago
rubidium c1fe2ce4bc (svn r17343) -Codechange: it's bankruptcy, not bankrupcy, according to my Oxford Dictionary of English and Merriam-Webster. 15 years ago
rubidium 94867f3052 (svn r17342) -Fix: reset bankruptcy checks when bankruptcy has been averted and don't set an unused timeout with a magic number 15 years ago
rubidium 846cd79ada (svn r17341) -Fix: memory leak when trying to bankrupt the local company 15 years ago
rubidium d1b0754bbf (svn r17340) -Fix: old loader tried to load a uint8 into a uint16 15 years ago
rubidium 533e3da493 (svn r17339) -Codechange: move thread related files to their own directory (like done for video, music, sound, etc) 15 years ago
yexo 2aec011d04 (svn r17338) -Feature(tte): Add extra entry points for all airports so planes don't make strange turns when entering the holding stack 15 years ago
yexo 0755f3a9c1 (svn r17337) -Fix: some more strange airport holding bay positions 15 years ago
rubidium 19b83eb5aa (svn r17336) -Codechange: move some os specific files into src/os/ 15 years ago
rubidium 54f67b8137 (svn r17335) -Fix (r17333): don't return a pointer as boolean 15 years ago
yexo 1d55bb2090 (svn r17334) -Fix: don't turn north just before approaching the landing strip of the small airport 15 years ago
rubidium 67468acf5a (svn r17333) -Codechange: make the road pathfinder 'interface' like the one for the rail pathfinder
-Fix [FS#3057]: road vehicles forgetting their servicing order when the path takes them away (in bird distance) from their destination first
15 years ago
translators 9edf3ec982 (svn r17332) -Update from WebTranslator v3.0:
english_US - 1 changes by agenthh
german - 2 changes by Roujin
italian - 5 changes by lorenzodv
korean - 20 changes by darkhasa
15 years ago
yexo ef8a9a25ff (svn r17331) -Codechange: don't depend on static widget position/size for drawing of volumer sliders in music window 15 years ago
yexo dc9d4865c9 (svn r17330) -Codechange: Lower some buttons in the music window when clicked instead of changing the text colour to white 15 years ago
yexo c54d23e954 (svn r17329) -Codechange: music window uses nested widgets 15 years ago
alberth caa44c71a9 (svn r17328) -Codechange: Get the vehicle technical data as string rather than having it printed. 15 years ago
alberth 174284d526 (svn r17327) -Codechange: Allow external use of GetEngineCategoryName(). 15 years ago
translators 2f9ebae66d (svn r17326) -Update from WebTranslator v3.0:
italian - 1 changes by lorenzodv
welsh - 16 changes by welshdragon
15 years ago
alberth c37078c9b7 (svn r17325) -Codechange: Un-duplicate engine drawing routines. 15 years ago
Yexo 7cb4f3e7a3 (svn r17324) -Codechange: Land info window uses nested widget tree 15 years ago
rubidium 751dc4ad3d (svn r17323) -Codechange: replace some magic numbers with constants in the town directory. 15 years ago
rubidium 25b667c1ea (svn r17322) -Codechange: make the industry directory window nested. 15 years ago
rubidium ecf50ba58e (svn r17321) -Codechange: minor coding style fixes for the town directory 15 years ago
rubidium b237655d76 (svn r17320) -Codechange: move the code to determine the string and set dparams of industries in the industry directory out of OnPaint 15 years ago
rubidium 898d070919 (svn r17319) -Codechange: replace some magic numbers related to locations/sizes with the appropriate variables in the industry directory 15 years ago
rubidium 99dda2a3ce (svn r17318) -Codechange: remove state changes from the OnPaint of the industry directory 15 years ago
smatz 09e1ecc8ac (svn r17316) -Codechange: use Industry::GetByTile() instead of GetIndustryByTile() 15 years ago
smatz 1889ebff85 (svn r17315) -Codechange: move code related to industry types to separate file 15 years ago
alberth 54f5962af2 (svn r17314) -Fix (r17313): Allow the picker window to change size. 15 years ago
rubidium 8a91545f62 (svn r17313) -Codechange: make the road station picker nested 15 years ago
rubidium d514d665ef (svn r17312) -Codechange: make the road toolbars and depot picker nested 15 years ago
yexo a3382deac7 (svn r17311) -Change: rename STR_WHITE_STRINGN to STR_WHITE_STRING 15 years ago
yexo fad737decb (svn r17310) -Codechange: about window uses nested widget tree 15 years ago
smatz 0b980d91c7 (svn r17309) -Fix: not all non-ASCII characters were entered with escapes in the About window 15 years ago
translators c0735ffd68 (svn r17308) -Update from WebTranslator v3.0:
french - 22 changes by glx
german - 28 changes by Roujin
indonesian - 7 changes by fanioz
italian - 44 changes by lorenzodv
russian - 7 changes by MajestiC
15 years ago
yexo a80bb35ffe (svn r17307) -Fix [NoAI]: AIRail::RemoveRailTrack returned ERR_PRECONDITION_ERROR for road/rail-crossings 15 years ago
alberth 6432986704 (svn r17306) -Fix: DrawStringMultiLine() computed available width and height wrongly. 15 years ago
rubidium 252304b569 (svn r17304) -Codechange: move (more) drawing code out of the rail depot picker's OnPaint. 15 years ago
translators b0ba8e35ce (svn r17303) -Update from WebTranslator v3.0:
french - 30 changes by glx
german - 38 changes by Roujin
spanish - 103 changes by Terkhen
15 years ago
rubidium cdca76cd6b (svn r17301) -Fix (r17297): typo 15 years ago
rubidium b6c97c36b6 (svn r17300) -Fix [FS#3120]: mention of Ctrl modifier was missing from some tooltips 15 years ago
rubidium d5bd62ad15 (svn r17299) -Fix: the tooltip could get truncated under some circumstances due to its custom string height determination 15 years ago
yexo 8a2e1011b2 (svn r17298) -Fix [FS#3153]: reloading an AI started a new AI in the first available company slot causing other AIs to be started 15 years ago
rubidium 79ad9f5b58 (svn r17297) -Fix [part of FS#3120]: effect of pressing Ctrl was missed in a number of cases 15 years ago
rubidium 169df83012 (svn r17296) -Fix/feature [FS#3152]: allow rail wagons to be build when only el rail engines are available 15 years ago
translators c10abd507d (svn r17295) -Update from WebTranslator v3.0:
lithuanian - 6 changes by mtxd
15 years ago
smatz e126e1e9c6 (svn r17294) -Add [NoAI]: AITown::GetLastMonthTransportedPercentage and AIIndustry::GetLastMonthTransportedPercentage 15 years ago
smatz 15242b3ac8 (svn r17293) -Fix [NoAI]: AITown::GetLastMonthTransported didn't work as documented at all, make it return what AITown::GetLastMonthProduction did
-Change [NoAI]: mark AITown::GetMaxProduction as deprecated, AITown::GetLastMonthProduction returns now the value GetMaxProduction did
15 years ago
smatz a0d0206f2d (svn r17292) -Codechange: use unified ToPercent() function to convert fract numbers to percents 15 years ago
rubidium 3af095aa19 (svn r17291) -Fix [FS#3147]: crash after upgrading base graphics/sound set when opening the game options menu and you were using the upgraded set 15 years ago
translators 3cf9f4c0ee (svn r17290) -Update from WebTranslator v3.0:
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
15 years ago
translator b009fb2637 (svn r17288) -Update from WebTranslator v3.0: fix newlines (had to test a new commit system) 15 years ago
translators 0755896670 (svn r17287) -Update from WebTranslator v3.0:
latvian - 32 changes by dzhins
polish - 1 changes by Kogut
15 years ago
rubidium aa67dd87c6 (svn r17284) -Fix [Squirrel]: stack was not always cleared properly with tail recursion 15 years ago
yexo 650f36c08c (svn r17283) -Cleanup [Squirrel]: remove a few unneeded changes to squirrel code 15 years ago
yexo fe4f55d0a4 (svn r17282) -Fix (r17195): the squirrel documentation files were not updated 15 years ago
smatz 1c6a2d72e2 (svn r17281) -Feature(tte): open the 'Rename group' dialog after creating new group 15 years ago
smatz bdb0ba3feb (svn r17275) -Codechange: remember group ID we are renaming, don't rename currently selected group 15 years ago
translators 45bb5b39fc (svn r17274) -Update from WebTranslator v3.0:
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
15 years ago
yexo f66041e3c8 (svn r17273) -Fix [Squirrel]: calling a function that has default parameters with not enough parameters can cause a crash 15 years ago
rubidium 0f6384ccee (svn r17272) -Fix [FS#3115]: game options window sub frames wouldn't resize when another did 15 years ago
rubidium d4a98be94a (svn r17271) -Fix: SetFill sometimes used 1/0 when it should be using true/false 15 years ago
translators dba7079aca (svn r17270) -Update from WebTranslator v3.0:
danish - 39 changes by silentStatic
portuguese - 2 changes by SupSuper
serbian - 4 changes by etran
15 years ago
rubidium 1cfc262fb0 (svn r17268) -Fix [FS#3143]: Station/Town window titles weren't updated when they got renamed 15 years ago
rubidium 6aa9ebd85a (svn r17267) -Change [FS#3139]: mention the MD5 checksum of the original NewGRF in the "saveload failed horribly"-error message and make it more clear that the filename is of the current NewGRF 15 years ago
alberth bdb54a11dd (svn r17265) -Codechange: Typo fix, small is with two l's 15 years ago
translators 8a096f6427 (svn r17262) -Update from WebTranslator v3.0:
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
15 years ago
rubidium 290d8a99c3 (svn r17251) -Fix [FS#3141]: other tunnel end not shown if building rail tunnels and the first railtype is not available yet 15 years ago
rubidium 99d46e0ad7 (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
rubidium be9033295e (svn r17247) -Change: move '3rd party' MD5 implementation also to the 3rdparty directory. 15 years ago
translators 50b05b212a (svn r17246) -Update from WebTranslator v3.0:
german - 1 changes by dihedral
russian - 1 changes by Lone_Wolf
swedish - 9 changes by hgj
15 years ago
rubidium 79844fd27f (svn r17245) -Fix [FS#3137] (r17015): you could, via unselect all, also unselect already installed content; it would not uninstall it though 15 years ago
rubidium 45239b345e (svn r17244) -Change: add $Id$ to the language files too 15 years ago
rubidium 5efd5f1f68 (svn r17243) -Fix (r17216): undo 'damage' by svn:keywords 15 years ago
translators cd5ae22c85 (svn r17242) -Update from WebTranslator v3.0:
simplified_chinese - 4 changes by Gavin
czech - 10 changes by joeprusa
german - 1 changes by Roujin
swedish - 7 changes by hgj
15 years ago
rubidium 11f4973cf6 (svn r17241) -Change: make a distinction between missing and corrupted data 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. 15 years ago
yexo 3e74025d84 (svn r17239) -Change [FS#2802]: allow overbuilding the front tile of a 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
15 years ago
matthijs b76a61f317 (svn r17238) -Codechange: Clean up CheckExternalFiles a bit and improve the 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.
15 years ago
yexo dcf67bcd39 (svn r17237) -Update: AI changelog 15 years ago
yexo d6a3178646 (svn r17233) -Fix (r17232): typo 15 years ago
yexo 172d4dd23e (svn r17232) -Fix (r17223): Kill an AI when it tries to Sleep / execute a DoCommand during Save() instead of failing to save 15 years ago
yexo 48f70be5f8 (svn r17231) -Fix [FS#3134]: AIs that crashed during Save() weren't killed as they should 15 years ago
yexo 6b0520b3b4 (svn r17230) -Fix (r15027): don't assert when an AI uses AI*Mode objects incorrectly but crash the AI instead 15 years ago
matthijs 8336820738 (svn r17229) -Codechange: Coding style fixes. 15 years ago
rubidium c096e3d54c (svn r17228) -Codechange: some coding style fixes 15 years ago
matthijs 70db6bf74f (svn r17227) -Feature [Unix]: Only use colorized error output on terminals. 15 years ago
rubidium 9aeb2d604b (svn r17225) -Fix (r17213): WT3 did something it wasn't supposed to do 15 years ago
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
15 years ago
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 15 years ago
rubidium 2612f46a20 (svn r17222) -Fix [FS#3129, FS#3130]: with time tables vehicles would stay in the 'loading' state after they have finished loading 15 years ago
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 15 years ago
rubidium 46d5fc5565 (svn r17220) -Fix (r15027): don't ignore white space changes (e.g. alignment fixes) in the exporter 15 years ago
yexo c463176a9c (svn r17219) -Cleanup: remove a lot of unused string code 15 years ago
glx ae691ae28b (svn r17218) -Fix (r17216): missing '(' causing compile error 15 years ago
rubidium 2568643418 (svn r17217) -Fix (r17216): silence some warnings for the more exotic GCC-alikes 15 years ago
rubidium 5e40d05c51 (svn r17216) -Update: MiniLZO from 1.08 to 2.03. 15 years ago
yexo e0d2b2ddaa (svn r17215) -Cleanup: remove unused return value 15 years ago
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.
15 years ago
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
15 years ago
rubidium 48e1a54c58 (svn r17212) -Change: move minilzo to its 'own' 3rdparty directory as it belongs there 15 years ago
frosch 51b7f4d0ff (svn r17211) -Cleanup: Remove unused RailVehicleInfo::ai_rank. 15 years ago
rubidium 6174908dff (svn r17210) -Update: credits to reflect the (current) truth a bit better 15 years ago
frosch 0ddf9c86e1 (svn r17209) -Codechange: Move cargo_type from (Rail|Road|Ship)VehicleInfo to EngineInfo. 15 years ago
frosch 8a2dd6907f (svn r17208) -Cleanup: Remove never accessed EngineInfo for engine 255. 15 years ago
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
15 years ago
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
15 years ago
alberth b95413e709 (svn r17205) -Fix (r17175): Make year and snow line up/down buttons raise again. 15 years ago
alberth e5577c7c01 (svn r17204) -Codechange: Move viewport initialization into the constructor of the news item window. 15 years ago
yexo d349bf7ec3 (svn r17203) -Change [NoAI]: Add IsRoadTypeAvailable(GetCurrentRoadType()) as precondition for several AIRoad::* functions 15 years ago
alberth 8484638ba8 (svn r17202) -Codechange: News item is already given as argument. 15 years ago
rubidium 7b55bbbc6d (svn r17201) -Fix [NoAI]: don't say you're building a depot when you're actually building a station (API docs typo) 15 years ago
alberth a634d839fb (svn r17200) -Codechange: Initialize NewsWindow::duration, add some documentation strings. 15 years ago
alberth 7877b5b304 (svn r17199) -Codechange: Remove NF_VIEWPORT since it is implied by the news mode. 15 years ago
alberth b31928c033 (svn r17198) -Fix [FS#2406]: Accept monthly production values in the scenario editor. 15 years ago
yexo 2b2093a469 (svn r17195) -Update: squirrel to 2.2.3 stable 15 years ago
alberth fe2fcace25 (svn r17194) -Fix (r17175): Depot sell buttons did not raise again. 15 years ago