Commit Graph

7165 Commits (93d275f1be2963ff02f934d840966b1d3c01c516)

Author SHA1 Message Date
rubidium a34d19e9df (svn r17440) -Fix [FS#3179] (r17375): long scrollbars would scroll when that was not intended. They would also not properly mark the window dirty. 15 years ago
smatz 22e9d59559 (svn r17439) -Fix (r17436): you weren't paid for cargo delivered to houses and headquarters anymore 15 years ago
rubidium 9168ddd550 (svn r17438) -Fix (r17428): ofcourse some part of the OSX port would be forgotten due to it being so much different than the rest :( 15 years ago
smatz e292112319 (svn r17437) -Change: don't accept cargo produced in the same industry (generalise and improve the check used only for valuables) 15 years ago
smatz 25817f1fe7 (svn r17436) -Change: pay only for cargo actually delivered, not for all cargo unloaded at station (can differ with 'stockpiling' industries) 15 years ago
frosch eb1306110a (svn r17435) -Codechange: Move _cargo_payment_rates[] to CargoSpec::current_payment. 15 years ago
frosch 438a429549 (svn r17433) -Codechange: Store cumulated inflation in savegame and compute all prices from that instead of storing all prices separately.
Note: Savegame conversion computes the inflation from max loan. Prices from modified savegames will get lost. TTO savegames will also behave slightly different.
-Change: NewGRF price modifiers now take effect everytime when loading NewGRFs instead of once on gamestart.
15 years ago
translators 2ce1a608a8 (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 b903e41c65 (svn r17431) -Fix (r16735): oldloader wasn't updated 15 years ago
smatz f9257fabea (svn r17429) -Fix (r16378): conversion of TTO/TTD savegames failed when vehicle 0 was a wagon 15 years ago
rubidium bc5241600a (svn r17428) -Codechange: add a function to get the name of a driver 15 years ago
alberth 0be5e59355 (svn r17427) -Codechange: Removing some unneeded widget parts (for reduced compilation time). 15 years ago
smatz 1776a4ecc1 (svn r17426) -Fix (r1): economy recession would never end when economy is set to Steady while in recession 15 years ago
translators 19ebfc84f7 (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 6d89615f05 (svn r17424) -Change: Unify 'list is empty' strings of the windows to '- None -'. 15 years ago
alberth 9fd22f727f (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 8bac3af049 (svn r17422) -Codechange: Remove magic constants and compute vertical minimal size of the sign list window. 15 years ago
alberth f381e9d022 (svn r17421) -Fix (r17418): Don't output debug information in signs list. 15 years ago
smatz 0bfea0646c (svn r17420) -Codechange: replace assert() by assert_compile() where possible 15 years ago
yexo ae9441aa46 (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 677946a368 (svn r17418) -Codechange [FS#3144]: Signs list window uses nested widget tree (mostly by Nickman). 15 years ago
rubidium a1f49db54d (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 e540385038 (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 27738c6638 (svn r17414) -Codechange: only send/read the number of bits that can be actually useful when building industries 15 years ago
rubidium 925bada35a (svn r17413) -Fix: assert when trying to build an invalid industry type it did 15 years ago
translators fcbdd9c730 (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 2fc5458dba (svn r17411) -Codechange: silence an ICC compile warning 15 years ago
rubidium c9a1f33418 (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 b92143b53e (svn r17409) -Codechange: split the crash log and other windows 'glue' code 15 years ago
glx 88bb0e1b7b (svn r17408) -Codechange: remove unused win32 stuff 15 years ago
translators 7f51a20bcd (svn r17406) -Update from WebTranslator v3.0:
hungarian - 2 changes by alyr
15 years ago
yexo 16e3083ff7 (svn r17405) -Fix (r100): aircraft shouldn't be allowed to make turns bigger then 45 degrees while in flight 15 years ago
rubidium dcf3719ca1 (svn r17404) -Change (r17379): silence gcc warning caused by inlining of a virtual function 15 years ago
rubidium 5607a610d7 (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 48e1a5a350 (svn r17402) -Fix (r16425): During every save a few slots on the squirrel stack were leaked 15 years ago
rubidium 75aad2a186 (svn r17401) -Fix [FS#3171] (r17384): order deletion didn't (correctly) update the order window 15 years ago
rubidium b294497f2a (svn r17400) -Fix [FS#3172] (r17380): total line of performance rating was calculated wrong 15 years ago
rubidium d81a3ba2da (svn r17399) -Fix (r17365): if scrollbar has more capacity than elements clicking on the "scroll down" button asserted (esminis) 15 years ago
alberth 5fd5ae125a (svn r17398) -Codechange: Fill normal news item window with widgets. 15 years ago
alberth 0f9da2d636 (svn r17397) -Codechange: Add new vehicle news window. 15 years ago
alberth c0b9a6a9bc (svn r17396) -Codechange: Add company news window. 15 years ago
alberth c518d8c0d9 (svn r17395) -Codechange: Fill thin window with widgets. 15 years ago
alberth 96617e804c (svn r17394) -Codechange: Add news flags for viewport settings. 15 years ago
alberth 92321eb204 (svn r17393) -Codechange: Fill small window with widgets. 15 years ago
alberth a536a15459 (svn r17392) -Codechange: Use 'default' for reacting on click. 15 years ago
alberth a3ddb8a235 (svn r17391) -Codechange: Add string box calculation routine for multi-line strings. 15 years ago
alberth 3375627552 (svn r17390) -Codechange: Switch news item windows to nested widgets. 15 years ago
alberth 0847b338c6 (svn r17389) -Codechange: Add support for shaded viewports. 15 years ago
alberth 4bbb023463 (svn r17388) -Codechange: Paint the background of background widgets before painting its children. 15 years ago
alberth 417ad163c0 (svn r17387) -Codechange: Add news-item window description to NewsSubtypeData. 15 years ago
yexo 668da9e900 (svn r17386) -Fix (r17011): AIBaseStation::IsValidBaseStation() returned false for stations with OWNER_NONE 15 years ago
alberth 284b92f3e9 (svn r17385) -Codechange: Removed some unneeded parentheses. 15 years ago
rubidium a8d768cf6e (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 1f5268a1d2 (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 7d25a4014f (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 070118c5c3 (svn r17381) -Codechange: music track selection window uses nested widgets 15 years ago
rubidium d8b782365b (svn r17380) -Codechange: move drawing the performance detail data to DrawWidget 15 years ago
rubidium efff517449 (svn r17379) -Codechange: make the performance rating window nested, although it still needs some improvements 15 years ago
yexo 05433adb6d (svn r17378) -Fix [NoAI]: Several AITile::* functions didn't check whether their parameters were valid 15 years ago
yexo b7f7dd77bf (svn r17377) -Fix (r17365): MSVC complains about struct<>class difference 15 years ago
rubidium 9ceee42430 (svn r17376) -Fix: also draw the white "I've just opened" line for nested windows 15 years ago
rubidium 5cb22df0f5 (svn r17375) -Codechange: remove last direct usage of scrollbar variables 15 years ago
rubidium 900aedf270 (svn r17374) -Codechange: make the town and vehicle GUIs use the scrollbar wrappers 15 years ago
rubidium 7aa9f8e3fb (svn r17373) -Codechange: make the timetable, station and subsidy GUIs use scrollbar wrappers 15 years ago
rubidium 1dfa38bb1f (svn r17372) -Codechange: make the settings, rail and sign GUIs use the scrollbar wrappers 15 years ago
rubidium 7aeaa4f132 (svn r17371) -Codechange: make the newgrf, news and order GUIs use the scrollbar wrappers 15 years ago
rubidium 59ac4f6b21 (svn r17370) -Codechange: make the saveload and network GUIs use the scrollbar wrappers 15 years ago
rubidium 78c9827000 (svn r17369) -Codechange: make the depot, group and industry GUIs use the scrollbar wrappers 15 years ago
rubidium 1c94d98bb9 (svn r17368) -Codechange: remove pointless passing of 'this' as parameter 15 years ago
rubidium e69e3378b0 (svn r17367) -Codechange: make the autoreplace, bridge and build vehicle GUIs use the scrollbar wrappers 15 years ago
rubidium 4b9b858127 (svn r17366) -Codechange: make the AI GUIs use the scrollbar wrappers 15 years ago
rubidium b06e026f97 (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 b13eccb105 (svn r17364) -Fix (r17356): off by one when selecting a subsidy 15 years ago
rubidium 6b2ff71e2c (svn r17363) -Fix [FS#3163] (r16717): feed autoreplace the front of vehicles, otherwise it gets distracted and bails out 15 years ago
yexo ef5a0a3ae4 (svn r17362) -Fix (r17360): alignment in afrikaans.txt was wrong 15 years ago
yexo e78da26f3c (svn r17361) -Fix (r17360): committed a bit too much 15 years ago
yexo f3d2be7581 (svn r17360) -Fix (r17329): the 'track' and 'title' texts were lost in the conversion to nested widgets 15 years ago
smatz 2db855e00c (svn r17359) -Fix: put static before cv qualifier, some compilers complain about that 15 years ago
smatz 94988a79f3 (svn r17358) -Fix: compilation was broken for gcc older than 3.4 15 years ago
smatz bc3bdb03fd (svn r17357) -Codechange: some compilers complain about implicit conversion from NULL to bool 15 years ago
rubidium a4af668986 (svn r17356) -Fix: actually implement scrolling for the subsidy list instead of 'just' showing a scroll bar. 15 years ago
rubidium c96733d191 (svn r17355) -Codechange: determine the minimum size of the subsidy gui based on (some) of the content 15 years ago
rubidium af818b6c09 (svn r17354) -Codechange: make the subsidy gui nested 15 years ago
yexo b2fef7c64e (svn r17353) -Codechange: make sure the shuffle and programme buttons in the music window are always the same size 15 years ago
rubidium 2a9574ead2 (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 ad7d18e98e (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 8a367f1ff4 (svn r17350) -Fix (r17336): broken compilation with mingw 15 years ago
smatz b831e37b90 (svn r17349) -Update (r17348): apply changes to other lang files 15 years ago
smatz 352d07b1b5 (svn r17348) -Fix: don't mix 'sort by' strings used for buttons and dropdowns 15 years ago
rubidium 4c84db1636 (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 4abf4602e7 (svn r17344) -Codechange: splash of coding style over ai_event_types.* 15 years ago
rubidium b1d4594fa7 (svn r17343) -Codechange: it's bankruptcy, not bankrupcy, according to my Oxford Dictionary of English and Merriam-Webster. 15 years ago
rubidium dd3fa7f1d1 (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 50e794849a (svn r17341) -Fix: memory leak when trying to bankrupt the local company 15 years ago
rubidium 317f34b3d2 (svn r17340) -Fix: old loader tried to load a uint8 into a uint16 15 years ago
rubidium 07d2af338e (svn r17339) -Codechange: move thread related files to their own directory (like done for video, music, sound, etc) 15 years ago
yexo 5a3b2f0d02 (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 80ad8ff3cc (svn r17337) -Fix: some more strange airport holding bay positions 15 years ago
rubidium bc8e66c202 (svn r17336) -Codechange: move some os specific files into src/os/ 15 years ago
rubidium 5cc6d1f894 (svn r17335) -Fix (r17333): don't return a pointer as boolean 15 years ago
yexo 13d41d43b1 (svn r17334) -Fix: don't turn north just before approaching the landing strip of the small airport 15 years ago
rubidium d938896691 (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 a1c7271eb0 (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 51806af03d (svn r17331) -Codechange: don't depend on static widget position/size for drawing of volumer sliders in music window 15 years ago
yexo 1f7fc96a78 (svn r17330) -Codechange: Lower some buttons in the music window when clicked instead of changing the text colour to white 15 years ago
yexo 6992d740f6 (svn r17329) -Codechange: music window uses nested widgets 15 years ago
alberth 5767972531 (svn r17328) -Codechange: Get the vehicle technical data as string rather than having it printed. 15 years ago
alberth 1ba000be12 (svn r17327) -Codechange: Allow external use of GetEngineCategoryName(). 15 years ago
translators db120540a0 (svn r17326) -Update from WebTranslator v3.0:
italian - 1 changes by lorenzodv
welsh - 16 changes by welshdragon
15 years ago
alberth 1a15f7e6a7 (svn r17325) -Codechange: Un-duplicate engine drawing routines. 15 years ago
Yexo fe7ca1b3e3 (svn r17324) -Codechange: Land info window uses nested widget tree 15 years ago
rubidium 0d3ab7c72d (svn r17323) -Codechange: replace some magic numbers with constants in the town directory. 15 years ago
rubidium 3b03999073 (svn r17322) -Codechange: make the industry directory window nested. 15 years ago
rubidium 0007a599c3 (svn r17321) -Codechange: minor coding style fixes for the town directory 15 years ago
rubidium e8433f6d48 (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 0aab13bf44 (svn r17319) -Codechange: replace some magic numbers related to locations/sizes with the appropriate variables in the industry directory 15 years ago
rubidium 5fe9c44862 (svn r17318) -Codechange: remove state changes from the OnPaint of the industry directory 15 years ago
smatz ee685c8287 (svn r17316) -Codechange: use Industry::GetByTile() instead of GetIndustryByTile() 15 years ago
smatz c94b9973e6 (svn r17315) -Codechange: move code related to industry types to separate file 15 years ago
alberth 86ebf88176 (svn r17314) -Fix (r17313): Allow the picker window to change size. 15 years ago
rubidium 753e063cad (svn r17313) -Codechange: make the road station picker nested 15 years ago
rubidium ff2034b073 (svn r17312) -Codechange: make the road toolbars and depot picker nested 15 years ago
yexo dc24601b6d (svn r17311) -Change: rename STR_WHITE_STRINGN to STR_WHITE_STRING 15 years ago
yexo 350a773925 (svn r17310) -Codechange: about window uses nested widget tree 15 years ago
smatz f1e6772381 (svn r17309) -Fix: not all non-ASCII characters were entered with escapes in the About window 15 years ago
translators 564e65fe43 (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 163e741774 (svn r17307) -Fix [NoAI]: AIRail::RemoveRailTrack returned ERR_PRECONDITION_ERROR for road/rail-crossings 15 years ago
alberth 79a8da1c04 (svn r17306) -Fix: DrawStringMultiLine() computed available width and height wrongly. 15 years ago
rubidium 9eb06f125f (svn r17304) -Codechange: move (more) drawing code out of the rail depot picker's OnPaint. 15 years ago
translators 76a667bb35 (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 f582ccf395 (svn r17301) -Fix (r17297): typo 15 years ago
rubidium 3a661e7e64 (svn r17300) -Fix [FS#3120]: mention of Ctrl modifier was missing from some tooltips 15 years ago
rubidium 10b3bcb90c (svn r17299) -Fix: the tooltip could get truncated under some circumstances due to its custom string height determination 15 years ago
yexo f548a1b3b3 (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 e09cba404c (svn r17297) -Fix [part of FS#3120]: effect of pressing Ctrl was missed in a number of cases 15 years ago
rubidium cd6da9ef01 (svn r17296) -Fix/feature [FS#3152]: allow rail wagons to be build when only el rail engines are available 15 years ago
translators 51edb37a7b (svn r17295) -Update from WebTranslator v3.0:
lithuanian - 6 changes by mtxd
15 years ago
smatz 713f5d44ce (svn r17294) -Add [NoAI]: AITown::GetLastMonthTransportedPercentage and AIIndustry::GetLastMonthTransportedPercentage 15 years ago
smatz 072ce4bb17 (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 100ae8efcc (svn r17292) -Codechange: use unified ToPercent() function to convert fract numbers to percents 15 years ago
rubidium 984efae368 (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 57a05d6933 (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 136f04eec6 (svn r17288) -Update from WebTranslator v3.0: fix newlines (had to test a new commit system) 15 years ago
translators a649ea553a (svn r17287) -Update from WebTranslator v3.0:
latvian - 32 changes by dzhins
polish - 1 changes by Kogut
15 years ago
rubidium 4ac4c28a3b (svn r17284) -Fix [Squirrel]: stack was not always cleared properly with tail recursion 15 years ago
yexo b9536e933f (svn r17283) -Cleanup [Squirrel]: remove a few unneeded changes to squirrel code 15 years ago
yexo c46c0a7c86 (svn r17282) -Fix (r17195): the squirrel documentation files were not updated 15 years ago
smatz e0f22b36a1 (svn r17281) -Feature(tte): open the 'Rename group' dialog after creating new group 15 years ago
smatz 95d096d8df (svn r17275) -Codechange: remember group ID we are renaming, don't rename currently selected group 15 years ago
translators b9c2156181 (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 f9c18ccc48 (svn r17273) -Fix [Squirrel]: calling a function that has default parameters with not enough parameters can cause a crash 15 years ago
rubidium b841250913 (svn r17272) -Fix [FS#3115]: game options window sub frames wouldn't resize when another did 15 years ago
rubidium aca7ba714a (svn r17271) -Fix: SetFill sometimes used 1/0 when it should be using true/false 15 years ago
translators 8fae313f70 (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 c539b59da3 (svn r17268) -Fix [FS#3143]: Station/Town window titles weren't updated when they got renamed 15 years ago
rubidium 31a6ce5643 (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 f74b7d4ebd (svn r17265) -Codechange: Typo fix, small is with two l's 15 years ago
translators ed91b0e2f3 (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 5a76fb5686 (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 7fbc33dae1 (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
rubidium 60a3bc9034 (svn r17247) -Change: move '3rd party' MD5 implementation also to the 3rdparty directory. 15 years ago
translators a27e7231b4 (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 865fc40e29 (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 2c896a9c6c (svn r17244) -Change: add $Id$ to the language files too 15 years ago
rubidium d680be454e (svn r17243) -Fix (r17216): undo 'damage' by svn:keywords 15 years ago
translators 97abee98a9 (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 2fd1b000e5 (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 367ff2375a (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 edcaf8aa3a (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 330c8d6a57 (svn r17237) -Update: AI changelog 15 years ago
yexo b71de3a377 (svn r17233) -Fix (r17232): typo 15 years ago
yexo 8839bdbefd (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 0cb004e1d2 (svn r17231) -Fix [FS#3134]: AIs that crashed during Save() weren't killed as they should 15 years ago
yexo 14b5862c22 (svn r17230) -Fix (r15027): don't assert when an AI uses AI*Mode objects incorrectly but crash the AI instead 15 years ago
matthijs 0960f15c7e (svn r17229) -Codechange: Coding style fixes. 15 years ago
rubidium 7fb95e2c2b (svn r17228) -Codechange: some coding style fixes 15 years ago
matthijs 0188ebad56 (svn r17227) -Feature [Unix]: Only use colorized error output on terminals. 15 years ago
rubidium a466a43589 (svn r17225) -Fix (r17213): WT3 did something it wasn't supposed to do 15 years ago
translators ca5beb4e98 (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 a4afa140f3 (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 0780dc8138 (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 5a863925ee (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 4423000225 (svn r17220) -Fix (r15027): don't ignore white space changes (e.g. alignment fixes) in the exporter 15 years ago
yexo 94198e09ce (svn r17219) -Cleanup: remove a lot of unused string code 15 years ago
glx 0fa0286ebb (svn r17218) -Fix (r17216): missing '(' causing compile error 15 years ago
rubidium 40d1f1fedf (svn r17217) -Fix (r17216): silence some warnings for the more exotic GCC-alikes 15 years ago
rubidium d4adee0b1d (svn r17216) -Update: MiniLZO from 1.08 to 2.03. 15 years ago
yexo a8773bba2d (svn r17215) -Cleanup: remove unused return value 15 years ago
yexo 67106dc063 (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 58a0ff945c (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 82105604c3 (svn r17212) -Change: move minilzo to its 'own' 3rdparty directory as it belongs there 15 years ago
frosch f595668650 (svn r17211) -Cleanup: Remove unused RailVehicleInfo::ai_rank. 15 years ago
rubidium 2ae150af8e (svn r17210) -Update: credits to reflect the (current) truth a bit better 15 years ago
frosch 8bd029015e (svn r17209) -Codechange: Move cargo_type from (Rail|Road|Ship)VehicleInfo to EngineInfo. 15 years ago
frosch 7f030110b0 (svn r17208) -Cleanup: Remove never accessed EngineInfo for engine 255. 15 years ago
translators 1235773a3b (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 07c8713e82 (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 11d974a9f1 (svn r17205) -Fix (r17175): Make year and snow line up/down buttons raise again. 15 years ago
alberth 4f1758b51a (svn r17204) -Codechange: Move viewport initialization into the constructor of the news item window. 15 years ago
yexo c89621540c (svn r17203) -Change [NoAI]: Add IsRoadTypeAvailable(GetCurrentRoadType()) as precondition for several AIRoad::* functions 15 years ago