Commit Graph

  • dd90693a4c (svn r650) Pasky fix #4. (Misc fixes to get USSet going) miham 2004-11-17 02:01:12 +0000
  • 46dddda22f (svn r649) Support for custom rail vehicle refit bitmasks. (pasky) miham 2004-11-17 01:09:15 +0000
  • e2f3634db3 (svn r648) Dummy skip-support for two new station properties. Rename FOR_EACH_ENGINE() to more appropriate FOR_EACH_OBJECT(). (pasky) miham 2004-11-17 01:00:04 +0000
  • 86d19cb577 (svn r647) Cleanup custom station classes handling. (pasky) miham 2004-11-17 00:52:54 +0000
  • cd6cb84889 (svn r646) -Fix: braindead case-sensitive file extension filter replaced with a case-INsensitive one (joint effort of Bjarni and Darkvater). darkvater 2004-11-16 23:51:38 +0000
  • 60184e1495 (svn r645) -Feature: Finally support for TTDLX games on Big Endian machines such as Macintosh and MorphOS; thanks for testing Bjarni :) -Added turkish.txt to lang-project and screenshot.h to ttd-project darkvater 2004-11-16 23:26:15 +0000
  • cc428ef6cf (svn r637) Add keycode for the key to open the console on BeOS tron 2004-11-16 16:13:54 +0000
  • 69159b6e52 (svn r636) Set svn:eol-style for screenshot.h tron 2004-11-16 11:40:32 +0000
  • b65bda506c (svn r635) Fix choosing a spritegroup from deterministic variational spritegroups if there is no structure to search (i.e. in purchase lists) (pasky) tron 2004-11-15 20:52:11 +0000
  • 61103119fb (svn r634) Added turkish translation (iso8859-1) miham 2004-11-15 20:45:25 +0000
  • f1a3b32dc4 (svn r633) Daily langfile updates (automatic) miham 2004-11-15 20:44:39 +0000
  • 450c669eb2 (svn r631) Merge r440, r444, r485, r630 to trunk: 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 tron 2004-11-15 19:25:59 +0000
  • fb4b5fa841 (svn r628) Merge r442 to trunk: In bemidi.cpp - Whitespace cleanup - Simplify one if () tron 2004-11-15 12:15:03 +0000
  • 6da3e44fc7 (svn r627) Merge r439 to trunk: Cleaned up whitespace in namegen.c tron 2004-11-15 12:11:43 +0000
  • a0b4161a32 (svn r626) Merge r438 to trunk: Some whitespace and magic number cleanup (in news_gui) tron 2004-11-15 12:05:01 +0000
  • 2f35fea097 (svn r625) Almost complete support for deterministic variational vehicle spritegroups. (pasky) tron 2004-11-15 11:54:35 +0000
  • 57c472e093 (svn r624) Merge r377 to trunk: 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 tron 2004-11-15 10:31:48 +0000
  • 01e88bb61d (svn r623) -Feature: [ 1066504 ] Pause key pauses the game tron 2004-11-15 10:04:57 +0000
  • 95a3e4fe1f (svn r621) Merge r450 to trunk: Cleanups and #if 0 some unused debug code tron 2004-11-15 09:05:06 +0000
  • 747d0fcca9 (svn r620) Daily langfile updates (automatic) miham 2004-11-15 08:11:04 +0000
  • 5a07c9bd71 (svn r619) Add the necessary bits to make building under BeOS using GNU Make work tron 2004-11-15 07:53:09 +0000
  • 4852474343 (svn r617) -newgrf: Support for parameter 0x8E (train Y-pitch in info windows) both setting and testing. This should fix displaced wagons in DBSetXL as reported by DarkVater. (pasky) darkvater 2004-11-14 23:36:19 +0000
  • afca207cf0 (svn r616) -newgrf: Fixed crashing when trying to resolve references to unknown or callback result spritegroups in variational spritegroup handler of NewSpriteGroup() (pasky). darkvater 2004-11-14 23:14:44 +0000
  • 5914888ad6 (svn r615) Fix the same bug in ParamSet action loading, pointer out by Bjarni too. (pasky) bjarni 2004-11-14 22:31:57 +0000
  • d99b89ab29 (svn r614) [newgrf] Some minor code fixes dominik 2004-11-14 22:30:46 +0000
  • 363a92bd43 (svn r613) Fix bug in GRFInhibit action loading, pointed out by Bjarni. (pasky) bjarni 2004-11-14 22:25:21 +0000
  • fb64b4e499 (svn r612) [newgrf] Fix: custom waypoints on monorail/maglev are displayed correctly dominik 2004-11-14 22:10:08 +0000
  • 051e094921 (svn r611) -newgrf: Change GetCustomEngineSprite() calling convention (invisible to users of GetCustomVehicle*() wrappers). Needed for deterministic spritegroups support (pasky). darkvater 2004-11-14 20:53:34 +0000
  • ec434b208e (svn r610) -newgrf: Support for some basic deterministical spritegroups regarding stations. Waypoints look changes based on year now :^) (pasky). darkvater 2004-11-14 20:50:38 +0000
  • c2193ce1a8 (svn r609) Fixed choose waypoints dialogs, it works without assertion failures and with custom waypoint #0 selectable now. (pasky) dominik 2004-11-14 20:25:07 +0000
  • 0bcc9b7573 (svn r608) [newgrf] enabled possibility to build default waypoint when custom waypoints are enabled dominik 2004-11-14 20:02:43 +0000
  • 249a170ace (svn r607) -Patch: [ 985102 ] static cleanup Thanks to lvoge tron 2004-11-14 19:44:06 +0000
  • 200d3fdbe8 (svn r606) -newgrf: Fixed waypoint scrollbar dominik 2004-11-14 18:20:40 +0000
  • 183c33931d (svn r605) -newgrf: Framework for supporting variational spritegroups . 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). darkvater 2004-11-14 18:18:28 +0000
  • a348f74c65 (svn r604) -Fix: [ 999669 ] Wrong trees (toyland's) in sub-tropical 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 tron 2004-11-14 17:16:26 +0000
  • ea48b0d05c (svn r603) -newgrf: Stupid TortoiseSVN converted the file to DOS newlines. Bah darkvater 2004-11-14 16:45:38 +0000
  • e656a91736 (svn r602) -newgrf: Move DrawTileSeqStruct & co and struct SpriteGroup to sprite.h (pasky) darkvater 2004-11-14 16:42:08 +0000
  • a415b8ecce (svn r601) -newgrf: blaat darkvater 2004-11-14 16:13:43 +0000
  • 5fcd71cf28 (svn r600) -newgrf: Relocation offset for custom station sprites is now stored separately, making it possible to show different sprites in waypoint selection dialog (pasky). darkvater 2004-11-14 16:11:48 +0000
  • 2b5b1f4e06 (svn r594) -Fix/Feature: [ 1066121 ] Resetting file name after deleting a file Thanks to dannys9 for the patch tron 2004-11-14 15:11:25 +0000
  • 80f787e60a (svn r593) -newgrf: Support for two more TTD(Patch) version relate) SkipIf in-game variables (pasky). darkvater 2004-11-14 14:54:10 +0000
  • 5847317526 (svn r592) -newgrf: Dynamically allocate global custom station IDs (pasky). darkvater 2004-11-14 14:53:15 +0000
  • ccc496ba2c (svn r591) -newgrf: Store whole struct StationSpec in SetCustomStation(), not just the rendering data. This will be needed for variational stationspecs (pasky). darkvater 2004-11-14 14:10:03 +0000
  • 5663926aaf (svn r590) -newgrf: Instead of a bunch of statinfo arrays, use station-array of struct StationSpec-s (pasky). darkvater 2004-11-14 13:59:11 +0000
  • 770eb4c8c3 (svn r589) -newgrf: Rename spritesset to spritegroups (pasky). darkvater 2004-11-14 13:45:38 +0000
  • 552689b7fe (svn r588) -newgrf: Silent ignore those stupid one-byte zero special sprites (dbsetw.grf is crawling with them) (pasky). darkvater 2004-11-14 13:11:38 +0000
  • 397cc50f61 (svn r587) -newgrf: Rename all /Checkpoint/i tokens to 'Waypoint's. The name actually makes some sense and is also compatible with TTDPatch (pasky). darkvater 2004-11-14 13:07:07 +0000
  • 8946e92468 (svn r586) -Fix: [1066114] Code error in win32.c Thanks Shai -Fix: ttd.vcproj change to hard-set compilation as C, as well as adding WITH_SDL to debug mode. If you don't have SDL just remove that. darkvater 2004-11-14 12:37:23 +0000
  • 989289fadd (svn r585) -newgrf: GUI for selecting custom waypoint graphics to use. Patch by dominik81 and pasky. darkvater 2004-11-14 11:04:59 +0000
  • 4f6fa3b468 (svn r584) -newgrf: Increase chance to get a TTDPatch savegame using custom GRF files loaded (pasky) darkvater 2004-11-14 10:18:15 +0000
  • a9a7957eaa (svn r583) -newgrf: Hopefully prevent GRF files introducing new bridges or townhouses to crash the game (pasky). darkvater 2004-11-14 10:03:21 +0000
  • 2f56162f35 (svn r582) -Fix: [ 1034318 ] place sign and blue message box A name change wasn't possible while an always-on-top window (like news) has been visible tron 2004-11-14 09:31:39 +0000
  • eb50427670 (svn r581) -newgrf: Basic support for new stations - only waypoints supported now and only the first custom one can be placed (no selector GUI, coming soon). This also moves some global variables to {struct GRFFile} and reorders which actions are processed in what stage, to get it all working together -- (pasky) celestar 2004-11-14 09:07:15 +0000
  • a9a852a4d6 (svn r580) Fix latent bug in BringWindowToFrontByID() - a wrong pointer was returned tron 2004-11-14 08:15:50 +0000
  • 37cbae0370 (svn r579) Remove now unused function memswap() tron 2004-11-14 08:11:57 +0000
  • 84d1041edf (svn r578) Simplify BringWindowToFront() tron 2004-11-14 08:11:05 +0000
  • 7a2a973b48 (svn r577) -newgrf: fixed some typos of last commit (airports were looking weird) darkvater 2004-11-14 01:50:15 +0000
  • 7930faace9 (svn r576) -newgrf: Cleanup horrible table/(station|unmovable)_land.h DrawTileSeqStruct hacks needed for custom station supports (pasky) darkvater 2004-11-14 01:25:05 +0000
  • e9ef930155 (svn r575) Daily langfile updates (automatic) miham 2004-11-14 00:19:48 +0000
  • 1f12dee3a0 (svn r572) -newgrf: Support for custom (newGRF-yielded) refit masks for trains and aircrafts (pasky). darkvater 2004-11-13 21:42:35 +0000
  • 0a2f28c2f2 (svn r570) -newgrf: Support for custom aircrafts via GRF files. Planeset seems to work :). Also use aircraft_vehinfo() instead of the old tables (pasky). darkvater 2004-11-13 20:37:57 +0000
  • e260aa3870 (svn r569) Fix type mismatch tron 2004-11-13 18:15:03 +0000
  • e31f37d578 (svn r568) -newgrf: Make @wagover bool, simplifying stuff. (pasky) -newgrf: "More debugging and severity levels consolidation. (pasky) celestar 2004-11-13 18:08:45 +0000
  • 20e9a8061d (svn r567) -newgrf: Support for road vehicles customization (seems to work at least with tropicset). (pasky) celestar 2004-11-13 18:01:33 +0000
  • dae7b4ae21 (svn r566) Daily langfile updates (automatic) miham 2004-11-13 17:10:41 +0000
  • 7690093b4c (svn r565) -newgrf: fixed double work of RoadVehicleInfo[]; added AircraftVehicleInfo[] as well. table/engines.h is now the same as in the _map branch. darkvater 2004-11-13 16:28:50 +0000
  • b5e1240a8a (svn r564) Simplify scroll logic and correct one erroneous use of memcpy() tron 2004-11-13 16:10:25 +0000
  • b8327e0457 (svn r562) newgrf: Merge most of the road vehicle info to a single road_vehicle_info table, like it already is for trains and ships. Needed for GRF custom override support. (pasky) celestar 2004-11-13 15:15:41 +0000
  • 6db750373a (svn r561) -newgrf: killed some of the magic numbers in the code (pasky) celestar 2004-11-13 12:38:38 +0000
  • 04748217d1 (svn r560) -newgrf: General cleanup of the code (pasky & octo) celestar 2004-11-13 12:21:32 +0000
  • 3df0ff7854 (svn r559) Minor simplification tron 2004-11-13 11:08:50 +0000
  • 53116247c3 (svn r558) -Fix: [ 1065247 ] Windows can be placed behind toolbar While here make clamping against the screen border a bit nicer tron 2004-11-13 10:53:42 +0000
  • 22f627c8e1 (svn r557) -newgrf: Rename all 'superset' tokens to 'group' and some other small renamings (pasky and octo). darkvater 2004-11-12 23:59:51 +0000
  • 76341a9173 (svn r556) -newgrf: Some seemingly proper support for loading stages of grf files (octo & pasky). darkvater 2004-11-12 23:26:02 +0000
  • 2ab4669251 (svn r555) -newgrf: Preliminary support for action 0xE. Inhibit another GRF file by ID. It won't really work until we get stages support (pasky & octo). darkvater 2004-11-12 22:39:00 +0000
  • 27b48faad2 (svn r554) -newgrf: Keep track of GRF files. Remember them all in a linked list, this already enables tests for an already loaded GRF file in SkipIf(). Patch by octo, heavily re-hammered by pasky darkvater 2004-11-12 22:28:19 +0000
  • 015cb74dd9 (svn r553) -newgrf: Special routine for loading newgrf files. LoadNewGrfFile() introduced; will get more handy when loading stages will be introduced (octo and pasky). darkvater 2004-11-12 21:51:34 +0000
  • 7accdb9003 (svn r552) -newgrf: Include bits forgotten when merging octo's ReplaceSprites support - it would replace even special sprites in the way now. (pasky) darkvater 2004-11-12 21:33:18 +0000
  • 2aae43a848 (svn r551) -newgrf: Preliminary support for TTDPatch flags checking (we just pretend that a bunch of things are on and the rest is off and that's it). Patch by octo, small cleanup by pasky. darkvater 2004-11-12 19:03:37 +0000
  • c53cf38ffd (svn r550) -newgrf: Support for action 0xd (change a parameter (sorta variable for the GRF scripts)). Based on patch by octo, heavy changes by pasky. darkvater 2004-11-12 18:57:46 +0000
  • 16f8a7b2d2 (svn r549) -newgrf: Support for action 0xd (change a parameter (sorta variable for the GRF scripts)). Based on patch by octo, heavy changes by pasky. darkvater 2004-11-12 18:47:19 +0000
  • a2869639b2 (svn r548) -newgrf: minor style changes, and application of boolean type darkvater 2004-11-12 18:43:12 +0000
  • fd80b53f39 (svn r547) -newgrf: Enhanced support for action 0x7 and 0x9 (skips). Killer mixture mixed from octo's patch and pasky's old patch (pasky & octo). darkvater 2004-11-12 17:27:30 +0000
  • e7441c39e3 (svn r546) -newgrf: Use GetCustomVehicleIcon() for fetching sprites for vehicle selection dialogs. (Idea by octo, done by pasky). darkvater 2004-11-12 17:16:13 +0000
  • acaff32984 (svn r545) -newgrf: repaired indendation (pasky & octo) celestar 2004-11-12 15:36:49 +0000
  • aac4fbc220 (svn r544) -newgrf: codechange for better handling (pasky and octo__) celestar 2004-11-12 15:15:56 +0000
  • 5d6c0a8220 (svn r543) -Fix: [ 1064742 ] Editor Map-Menu wrong String The fix is a bit ugly, but this is due to limitations in the dropdown menu handling (the strings have to be contiguous) tron 2004-11-11 23:23:42 +0000
  • 65058d0d57 (svn r542) -Fix: Display correct rail type in "build railway station" window Thanks, ln-- tron 2004-11-11 23:10:22 +0000
  • 7a97e54559 (svn r541) Make windows even snappier! ^^ Thanks to nzhook, who also proposed the original patch. tron 2004-11-11 21:20:15 +0000
  • 95fdf39bca (svn r540) Tell subversion to ignore some more files tron 2004-11-11 17:53:11 +0000
  • 315006a28e (svn r539) Set svn:eol-style property tron 2004-11-11 17:17:52 +0000
  • 872f49ae8a (svn r538) -Feature: Windows snap at each other This is inspired by [1063636]. tron 2004-11-10 21:14:16 +0000
  • 603618a75b (svn r532) Disable date change buttons in scenario editor if date limit is reached. Note: It's a /bit/ ugly, need to find a cleaner way While I'm here enlarge the start date window to 1920-2000 (was 1950-1975). tron 2004-11-08 22:21:14 +0000
  • b78bbf80bf (svn r531) Makefile: made asserts enabled by default RELEASE disables asserts unless ENABLE_ASSERTS(not in makefile.config) is set makefile.config version 3 bjarni 2004-11-08 21:24:48 +0000
  • 72880f2dad (svn r530) Makefile: added ability to switch asserts on and off Updated makefile.config to versiontag 2 for autoupdating purposes bjarni 2004-11-08 21:11:52 +0000
  • 2cf5b77d0b (svn r528) Minor fixes in german.txt tron 2004-11-08 20:44:10 +0000
  • 37e199cd2b (svn r526) -Fix: [1035303] bug about lowering tracks built on slopes While here make sure that the failing tile gets a red error marker tron 2004-11-08 09:11:55 +0000
  • 21b1607fb5 (svn r520) Lang: added empty Russian translation bjarni 2004-11-07 14:15:38 +0000
  • f1d552c5b6 (svn r519) Daily langfile diff miham 2004-11-07 08:41:38 +0000
  • 6909bba290 (svn r518) Merge extmidi.c r441 to trunk: - Whitespace cleanup - Use execlp() with relative path instead of execl() with absolute path tron 2004-11-06 23:24:59 +0000