Commit Graph

  • 178b35d555 (svn r20940) -Fix (r20928): switch to the normal alphabet where 'b' comes before 'p' yexo 2010-10-16 06:14:24 +00:00
  • be493aa533 (svn r20940) -Fix (r20928): switch to the normal alphabet where 'b' comes before 'p' yexo 2010-10-16 06:14:24 +00:00
  • 5ed77b4919 (svn r20939) -Fix: some MSVC warnings rubidium 2010-10-15 22:08:57 +00:00
  • cac1a9f33f (svn r20939) -Fix: some MSVC warnings rubidium 2010-10-15 22:08:57 +00:00
  • 234bee0858 (svn r20938) -Codechange: make the code for listening on a socket (more) reusable rubidium 2010-10-15 21:56:06 +00:00
  • b6799a23c4 (svn r20938) -Codechange: make the code for listening on a socket (more) reusable rubidium 2010-10-15 21:56:06 +00:00
  • c9cbab14ea (svn r20937) -Codechange: move some variables from client/server to server only rubidium 2010-10-15 20:29:59 +00:00
  • a0f7099a7d (svn r20937) -Codechange: move some variables from client/server to server only rubidium 2010-10-15 20:29:59 +00:00
  • f712055002 (svn r20936) -Codechange: make server side packet sending methods class methods rubidium 2010-10-15 20:25:07 +00:00
  • 332a1bfdea (svn r20936) -Codechange: make server side packet sending methods class methods rubidium 2010-10-15 20:25:07 +00:00
  • 9858d699a3 (svn r20935) -Codechange: only let the server side use a pool of connected sockets rubidium 2010-10-15 19:58:56 +00:00
  • 66087c5e60 (svn r20935) -Codechange: only let the server side use a pool of connected sockets rubidium 2010-10-15 19:58:56 +00:00
  • bda26d03b5 (svn r20934) -Codechange: move NetworkGetClientName to the server's socket rubidium 2010-10-15 19:35:08 +00:00
  • 04ce759165 (svn r20934) -Codechange: move NetworkGetClientName to the server's socket rubidium 2010-10-15 19:35:08 +00:00
  • f555e6d72e (svn r20933) -Codechange: move some more client related methods and such to network_client.cpp rubidium 2010-10-15 19:33:08 +00:00
  • 1ae97e4d0e (svn r20933) -Codechange: move some more client related methods and such to network_client.cpp rubidium 2010-10-15 19:33:08 +00:00
  • 780f120c32 (svn r20932) -Add [FS#4153]: Highlight all destination tiles when building a lock. (uni657) terkhen 2010-10-15 19:14:43 +00:00
  • f12391dcb0 (svn r20932) -Add [FS#4153]: Highlight all destination tiles when building a lock. (uni657) terkhen 2010-10-15 19:14:43 +00:00
  • 46ca8778b4 (svn r20931) -Document: Waterways toolbar click functions. terkhen 2010-10-15 19:05:17 +00:00
  • 0a8adab770 (svn r20931) -Document: Waterways toolbar click functions. terkhen 2010-10-15 19:05:17 +00:00
  • 76579df240 (svn r20930) -Codechange: simplify the socket handler allocation rubidium 2010-10-15 18:45:56 +00:00
  • f9c53fc9bb (svn r20930) -Codechange: simplify the socket handler allocation rubidium 2010-10-15 18:45:56 +00:00
  • 7ba07d9573 (svn r20929) -Codechange: make NetworkCloseClient a class method rubidium 2010-10-15 18:42:52 +00:00
  • 6ff39fc5ec (svn r20929) -Codechange: make NetworkCloseClient a class method rubidium 2010-10-15 18:42:52 +00:00
  • 8f9ae44a67 (svn r20928) -Update: we have a new developer yexo 2010-10-15 18:32:25 +00:00
  • 470312cf35 (svn r20928) -Update: we have a new developer yexo 2010-10-15 18:32:25 +00:00
  • 31e7dd7e6c (svn r20927) -Add [FS#3905]: Transfer orders imply 'leave empty' by default planetmaker 2010-10-15 18:15:01 +00:00
  • aaf0d15ec6 (svn r20927) -Add [FS#3905]: Transfer orders imply 'leave empty' by default planetmaker 2010-10-15 18:15:01 +00:00
  • 7b49c4e442 (svn r20926) -Update from WebTranslator v3.0: czech - 2 changes by marek995 translators 2010-10-15 17:45:06 +00:00
  • 018376cda0 (svn r20926) -Update from WebTranslator v3.0: czech - 2 changes by marek995 translators 2010-10-15 17:45:06 +00:00
  • 515edee17c (svn r20925) -Codechange: make the client send commands have a slightly more sensible name rubidium 2010-10-15 14:29:13 +00:00
  • 8f4638ed0f (svn r20925) -Codechange: make the client send commands have a slightly more sensible name rubidium 2010-10-15 14:29:13 +00:00
  • 0ca7e4e82e (svn r20924) -Codechange: make the game connection packet handling look more like UDP/content packet handling rubidium 2010-10-15 13:47:37 +00:00
  • 41e6567c0d (svn r20924) -Codechange: make the game connection packet handling look more like UDP/content packet handling rubidium 2010-10-15 13:47:37 +00:00
  • 8eb07d097e (svn r20923) -Codechange: prepare creating sub-classes of NetworkClientSocket for server and client side rubidium 2010-10-15 13:22:00 +00:00
  • 594faf45d9 (svn r20923) -Codechange: prepare creating sub-classes of NetworkClientSocket for server and client side rubidium 2010-10-15 13:22:00 +00:00
  • 951b725b8c (svn r20922) -Fix [FS#4071]: accidentally moving the mouse of the scrollbar arrows while pressing it clicks the button next to the arrow rubidium 2010-10-15 11:16:14 +00:00
  • bff710650f (svn r20922) -Fix [FS#4071]: accidentally moving the mouse of the scrollbar arrows while pressing it clicks the button next to the arrow rubidium 2010-10-15 11:16:14 +00:00
  • 4eaf01fcdb (svn r20921) -Fix [FS#4160]: Refit costs were not shown for long cargo names. terkhen 2010-10-15 10:22:04 +00:00
  • 699e077b6e (svn r20921) -Fix [FS#4160]: Refit costs were not shown for long cargo names. terkhen 2010-10-15 10:22:04 +00:00
  • b5d0d61d80 (svn r20920) -Update from WebTranslator v3.0: basque - 110 changes by bellota indonesian - 5 changes by prof thai - 17 changes by kenny translators 2010-10-13 17:45:10 +00:00
  • cfb265f961 (svn r20920) -Update from WebTranslator v3.0: basque - 110 changes by bellota indonesian - 5 changes by prof thai - 17 changes by kenny translators 2010-10-13 17:45:10 +00:00
  • feece0b42c (svn r20919) -Fix [FS#4140]: objects didn't change colour when the company changed colour. Now they do, except when the "decide colour" callback is (defined to be) used rubidium 2010-10-12 19:48:42 +00:00
  • ecb191b1ba (svn r20919) -Fix [FS#4140]: objects didn't change colour when the company changed colour. Now they do, except when the "decide colour" callback is (defined to be) used rubidium 2010-10-12 19:48:42 +00:00
  • 3866ecad38 (svn r20918) -Add: Store NewGRF version information from Action14 in savegame. (planetmaker) frosch 2010-10-12 17:47:15 +00:00
  • fca6f11a25 (svn r20918) -Add: Store NewGRF version information from Action14 in savegame. (planetmaker) frosch 2010-10-12 17:47:15 +00:00
  • d78dabfa51 (svn r20917) -Update from WebTranslator v3.0: basque - 119 changes by bellota translators 2010-10-12 17:45:05 +00:00
  • 3165e74524 (svn r20917) -Update from WebTranslator v3.0: basque - 119 changes by bellota translators 2010-10-12 17:45:05 +00:00
  • 48fb10ce4c (svn r20915) -Update from WebTranslator v3.0: hungarian - 1 changes by norbert79 irish - 7 changes by tem translators 2010-10-11 17:45:09 +00:00
  • dbf87122c2 (svn r20915) -Update from WebTranslator v3.0: hungarian - 1 changes by norbert79 irish - 7 changes by tem translators 2010-10-11 17:45:09 +00:00
  • 6f66eeaef7 (svn r20914) -Update from WebTranslator v3.0: german - 1 changes by planetmaker translators 2010-10-10 17:45:07 +00:00
  • 947bbb54a5 (svn r20914) -Update from WebTranslator v3.0: german - 1 changes by planetmaker translators 2010-10-10 17:45:07 +00:00
  • 63857f8487 (svn r20913) -Fix (r19231): [NoAI] give the correct error message if you try to overbuild an opponont road station with your own while using the 0.7 or 1.0 compatibility layer (fanioz) yexo 2010-10-10 15:33:22 +00:00
  • c0b461541c (svn r20913) -Fix (r19231): [NoAI] give the correct error message if you try to overbuild an opponont road station with your own while using the 0.7 or 1.0 compatibility layer (fanioz) yexo 2010-10-10 15:33:22 +00:00
  • 83831b5b9d (svn r20912) -Fix [FS#4157]: NEW_INDUSTRYOFFSET != NEW_INDUSTRYTILEOFFSET. frosch 2010-10-09 18:43:37 +00:00
  • bf7465fb91 (svn r20912) -Fix [FS#4157]: NEW_INDUSTRYOFFSET != NEW_INDUSTRYTILEOFFSET. frosch 2010-10-09 18:43:37 +00:00
  • 6a90de3a8a (svn r20911) -Update from WebTranslator v3.0: marathi - 42 changes by jcravi spanish - 3 changes by Terkhen translators 2010-10-09 17:45:07 +00:00
  • 3d50ad4b53 (svn r20911) -Update from WebTranslator v3.0: marathi - 42 changes by jcravi spanish - 3 changes by Terkhen translators 2010-10-09 17:45:07 +00:00
  • 328c00f24e (svn r20910) -Fix [FS#4155]: helicopters fired a bit too late rubidium 2010-10-08 21:23:41 +00:00
  • 10564486e3 (svn r20910) -Fix [FS#4155]: helicopters fired a bit too late rubidium 2010-10-08 21:23:41 +00:00
  • 7bbc19288f (svn r20909) -Fix [FS#4137]: don't see coasts as water for object construction rubidium 2010-10-08 21:08:38 +00:00
  • d160ca90a1 (svn r20909) -Fix [FS#4137]: don't see coasts as water for object construction rubidium 2010-10-08 21:08:38 +00:00
  • 322e4ab86f (svn r20908) -Fix [FS#4156]: assertion when the buy menu graphics callback accessed a variable that needs a tile index rubidium 2010-10-08 21:07:54 +00:00
  • 7e7107b3bb (svn r20908) -Fix [FS#4156]: assertion when the buy menu graphics callback accessed a variable that needs a tile index rubidium 2010-10-08 21:07:54 +00:00
  • 969e3a9e45 (svn r20907) -Fix [FS#4156-ish]: callback 15C's string didn't actually get drawn rubidium 2010-10-08 20:33:23 +00:00
  • fbc606fdbb (svn r20907) -Fix [FS#4156-ish]: callback 15C's string didn't actually get drawn rubidium 2010-10-08 20:33:23 +00:00
  • ffdc88a5d6 (svn r20906) -Update from WebTranslator v3.0: belarusian - 2 changes by KorneySan danish - 26 changes by zyx swedish - 2 changes by Zuu translators 2010-10-08 17:45:17 +00:00
  • c02c17f010 (svn r20906) -Update from WebTranslator v3.0: belarusian - 2 changes by KorneySan danish - 26 changes by zyx swedish - 2 changes by Zuu translators 2010-10-08 17:45:17 +00:00
  • 16540dc81e (svn r20905) -Update from WebTranslator v3.0: hungarian - 2 changes by IPG slovenian - 2 changes by ntadej translators 2010-10-07 17:45:10 +00:00
  • fbc95c8c61 (svn r20905) -Update from WebTranslator v3.0: hungarian - 2 changes by IPG slovenian - 2 changes by ntadej translators 2010-10-07 17:45:10 +00:00
  • 9b8a775afb (svn r20904) -Update from WebTranslator v3.0: italian - 2 changes by lorenzodv portuguese - 2 changes by JayCity romanian - 2 changes by kkmic ukrainian - 2 changes by Fixer translators 2010-10-06 17:45:16 +00:00
  • e3cc6e7d20 (svn r20904) -Update from WebTranslator v3.0: italian - 2 changes by lorenzodv portuguese - 2 changes by JayCity romanian - 2 changes by kkmic ukrainian - 2 changes by Fixer translators 2010-10-06 17:45:16 +00:00
  • 1c7ff71609 (svn r20903) -Update from WebTranslator v3.0: catalan - 2 changes by arnau croatian - 2 changes by VoyagerOne dutch - 2 changes by habell finnish - 4 changes by jpx_ french - 2 changes by glx german - 2 changes by planetmaker ido - 34 changes by Edwardo marathi - 40 changes by jcravi polish - 2 changes by voythas russian - 2 changes by Lone_Wolf serbian - 2 changes by etran spanish - 2 changes by Terkhen translators 2010-10-05 17:45:35 +00:00
  • 61cedea8e1 (svn r20903) -Update from WebTranslator v3.0: catalan - 2 changes by arnau croatian - 2 changes by VoyagerOne dutch - 2 changes by habell finnish - 4 changes by jpx_ french - 2 changes by glx german - 2 changes by planetmaker ido - 34 changes by Edwardo marathi - 40 changes by jcravi polish - 2 changes by voythas russian - 2 changes by Lone_Wolf serbian - 2 changes by etran spanish - 2 changes by Terkhen translators 2010-10-05 17:45:35 +00:00
  • 510ef76386 (svn r20902) -Fix [FS#4032]: Make IsProductionAlterable() work for most NewGRF industries. The NewGRF either has to use properties 12/13, or it needs to set property 0B to 'primary industry'. So it will not work for bank-like industries which use pure production-callback production. frosch 2010-10-04 20:20:50 +00:00
  • 88a1b8c8d9 (svn r20902) -Fix [FS#4032]: Make IsProductionAlterable() work for most NewGRF industries. The NewGRF either has to use properties 12/13, or it needs to set property 0B to 'primary industry'. So it will not work for bank-like industries which use pure production-callback production. frosch 2010-10-04 20:20:50 +00:00
  • c49debbe63 (svn r20901) -Fix/Change: When using non-smooth or newgrf-economy changing production rates does not work (anymore), so allow changing the production multiplier instead. frosch 2010-10-04 20:12:38 +00:00
  • 75f0653bdf (svn r20901) -Fix/Change: When using non-smooth or newgrf-economy changing production rates does not work (anymore), so allow changing the production multiplier instead. frosch 2010-10-04 20:12:38 +00:00
  • 8a5571a264 (svn r20900) -Codechange: Move ProductionLevels enum to industry.h frosch 2010-10-04 20:10:31 +00:00
  • 1abaae6002 (svn r20900) -Codechange: Move ProductionLevels enum to industry.h frosch 2010-10-04 20:10:31 +00:00
  • 286aba3492 (svn r20899) -Codechange: Switch order of if-tests in IndustryViewWindow::OnClick(). frosch 2010-10-04 20:00:23 +00:00
  • 1bbf059934 (svn r20899) -Codechange: Switch order of if-tests in IndustryViewWindow::OnClick(). frosch 2010-10-04 20:00:23 +00:00
  • 168b0a733f (svn r20898) -Change: When entering a production rate, round to nearest possible rate instead towards zero. frosch 2010-10-04 19:45:27 +00:00
  • 83a94cd560 (svn r20898) -Change: When entering a production rate, round to nearest possible rate instead towards zero. frosch 2010-10-04 19:45:27 +00:00
  • 566ba0fccc (svn r20897) -Codechange: Store the result of IsProductionAlterable() in a member variable of IndustryViewWindow. frosch 2010-10-04 19:35:40 +00:00
  • ec38c7d687 (svn r20897) -Codechange: Store the result of IsProductionAlterable() in a member variable of IndustryViewWindow. frosch 2010-10-04 19:35:40 +00:00
  • 7f060bdaf5 (svn r20896) -Codechange: Split recompution of productionrates for non-smooth economy to separate function. frosch 2010-10-04 19:23:50 +00:00
  • 8a55246fe6 (svn r20896) -Codechange: Split recompution of productionrates for non-smooth economy to separate function. frosch 2010-10-04 19:23:50 +00:00
  • a0a51c2ac1 (svn r20895) -Codechange: Use an enum to identify the rows of buttons in the industryview. frosch 2010-10-04 19:14:43 +00:00
  • ebb4f36f34 (svn r20895) -Codechange: Use an enum to identify the rows of buttons in the industryview. frosch 2010-10-04 19:14:43 +00:00
  • 2e8e148262 (svn r20894) -Fix [FS#4148] (r20772): use correct company name for group window title (sbr) rubidium 2010-10-03 19:17:53 +00:00
  • 2f44aa8a40 (svn r20894) -Fix [FS#4148] (r20772): use correct company name for group window title (sbr) rubidium 2010-10-03 19:17:53 +00:00
  • 4f9f90f234 (svn r20893) -Update from WebTranslator v3.0: finnish - 1 changes by jpx_ spanish - 36 changes by Terkhen translators 2010-10-03 17:45:10 +00:00
  • 1a5b4a1bee (svn r20893) -Update from WebTranslator v3.0: finnish - 1 changes by jpx_ spanish - 36 changes by Terkhen translators 2010-10-03 17:45:10 +00:00
  • 22842fe035 (svn r20892) -Fix (maybe r10624): Scenario editor resp. cheat-buttons to alter industry production did not work for large industry windows. frosch 2010-10-03 15:49:44 +00:00
  • a2ad453239 (svn r20892) -Fix (maybe r10624): Scenario editor resp. cheat-buttons to alter industry production did not work for large industry windows. frosch 2010-10-03 15:49:44 +00:00
  • 92514c6b94 (svn r20891) -Fix [FS#4145]: Measurement tooltips for docks and tunnels were closed after a hover event. terkhen 2010-10-03 12:20:50 +00:00
  • 56e3352ed0 (svn r20891) -Fix [FS#4145]: Measurement tooltips for docks and tunnels were closed after a hover event. terkhen 2010-10-03 12:20:50 +00:00
  • 7c312f602c (svn r20890) -Doc: Make documentation accessible to doxygen. alberth 2010-10-02 19:55:13 +00:00
  • 14cd6bbbf9 (svn r20890) -Doc: Make documentation accessible to doxygen. alberth 2010-10-02 19:55:13 +00:00