Commit Graph

15966 Commits (2dd04c0deddaa981c06631061c69681358169436)
 

Author SHA1 Message Date
rubidium 2dd04c0ded (svn r20663) -Codechange: add the GRF name to the tile info window 14 years ago
rubidium b06ad652c9 (svn r20662) -Codechange: implement object animation 14 years ago
rubidium 43eadd4595 (svn r20661) -Codechange: implement the "decide colour" callback for objects 14 years ago
rubidium e014667eae (svn r20660) -Codechange: implement (most) of action2 support for objects 14 years ago
rubidium 4ad5ef5c43 (svn r20659) -Feature: make the (flat) area around an industry configurable (Eddi|zuHause) 14 years ago
rubidium 18e6bf0d71 (svn r20658) -Codechange: add the colour of an object to the object instance 14 years ago
rubidium 05d27c04f9 (svn r20657) -Codechange: add function to draw NewGRF tileseq in the GUI 14 years ago
rubidium 63478d8533 (svn r20656) -Codechange: implement counting of objects 14 years ago
rubidium a4bb23b7ad (svn r20655) -Codechange: implement reading the action3 of objects 14 years ago
rubidium 4ec93f6bab (svn r20654) -Codechange: implement reading action0 of objects 14 years ago
translators 7a9baa0811 (svn r20653) -Update from WebTranslator v3.0:
simplified_chinese - 23 changes by ww9980
traditional_chinese - 2 changes by ww9980
esperanto - 6 changes by Christopher
icelandic - 108 changes by grjonib
thai - 6 changes by angelix
14 years ago
rubidium 7c62e855b6 (svn r20652) -Codechange: implement a function to get the index of a spec. 14 years ago
rubidium d5decb0825 (svn r20651) -Codechange: add a function to determine whether an object is available and use it 14 years ago
rubidium cd4c08abcf (svn r20650) -Codechange: add some variables to the object's spec 14 years ago
rubidium 01d0f94c12 (svn r20649) -Codechange: implement classes for objects 14 years ago
rubidium 3f6dab2127 (svn r20648) -Codechange: implement the NewGRF override manager for objects 14 years ago
rubidium cd705f434c (svn r20647) -Codechange: update some of the object spec information 14 years ago
rubidium adb7baf2d8 (svn r20646) -Codechange: make the code flow of breakdown handling a bit clearer 14 years ago
rubidium 64f4b0d718 (svn r20645) -Codechange [FS#4086]: unify the code for checking for breakdown handling as well (Hirundo) 14 years ago
rubidium 28d1d32161 (svn r20644) -Codechange [FS#4086]: unify the vehicle breakdown code (Hirundo) 14 years ago
rubidium ea04251578 (svn r20643) -Fix (r20641): != != == 14 years ago
rubidium 03021c555e (svn r20642) -Codechange: make the table in object_land easier expandable. 14 years ago
rubidium a3b1abc83d (svn r20641) -Codechange: remove the "require flat land" flag 14 years ago
rubidium b79c5b5f84 (svn r20640) -Add: support for water under objects 14 years ago
rubidium a126dc7500 (svn r20639) -Add: random bits to object tiles 14 years ago
rubidium 1f78d3f6ec (svn r20638) -Codechange: split object.h 14 years ago
michi_cc a8e5ce88a7 (svn r20637) -Change: [Win32] Don't build the DirectMusic driver for x64 as it won't work anyway. 14 years ago
frosch 3db0cc004b (svn r20636) -Codechange: Move MarkTileDirtyByTile() and DeleteAnimatedTile() into MakeWaterKeepingClass(). 14 years ago
translators bbed9eab1d (svn r20635) -Update from WebTranslator v3.0:
chuvash - 18 changes by mefisteron
14 years ago
rubidium 081c6a8b7d (svn r20634) -Fix (r20592): gracefully do the date_fract format conversion when an older OpenTTD savegame which loaded an ancient savegame still has the old date_fract "format". 14 years ago
rubidium fa58485e49 (svn r20633) -Cleanup: and clarify some bits in the landscape documentation and make them pass the validator again. 14 years ago
rubidium 360d6daf34 (svn r20632) -Cleanup: remove "a few" unneeded includes, and add them to some headers 14 years ago
rubidium c462611488 (svn r20631) -Codechange: generalise IsIndustryTileOnWater + simplify so related code 14 years ago
translators 5feddc8307 (svn r20630) -Update from WebTranslator v3.0:
chuvash - 5 changes by mefisteron
dutch - 2 changes by habell
german - 1 changes by planetmaker
polish - 1 changes by silver_777
14 years ago
rubidium 7e1578631c (svn r20629) -Fix (r20627): ofcourse I forget to update source.list/MSVC project files when adding a header. 14 years ago
rubidium 3d656f5215 (svn r20628) -Fix: typos in animation trigger enum/comments 14 years ago
rubidium 7107eef4de (svn r20627) -Codechange: unify the animation code of station, airport, house and industry tiles 14 years ago
rubidium 09b1a0800e (svn r20626) -Codechange: pass AirportTileSpec to the airport tile callback 14 years ago
rubidium f4c0e575a8 (svn r20625) -Add: AirportTileSpec::GetByTile to simplify accessing the AirportTileSpec 14 years ago
rubidium 3a6c4c2f85 (svn r20624) -Codechange: some constifying for NewGRF house 14 years ago
rubidium 514f566d7c (svn r20623) -Codechange: unify the storing of animation related information 14 years ago
rubidium 5a7d6249af (svn r20622) -Codechange: unify [GS]et[Statation|Object|Industry|House]AnimationFrame 14 years ago
rubidium 1d8b95b235 (svn r20621) -Codechange: move animation frames of houses, objects and industries to m7 (same as airports and stations) 14 years ago
rubidium 03f28f0b06 (svn r20620) -Codechange: rename airporttile's callback_flags to callback_mask, so it's the same for all NewGRF features with callbacks 14 years ago
rubidium b3cae21722 (svn r20619) -Fix [FS#4070]: [OSX] Limit minimum window size to 64x64 like all other platforms (matheweis) 14 years ago
rubidium 3c69c5c520 (svn r20618) -Fix [FS#4081]: drawing the "OpenTTD" text in the intro game caused crashes with very low resolutions 14 years ago
translators 92e7b3c0d3 (svn r20617) -Update from WebTranslator v3.0:
belarusian - 2 changes by KorneySan, Wowanxm
finnish - 2 changes by jpx_
german - 2 changes by planetmaker
greek - 2 changes by fumantsu
hungarian - 1 changes by IPG
italian - 2 changes by lorenzodv
polish - 2 changes by voythas
spanish - 3 changes by Terkhen
vietnamese - 13 changes by myquartz
14 years ago
glx a39f8aa391 (svn r20616) -Change: disable .sbr/.bsc generation in MSVC project files 14 years ago
translators 4aabf682fb (svn r20612) -Update from WebTranslator v3.0:
catalan - 79 changes by arnau
croatian - 3 changes by VoyagerOne
esperanto - 9 changes by Christopher
french - 2 changes by glx
hungarian - 7 changes by IPG
icelandic - 142 changes by grjonib
romanian - 2 changes by tonny
russian - 2 changes by Lone_Wolf
serbian - 3 changes by etran
spanish - 2 changes by Terkhen
14 years ago
yexo 3afe2ad55f (svn r20611) -Fix: disable newgrf houses that have a different size then their substitute type 14 years ago