Mercurial > hg > openttd
graph
-
(svn r24298) -Feature: Display default values for adv. settings in the settings description. draftMon, 28 May 2012 13:34:46 +0000, by frosch
-
(svn r24297) -Codechange: Split DParam-setup for drawing setting values to a separate function. draftMon, 28 May 2012 13:32:38 +0000, by frosch
-
(svn r24296) -Codechange: No need to pass a member variable to a member function. draftMon, 28 May 2012 13:29:05 +0000, by frosch
-
(svn r24293) -Fix: Increase the left and right margins of the text in the yes/no query window. draftSat, 26 May 2012 21:30:38 +0000, by alberth
-
(svn r24291) -Add: [Script] ScriptEventRoadReconstruction. draftSat, 26 May 2012 14:16:45 +0000, by frosch
-
(svn r24290) -Add: [Script] ScriptEventExclusiveTransportRights. draftSat, 26 May 2012 14:16:38 +0000, by frosch
-
(svn r24289) -Add: [Script] Base class for script events involving a company and a town. draftSat, 26 May 2012 14:16:32 +0000, by frosch
-
(svn r24288) -Fix: squirrel_export should match stuff like 'virtual', 'static' and 'const' only as whole words. draftSat, 26 May 2012 14:16:27 +0000, by frosch
-
(svn r24287) -Feature [FS#2688]: News item for exclusive transport rights. (based on patch by Grantovich) draftSat, 26 May 2012 14:16:23 +0000, by frosch
-
(svn r24286) -Add: [GS] Some more GSNews::NewsItem::NewsTypes. draftSat, 26 May 2012 14:16:12 +0000, by frosch
-
(svn r24285) -Codechange: Add a more explcit NewsFlag to indicate that the first string parameter is a vehicle ID. draftSat, 26 May 2012 14:16:07 +0000, by frosch
-
(svn r24284) -Codechange: Remove NewsSubtypes and directly use NewsTypes and NewsFlag instead. draftSat, 26 May 2012 14:16:03 +0000, by frosch
-
(svn r24283) -Codechange: Add AddTileNewsItem function to preemptively deduplicate code. draftSat, 26 May 2012 14:15:57 +0000, by frosch
-
(svn r24282) -Codechange: Add AddVehicleAdviceNewsItem function to preemptively deduplicate code. draftSat, 26 May 2012 14:15:52 +0000, by frosch
-
(svn r24281) -Cleanup: Merge all company news subtypes into a single one; they all behave the same. draftSat, 26 May 2012 14:15:46 +0000, by frosch
-
(svn r24280) -Cleanup: Remove uselessly duplicated code to set string parameters in company news. draftSat, 26 May 2012 14:15:41 +0000, by frosch
-
(svn r24279) -Fix: Someone forgot a call to squirrel_export somewhen. draftSat, 26 May 2012 08:19:33 +0000, by frosch
-
(svn r24278) -Codechange: Deduplicate code to read translation tables. draftFri, 25 May 2012 21:00:00 +0000, by frosch
-
(svn r24277) -Codechange: Store cargo and railtype translation tables in a SmallVector. draftFri, 25 May 2012 20:57:36 +0000, by frosch
-
(svn r24276) -Codechange: Enhance GRFFile with constructor and destructor. draftFri, 25 May 2012 20:54:54 +0000, by frosch
-
(svn r24275) -Codechange: Make SmallVector::FindIndex() const. draftFri, 25 May 2012 20:52:11 +0000, by frosch
-
(svn r24273) -Fix: [NewGRF] GetReverseCargoTranslation() was unnecessary complicated and also returned the wrong thing for cargos not present in the translation table. draftFri, 25 May 2012 17:23:19 +0000, by frosch
-
(svn r24272) -Fix: [NewGRF] Load cargo- and railtype-translation during both reservation and activation stage. That way they can be selected using Action7 depending on present cargo- or railtypes. draftFri, 25 May 2012 16:52:18 +0000, by frosch
-
(svn r24271) -Change: Remove latin abbreviations from english strings. draftFri, 25 May 2012 16:11:20 +0000, by frosch
-
(svn r24270) -Add: Missing descriptions for adv. settings. draftFri, 25 May 2012 16:03:54 +0000, by frosch
-
(svn r24268) -Fix: Use the same colour scheme for the script selection window as in other comparable windows. draftWed, 23 May 2012 19:07:34 +0000, by frosch
-
(svn r24260) -Change [FS#5126]: Make the oilrig-vehicle list accessible to specators and colour it's caption neutrally grey. draftWed, 16 May 2012 22:08:46 +0000, by frosch
-
(svn r24257) -Fix [FS#5112]: update some outdated documentation and make is somewhat more consistent draftWed, 16 May 2012 19:34:36 +0000, by rubidium
-
(svn r24256) -Fix: results of WT3 validation issue draftWed, 16 May 2012 18:30:52 +0000, by rubidium
-
(svn r24252) -Fix [FS#5162]: Change the unit of the sprite-cache size setting from megabytes to megapixels, so it depends on the blitter being used. Also increase it from 64 to 128, and change the name in the cfg file, so everyone gets the new default. draftTue, 15 May 2012 20:37:42 +0000, by frosch
-
(svn r24250) -Fix [FS#5154]: Do not immediately display error messages from parsing the cfg file, but schedule them for displaying after the GUI is prepared for it. draftMon, 14 May 2012 21:04:49 +0000, by frosch
-
(svn r24249) -Codechange: Split the extraction of current DParams from the ErrorMessageData constructor into a separate function. draftMon, 14 May 2012 21:01:54 +0000, by frosch
-
(svn r24248) -Codechange: Move ErrorMessageData class definition to header file. draftMon, 14 May 2012 20:58:59 +0000, by frosch
-
(svn r24247) -Fix: If loading of int-list settings fails, use the default. draftMon, 14 May 2012 20:53:39 +0000, by frosch
-
(svn r24246) -Add [FS#5052-ish]: [NewGRF] Variable with the current max speed for vehicles. draftMon, 14 May 2012 19:56:49 +0000, by michi_cc
-
(svn r24245) -Change: Move the warning about big station spreads to the setting description. draftMon, 14 May 2012 17:47:33 +0000, by frosch
-
(svn r24243) -Fix: Typo fixes and wording improvements in the base language. draftSun, 13 May 2012 19:01:23 +0000, by alberth
-
(svn r24241) -Fix: some typos and inconsistencies in the base language draftSun, 13 May 2012 06:05:32 +0000, by rubidium
-
(svn r24239) -Add: Highlight setting that has its help text displayed. draftSat, 12 May 2012 10:17:20 +0000, by alberth
-
(svn r24238) -Add: String to display highlight selected setting in all languages. draftSat, 12 May 2012 10:14:44 +0000, by alberth
-
(svn r24237) -Feature: Descriptions explaining the meaning of advanced settings. draftSat, 12 May 2012 10:13:03 +0000, by alberth
-
(svn r24236) -Add: Add code to retrieve help strings from the setting tree and compute max height. draftSat, 12 May 2012 10:11:41 +0000, by alberth
-
(svn r24235) -Add: Add help-strings for the settings in the advanced settings window. draftSat, 12 May 2012 10:09:56 +0000, by alberth