Commit Graph

12947 Commits (64d1fb35020faf7ecb0d6e891014688b046f9bee)

Author SHA1 Message Date
michi_cc 0aecd1fa7b (svn r23976) -Fix (r23889): Sprites of different zoom levels were not always padded correctly to a common size. 13 years ago
translators 525dbac22f (svn r23975) -Update from WebTranslator v3.0:
french - 2 changes by OliTTD
norwegian_bokmal - 44 changes by mantaray
urdu - 73 changes by haider
13 years ago
translators d3f5e453ca (svn r23974) -Update from WebTranslator v3.0:
french - 1 changes by OliTTD
greek - 18 changes by geraki
serbian - 15 changes by etran
urdu - 31 changes by haider
13 years ago
michi_cc 5aeae7ca49 (svn r23973) -Fix (r23947): Also save the maximum travel speed for the current vehicle order. 13 years ago
translators 36d7f10911 (svn r23972) -Update from WebTranslator v3.0:
korean - 54 changes by junho2813, telk5093
latvian - 45 changes by Parastais
ukrainian - 11 changes by edd_k
urdu - 194 changes by haider
13 years ago
rubidium a5cb454e94 (svn r23969) -Codechange: trunk heads to 1.3 now 13 years ago
rubidium 1c4827cc71 (svn r23967) -Fix-ish: don't fix road ownership of standard road stops each time you load a savegame, only when loading an old one 13 years ago
translators 4d22995150 (svn r23966) -Update from WebTranslator v3.0:
latvian - 47 changes by Parastais
lithuanian - 56 changes by Stabilitronas
spanish - 9 changes by Terkhen
swedish - 6 changes by Zuu
urdu - 95 changes by haider
13 years ago
frosch 5167f2be29 (svn r23965) -Fix [FS#5070]: Refittability should never depend on the current capacity of a vehicle. 13 years ago
translators 3d6f8cd7d4 (svn r23964) -Update from WebTranslator v3.0:
belarusian - 2 changes by Wowanxm
german - 6 changes by NG
hungarian - 14 changes by IPG
lithuanian - 54 changes by Stabilitronas
portuguese - 4 changes by JayCity
russian - 94 changes by Lone_Wolf, edd_k
tamil - 49 changes by aswn
ukrainian - 357 changes by edd_k
13 years ago
rubidium e185c2f609 (svn r23963) -Fix [FS#5072]: do not look for missing sprites twice during startup 13 years ago
rubidium 703ef5b7b6 (svn r23962) -Fix [FS#5068]: [Script] Infinite recursion within a script wasn't caught properly, so they could cause crashes of OpenTTD instead of the AI 13 years ago
translators 0ba47deca1 (svn r23961) -Update from WebTranslator v3.0:
belarusian - 6 changes by KorneySan, Wowanxm
catalan - 16 changes by arnau
croatian - 6 changes by VoyagerOne
dutch - 2 changes by Parody
finnish - 1 changes by jpx_
lithuanian - 2 changes by Stabilitronas
russian - 10 changes by KorneySan, edd_k
ukrainian - 26 changes by edd_k
13 years ago
frosch ed3a9fa239 (svn r23960) -Fix/Change: [NewGRF] Make the properties for always/never refittable cargo types not behave incremental, but reset them on reassignment. 13 years ago
rubidium ea2f19d4f2 (svn r23958) -Fix: don't allow chat messages from pre-active clients. As they haven't got the savegame yet, they won't have the interface to send them either (dihedral) 13 years ago
rubidium c5f7a0f69d (svn r23957) -Fix [FS#4990]: allow sending chat to pre-active clients as the clients start accepting once they send 'map ok' to the server, which is the same moment we change their status to pre-active 13 years ago
michi_cc 9941b4386e (svn r23956) -Fix (r23949): Fix wrong position argument in translated timetable strings. 13 years ago
translators 5782bd1214 (svn r23955) -Update from WebTranslator v3.0:
arabic_egypt - 37 changes by kasakg
french - 14 changes by OliTTD, glx
lithuanian - 34 changes by Stabilitronas
13 years ago
frosch 5486e05f65 (svn r23953) -Fix [FS#5062]: When the population of a town changes the town view might even have to change size due to different cargo requirements. 13 years ago
michi_cc 9101d2e2d2 (svn r23952) -Feature: [NewGRF] Customisable tunnel portals for rail types (sprites by Snail). 13 years ago
translators 84b3e67bb5 (svn r23951) -Update from WebTranslator v3.0:
dutch - 10 changes by habell
german - 6 changes by NG, planetmaker
italian - 6 changes by lorenzodv
latvian - 9 changes by Parastais
lithuanian - 33 changes by Stabilitronas
vietnamese - 1 changes by nglekhoi
13 years ago
truebrain b601b057d4 (svn r23950) -Fix (r23731) [FS#5063]: never show GSGoal::Question() to spectators. Accidently INVALID_COMPANY == COMPANY_SPECTATOR 13 years ago
michi_cc 1274a77da0 (svn r23949) -Fix (r23947): Wrong positional parameter for timetable string. 13 years ago
translators 7531da73a9 (svn r23948) -Update from WebTranslator v3.0:
belarusian - 31 changes by Wowanxm
english_US - 6 changes by Rubidium
finnish - 5 changes by jpx_
italian - 3 changes by lorenzodv
lithuanian - 6 changes by Stabilitronas
welsh - 4 changes by kazzie
13 years ago
michi_cc f2c694c8fb (svn r23947) -Feature: Timetabled maximum travel speeds for non-flying vehicles. 13 years ago
michi_cc 347157cb8c (svn r23946) -Codechange: Pass a proper enum instead of a bit flag to CmdChangeTimetable for indicating what to change. 13 years ago
michi_cc 76344163c7 (svn r23945) -Fix: Better rounding when converting internal speed to displayed speed. 13 years ago
translators b7b6642d78 (svn r23944) -Update from WebTranslator v3.0:
french - 10 changes by OliTTD
german - 1 changes by NG
lithuanian - 46 changes by Stabilitronas
russian - 4 changes by akasoft
vietnamese - 1 changes by nglekhoi
13 years ago
frosch 6ceda44d3b (svn r23943) -Fix (r23835) [FS#5061]: Also list DEITY signs in the signlist in SE. 13 years ago
rubidium 060cac439c (svn r23942) -Fix: infrastructure cache of standard road stops would get messed up when buying a company with them 13 years ago
smatz b5525fd33d (svn r23941) -Add: support for clang 13 years ago
smatz f4de9b8a37 (svn r23940) -Codechange: remove superfluous semicolons 13 years ago
translators e5f21f9a09 (svn r23939) -Update from WebTranslator v3.0:
croatian - 4 changes by VoyagerOne
english_US - 4 changes by Rubidium
finnish - 2 changes by jpx_
german - 1 changes by NG
italian - 1 changes by lorenzodv
lithuanian - 42 changes by Stabilitronas
spanish - 4 changes by Terkhen
swedish - 15 changes by Zuu
13 years ago
smatz f79c388a1c (svn r23938) -Codechange: declare ScriptScanner::Initialize() and make it abstract, make the other overloaded Initialize() protected 13 years ago
rubidium c44d9fc366 (svn r23937) -Change: improve the wording of some of the timeout related "error" messages 13 years ago
rubidium 6356178a25 (svn r23936) -Feature [FS#5047]: readme/licence/changelog viewer for AI and game scripts (LordAro) 13 years ago
rubidium 58269b7ad2 (svn r23935) -Codechange: generalise GetTextfile 13 years ago
rubidium 2a6e23263a (svn r23934) -Update: other language files w.r.t. the previous change 13 years ago
rubidium 90af3c494a (svn r23933) -Codechange: make the text file window strings more generic (LordAro) 13 years ago
rubidium e8dbcf9043 (svn r23932) -Codechange: split the NewGRF text window into its own source files 13 years ago
michi_cc 0542e26460 (svn r23931) -Change: Scale infrastructure cost of rail tracks by the total number of all tracks and not independently for each rail type. 13 years ago
rubidium 1cf2f521ab (svn r23930) -Fix [FS#4944]: [Script] Do not close the parameter window when a script starts 13 years ago
rubidium 27e54a4e36 (svn r23929) -Doc [FS#4966]: document, in a tooltip, that depot orders disable automatic servicing 13 years ago
rubidium a08370f9da (svn r23928) -Fix [FS#5053]: don't accelerate, for smoke purposes, when you reached the track's maximum speed 13 years ago
rubidium 0e925c9e5e (svn r23927) -Fix [FS#5056]: 32bpp animated blitter was optimised a bit too far regarding not needing to update the colour mapping when (re)initialising the palette 13 years ago
rubidium 390003aa2d (svn r23925) -Fix (r23924): remove some remnants from generated files as well 13 years ago
rubidium 5417153982 (svn r23924) -Fix [FS#5054]: [NoGo] "Some" news messages would cause an assertion to be triggered due to a missing proper location for the viewport of the news message, so only allow building when valid data for the viewport is provided or no viewport is used 13 years ago
translators 50a6f1a2f7 (svn r23922) -Update from WebTranslator v3.0:
dutch - 3 changes by Bennievv
luxembourgish - 49 changes by Phreeze
norwegian_nynorsk - 1 changes by mantaray
13 years ago
translators edc4fe2718 (svn r23921) -Update from WebTranslator v3.0:
english_AU - 5 changes by tomas4g
estonian - 55 changes by Jaanus
french - 13 changes by OliTTD
latvian - 1 changes by Parastais
13 years ago
frosch 07f69d8b88 (svn r23920) -Fix: Consider only the middle tile of a lock for lock-infrastructure costs. The other two tiles may be owned by other companies. Also do not count the middle tile of a lock as canal, independent of whether it is build on ground or river slope. 13 years ago
translators 5012ea91ef (svn r23919) -Update from WebTranslator v3.0:
belarusian - 5 changes by KorneySan
french - 50 changes by OliTTD
lithuanian - 1 changes by Stabilitronas
13 years ago
translators 664f7c5c2f (svn r23918) -Update from WebTranslator v3.0:
french - 19 changes by OliTTD
hungarian - 4 changes by IPG
13 years ago
frosch b42fa8f766 (svn r23917) -Fix (r11252,, r23914, r23915): Also use the CTT for refitmasks for version 6 GRFs. I.e. fix the cursed GetCargoTranslation() function for the fourth time. 13 years ago
frosch d5bc5ddd00 (svn r23916) -Fix (r23145): When determining the first refittable cargotype according to CTT order, do not rely on the GRF assigning the refit_mask property. Also check for GRFs setting the default_cargo or refittable-cargo-classes or -types properties. 13 years ago
frosch a16389ab06 (svn r23915) -Codechange: Translate refitmask directly after reading it from the GRF. 13 years ago
frosch b1a3a31a83 (svn r23914) -Fix (r11252, r13855): Don't test validity of cargobits using a mask of cargoslots. 13 years ago
frosch 1c84468b5d (svn r23913) -Fix (r23912): Silly typo in comment. 13 years ago
frosch 306a0967d0 (svn r23912) -Fix: When testing whether a engine shall only carry the default cargo, check ctt_include_mask for being empty before applying cargo translation. 13 years ago
translators cc3cbc652f (svn r23911) -Update from WebTranslator v3.0:
french - 29 changes by OliTTD
german - 1 changes by NG
13 years ago
matthijs 311413a091 (svn r23910) -Fix: [SDL] Handle the SDL_VIDEOEXPOSE event.
- It seems this event is never triggered when using 1.2 (it has some
    autorefresh feature which seems to have been removed in 1.3), but in theory
    this event could also trigger on 1.2.
  - Note that this fixes redraw issues when compiling against SDL 1.3, but it
    still uses the "compatibility" rendering API using SDL_SetVideoMode and
    SDL_UpdateRects. Eventually (when 1.3 is stable and released as 2.0), this
    should probably be rewritting to use the new Windows and Renderers
    available in SDL 1.3.
13 years ago
matthijs cba6390973 (svn r23909) -Fix: [SDL] Fix keyboard-related segfault when compiling against SDL 1.3. 13 years ago
rubidium 446758872c (svn r23906) -Codechange: replace magic numbers with named constants (adf88) 13 years ago
translators 9da9d221f0 (svn r23904) -Update from WebTranslator v3.0:
croatian - 4 changes by VoyagerOne
german - 4 changes by NG
italian - 2 changes by lorenzodv
norwegian_bokmal - 2 changes by mantaray
polish - 4 changes by wojteks86
romanian - 3 changes by kkmic
russian - 2 changes by akasoft
vietnamese - 1 changes by nglekhoi
13 years ago
rubidium 0a5ed6892d (svn r23903) -Fix [FS#4993]: some instances had issues due to a value being out of range 13 years ago
translators b964c9701d (svn r23902) -Update from WebTranslator v3.0:
catalan - 2 changes by Catalan
english_US - 4 changes by Rubidium
finnish - 2 changes by jpx_
french - 48 changes by OliTTD
tamil - 6 changes by aswn
13 years ago
smatz eb015cbfb6 (svn r23901) -Fix: memory leak everytime one clicked a savegame in the load GUI 13 years ago
rubidium fbf29d5da8 (svn r23900) -Update [FS#5041]: some error/inconsistencies in the UK base "translation" 13 years ago
michi_cc 44abdccfd0 (svn r23898) -Remove: PNG sprite loader. 13 years ago
michi_cc 2c3bca6ad9 (svn r23897) -Feature: [NewGRF] 32bpp sprites in GRFs. 13 years ago
michi_cc bd3c507910 (svn r23896) -Fix (r23884): Don't free unallocated memory. 13 years ago
michi_cc dd5d24c35a (svn r23895) -Revert (r23888): Broken and not even needed anymore in the container format 2 implementation that was committed. 13 years ago
michi_cc c9e664d4cb (svn r23894) -Fix (r23893): Use the right variable, not the one that's always going to be 0. 13 years ago
michi_cc 4702924f6e (svn r23893) -Change: [NewGRF] Extended chunked sprite encoding to work for bigger sprites. 13 years ago
translators f4b8cee034 (svn r23892) -Update from WebTranslator v3.0:
french - 65 changes by OliTTD
latvian - 23 changes by Parastais
spanish - 1 changes by Terkhen
tamil - 15 changes by aswn
13 years ago
rubidium af7ea8c525 (svn r23891) -Fix-ish: compile failures with SDL 1.3 13 years ago
michi_cc 5c1cc27b03 (svn r23890) -Add: [NewGRF] Support for RealSprites with multiple zoom levels. 13 years ago
michi_cc e85d5b5d31 (svn r23889) -Codechange: Centralise sprite resizing in one place. (peter1138) 13 years ago
michi_cc 2909e39e99 (svn r23888) -Change: Move the min/max zoom settings to the "misc" section so they are valid before sprites are loaded. 13 years ago
michi_cc 6db39410a1 (svn r23887) -Feature: [NewGRF] Support for container version 2. 13 years ago
michi_cc a9b6c5cd86 (svn r23886) -Codechange: Allow limiting the MD5 file hash to the first x bytes of the file. 13 years ago
michi_cc 02d07e68d8 (svn r23885) -Codechange: Use the GRF sprite loader for then mapgen sprites as well. 13 years ago
michi_cc 76cfbb257c (svn r23884) -Codechange: Store recolour sprites in memory directly during GRF loading. 13 years ago
michi_cc b4846423ac (svn r23883) -Fix: [NewGRF] It wasn't possible to import sounds from a NewGRF later in the load order. 13 years ago
michi_cc 12f0e80dad (svn r23882) -Codechange: Delay parsing of NewGRF sound effects until first usage. 13 years ago
michi_cc 5af68295b0 (svn r23881) -Codechange: Move GRF sprite decoding into a separate function. 13 years ago
michi_cc 9d72b47984 (svn r23880) -Add: A simple smart pointer. 13 years ago
translators a66246671f (svn r23877) -Update from WebTranslator v3.0:
french - 52 changes by OliTTD
lithuanian - 4 changes by Stabilitronas
13 years ago
terkhen cf6abeac69 (svn r23876) -Fix (r23408) [FS#5039]: Generate industry subsidies again. (Emmeran) 13 years ago
translators 2ec5e89d06 (svn r23875) -Update from WebTranslator v3.0:
dutch - 3 changes by Parody
french - 53 changes by OliTTD
lithuanian - 21 changes by Stabilitronas
13 years ago
translators e14f574aa6 (svn r23874) -Update from WebTranslator v3.0:
french - 1 changes by Snail_
lithuanian - 11 changes by Stabilitronas
13 years ago
translators 0569d7e09e (svn r23873) -Update from WebTranslator v3.0:
simplified_chinese - 1 changes by chenwt0315
croatian - 1 changes by VoyagerOne
french - 71 changes by OliTTD
latvian - 65 changes by Parastais
lithuanian - 7 changes by Stabilitronas
russian - 1 changes by akasoft
13 years ago
translators ee58d17893 (svn r23872) -Update from WebTranslator v3.0:
simplified_chinese - 1 changes by chenwt0315
finnish - 1 changes by jpx_
french - 23 changes by OliTTD
german - 2 changes by planetmaker
hungarian - 12 changes by IPG
italian - 1 changes by lorenzodv
latvian - 1 changes by Parastais
lithuanian - 32 changes by Stabilitronas
portuguese - 27 changes by JayCity
vietnamese - 1 changes by nglekhoi
13 years ago
translators 5298785c7f (svn r23871) -Update from WebTranslator v3.0:
english_US - 1 changes by Rubidium
estonian - 16 changes by artur
korean - 12 changes by telk5093
lithuanian - 3 changes by Stabilitronas
norwegian_bokmal - 1 changes by mantaray
polish - 1 changes by wojteks86
portuguese - 88 changes by JayCity
slovenian - 20 changes by ntadej
tamil - 50 changes by aswn
welsh - 1 changes by kazzie
13 years ago
rubidium cd735fb613 (svn r23870) -Fix [FS#5004]: scripts with a bad comparator could lock up OpenTTD 13 years ago
glx 8cd3229727 (svn r23869) -Fix (r23865): WT3 validation failure 13 years ago
frosch 98454e31e8 (svn r23868) -Fix [FS#5013-ish]: Make a certain tooltip more precise. 13 years ago
rubidium 2f49c9af85 (svn r23867) -Fix [FS#5020]: make the colour of the dropdown items for opening the vehicle list for which the company has no vehicles looking less horrid 13 years ago
frosch c9a7eb2571 (svn r23866) -Feature: [NewGRF] Give NewGRF defined level crossings and rail depots access to the townzone. 13 years ago
translators db30bf0bd4 (svn r23865) -Update from WebTranslator v3.0:
french - 109 changes by OliTTD
vietnamese - 3 changes by nglekhoi
13 years ago
frosch 1eac425e0b (svn r23864) -Fix: Railtype overlays were drawn 'only transparent' on invisible bridges. 13 years ago