Commit Graph

10523 Commits (9f9141c3c1eb0acc08d0a24654ec24e618ec9f3a)

Author SHA1 Message Date
rubidium 1c315fb557 (svn r21177) -Codechange: change UniqueLanguageFile into GetLanguage 14 years ago
translators 6f6fd8f66e (svn r21176) -Update from WebTranslator v3.0:
portuguese - 1 changes by frosch
brazilian_portuguese - 9 changes by bmnds
swedish - 1 changes by Zuu
turkish - 33 changes by niw3
14 years ago
alberth 3f65b99859 (svn r21175) -Add: Forced construction of missing industries. 14 years ago
alberth be6ea97934 (svn r21174) -Add: Use a progressive back-off mechanism to reduce wasting build attempts at unbuildable industries. 14 years ago
alberth af72592ce1 (svn r21173) -Codechange: Don't recompute target industry counts each time. 14 years ago
alberth 93765020f1 (svn r21172) -Feature: Better control over how many new industries are created during the game. 14 years ago
alberth 40d69ce604 (svn r21171) -Change: Reset industry build data at game start or load. 14 years ago
alberth 701fb1907f (svn r21170) -Codechange: Store industry management data in the save game (some of it is used in the very near future). 14 years ago
alberth d698ee91df (svn r21169) -Feature: Do not build industries during economic recession. 14 years ago
alberth a9009b2acb (svn r21168) -Feature: Use desired industry counts rather than relative probability to decide which industry to build. 14 years ago
alberth 6d73213ab7 (svn r21167) -Codechange: Use IndustryBuildData::builddata instead of a local variable. 14 years ago
alberth c8e5a7b411 (svn r21166) -Codechange: Move MaybeNewIndustry() to IndustryBuildData::TryBuildNewIndustry(). 14 years ago
rubidium ce1e4a3448 (svn r21165) -Codechange: move the case/gender meta data into the language metadata struct as well 14 years ago
rubidium 9c792914f0 (svn r21164) -Codechange: replace the hardcoded array of language metadata with a list 14 years ago
rubidium 97735fca1e (svn r21163) -Codechange: pass a LanguageMetadata struct instead of its index to ReadLanguagePack, and simplify one of its callers 14 years ago
rubidium 7ada9aa754 (svn r21162) -Codechange: move the config "field" for the language file out of dynlang 14 years ago
rubidium 7c754ca125 (svn r21161) -Codechange: make the currently used language easier accessible 14 years ago
rubidium 0020e74533 (svn r21160) -Codechange: reuse the strgen LanguageHeader to store some metadata about a language, and keep the language metadata in memory instead of loading it several times from disk 14 years ago
alberth aac41efa1a (svn r21159) -Codechange: AdvertiseIndustryOpening() also works with a const pointer. 14 years ago
alberth 373c615e9e (svn r21158) -Codechange: Assert boundary inside the loop rather than afterwards. 14 years ago
rubidium 5ec2bcc0d9 (svn r21157) -Codechange: remove information about the text direction out of the language "list" 14 years ago
alberth b698045b82 (svn r21156) -Codechange: Introduce EconomyIsInRecession(). 14 years ago
rubidium 582a75e052 (svn r21155) -Fix [FS#4222] (r14959): default service interval for ships/aircraft got switched 14 years ago
rubidium 7c23fa7cbe (svn r21154) -Fix [FS#4223]: OPF has been removed for trains, so the 90 degree turn option doesn't need to mention it's not supported for OPF 14 years ago
rubidium 127a70cb19 (svn r21153) -Change: unify the moment trains/road vehicles become (un)visible when entering/leaving a tunnel. As a side effect some tunnel related glitches are gone. 14 years ago
translators 680a2ada19 (svn r21152) -Update from WebTranslator v3.0:
catalan - 1 changes by arnau
polish - 2 changes by silver_777
14 years ago
rubidium 07987cc6a9 (svn r21151) -Fix [FS#4221]: Sort arrow wasn't accounted for in two windows causing it to be overwritten by the "sort by" string 14 years ago
rubidium 38737efb41 (svn r21150) -Fix: [OSX] Deprecation warning with libpng 1.4 14 years ago
terkhen ef4f10d73d (svn r21148) -Fix (r21098): Evaluate callback 36 for ship speed as frequently as done for other vehicle types. 14 years ago
translators 676695a68f (svn r21147) -Update from WebTranslator v3.0:
basque - 49 changes by HerrBasque
polish - 1 changes by voythas
portuguese - 1 changes by JayCity
14 years ago
rubidium 19f39f0fe0 (svn r21145) -Fix: station list wasn't updated when a new cargo got a rating 14 years ago
rubidium 4dfdd4e9f9 (svn r21144) -Change [FS#4206]: filter stations by cargo they have a rating for instead of having cargo waiting 14 years ago
rubidium c916455a68 (svn r21143) -Codechange: reduce the number of dereferences in UpdateStationWaiting 14 years ago
rubidium adb1692a4d (svn r21142) -Codechange: replace magic bridge length constants with proper constants (uni657) 14 years ago
rubidium 0b0b1e4d28 (svn r21141) -Codechange: Use the new 'frame' variable for the bridge entry code as well (Hirundo) 14 years ago
rubidium 24fe5e2a62 (svn r21140) -Codechange: Use the new 'frame' variable to handle road vehicles entering or leaving a tunnel (Hirundo) 14 years ago
rubidium e08f93b977 (svn r21139) -Codechange: Use the new 'frame' variable to handle trains entering or leaving a tunnel (Hirundo) 14 years ago
rubidium 38b4224078 (svn r21138) -Codechange: Introduce the concepts of frame and position in the tunnel / bridge entering code (Hirundo) 14 years ago
rubidium efacffeb1f (svn r21137) -Fix/revert-ish (r1385): station ratings weren't updated (anymore) after an aircraft crashed 14 years ago
rubidium 06bb553545 (svn r21136) -Fix [FS#4213]: bridge speed limits should apply to all wagons of a vehicle, not just the head of the vehicle 14 years ago
smatz cfbce19442 (svn r21135) -Fix (r19870): silencing gcc 3.3 warnings caused gcc 4.0 to warn 14 years ago
rubidium 60c29acdae (svn r21134) -Change: perform some more stringent validity checking on the language files 14 years ago
rubidium e03fdc159d (svn r21133) -Add: function to check the validity of a string (without modifying it) 14 years ago
rubidium b050aaa42c (svn r21132) -Codechange: unify the language file version/validity checking 14 years ago
rubidium dfd03eb5e1 (svn r21131) -Codechange: show a (debug) warning when the GRF ID of a NewGRF differs between the file scan and other stages 14 years ago
rubidium ba91fef610 (svn r21130) -Fix [FS#4208-ish]: under some circumstances static (disabled/influencing) NewGRFs weren't properly ignored which could cause a desync 14 years ago
rubidium f5bf3e7997 (svn r21129) -Fix [FS#4208-ish]: Crash when showing the "disabled static NewGRF for desync purposes" message 14 years ago
rubidium 632f29a591 (svn r21128) -Fix [FS#4208]: Crash when disabling static NewGRFs (when joining/starting a server) 14 years ago
rubidium fb71ee974d (svn r21127) -Codechange: change the max gender constant's name's style to the style used by the max case constant's name 14 years ago
rubidium 8b84c74e07 (svn r21126) -Codechange: increase the limit of languages OpenTTD can know about to the limit imposed by the NewGRF specs as we're already quite close to the limit; less than 10% from the limit with the currently translated languages 14 years ago
rubidium 3fe98f80e0 (svn r21125) -Fix (r20248): static NewGRFs shouldn't be added non-statically to a game 14 years ago
translators a6cf20ddb4 (svn r21124) -Update from WebTranslator v3.0:
dutch - 1 changes by habell
irish - 3 changes by tem
romanian - 1 changes by kkmic
slovenian - 2 changes by ntadej
14 years ago
terkhen c7a2d1f883 (svn r21123) -Codechange: Remove max_speed from the Vehicle class. 14 years ago
terkhen 10d4b2f51f (svn r21122) -Fix (r21100): Use the cached max speed when checking road vehicle overtaking. 14 years ago
terkhen 53d59b2882 (svn r21121) -Fix (r21100): Use the cached max speed when calculating YAPF penalties for road vehicles. 14 years ago
terkhen 114efc5aa2 (svn r21120) -Fix (r21096): Use the engine max speed value instead of the savegame value, as the latter could be stored in old units in old savegames. 14 years ago
frosch 729760fdb8 (svn r21119) -Fix: Helicopter flight altitude was determined inconsistently in different places. 14 years ago
frosch 8b76d75e56 (svn r21118) -Codechange: Name and deduplicate some magic numbers. 14 years ago
translators 18659622b2 (svn r21117) -Update from WebTranslator v3.0:
belarusian - 1 changes by KorneySan
croatian - 1 changes by VoyagerOne
czech - 1 changes by marek995
french - 1 changes by glx
korean - 1 changes by junho2813
spanish - 1 changes by Terkhen
14 years ago
planetmaker 98de280343 (svn r21116) -Add [FS#3012]: Reduce the chances to accidentially break savegames with NewGRFs 14 years ago
rubidium 09a1d006ba (svn r21115) -Codechange: make it more clear that genders and cases in the base translation are not supported 14 years ago
translators 5cd00df01a (svn r21114) -Update from WebTranslator v3.0:
basque - 11 changes by HerrBasque
finnish - 1 changes by jpx_
german - 1 changes by planetmaker
hungarian - 1 changes by IPG
italian - 4 changes by lorenzodv
malay - 14 changes by rionix88
norwegian_bokmal - 3 changes by mantaray
russian - 2 changes by Lone_Wolf
serbian - 1 changes by etran
spanish - 1 changes by Terkhen
vietnamese - 1 changes by nglekhoi
14 years ago
rubidium 8401322c3e (svn r21113) -Codechange: remove the amount of places where the language pack identifier magic value is 14 years ago
rubidium b75f513a1f (svn r21112) -Codechange: reduce the amount (of copying) variables 14 years ago
alberth 1cb20976e1 (svn r21111) -Add: Remove the buttons below the newgrf details if the list is not editable. 14 years ago
alberth 71a1a32fbe (svn r21110) -Add: Tidy up the buttons of the active newgrfs list. 14 years ago
alberth 390b582989 (svn r21109) -Add: Don't display available newgrfs when the newgrf list is not editable. 14 years ago
alberth 4838e827b1 (svn r21108) -Add: Copy the 'editable' flag of the newgrf window to its layout widget. 14 years ago
michi_cc be4dfdd709 (svn r21107) -Fix: Don't use the maximum track speed where the maximum vehicle speed is meant. 14 years ago
michi_cc 06fd794dc7 (svn r21106) -Change: Tuned realistic acceleration to be a bit more realistic in order to make acceleration "slower", which highlights the differences between vehicle types more. 14 years ago
planetmaker 4ca53b908c (svn r21105) -Feature-ish: Allow to sort purchase lists for trains and road vehicles by tractive effort 14 years ago
planetmaker dad0c0020b (svn r21104) -Doc: Add doxygen commands to a few functions 14 years ago
planetmaker 99d169c7b8 (svn r21103) -Change: Use the same sorting of the sorting criteria for both trains and road vehicles 14 years ago
translators bc821b78d1 (svn r21102) -Update from WebTranslator v3.0:
malay - 39 changes by rionix88
14 years ago
planetmaker d3dd03fd6b (svn r21101) -Doc: Additions and clarifications of doxygen comments 14 years ago
terkhen 38d9eed25c (svn r21100) -Feature [NewGRF]: Add CB36 support for road vehicle property 0x15 (Speed). 14 years ago
terkhen 25e638adcb (svn r21099) -Codechange: Store road vehicle max speed in the vehicle cache. 14 years ago
terkhen 79ab8cb571 (svn r21098) -Codechange: Ships now store their max speed in the cache instead of recalculating it every time. 14 years ago
terkhen ca755e983c (svn r21097) -Codechange: Unify cached max speed for all vehicle types. 14 years ago
terkhen 943c732756 (svn r21096) -Fix: Display the real max speed for aircrafts instead of always using the engine value. 14 years ago
terkhen 9dbd35a2ae (svn r21095) -Codechange: Use a function to convert aircraft speed to old units. 14 years ago
terkhen 0a9b1e90bf (svn r21094) -Fix: Aircraft speed would ignore callback 36 result when it is greater than the engine speed. 14 years ago
terkhen 47df65122a (svn r21093) -Codechange: Align some functions. 14 years ago
terkhen ac4a3c9101 (svn r21092) -Codechange: Merge max speed functions. 14 years ago
terkhen 78e8a17729 (svn r21091) -Codechange: Add bit constants for checking NewGRFCache validity. 14 years ago
terkhen 36c5f3c97c (svn r21090) -Codechange: Rename VehicleCache to NewGRFCache. 14 years ago
translators c81e5a01e0 (svn r21089) -Update from WebTranslator v3.0:
luxembourgish - 5 changes by Phreeze
14 years ago
alberth e5b817e99a (svn r21088) -Doc: Additions/corrections of doxygen comments. 14 years ago
alberth 576f77b5b8 (svn r21087) -Doc: Align and make existing comments available for doxygen. 14 years ago
rubidium 77c1838b3d (svn r21086) -Feature-ish: [NewGRF] String code to print the weight in format based on settings 14 years ago
rubidium 16a2f22741 (svn r21085) -Feature-ish: [NewGRF] Implement stringcode 9A 0C (station name) 14 years ago
rubidium 6a82d9f508 (svn r21084) -Codechange: name a variable to cover its actual implementation better 14 years ago
belugas 377d11886c (svn r21083) -Codechange: Limit the number of exceptions in the refittable cargo list to 7 (Eddi) 14 years ago
terkhen 580f8dc13c (svn r21082) -Fix (r21080): Compilation error. 14 years ago
translators bd9e075749 (svn r21081) -Update from WebTranslator v3.0:
ukrainian - 4 changes by Madvin
14 years ago
terkhen 4059acb2cc (svn r21080) -Fix: Do not allow to use a custom water level with the original map generator. 14 years ago
belugas d5c8ea393d (svn r21079) -Codechange: replace magic numbers with already defined constant ("inspired" by Hirundo's work) 14 years ago
rubidium 054e0fa14f (svn r21078) -Fix [FS#4203]: snowline didn't want to be very high 14 years ago
translators 197fd1f17c (svn r21077) -Update from WebTranslator v3.0:
danish - 8 changes by beruic
14 years ago
translators 1c105ee7b7 (svn r21076) -Update from WebTranslator v3.0:
luxembourgish - 74 changes by Phreeze
14 years ago
rubidium 0e56fafe74 (svn r21075) -Fix [FS#4192]: Wrong (maximum) value shown for generation seed in the in-game console 14 years ago
rubidium 0f942d3ed5 (svn r21074) -Fix [FS#4194]: Crash when loading a corrupted 0.7.x (or before) savegame where the waypoint refered to an already removed town 14 years ago
rubidium d22c1eee26 (svn r21073) -Fix: spelling errors in comments 14 years ago
translators 74494cb1b8 (svn r21072) -Update from WebTranslator v3.0:
traditional_chinese - 2 changes by josesun
14 years ago
rubidium 457b9c9c2e (svn r21071) -Fix: ofcourse the svn properties weren't set properly either :( 14 years ago
rubidium 89ab118d0c (svn r21070) -Fix: file not being picked up by doxygen 14 years ago
translators 42d9930344 (svn r21068) -Update from WebTranslator v3.0:
luxembourgish - 9 changes by Phreeze
14 years ago
translators c923bca663 (svn r21066) -Update from WebTranslator v3.0:
korean - 8 changes by junho2813
luxembourgish - 7 changes by Phreeze
thai - 140 changes by animated
14 years ago
michi_cc 809dcbacd0 (svn r21065) -Fix (r19733): Crash when displaying 60+x parameters in the NewGRF inspect window. 14 years ago
alberth 063931d435 (svn r21060) -Doc: Improved wording of comments (mostly by __ln__) 14 years ago
translators 34e986ae60 (svn r21059) -Update from WebTranslator v3.0:
frisian - 32 changes by gjannema
14 years ago
terkhen 867f7b5f7b (svn r21058) -Feature [NewGRF]: Add CB36 support for road vehicle properties 0x13 (Power), 0x14 (Weight) and 0x18 (Tractive effort). 14 years ago
rubidium bb07520982 (svn r21057) -Fix [FS#4182] (r20922): network client "fast forward" incrementing counter multiple times in same "GUI" tick causing an invalid state 14 years ago
translators 57da6451f9 (svn r21056) -Update from WebTranslator v3.0:
turkish - 7 changes by niw3
14 years ago
alberth 88910224a4 (svn r21055) -Codechange [FS#4190]: Code style fix (chillcore) 14 years ago
yexo f1c4ac2c40 (svn r21054) -Fix [FS#4188] (r19397): scenario starting year was not set correctly when changed by clicking on the date panel and entering a new value 14 years ago
translators ba91d37945 (svn r21053) -Update from WebTranslator v3.0:
frisian - 5 changes by gjannema
german - 2 changes by planetmaker
14 years ago
yexo 30b29ae060 (svn r21052) -Fix (r20435): house/airporttile/industrytile newgrfs that defined tiles that relied on the substitute being drawn were broken 14 years ago
rubidium 6fde250741 (svn r21050) -Fix (r20515): ignore underscores as well for help messages 14 years ago
translators af18159ea5 (svn r21046) -Update from WebTranslator v3.0:
frisian - 45 changes by gjannema
serbian - 1 changes by etran
14 years ago
rubidium a9fc9b2e9a (svn r21044) -Feature: XZ/LZMA2 savegame support. New default reduces savegame size by 10 to 30% with slightly more CPU usage. With maximum settings it reduces savegame size by 20 to 30%, but that takes 7 to 14 times longer. Map saving + downloading takes, on average, 5% less. 14 years ago
yexo d6541ca2a9 (svn r21041) -Change: [NewGRF] make object var 60 return the object id even when the relative tile is not part of the same object 14 years ago
translators 86b5602ea2 (svn r21040) -Update from WebTranslator v3.0:
german - 4 changes by planetmaker
norwegian_bokmal - 3 changes by somaen
norwegian_nynorsk - 5 changes by somaen
14 years ago
frosch edd01d21da (svn r21039) -Fix/Cleanup: Remove an unneeded and even wrong test, which is never reached anyway though. 14 years ago
translators 868d7acf10 (svn r21038) -Update from WebTranslator v3.0:
german - 2 changes by norbert79
korean - 4 changes by junho2813
14 years ago
planetmaker bbc6f54822 (svn r21037) -Fix: [OSX] Mouse cursor would leave footprint with 8bpp blitter when switching to full screen 14 years ago
planetmaker 040571ea3d (svn r21036) -Fix: [OSX] Properly set the palette when using the 8bpp blitter during start-up 14 years ago
rubidium 3fbd0ba9d9 (svn r21035) -Fix [FS#4181] (r21020): crash when opening the buoy's viewport. Based on a patch by Krille. 14 years ago
terkhen 1cd17ef928 (svn r21034) -Fix: Add missing default values for the custom town number and custom water level world generation options. 14 years ago
rubidium 0b37e60fe2 (svn r21033) -Codechange: be more strict with the packets a client accepts at a given moment 14 years ago
rubidium 75aa37cf9a (svn r21032) -Codechange: perform some more strict tests on the server side when receiving some packets and don't send some when the clients aren't ready for them 14 years ago
frosch 728be193ce (svn r21031) -Fix (r19883): Dropdown menu glitched in small screenshots, when issueing them from the menu. 14 years ago
rubidium 242110b8cb (svn r21030) -Codechange: move ClientStatus into the network server socket class 14 years ago
rubidium 9012b54fa2 (svn r21029) -Codechange: split the map downloading packet + 3-state enum into 3 separate packets 14 years ago
translators 494b2c2710 (svn r21028) -Update from WebTranslator v3.0:
arabic_egypt - 12 changes by kasakg
hebrew - 11 changes by rril
brazilian_portuguese - 51 changes by bmnds
14 years ago
rubidium 7b9aa9b72f (svn r21027) -Change/Fix: under some circumstances the file handle of the downloaded savegame wouldn't be closed, and validity of the handled wasn't checked in all cases 14 years ago
rubidium 7c6b360e01 (svn r21025) -Codechange: document PacketGameType's enums and reshuffle them slightly to make the whole more readable and easier to understand 14 years ago
rubidium 2d32dc29a9 (svn r21024) -Fix: erroneous tab 14 years ago
alberth 85a5fcf58a (svn r21022) -Add (r21021): Missed recentering of a town gui viewport after a resize. 14 years ago
alberth 42f6245a31 (svn r21021) -Add [FS#4171]: Center industry gui and waypoint gui after resize (partly by Krille). 14 years ago
alberth 835fe2131d (svn r21020) -Add: Use center of waypoint in waypoint gui, if available. 14 years ago
alberth f502c82fa5 (svn r21019) -Add: Use center of industry to focus on in the industry gui. 14 years ago
alberth 4b785f6554 (svn r21018) -Doc: Add Doxygen comments to some function. 14 years ago
alberth 2a2f204e0c (svn r21017) -Doc: Small fixes (by Krille). 14 years ago
translators bc94bb9ace (svn r21016) -Update from WebTranslator v3.0:
romanian - 1 changes by tonny
serbian - 3 changes by etran
14 years ago
glx 828ae03331 (svn r21015) -Fix [FS#4176]: don't let the resize button go past the bottom of the screen 14 years ago
frosch a449bab5ff (svn r21014) -Fix [FS#4179](r20098): Reversing of trains in stations while last wagon was in a depot or on a bridge-/tunnelhead caused trouble. 14 years ago
frosch c7ef47ebb2 (svn r21013) -Cleanup: Replace some magic value mappings with existing conversion functions. (Hirundo) 14 years ago
frosch 1fb1efce25 (svn r21012) -Codechange: Deduplicate some code. (Hirundo) 14 years ago
translators 9cec3fcc53 (svn r21011) -Update from WebTranslator v3.0:
catalan - 3 changes by arnau
croatian - 3 changes by UnderwaterHesus
frisian - 136 changes by gjannema
portuguese - 1 changes by nars
serbian - 2 changes by etran
slovak - 9 changes by keso53
thai - 1 changes by reindeeruz
14 years ago
rubidium b89b3c960b (svn r21010) -Fix [FS#4102]: the detailed performance rating window would occasionally be too narrow. Based on a patch by Krille 14 years ago
rubidium 7eca6010c3 (svn r21009) -Fix: for the compact notation 1.000.000k and 1.000M would be shown depending on the initial (and later rounded) value. Make everything that would round to 1.000.000k be drawn as 1.000M as well. 14 years ago
rubidium c226ed777d (svn r21008) -Change: don't make client reconnect waiting time depend on the company; in coop games that does not spread clients at all, and most companies have a low number causing it not to be spread out either. Use the ClientID instead. Based on a patch by dihedral. 14 years ago
rubidium 0fc8d51186 (svn r21007) -Fix: don't consider the text direction character when searching for missing glyphs 14 years ago
rubidium 846038dd58 (svn r21006) -Fix (r21004): don't print the text direction character when ICU isn't linked and thus doesn't remove them 14 years ago
rubidium 5f4a1fa39d (svn r21004) -Fix [FS#3746]: chat/console messages got sometimes messed up due to LTR names in RTL translations and vice-versa 14 years ago
translators 54c98a1dd7 (svn r21003) -Update from WebTranslator v3.0:
czech - 3 changes by marek995
spanish - 1 changes by Terkhen
thai - 5 changes by reindeeruz
ukrainian - 1 changes by Fixer
14 years ago
translators 0c22a04bcf (svn r21002) -Update from WebTranslator v3.0:
simplified_chinese - 14 changes by lmartinking
german - 1 changes by norbert79
romanian - 1 changes by kkmic
thai - 255 changes by reindeeruz
14 years ago
rubidium abb9835f0a (svn r21001) -Fix [FS#4170] (r20936): clients were not always notified of a player leaving the game 14 years ago
rubidium 2f0d3d69f6 (svn r21000) -Feature[tte]: chat directly to the server or a bot/admin/irc channel monitoring the server (dihedral) 14 years ago
planetmaker 310de59b0f (svn r20997) -Fix: Size of sort buttons for order and vehicle list gui could be too small 14 years ago
yexo 36e3b0ea0c (svn r20996) -Change: [NewGRF] the X and Y offsets in the parameter for industry vars 60,61,62,63 are unsigned instead of signed 14 years ago
translators cd95f6cbc3 (svn r20994) -Update from WebTranslator v3.0:
german - 1 changes by frosch
hebrew - 19 changes by rril
irish - 1 changes by tem
italian - 2 changes by lorenzodv
korean - 19 changes by dlunch, junho2813
polish - 1 changes by voythas
portuguese - 1 changes by JayCity
swedish - 1 changes by tool
14 years ago
rubidium 6012a9074c (svn r20993) -Codechange: some shuffling of game protocol packet description so they're documented in the "same" place as UDP, content and admin packets (dihedral) 14 years ago
planetmaker 6542190e6f (svn r20992) -Fix (r20958): Show either version and minimum compatible version or neither 14 years ago
translators 3932c110c3 (svn r20991) -Update from WebTranslator v3.0:
belarusian - 2 changes by KorneySan
croatian - 2 changes by VoyagerOne
dutch - 2 changes by Yexo
finnish - 1 changes by jpx_
french - 2 changes by glx
hungarian - 2 changes by IPG
russian - 2 changes by Lone_Wolf
serbian - 1 changes by etran
spanish - 1 changes by Terkhen
vietnamese - 2 changes by nglekhoi
14 years ago
smatz c817bb9ff3 (svn r20990) -Fix: when removing a rail station, don't leave track under non-station tiles 14 years ago
rubidium 334856bf7c (svn r20988) -Fix [FS#4167]: no need to send packets and possibly get the connection closed when the next call also tries to send the packets and then closes the connection. Especially if the former frees a structure that the latter assumes to be still there 14 years ago
orudge 6a4fe7935b (svn r20982) -Change: Don't refer to OpenTTD as a "clone" any more 14 years ago
orudge d41ec9657c (svn r20981) -Fix: British English uses 'centre', not 'center' 14 years ago
yexo 79d8a7f5fc (svn r20979) -Fix: [NewGRF] ignore the variable for action7/9 condition type 0x0D and 0x0E as documented 14 years ago
rubidium 6730afd2d5 (svn r20978) -Fix (r20963): MSVC seems to be complaining more than GCC once again :) 14 years ago
rubidium c68174b1b3 (svn r20977) -Fix (r20975): compilation didn't get to the link stage if you, or config.lib, decided you don't need network support 14 years ago
translators bc427ada92 (svn r20976) -Update from WebTranslator v3.0:
finnish - 1 changes by jpx_
hungarian - 1 changes by IPG
slovenian - 1 changes by ntadej
14 years ago
rubidium d0c3cb352c (svn r20975) -Add: logging of console output for remote admins (dihedral) 14 years ago
rubidium a7c0820d4e (svn r20974) -Add: remote console (rcon) for remote admins (dihedral) 14 years ago
rubidium 28832b68f5 (svn r20973) -Add: chat sending and receiving support for remote admins (dihedral) 14 years ago
rubidium de8feb0d01 (svn r20972) -Add: company statistics updates at intervals to remote admins (dihedral) 14 years ago
rubidium 064117be4a (svn r20971) -Add: company economy updates at intervals to remote admins (dihedral) 14 years ago
rubidium 56a65270fc (svn r20970) -Add: company change notification to remote admins (dihedral) 14 years ago
rubidium 9f17b8ddee (svn r20969) -Add: client info change notification to remote admins (dihedral) 14 years ago
rubidium bff3ad3537 (svn r20968) -Add: date notification of remote admins (dihedral) 14 years ago
rubidium 72c85d1cdb (svn r20967) -Add: infrastructure to send information to remote admins at specific intervals (dihedral) 14 years ago
rubidium 7d42a44556 (svn r20966) -Change: enable remote administration sockets (parts by Yexo and dihedral) 14 years ago
rubidium 39f7c1cf15 (svn r20965) -Fix: typo in comment 14 years ago
rubidium ef2ffebc88 (svn r20964) -Add: disconnecting remote admins that fail to authenticate 14 years ago
rubidium 78257c2c6a (svn r20963) -Add: stubs for a remote administration connection 14 years ago
frosch 0571d871d4 (svn r20962) -Fix [FS#4166](r20956): Determine tile under cursor before opening the new viewport. It might appear just below the cursor. 14 years ago
frosch 587e63f841 (svn r20961) -Cleanup: Remove redundant/duplicate invisibility test. (uni657) 14 years ago
frosch f7b6d8e8bb (svn r20960) -Add: Allow setting 'minimal compatible version' via Action14. (planetmaker)
Note: Setting 'VRSN' also sets 'MINV' resulting in the Grf being only compatible to the same version. Set 'MINV' after 'VRSN' if your Grf is compatible to older versions.
14 years ago
frosch 3dbc1abf14 (svn r20959) -Codechange: Realign comments. 14 years ago
frosch 92dadb78ab (svn r20958) -Add: the concept of min-loadable-version to NewGRFs when choosing compatbile NewGRFs. (planetmaker) 14 years ago
frosch a7e486360d (svn r20957) -Codechange: Add another parameter to FindGRFConfig() to define search restrictions. 14 years ago
frosch 0169276d7d (svn r20956) -Feature: Center new extra viewports on the tile below the mouse. Only center on center of main viewport if mouse is not in any viewport. 14 years ago
frosch e1ebb3509a (svn r20955) -Fix (r20952): Suppress bogus inconsistencies for games saved while Grfs were missing. 14 years ago
frosch 22da4b2a5c (svn r20954) -Codechange (r20952, r20953): Don't make stuff more complicated than needed. 14 years ago
frosch 7484da1abd (svn r20953) -Add: Resolve Grf filenames from the gamelog also using the md5sum. 14 years ago
frosch 2140031737 (svn r20952) -Add: When printing the gamelog keep track of added/removed Grfs and check them for consistency. 14 years ago
frosch cb2b666229 (svn r20951) -Codechange: Add SmallMap::Contains() and use it. 14 years ago
translators 8b02ede5f5 (svn r20949) -Update from WebTranslator v3.0:
spanish - 3 changes by Terkhen
vietnamese - 2 changes by nglekhoi
14 years ago