Commit Graph

  • 2c8b7a980f (svn r22303) -Codechange: Simplify the 'zerofill' parameter of FormatNumber() and reduce usage of magic numbers. frosch 2011-04-09 20:12:45 +00:00
  • ebb4708316 (svn r22303) -Codechange: Simplify the 'zerofill' parameter of FormatNumber() and reduce usage of magic numbers. frosch 2011-04-09 20:12:45 +00:00
  • ecb3701210 (svn r22302) -Codechange: Replace a linear search with a binary search. frosch 2011-04-09 11:32:11 +00:00
  • 1db0b427d9 (svn r22302) -Codechange: Replace a linear search with a binary search. frosch 2011-04-09 11:32:11 +00:00
  • 1e64012e9f (svn r22301) -Update from WebTranslator v3.0: simplified_chinese - 35 changes by Gavin translators 2011-04-08 17:45:07 +00:00
  • 7a51fb10d3 (svn r22301) -Update from WebTranslator v3.0: simplified_chinese - 35 changes by Gavin translators 2011-04-08 17:45:07 +00:00
  • 4313c0a0c8 (svn r22300) -Fix (r22299): Missing out on a ! can have the opposite effect of what was intended planetmaker 2011-04-07 22:40:27 +00:00
  • fd0f099b35 (svn r22300) -Fix (r22299): Missing out on a ! can have the opposite effect of what was intended planetmaker 2011-04-07 22:40:27 +00:00
  • 87d07f19e8 (svn r22299) -Fix [FS#4581]: Check the availability year of all houses, not just the NewGRF houses, when making sure that at least one is available onwards from year 0 planetmaker 2011-04-07 22:27:54 +00:00
  • 4e38e667d4 (svn r22299) -Fix [FS#4581]: Check the availability year of all houses, not just the NewGRF houses, when making sure that at least one is available onwards from year 0 planetmaker 2011-04-07 22:27:54 +00:00
  • b5e132924e (svn r22298) -Change: allow enabling 'freeform edges' setting when there is only station label above one of northern tiles smatz 2011-04-07 15:58:21 +00:00
  • 77ac7940bf (svn r22298) -Change: allow enabling 'freeform edges' setting when there is only station label above one of northern tiles smatz 2011-04-07 15:58:21 +00:00
  • a8862eb77f (svn r22297) -Fix [FS#4580]: the 'freeform edges' setting could be enabled when there were buoys on the northern border (adf88) smatz 2011-04-07 15:48:13 +00:00
  • 6030e88966 (svn r22297) -Fix [FS#4580]: the 'freeform edges' setting could be enabled when there were buoys on the northern border (adf88) smatz 2011-04-07 15:48:13 +00:00
  • d52dbc714a (svn r22296) -Update from WebTranslator v3.0: afrikaans - 8 changes by Kayos translators 2011-04-05 17:45:07 +00:00
  • 006bc69553 (svn r22296) -Update from WebTranslator v3.0: afrikaans - 8 changes by Kayos translators 2011-04-05 17:45:07 +00:00
  • 66a93e672e (svn r22295) -Update from WebTranslator v3.0: vietnamese - 1 changes by nglekhoi translators 2011-04-04 17:45:09 +00:00
  • da9ec4d509 (svn r22295) -Update from WebTranslator v3.0: vietnamese - 1 changes by nglekhoi translators 2011-04-04 17:45:09 +00:00
  • 3d2f454167 (svn r22294) -Fix (r20922)[FS#4571]: Reset Window::scrolling_scrollbar when raising scrollbar buttons. frosch 2011-04-03 17:00:57 +00:00
  • bac3db14d2 (svn r22294) -Fix (r20922)[FS#4571]: Reset Window::scrolling_scrollbar when raising scrollbar buttons. frosch 2011-04-03 17:00:57 +00:00
  • 75ab1f18f8 (svn r22293) -Add: Allow docks to feature company colour (add another pony for the firs(t) fish&chips foundry) planetmaker 2011-04-03 08:22:14 +00:00
  • f31e69b36a (svn r22293) -Add: Allow docks to feature company colour (add another pony for the firs(t) fish&chips foundry) planetmaker 2011-04-03 08:22:14 +00:00
  • 0babca04f2 (svn r22292) -Change: Increase the linewidth in plots. frosch 2011-04-02 16:40:05 +00:00
  • 0cfe1966a6 (svn r22292) -Change: Increase the linewidth in plots. frosch 2011-04-02 16:40:05 +00:00
  • b18211bb9d (svn r22291) -Add: a linewidth argument to GfxDrawLine() and Blitter::DrawLine(). frosch 2011-04-02 16:39:30 +00:00
  • c81c55e008 (svn r22291) -Add: a linewidth argument to GfxDrawLine() and Blitter::DrawLine(). frosch 2011-04-02 16:39:30 +00:00
  • 7659575cfa (svn r22290) -Codechange: Somewhat deduplicate one line of code. frosch 2011-04-02 15:07:58 +00:00
  • d0511a0f74 (svn r22290) -Codechange: Somewhat deduplicate one line of code. frosch 2011-04-02 15:07:58 +00:00
  • 43323e38b5 (svn r22289) -Fix (r22288): Forgot project files. frosch 2011-04-02 11:56:44 +00:00
  • 493927f889 (svn r22289) -Fix (r22288): Forgot project files. frosch 2011-04-02 11:56:44 +00:00
  • 004c93f9da (svn r22288) -Codechange: Deduplicate Blitter_8bppBase::DrawLine() and Blitter_32bppBase::DrawLine() into Blitter::DrawLine(). frosch 2011-04-02 11:55:54 +00:00
  • 81b419c7d5 (svn r22288) -Codechange: Deduplicate Blitter_8bppBase::DrawLine() and Blitter_32bppBase::DrawLine() into Blitter::DrawLine(). frosch 2011-04-02 11:55:54 +00:00
  • a980319801 (svn r22286) -Fix: [NewGRF] the c and p parts of station vars 40, 41 and 49 were incorrect for large stations yexo 2011-04-01 19:55:56 +00:00
  • c13ce77412 (svn r22286) -Fix: [NewGRF] the c and p parts of station vars 40, 41 and 49 were incorrect for large stations yexo 2011-04-01 19:55:56 +00:00
  • d16ca32815 (svn r22285) -Update from WebTranslator v3.0: slovak - 45 changes by teso translators 2011-04-01 17:45:07 +00:00
  • 4ce977da32 (svn r22285) -Update from WebTranslator v3.0: slovak - 45 changes by teso translators 2011-04-01 17:45:07 +00:00
  • d6a70ea1d9 (svn r22284) -Codechange [FS#4564]: cast values to uint before computing modulus in direction_func.h, so compiler can generate superior code (adf88) smatz 2011-04-01 12:17:23 +00:00
  • 0bbfed084f (svn r22284) -Codechange [FS#4564]: cast values to uint before computing modulus in direction_func.h, so compiler can generate superior code (adf88) smatz 2011-04-01 12:17:23 +00:00
  • fff18f6087 (svn r22283) -Merge from 1.1: documentation updates/release changes rubidium 2011-03-31 21:26:26 +00:00
  • 22bc18cc71 (svn r22283) -Merge from 1.1: documentation updates/release changes rubidium 2011-03-31 21:26:26 +00:00
  • 23d4372934 (svn r22280) -Fix: update the 40+x station vars caches when displaying them in the NewGRF debug gui yexo 2011-03-30 21:39:44 +00:00
  • ec64a1086f (svn r22280) -Fix: update the 40+x station vars caches when displaying them in the NewGRF debug gui yexo 2011-03-30 21:39:44 +00:00
  • 2124ae0ef7 (svn r22279) -Update from WebTranslator v3.0: faroese - 139 changes by HPJ german - 2 changes by lugo portuguese - 3 changes by JayCity translators 2011-03-30 17:45:12 +00:00
  • 682a5b204d (svn r22279) -Update from WebTranslator v3.0: faroese - 139 changes by HPJ german - 2 changes by lugo portuguese - 3 changes by JayCity translators 2011-03-30 17:45:12 +00:00
  • 3285a2ab20 (svn r22278) -Update from WebTranslator v3.0: faroese - 25 changes by BuBu, HPJ translators 2011-03-29 17:45:04 +00:00
  • cece1e1997 (svn r22278) -Update from WebTranslator v3.0: faroese - 25 changes by BuBu, HPJ translators 2011-03-29 17:45:04 +00:00
  • 341682b6b7 (svn r22277) -Update from WebTranslator v3.0: faroese - 26 changes by BuBu norwegian_nynorsk - 57 changes by 2rB translators 2011-03-28 18:45:08 +00:00
  • 445fc85534 (svn r22277) -Update from WebTranslator v3.0: faroese - 26 changes by BuBu norwegian_nynorsk - 57 changes by 2rB translators 2011-03-28 18:45:08 +00:00
  • dfebe173fc (svn r22276) -Update from WebTranslator v3.0: catalan - 1 changes by arnau frisian - 61 changes by gjannema german - 1 changes by MG russian - 2 changes by Lone_Wolf translators 2011-03-26 18:45:14 +00:00
  • 17a7019367 (svn r22276) -Update from WebTranslator v3.0: catalan - 1 changes by arnau frisian - 61 changes by gjannema german - 1 changes by MG russian - 2 changes by Lone_Wolf translators 2011-03-26 18:45:14 +00:00
  • e6bf6ef0e9 (svn r22275) -Update from WebTranslator v3.0: russian - 3 changes by Lone_Wolf spanish - 1 changes by Terkhen translators 2011-03-25 18:45:11 +00:00
  • c02969b055 (svn r22275) -Update from WebTranslator v3.0: russian - 3 changes by Lone_Wolf spanish - 1 changes by Terkhen translators 2011-03-25 18:45:11 +00:00
  • 7514eb7453 (svn r22274) -Update from WebTranslator v3.0: frisian - 9 changes by Fopper translators 2011-03-24 18:45:08 +00:00
  • 6c801c57d4 (svn r22274) -Update from WebTranslator v3.0: frisian - 9 changes by Fopper translators 2011-03-24 18:45:08 +00:00
  • b1901586a0 (svn r22273) -Fix (r22271) [FS#4562]: fix was incorrect yexo 2011-03-24 00:43:44 +00:00
  • a34e07ab86 (svn r22273) -Fix (r22271) [FS#4562]: fix was incorrect yexo 2011-03-24 00:43:44 +00:00
  • f876cc1bd3 (svn r22272) -Update from WebTranslator v3.0: frisian - 3 changes by gjannema translators 2011-03-23 18:45:05 +00:00
  • 58c510f891 (svn r22272) -Update from WebTranslator v3.0: frisian - 3 changes by gjannema translators 2011-03-23 18:45:05 +00:00
  • dfd2899a88 (svn r22271) -Fix (r22258) [FS#4562]: cargo en-route display in station was broken yexo 2011-03-22 23:59:55 +00:00
  • 1a1933685d (svn r22271) -Fix (r22258) [FS#4562]: cargo en-route display in station was broken yexo 2011-03-22 23:59:55 +00:00
  • fd74c0f9dc (svn r22270) -Codechange: initialize some temporary arrays on the same line as they're declared so the size doesn't have to be declared manually. Also detect the size of those arrays automatically by using a template yexo 2011-03-22 22:13:20 +00:00
  • 6f1153b0be (svn r22270) -Codechange: initialize some temporary arrays on the same line as they're declared so the size doesn't have to be declared manually. Also detect the size of those arrays automatically by using a template yexo 2011-03-22 22:13:20 +00:00
  • eb4ddb256e (svn r22269) -Update from WebTranslator v3.0: dutch - 1 changes by Yexo faroese - 9 changes by FastNinja polish - 2 changes by silver_777 translators 2011-03-22 18:45:11 +00:00
  • 4b38816aa8 (svn r22269) -Update from WebTranslator v3.0: dutch - 1 changes by Yexo faroese - 9 changes by FastNinja polish - 2 changes by silver_777 translators 2011-03-22 18:45:11 +00:00
  • bb97a656da (svn r22268) -Update from WebTranslator v3.0: faroese - 187 changes by FastNinja frisian - 40 changes by gjannema translators 2011-03-21 18:45:07 +00:00
  • 148d526006 (svn r22268) -Update from WebTranslator v3.0: faroese - 187 changes by FastNinja frisian - 40 changes by gjannema translators 2011-03-21 18:45:07 +00:00
  • c94c73d2fb (svn r22267) -Fix: broken language file... rubidium 2011-03-20 20:52:30 +00:00
  • 0ba664939f (svn r22267) -Fix: broken language file... rubidium 2011-03-20 20:52:30 +00:00
  • e645a2e066 (svn r22266) -Fix [FS#4558]: In the scenario editor you could build a ship depot using the hotkeys. Removing that depot causes an assertions to trigger. rubidium 2011-03-20 20:51:31 +00:00
  • 39a41a3a58 (svn r22266) -Fix [FS#4558]: In the scenario editor you could build a ship depot using the hotkeys. Removing that depot causes an assertions to trigger. rubidium 2011-03-20 20:51:31 +00:00
  • 99c0e14fa0 (svn r22265) -Update from WebTranslator v3.0: basque - 8 changes by Thadah frisian - 71 changes by gjannema translators 2011-03-20 18:45:08 +00:00
  • 782cc37d3a (svn r22265) -Update from WebTranslator v3.0: basque - 8 changes by Thadah frisian - 71 changes by gjannema translators 2011-03-20 18:45:08 +00:00
  • 9910e25073 (svn r22264) -Document: GCC 4.7 is supported too, though it gives a false warning about freeing non-heap objects smatz 2011-03-19 20:19:27 +00:00
  • 7b90ad3a6d (svn r22264) -Document: GCC 4.7 is supported too, though it gives a false warning about freeing non-heap objects smatz 2011-03-19 20:19:27 +00:00
  • 1377ff6588 (svn r22263) -Update from WebTranslator v3.0: lithuanian - 35 changes by BlinK_ portuguese - 18 changes by JayCity romanian - 15 changes by tonny translators 2011-03-19 18:45:13 +00:00
  • 9ba7c991c2 (svn r22263) -Update from WebTranslator v3.0: lithuanian - 35 changes by BlinK_ portuguese - 18 changes by JayCity romanian - 15 changes by tonny translators 2011-03-19 18:45:13 +00:00
  • 93272478b7 (svn r22259) -Fix (r9779)[FS#4557]: Remove duplicate and wrong (too early) activation of new game settings. (chillcore) frosch 2011-03-18 19:36:20 +00:00
  • 9db848a3ab (svn r22259) -Fix (r9779)[FS#4557]: Remove duplicate and wrong (too early) activation of new game settings. (chillcore) frosch 2011-03-18 19:36:20 +00:00
  • 0e17cbc9f8 (svn r22258) -Codechange: introduce a wrapper class to clean up the arguments to FormatString yexo 2011-03-18 13:34:52 +00:00
  • 210d58ac7c (svn r22258) -Codechange: introduce a wrapper class to clean up the arguments to FormatString yexo 2011-03-18 13:34:52 +00:00
  • 63fd82e5a6 (svn r22256) -Update [FS#3375]: RPM spec file (Ammler) rubidium 2011-03-17 20:47:36 +00:00
  • 4bd999ac7b (svn r22256) -Update [FS#3375]: RPM spec file (Ammler) rubidium 2011-03-17 20:47:36 +00:00
  • 00b2626c3a (svn r22255) -Update from WebTranslator v3.0: ukrainian - 16 changes by Madvin translators 2011-03-16 18:45:08 +00:00
  • 1723a8973d (svn r22255) -Update from WebTranslator v3.0: ukrainian - 16 changes by Madvin translators 2011-03-16 18:45:08 +00:00
  • e7bb220fdd (svn r22254) -Codechange: Make settingsgen only update the output file if it actually changed. michi_cc 2011-03-14 22:24:08 +00:00
  • e18041d3e3 (svn r22254) -Codechange: Make settingsgen only update the output file if it actually changed. michi_cc 2011-03-14 22:24:08 +00:00
  • f81dd357e8 (svn r22253) -Change: Apply the same inflation to the initial loan as to the maximum loan. Note that this is no change to the economy; it only saves players some clicks when starting companies in later years. (Eddi) frosch 2011-03-14 21:14:44 +00:00
  • 64a8bdca02 (svn r22253) -Change: Apply the same inflation to the initial loan as to the maximum loan. Note that this is no change to the economy; it only saves players some clicks when starting companies in later years. (Eddi) frosch 2011-03-14 21:14:44 +00:00
  • d12c2dfa24 (svn r22250) -Cleanup (r16378): Engines poolitems do not need a flag for validness anymore. The pool knows that on its own. frosch 2011-03-13 22:05:29 +00:00
  • e1b7474b99 (svn r22250) -Cleanup (r16378): Engines poolitems do not need a flag for validness anymore. The pool knows that on its own. frosch 2011-03-13 22:05:29 +00:00
  • cba6eb87c2 (svn r22249) -Codechange: Process some more invalidation of IDs during command scope. frosch 2011-03-13 21:35:50 +00:00
  • 8c8349d5da (svn r22249) -Codechange: Process some more invalidation of IDs during command scope. frosch 2011-03-13 21:35:50 +00:00
  • 141f2eba50 (svn r22248) -Codechange: Make OnInvalidateData() process 'delete this;' already in command scope. frosch 2011-03-13 21:34:49 +00:00
  • 2a4c4ab528 (svn r22248) -Codechange: Make OnInvalidateData() process 'delete this;' already in command scope. frosch 2011-03-13 21:34:49 +00:00
  • 652c9cb663 (svn r22247) -Codechange: Update comments wrt. ForceRebuild() in command-scope. frosch 2011-03-13 21:34:21 +00:00
  • db3a8d1abf (svn r22247) -Codechange: Update comments wrt. ForceRebuild() in command-scope. frosch 2011-03-13 21:34:21 +00:00
  • 5689b3dbda (svn r22246) -Fix: Process order window invalidations for specific orders in command-scope. frosch 2011-03-13 21:33:57 +00:00
  • 307eeb3c46 (svn r22246) -Fix: Process order window invalidations for specific orders in command-scope. frosch 2011-03-13 21:33:57 +00:00
  • dd20823277 (svn r22245) -Codechange: Make vehicle lists handle command-/GUI-scope invalidations themself. frosch 2011-03-13 21:33:30 +00:00
  • 071957f593 (svn r22245) -Codechange: Make vehicle lists handle command-/GUI-scope invalidations themself. frosch 2011-03-13 21:33:30 +00:00