Commit Graph

62 Commits (tracerestrict)

Author SHA1 Message Date
frosch c72f21e410 (svn r27731) -Fix (r27730): Missed some sprites which also belong into orig_extra.grf 7 years ago
frosch 79027cbf9d (svn r27730) -Change: Split openttd.grf into openttd.grf and orig_extra.grf
openttd.grf is now always loaded and provides all extra graphics in case the (possibly outdated) baseset does not.
  orig_extra.grf contains graphics specific to the original baseset only.
7 years ago
frosch 5923cfff4f (svn r27265) -Fix: Truncated comment in openttd.grf 9 years ago
frosch bb3366e8b2 (svn r27221) -Fix: Multi-value keys in the desktop entry shall end with a trailing separator. (Mr_Bones) 9 years ago
rubidium 6592da4952 (svn r26869) -Add: support for an all black palette to prevent the need of having a black tile of all different slopes (ic111) 10 years ago
rubidium 60b07504ee (svn r26708) -Codechange: replace C preprocessor with all kinds of options to prevent adding certain things to the result and the sed script to remove everything that shouldn't be in the resulting nfo file but came out of the C preprocessor by a small-ish awk program. This means no more breaking if a C preprocessor decides to add more data to the processed file (like GCC's inclusion of stdc-predef.h when not passing -nostdinc). It furthermore more than halfs the time needed for the assemble step of the extra GRF compilation 10 years ago
frosch 0d5ab589fe (svn r25916) -Add: GUI sprite for the smallmap cargoflow button. (frosch, planetmaker, V453000) 11 years ago
matthijs 335b7849be (svn r25783) -Add: Keywords to the openttd.desktop.in file 11 years ago
zuu 7a5cedf078 (svn r25344) -Feature: GUI for viewing story pages 11 years ago
frosch cbc6b0a668 (svn r25301) -Change: Slightly enlarge the default-windowsize button icon. 11 years ago
frosch f61a2c0273 (svn r25293) -Add: GUI sprite for default window size button. 11 years ago
rubidium b0359223ae (svn r25218) -Fix: the baseset description translation script did not work with any awk other than gawk 11 years ago
frosch e4c87948c5 (svn r25205) -Feature: Translations of baseset descriptions via lang files. 11 years ago
frosch 4aa186cca5 (svn r24954) -Codechange: OPENTTD_SPRITE_COUNT uses decimal, so use decimal in the nfo as well. 11 years ago
frosch 3610ad901a (svn r24749) -Add: GUI icons for delete to the left/right. 12 years ago
michi_cc 3e5dc26ded (svn r24141) -Feature: Display rating in the town directory window. (Inspired by patch from MagicBuzz) 12 years ago
rubidium c7bce8e460 (svn r24100) -Fix: also provide translated comments in the desktop file without language name postfix 12 years ago
rubidium 3fb929005b (svn r23993) -Cleanup: remove some disable directives from the NFO as they aren't needed anymore with newer GRFCodec/NFORenum 12 years ago
rubidium 445ef889d7 (svn r23984) -Fix [FS#5082]: fix the order of lights on the helipad (PaulC) 12 years ago
rubidium 9ea6285d67 (svn r23982) -Codechange: use NFO v32 for the extra graphics 12 years ago
michi_cc ff73fdb4b0 (svn r23952) -Feature: [NewGRF] Customisable tunnel portals for rail types (sprites by Snail). 12 years ago
rubidium 92c77dee32 (svn r23926) -Update [FS#5055]: some missing Latin-ish characters as some translations started using them (PaulC) 12 years ago
rubidium 35c4b5f73e (svn r23858) -Change [FS#5003]: some updates and improvements of the base font (PaulC) 13 years ago
rubidium 990045e2b3 (svn r23639) -Fix [FS#4892]: fix transparency for steel mill, colour translations in some arctic buildings and a wrongly replaced sprites (PaulC) 13 years ago
rubidium bb55791a13 (svn r23638) -Fix [FS#4894]: glitch in the monospace font (PaulC) 13 years ago
rubidium b3fc75c72d (svn r23582) -Fix [FS#4870]: add missing characters for certain languages and the large font
-Codechange: don't remove large font glyphs because they are broken in the original font, just fix them up in openttd.grf using action A
-Change: make extra characters more consistent with the original font
  All by PaulC.
13 years ago
rubidium 72f8aa94cc (svn r23395) -Fix [FS#4862]: a character that is path of the 'normal' fonts, but relocated after loading, was missing for the monospace font 13 years ago
rubidium f3e511ca4b (svn r23278) -Add: monospaced sprite font with the same characters as the normal font 13 years ago
rubidium fbac324246 (svn r23260) -Codechange: abstract away some NFO by macros 13 years ago
rubidium b6d3db762d (svn r23232) -Change: move the "default" overrides out of the baseset in order to ensure they all use the same values 13 years ago
rubidium abf3aa28f5 (svn r23203) -Change: make locks more consistently looking (PaulC) 13 years ago
frosch 1230c04859 (svn r22986) -Add (r22985): More icons for the vehicle list. 13 years ago
rubidium 8ca5168bbe (svn r22974) -Fix: draw buoy sprite without outline on the map 13 years ago
rubidium 468fad858f (svn r22971) -Add [FS#4787]: climate aware canal/aqueduct graphics; based on work by PaulC 13 years ago
rubidium 7589e94f5d (svn r22962) -Fix/Update: graphical issues from Addi's NewGRF 13 years ago
rubidium efd49756aa (svn r22766) -Add: river graphics for the original base set (andythenorth) 13 years ago
rubidium 6d37d67d80 (svn r22537) -Change [FS#3494]: replace the half small airport structure on the intercontinental airport with some grass 13 years ago
planetmaker aaec8bcf99 (svn r22379) -Fix: Not all pixels which need recolouring were actually in the proper colour 13 years ago
frosch b78d0947be (svn r21535) -Fix (r11432)[FS#4312]: 2CC recolour sprites were the same for DOS and WIN palette, thus "dark green", "brown", "grey" and "white" were wrong for DOS, and recently for both. 14 years ago
rubidium f7fe675b8e (svn r21492) -Fix/Change/Revert [FS#4301]: apparantly version 1.1 of the desktop specs requires you to declare that file as being version 1.0, even though the 1.1 spec isn't a superset of the 1.0 spec. So revert back to stuff from the actual 1.0 spec. 14 years ago
rubidium 850d05d24d (svn r21264) -Change: compress some PNGs more efficiently 14 years ago
rubidium c32927ea8e (svn r21251) -Fix (r20950): toyland sprites were forgotten 14 years ago
rubidium ef59da94cc (svn r21026) -Codechange: move from pcx to png extra grf sprites as they are easier to handle/view. They also take less space in a checkout. Furthermore this requires a recent GRFCodec nightly with PNG support enabled. 14 years ago
rubidium ef3602d882 (svn r20989) -Change: make extra_grf's pcx files DOS palettes instead of converting them during compilation. Also fix misconverted sprite and some comments 14 years ago
rubidium beb552d08a (svn r20950) -Fix: (or at least greatly improve) alignment of some original graphics pillar sprites 14 years ago
frosch 46acb837eb (svn r20720) -Add: separate GUI icons for vehicle/company profit, exclusive rights and unread news. 14 years ago
rubidium 36c1c1bdb5 (svn r20490) -Change: merge the extra GRF sources so updating them becomes a bit easier.
The (prebuilt) grf will still remain, so if you don't have NFORenum and GRFCodec it will still work.
14 years ago
rubidium 27e8dc1bb0 (svn r19884) -Feature: translatable desktop shortcut comments 14 years ago
rubidium 1bb2e7bba5 (svn r18655) -Fix: the icon that is supposed to be 256x256 pixels wasn't 256x256 pixels
-Add: the 'source' for the icons
15 years ago
matthijs a8d756b309 (svn r17226) -Fix: Remove the Encoding entry from the openttd.desktop file.
- This entry has been deprecated since version 0.9.4 (2006) of the desktop entry specification.
15 years ago