summaryrefslogtreecommitdiff
path: root/src/table
AgeCommit message (Collapse)Author
2014-10-15(svn r27020) -Cleanup: some coding style consistency improvements (mostly ↵rubidium
spaces)
2014-10-13(svn r27009) -Add: extra level of general map heightness (ChillCore)rubidium
2014-10-12(svn r27002) -Fix-ish: replace some non-ASCII characters with ASCII ↵rubidium
characters, e.g. @þaram to @param
2014-10-11(svn r26990) -Feature: Add option to choose normal, double or quad-size ↵peter1138
interface.
2014-10-05(svn r26965) -Codechange: Add palette bit to indicate that palette is ↵peter1138
actually a text colour remap, and draw closebox as a sprite, using said bit. Change news popup to use closebox widget for its closebox.
2014-09-27(svn r26930) -Add: extra shadings to he heightmap colour tables (Chillcore)rubidium
2014-09-27(svn r26928) -Change: scale the heightmap colours over the whole range of ↵rubidium
heights (based on patch by ic111)
2014-09-27(svn r26927) -Codechange: split the heightmap colour tables into their own ↵rubidium
file in the table folder
2014-09-21(svn r26885) -Feature-ish: user interface for limiting the maximum height of ↵rubidium
a map
2014-09-21(svn r26882) -Feature: allow limiting the height of bridges (ic111)rubidium
2014-09-21(svn r26880) -Add: stub settings for limiting bridge and map heightrubidium
2014-09-21(svn r26869) -Add: support for an all black palette to prevent the need of ↵rubidium
having a black tile of all different slopes (ic111)
2014-09-13(svn r26815) -Change: Allow to set the granularity of the tooltip hover time ↵planetmaker
in milliseconds instead of seconds. New default value is 250ms
2014-05-25(svn r26614) -Add: Adv. settings window can handle the autosave setting as well.frosch
2014-05-21(svn r26604) -Add: Most of the mapgen settings to advances settings window.frosch
2014-04-27(svn r26528) -Remove: A bunch of archaic settings from the advanced settings ↵frosch
GUI.
2014-04-27(svn r26522) -Add: A config-file-only setting to disable usage of 8bpp video ↵frosch
modes. -Remove: [win32] fullscreen_bpp setting, which is replaced by above setting. -Change: Disable usage of 8bpp blitters and video modes by default. Many modern OS and hardware cause issues with those.
2014-03-03(svn r26388) -Codechange: Move resolving of Action 3 into ResolverObject ↵frosch
constructor.
2014-02-24(svn r26374) -Fix [FS#5928]: Mixed up callback mask flags in station inspect ↵frosch
window. (adf88)
2014-02-09(svn r26323) -Fix: update some constants related to map size.fonsinchen
2014-01-12(svn r26244) -Feature: [NewGRF] Add StringCodes 9A 1B, 9A 1C and 9A 1D to ↵frosch
display amounts of cargo.
2014-01-12(svn r26237) -Cleanup: Remove unused SCC_STRING_ID.frosch
2014-01-02(svn r26206) -Fix [FS#5829]: Run everything from ini, obg, obs, obs, ... ↵frosch
files through str_validate.
2013-12-13(svn r26158) -Fix: NewGRF inspect window lacked several newer variables.frosch
2013-11-26(svn r26130) -Codechange: add some guards against using invalid image indicesrubidium
2013-11-22(svn r26050) -Fix: possible, but currently untriggered, out of bounds access ↵rubidium
in strgen
2013-10-27(svn r25916) -Add: GUI sprite for the smallmap cargoflow button. (frosch, ↵frosch
planetmaker, V453000)
2013-10-17(svn r25876) -Codechange: Unify object placement during map creationplanetmaker
2013-10-17(svn r25874) -Add: [NewGRF] NewObject property 0x10, bit 13 indicating that ↵planetmaker
object amount scales with water content of map border (e.g. used for lighthouses)
2013-10-17(svn r25873) -Codechange: Add property for the amount of generated objects ↵planetmaker
upon map creation to default objects
2013-10-17(svn r25872) -Codechange: Add climate property to default objectsplanetmaker
2013-10-16(svn r25868) -Fix (r25650): Initialization of default objects swapped costs ↵planetmaker
and dates
2013-09-15(svn r25775) -Fix [FS#5746]: Some spelling corrections to Catalan town names ↵planetmaker
(juanjo)
2013-09-15(svn r25774) -Fix [FS#5746]: Some spelling corrections to Latin American ↵planetmaker
town names (juanjo)
2013-07-04(svn r25557) -Fix [FS#5524]: one could build bridges over owned land of ↵rubidium
another company
2013-06-29(svn r25508) -Change: split unit localisation choice into a choice per type ↵rubidium
of unit, and move it to the advanced settings -Feature [FS#5482]: have tractive effort in imperial (lbf) and metric (kgf) units -Feature: have weights and volumes in imperial units (short tons, gallons)
2013-06-29(svn r25507) -Cleanup: double definitionrubidium
2013-06-24(svn r25454) -Remove/Fix/Cleanup: SETX(Y) does not work at all with other ↵rubidium
than default fonts, so get rid of it
2013-06-23(svn r25437) -Codechange: rework the FreeTypeSettings structure to make it ↵rubidium
better grouped
2013-06-09(svn r25365) -Feature: show cargo by next hops and final destinations in the ↵fonsinchen
station GUI
2013-06-09(svn r25351) -Add: settings for link graphfonsinchen
2013-06-09(svn r25344) -Feature: GUI for viewing story pageszuu
2013-06-01(svn r25312) -Fix-ish: missing spaces after comma + realignment of tables; ↵rubidium
quite boring with -x -w
2013-05-26(svn r25295) -Feature: Allow saving window sizes as default sizes.frosch
2013-05-26(svn r25293) -Add: GUI sprite for default window size button.frosch
2013-05-26(svn r25292) -Feature: Save stickyness of windows when Ctrl+Clicking the ↵frosch
sticky button.
2013-05-26(svn r25291) -Add: WindowDesc ability to load and store information in a ↵frosch
config file.
2013-04-17(svn r25193) -Cleanup: [strgen] Remove some ancient unused string codes.frosch
2013-04-17(svn r25192) -Change: [strgen] Allow any number of colour codes in translations.frosch
2013-04-06(svn r25157) -Feature: Determine the default font height for vector fonts ↵michi_cc
according to the minimum readable height that the font provides.