Commit Graph

17587 Commits (9b2b82ecd95cddf998136fe9baf2a1f09b6e2a5c)
 

Author SHA1 Message Date
rubidium 9b2b82ecd9 (svn r22360) -Codechange: use globally unique client id to mark the selected client instead of the position in the client list 14 years ago
rubidium 1f873ff0f1 (svn r22359) -Codechange: pass client info pointers instead of the position to the client popup list's callbacks 14 years ago
rubidium 9a466d0e04 (svn r22358) -Codechange: WC_TOOLBAR_MENU isn't the right name when its only used for client list popups 14 years ago
smatz a932afb7f1 (svn r22357) -Fix (r22345): crash when opening the chat box or company password input box 14 years ago
glx 176ae86943 (svn r22356) -Fix (r22342): somehow empty and useless new files were added 14 years ago
translators b1253443e9 (svn r22355) -Update from WebTranslator v3.0:
belarusian - 1 changes by KorneySan
croatian - 1 changes by VoyagerOne
slovenian - 32 changes by
14 years ago
translators c684260262 (svn r22354) -Update from WebTranslator v3.0:
czech - 3 changes by SmatZ
dutch - 1 changes by habell
finnish - 1 changes by jpx_
italian - 1 changes by lorenzodv
russian - 1 changes by Lone_Wolf
serbian - 1 changes by etran
slovenian - 32 changes by 
swedish - 1 changes by Ledel
vietnamese - 1 changes by nglekhoi
14 years ago
smatz ad17f584b4 (svn r22353) -Cleanup (r22352): remove unused strings from all language files 14 years ago
smatz 75137872d1 (svn r22352) -Change: make YAPF the default pathfinder for ships, don't discourage players from using it 14 years ago
smatz b4967c5659 (svn r22351) -Revert (r17101): and reinstall r16546. Hash tables are much smaller now, so it shouldn't cause crash anymore 14 years ago
smatz 57c2ca34d3 (svn r22350) -Change: make YAPF hash tables much smaller, it should improve performance significantly (about 15%) 14 years ago
translators 705189a17f (svn r22349) -Update from WebTranslator v3.0:
belarusian - 1 changes by KorneySan
russian - 1 changes by KorneySan
slovenian - 32 changes by 
vietnamese - 1 changes by nglekhoi
14 years ago
smatz 5852b66c71 (svn r22348) -Codechange: split ship-specific part of yapf_node.hpp to yapf_node_ship.hpp 14 years ago
translators 4fc022a188 (svn r22347) -Update from WebTranslator v3.0:
catalan - 1 changes by arnau
croatian - 1 changes by VoyagerOne
dutch - 1 changes by habell
estonian - 1 changes by notAbot
finnish - 1 changes by jpx_
italian - 1 changes by lorenzodv
portuguese - 1 changes by JayCity
serbian - 1 changes by etran
slovenian - 32 changes by 
spanish - 1 changes by Terkhen
14 years ago
terkhen edf65f427c (svn r22346) -Cleanup: Textbuf::max_pixels is not required anymore. 14 years ago
terkhen 23f42e5769 (svn r22345) -Change: Remove pixel limiter for text buffers. 14 years ago
terkhen 97ceef7663 (svn r22344) -Codechange: Remove width constant from the sign list window. 14 years ago
terkhen a88fe7c2aa (svn r22343) -Change: Remove pixel limiter for query strings. 14 years ago
glx 45f3967d5d (svn r22342) -Fix (r22338): fix the right place and run the script 14 years ago
peter1138 aae6bd5b02 (svn r22341) -Change: Remove string unused since r22337 14 years ago
translators 0acec7b011 (svn r22340) -Update from WebTranslator v3.0:
french - 1 changes by glx
german - 1 changes by planetmaker
brazilian_portuguese - 1 changes by Tucalipe
slovenian - 32 changes by 
swedish - 2 changes by Ledel
14 years ago
glx 7dd160ea14 (svn r22339) -Fix: french uses NBSP as digit separator, not dot 14 years ago
peter1138 1b5f1ccac0 (svn r22338) -Fix (r22337): Compile-before-commit... 14 years ago
peter1138 6660278d5a (svn r22337) -Fix: Overly specific error message 14 years ago
frosch d1f199af81 (svn r22336) -Fix (r22304): {DECIMAL} printed too many thousand separators. 14 years ago
smatz f695324fe3 (svn r22335) -Cleanup (r22308): remove superfluous tabs 14 years ago
translators 5e303a124e (svn r22334) -Update from WebTranslator v3.0:
slovenian - 72 changes by klemenkosir
14 years ago
frosch 6fbc8e46a1 (svn r22333) -Change: Prefer deleting automatic orders instead of inserting new ones. 14 years ago
frosch 333a7ac24e (svn r22332) -Fix: When inserting automatic orders, do not create consecutive duplicate orders. 14 years ago
frosch 58c4de2caf (svn r22331) -Change: When inserting an (automatic) order A in front of an order B, disable modifications of automatic orders for all vehicles currently heading for B as we do not know whether they will reach A or B first. (except for the vehicle causing the insertion of the automatic order itself) 14 years ago
frosch aee1e06273 (svn r22330) -Change: When a conditional order triggers and causes skipping to a particular order, disable modifications to automatic orders. till reaching the next real order, as we do not know whether to change the targets of conditional orders when inserting automatic orders. (So, when the vehicle skips to an order and later inserts an automatic order, the conditional order will still point to the same order, so the automatic order will be inserted again the next time.) 14 years ago
frosch 1ef4e543e7 (svn r22329) -Change: When the current orders are interrupted for non-ordered service, disable modifications to automatic orders until the next real order is completed. (train part already slipped by in r22328) 14 years ago
frosch 7de7488788 (svn r22328) -Add: a flag to GroundVehicles to disable insertion and removal of automatic orders until the next real order is reached. 14 years ago
frosch a296ccb74e (svn r22327) -Add: Vehicle::GetGroundVehicleFlags() for accessing GroundVehicle<>::gv_flags through a Vehicle struct. 14 years ago
frosch 5429d70496 (svn r22326) -Fix: Destinations of conditional orders were update incorrectly when deleting orders in front of the conditional orders, if the target order wwas the order just before of the conditional order. 14 years ago
rubidium 2b32d0fdeb (svn r22325) -Fix: Slovenian iso code was wrong 14 years ago
frosch d53875b661 (svn r22324) -Fix: Vehicles skipped orders when inserting automatic orders failed. 14 years ago
translators 0ae5755f2d (svn r22323) -Update from WebTranslator v3.0:
norwegian_bokmal - 3 changes by 2rB
norwegian_nynorsk - 41 changes by 2rB
slovenian - 2 changes by ntadej
14 years ago
planetmaker 476d1591b6 (svn r22322) -Fix [FS#4593]: Obey the law of conservation of parantheses in the console help 14 years ago
translators a758c8a844 (svn r22321) -Update from WebTranslator v3.0:
belarusian - 1 changes by KorneySan
russian - 1 changes by KorneySan
14 years ago
orudge f3a203385f (svn r22320) -Fix [FS#4590]: "Shopping centre" is more accurate in British English 14 years ago
translators f85dfa5ab0 (svn r22319) -Update from WebTranslator v3.0:
portuguese - 1 changes by JayCity
thai - 1 changes by kenny
vietnamese - 1 changes by nglekhoi
14 years ago
translators 142256e803 (svn r22318) -Update from WebTranslator v3.0:
catalan - 1 changes by arnau
croatian - 1 changes by VoyagerOne
korean - 1 changes by junho2813
14 years ago
translators c323ceeeb1 (svn r22317) -Update from WebTranslator v3.0:
dutch - 1 changes by Yexo
english_US - 1 changes by Rubidium
finnish - 1 changes by jpx_
french - 1 changes by glx
german - 2 changes by Rubidium
italian - 1 changes by lorenzodv
serbian - 1 changes by etran
spanish - 1 changes by Terkhen
14 years ago
frosch 602226c50c (svn r22316) -Fix: [NewGRF] When determining refittability use the cargo translation table of the GRF setting the refitmask instead of the GRF defining the action 3. 14 years ago
frosch d819caa8cb (svn r22315) -Fix (r22314): Update comment as well. 14 years ago
frosch 9a43108ae9 (svn r22314) -Change: Put NewGRF supplied townnames at the top of the dropdown list. 14 years ago
frosch 40d7a2da71 (svn r22313) -Cleanup (r22312): Remove some dead code. 14 years ago
frosch e0c7c872e2 (svn r22312) -Codechange: Add GameOptionsWindow::BuildDropDownList() for construction of all dropdown lists in the GameOptionsWindow.
-Change: Sort the items in the currency dropdown; separate the "Custom" item with a horizontal line from the rest.
-Change: Separate default and NewGRF-supplied townnames with a horizontal line and only sort them within these groups.
-Fix: Resize all dropdown lists in the GameOptionsWindow, so no text is truncated.
14 years ago
frosch 24365f9eac (svn r22311) -Add: DropDownListStringItem::NatSortFunc() which can be used as comparator function in DropDownList::sort(). 14 years ago