Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-06-05 | Codechange: rework how grf and ob[msg] are generated | Patric Stout | |
For grfs, it now uses CMake scripts to do its job, and both grf files are split into their own folder to make more clear what is going on. Additionally, it no longer builds in-source (although the resulting grf is copied back in the source folder). For ob[msg] it now uses CMake scripts to generate the translation files; the result is no longer stored in-source (but in the build folder). Although all files are available to create the GRFs and basesets, it won't really work till CMake is introduced (which will happen in a few commits from here) | |||
2019-11-10 | Cleanup: Removed SVN headers | S. D. Cloudt | |
2019-05-01 | Feature: Add NotRoadTypes (NRT) | peter1138 | |
2019-01-31 | Feature: Group liveries, and livery window usability enhancements. (#7108) | PeterN | |
* Change: Replace checkbox in livery selection window with Default option in drop down selection. This reduces clutter in the UI and allows for primary/secondary colours to independently follow the default scheme if desired. * Feature: Add vehicle group liveries. | |||
2013-10-27 | (svn r25916) -Add: GUI sprite for the smallmap cargoflow button. (frosch, ↵ | frosch | |
planetmaker, V453000) | |||
2013-06-09 | (svn r25344) -Feature: GUI for viewing story pages | zuu | |
2013-05-28 | (svn r25301) -Change: Slightly enlarge the default-windowsize button icon. | frosch | |
2013-05-26 | (svn r25293) -Add: GUI sprite for default window size button. | frosch | |
2013-02-02 | (svn r24954) -Codechange: OPENTTD_SPRITE_COUNT uses decimal, so use decimal ↵ | frosch | |
in the nfo as well. | |||
2012-11-14 | (svn r24749) -Add: GUI icons for delete to the left/right. | frosch | |
2012-04-17 | (svn r24141) -Feature: Display rating in the town directory window. ↵ | michi_cc | |
(Inspired by patch from MagicBuzz) | |||
2012-02-26 | (svn r23993) -Cleanup: remove some disable directives from the NFO as they ↵ | rubidium | |
aren't needed anymore with newer GRFCodec/NFORenum | |||
2012-02-24 | (svn r23982) -Codechange: use NFO v32 for the extra graphics | rubidium | |
2011-10-03 | (svn r22986) -Add (r22985): More icons for the vehicle list. | frosch | |
2010-10-24 | (svn r21026) -Codechange: move from pcx to png extra grf sprites as they are ↵ | rubidium | |
easier to handle/view. They also take less space in a checkout. Furthermore this requires a recent GRFCodec nightly with PNG support enabled. | |||
2010-10-18 | (svn r20989) -Change: make extra_grf's pcx files DOS palettes instead of ↵ | rubidium | |
converting them during compilation. Also fix misconverted sprite and some comments | |||
2010-09-02 | (svn r20720) -Add: separate GUI icons for vehicle/company profit, exclusive ↵ | frosch | |
rights and unread news. | |||
2010-08-14 | (svn r20490) -Change: merge the extra GRF sources so updating them becomes a ↵ | rubidium | |
bit easier. The (prebuilt) grf will still remain, so if you don't have NFORenum and GRFCodec it will still work. |