summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-11-17(svn r654) Hopefully complete support for randomized variational ↵tron
spritegroups (i.e. the cars transporter in DBSetXL gets different cars each time) (pasky)
2004-11-17(svn r653) Prevent SDL parachute from catching SIGSEGV and SIGFPE (pasky)tron
2004-11-17(svn r652) Factorise special case for MorphOS regarding signal() handlingtron
2004-11-17(svn r651) LoadNewGrfFile() now doesn't care about num_sprites and just ↵miham
loads whatever is available. Fixes George's long vehicles. (pasky)
2004-11-17(svn r650) Pasky fix #4. (Misc fixes to get USSet going)miham
2004-11-17(svn r649) Support for custom rail vehicle refit bitmasks. (pasky)miham
2004-11-17(svn r648) Dummy skip-support for two new station properties. Rename ↵miham
FOR_EACH_ENGINE() to more appropriate FOR_EACH_OBJECT(). (pasky)
2004-11-17(svn r647) Cleanup custom station classes handling. (pasky)miham
2004-11-16(svn r646) -Fix: braindead case-sensitive file extension filter replaced ↵darkvater
with a case-INsensitive one (joint effort of Bjarni and Darkvater).
2004-11-16(svn r645) -Feature: Finally support for TTDLX games on Big Endian machines ↵darkvater
such as Macintosh and MorphOS; thanks for testing Bjarni :) -Added turkish.txt to lang-project and screenshot.h to ttd-project
2004-11-16(svn r637) Add keycode for the key to open the console on BeOStron
2004-11-16(svn r636) Set svn:eol-style for screenshot.htron
2004-11-15(svn r635) Fix choosing a spritegroup from deterministic variational ↵tron
spritegroups if there is no structure to search (i.e. in purchase lists) (pasky)
2004-11-15(svn r634) Added turkish translation (iso8859-1)miham
2004-11-15(svn r633) Daily langfile updates (automatic)miham
2004-11-15(svn r631) Merge r440, r444, r485, r630 to trunk:tron
r440 Move screenshot function declarations to new file screenshot.h Clean up screenshot.c a bit, mostly whitespace, alloca() -> malloc() and checking return values r485 Remove unused field from struct ScreenshotFormat
2004-11-15(svn r628) Merge r442 to trunk:tron
In bemidi.cpp - Whitespace cleanup - Simplify one if ()
2004-11-15(svn r627) Merge r439 to trunk:tron
Cleaned up whitespace in namegen.c
2004-11-15(svn r626) Merge r438 to trunk:tron
Some whitespace and magic number cleanup (in news_gui)
2004-11-15(svn r625) Almost complete support for deterministic variational vehicle ↵tron
spritegroups. (pasky)
2004-11-15(svn r624) Merge r377 to trunk:tron
Remove the memmove special case for MSVC According to the MSDN it was just plain wrong and memmove was directly used in some places anyway
2004-11-15(svn r623) -Feature: [ 1066504 ] Pause key pauses the gametron
2004-11-15(svn r621) Merge r450 to trunk:tron
Cleanups and #if 0 some unused debug code
2004-11-15(svn r620) Daily langfile updates (automatic)miham
2004-11-15(svn r619) Add the necessary bits to make building under BeOS using GNU Make ↵tron
work
2004-11-14(svn r617) -newgrf: Support for parameter 0x8E (train Y-pitch in info ↵darkvater
windows) both setting and testing. This should fix displaced wagons in DBSetXL as reported by DarkVater. (pasky)
2004-11-14(svn r616) -newgrf: Fixed crashing when trying to resolve references to ↵darkvater
unknown or callback result spritegroups in variational spritegroup handler of NewSpriteGroup() (pasky).
2004-11-14(svn r615) Fix the same bug in ParamSet action loading, pointer out by ↵bjarni
Bjarni too. (pasky)
2004-11-14(svn r614) [newgrf] Some minor code fixesdominik
2004-11-14(svn r613) Fix bug in GRFInhibit action loading, pointed out by Bjarni. (pasky)bjarni
2004-11-14(svn r612) [newgrf] Fix: custom waypoints on monorail/maglev are displayed ↵dominik
correctly
2004-11-14(svn r611) -newgrf: Change GetCustomEngineSprite() calling convention ↵darkvater
(invisible to users of GetCustomVehicle*() wrappers). Needed for deterministic spritegroups support (pasky).
2004-11-14(svn r610) -newgrf: Support for some basic deterministical spritegroups ↵darkvater
regarding stations. Waypoints look changes based on year now :^) (pasky).
2004-11-14(svn r609) Fixed choose waypoints dialogs, it works without assertion ↵dominik
failures and with custom waypoint #0 selectable now. (pasky)
2004-11-14(svn r608) [newgrf] enabled possibility to build default waypoint when ↵dominik
custom waypoints are enabled
2004-11-14(svn r607) -Patch: [ 985102 ] static cleanuptron
Thanks to lvoge
2004-11-14(svn r606) -newgrf: Fixed waypoint scrollbardominik
2004-11-14(svn r605) -newgrf: Framework for supporting variational spritegroups . ↵darkvater
Deterministic only at the moment, but random ones support shouldn't be that difficult now It doesn't do anything, but makes these actions actually possible (pasky).
2004-11-14(svn r604) -Fix: [ 999669 ] Wrong trees (toyland's) in sub-tropical ↵tron
landscape style Tree generation code sometimes set the non-existent growth state 7 This could also become manifest in snow covered trees below the swnow line in arctic climate and similar effects
2004-11-14(svn r603) -newgrf: Stupid TortoiseSVN converted the file to DOS newlines. Bahdarkvater
2004-11-14(svn r602) -newgrf: Move DrawTileSeqStruct & co and struct SpriteGroup to ↵darkvater
sprite.h (pasky)
2004-11-14(svn r601) -newgrf: blaatdarkvater
2004-11-14(svn r600) -newgrf: Relocation offset for custom station sprites is now ↵darkvater
stored separately, making it possible to show different sprites in waypoint selection dialog (pasky).
2004-11-14(svn r594) -Fix/Feature: [ 1066121 ] Resetting file name after deleting a filetron
Thanks to dannys9 for the patch
2004-11-14(svn r593) -newgrf: Support for two more TTD(Patch) version relate) SkipIf ↵darkvater
in-game variables (pasky).
2004-11-14(svn r592) -newgrf: Dynamically allocate global custom station IDs (pasky).darkvater
2004-11-14(svn r591) -newgrf: Store whole struct StationSpec in SetCustomStation(), ↵darkvater
not just the rendering data. This will be needed for variational stationspecs (pasky).
2004-11-14(svn r590) -newgrf: Instead of a bunch of statinfo arrays, use station-array ↵darkvater
of struct StationSpec-s (pasky).
2004-11-14(svn r589) -newgrf: Rename spritesset to spritegroups (pasky).darkvater
2004-11-14(svn r588) -newgrf: Silent ignore those stupid one-byte zero special sprites ↵darkvater
(dbsetw.grf is crawling with them) (pasky).