Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-04-18 | (svn r16084) -Change: remove (soon to be) unneeded offset from the shared ↵ | rubidium | |
order sprite. | |||
2009-03-18 | (svn r15760) -Codechange [FS#2704]: support that the resize box is at the ↵ | rubidium | |
left side of the window too (based on work by Alberth) | |||
2009-02-08 | (svn r15421) -Change: Replace the path signal sprites borrowed from TTDPatch ↵ | michi_cc | |
with our own custom sprites. | |||
2009-01-10 | (svn r14969) -Codechange: make drawing trees possible (Alberth) | rubidium | |
2008-09-06 | (svn r14253) -Fix (r14214): replace the right glyph and use the right colour ↵ | glx | |
indices in glyph sprite | |||
2008-08-31 | (svn r14214) -Codechange: move another TTD graphics bug into the GRF; height ↵ | rubidium | |
problem of sprite #142. | |||
2008-08-31 | (svn r14211) -Fix: glitches (alignment issues/inconsistent vehicle graphics) ↵ | rubidium | |
in original graphics (Addi) | |||
2008-06-12 | (svn r13490) -Add: a seperate icon for aqueducts | skidd13 | |
2008-06-11 | (svn r13469) -Codechange: add support for loading Action 0x05, type 0F: ↵ | rubidium | |
"tracks for slopes". It's not useful right now, but it will be in the future. | |||
2008-06-11 | (svn r13464) -Codechange: support NewGRF Action 0x05, type 12. | rubidium | |
2008-05-29 | (svn r13339) -Feature: splitting of the main toolbar when the resolution ↵ | rubidium | |
becomes very low so the buttons are still visible and useable. Patch by Dominik. | |||
2008-04-29 | (svn r12924) -Feature: Introducing the so called 'engine pool' which ↵ | peter1138 | |
primarily removes the fixed engine type limits and also happens to allow (with the patch option 'dynamic_engines') multiple NewGRF vehicle sets to coexist. | |||
2008-03-26 | (svn r12425) -Feature [FS#1846]: On Screen Keyboard for input fields so ↵ | rubidium | |
someone without a keyboard can enter text too. Patch by Dominik. | |||
2008-03-24 | (svn r12407) -Add [FS#1866]: more language flags for servers | glx | |
2008-01-22 | (svn r11949) -Codechange: add river icon and cursor, drawn by skidd13. | peter1138 | |
2008-01-22 | (svn r11942) -Codechange: Merge chars.grf into openttd[d|w].grf using action ↵ | peter1138 | |
12. Remove obsolete tables used for index mapping. | |||
2007-12-31 | (svn r11726) -Feature[newGRF]: Extend the Action 5, feature 0D usage. Patch ↵ | belugas | |
by BigBB | |||
2007-12-02 | (svn r11550) -Fix (r11547): Updated the data files regarding to r11549 | skidd13 | |
2007-12-01 | (svn r11547) -Add: signal selection GUI for the ones that really like to use ↵ | rubidium | |
that over CTRL. Patch by BigBB. | |||
2007-11-18 | (svn r11457) -Fix: (r11455) Reenable the accidentaly removed one way roads ↵ | skidd13 | |
option -Change: Enable one way roads like the remove via a toolbar icon | |||
2007-11-15 | (svn r11433) -Fix: starting OpenTTD with DOS files made it look weird out of ↵ | rubidium | |
the box. -Change: make extra sprites (the ones not in the TTD GRFs) replaceable using Action 5. -Feature: make replacing contiguous subsets of sprites in for some types possible in Action 5. Note to GRF authors: when you replaced OpenTTD sprites that are not from the TTD GRF files using Action A, your GRF will not have the intended result anymore as the sprite numbers have changed. You should replace the Action A with an Action 5 from now on. |