summaryrefslogtreecommitdiff
path: root/bin/data
AgeCommit message (Collapse)Author
2010-04-23(svn r19697) -Add: sprite for NewGRF some debuging featuresrubidium
2010-03-17(svn r19444) -Update: base set translations for Polish, Slovak and Turkish.rubidium
2010-03-12(svn r19394) -Update: base set translations for Afrikaans, Danish, Estonian, ↵rubidium
Greek, Romanian and Serbian.
2010-03-03(svn r19309) -Update: base set translations for Arabic, Catalan and ↵rubidium
Norwegian (Nynorsk)
2010-02-26(svn r19267) -Update: Bulgarian, Chinese (Traditional), Croatian, ↵rubidium
Indonesian, Norwegian (Bokmal), Portuguese, Russian and Slovenian base set translations. +description.bg_BG = Празен музикален пакет. +description.hr_HR = Muzički paket bez ikakve muzike. +description.id_ID = Paket musik tanpa berisi musik. +description.nb_NO = En musikkpakke uten noe musikk. +description.pt_PT = Um conjunto de música vazio. +description.ru_RU = "Пустой" набор музыкального оформления, не содержащий никакой музыки. +description.sl_SL = Glasbeni paket z vključeno glasbo. +description.zh_TW = 不含任何音樂的音樂集。
2010-02-25(svn r19234) -Update: base set translations for French, Hungarian, Italian ↵rubidium
and Swedish
2010-02-22(svn r19214) -Add: NoSound, just like NoMusic; makes installation easierrubidium
-Update: translation of NoSound and other sets
2010-02-22(svn r19202) -Fix (r19181): some translations were wrongsmatz
2010-02-21(svn r19181) -Change: rework the order of the data in the base graphics ↵rubidium
metadata files. -Add: translations for Czech, German, Finnish and Spanish to the base graphics metadata files.
2009-12-20(svn r18570) -Merge (r18569): sprites for window shadingrubidium
2009-12-08(svn r18431) -Add: some missing latin-ish characters from the OpenGFX set so ↵rubidium
we get less people complain about the OS chosing an unreadable font
2009-11-19(svn r18192) -Codechange: make the music window RTL awarerubidium
2009-11-13(svn r18063) -Change: remove some unneeded blue pixels that only cause the ↵rubidium
sprites to be displayed too big if size is taken from the sprites
2009-08-20(svn r17241) -Change: make a distinction between missing and corrupted data ↵rubidium
files. If (at least) one data file is missing do not consider the set to be useable. Do also no autodetect sets with missing files.
2009-08-09(svn r17139) -Change: add the concept of sound setsrubidium
2009-08-09(svn r17136) -Fix: Some typos in .obg stuff.frosch
2009-08-02(svn r17034) -Update: openttd[dw].grf from ottd grf.rubidium
2009-05-30(svn r16471) -Fix (r16461): don't test in 0.3.4 when you meant to test in ↵rubidium
trunk@HEAD.
2009-05-29(svn r16461) -Fix [FS#2929]: add some valid orders so the trains leave the ↵rubidium
depot again...
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-09(svn r15426) -Fix (r15421): wrong grfcodec version was used to generate ↵glx
openttdd.grf
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-08-31(svn r14197) -Codechange: rework (original) base graphics determination ↵rubidium
methods. This yields in the following: -Feature: make configuring the to-be-used base graphics via openttd.cfg and the command line possible. -Feature: allow both the German as well as non-German toyland graphics as "correct" and official graphics. -Feature: allow people to create their own base graphics easily and without requiring code changes.
2008-06-12(svn r13490) -Add: a seperate icon for aqueductsskidd13
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 serversglx
2008-03-12(svn r12360) -Fix: openttdd.grf was using the wrong colours for glyphs due ↵glx
to a grfcodec bug (fixed in grfcodec 0.9.10 r1837)
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 r11549skidd13
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.
2007-11-07(svn r11391) -Change: print all error messages related to missing/corrupted ↵rubidium
files in one message including the location where they can get said missing/corrupted files.
2007-10-27(svn r11350) -Change: add missing elrail sprites for some rail build ↵rubidium
buttons/cursors. Sprites by skidd13.
2007-10-22(svn r11339) -Add: autoroad; same as autorail, but for road and trams and ↵rubidium
only on X and Y direction. Patch by Octopussy and skidd13.
2007-10-20(svn r11316) -Codechange: add support for the half-tile (selection) graphics.rubidium
2007-06-17(svn r10185) -Codechange: make the bounding boxes of the drive through road ↵rubidium
stops a little larger so NewGRFs authors have more possibilities when replacing them (minime).
2007-06-01(svn r10017) -Add (FS#790): more languages flags for serversglx
2007-05-31(svn r9999) -Feature: make it possible to disallow busses and lorries to go ↵rubidium
a specific way on straight pieces of road.