Commit Graph

  • 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
  • 476dfd9f12 (svn r517) -Fix: [1033947] Wrong mapping between music titles and songs tron 2004-11-06 23:20:12 +0000
  • 9c1aa0b75f (svn r516) Solved a little bug with the order checker. celestar 2004-11-06 15:13:44 +0000
  • 92d1dd153f (svn r515) -Fix: [1050993] Incorrect Tooltip in Road Vehicle List. Already fixed in /map branch darkvater 2004-11-06 12:02:43 +0000
  • 0a422b06a5 (svn r514) -Fix: [1053397] Refit Train Window Stays Open tron 2004-11-06 09:24:28 +0000
  • d641175e3c (svn r513) Merge revisions 402, 416, 417, 478, 479, 511, 512 from map to trunk This includes 2 fixes -Fix: [1048596] Monorail and Maglev sounds are swapped (r511) -Add special case to load the jackhammer sound (r478) The rest are cleanups und enumeration to make merging possible/easier tron 2004-11-05 23:12:33 +0000
  • 8348068f5f (svn r505) Tell svn to ignore some files and remove one stale entry tron 2004-11-04 18:41:39 +0000
  • f2a858c6a5 (svn r504) The Bourne Shell ist spelled 'sh', not 'bash'; even if there is a 'bash', on most systems it's not in /bin Typical Linuxism... /: tron 2004-11-03 21:50:21 +0000
  • f7485d586e (svn r501) -Fix: Vehicles slow down under bridge if the track is on a foundation tron 2004-11-03 11:35:29 +0000
  • fe1ccdf834 (svn r500) -Fix: Some bridge part isn't displayed transparent in transparent mode -Fix: If bridge has no pillars cursor arrow is displayed in transparent mode tron 2004-11-03 11:06:21 +0000
  • 2eb00c0bd3 (svn r499) Merge r498 to trunk: Disabled buttons flicker no more This solves bug report 991101 tron 2004-11-01 15:08:40 +0000
  • f6690500bf (svn r472) Daily langfile updates -- 79 strings missing miham 2004-10-26 20:56:51 +0000
  • 49d0f082f8 (svn r468) Daily langfile updates -- 88 strings missing miham 2004-10-25 08:37:01 +0000
  • 9947627df9 (svn r461) Daily langfile updates -- Minor language tweaks miham 2004-10-20 21:08:39 +0000
  • 034b0b5aef (svn r418) Daily langfile updates -- Portuguese language finished miham 2004-10-10 12:06:19 +0000
  • 1fd2edf29a (svn r407) Daily langfile updates (automatic) miham 2004-10-09 07:12:08 +0000
  • 88e3ef36a4 (svn r399) Daily langfile updates (automatic) miham 2004-10-06 21:56:44 +0000
  • 385da141e6 (svn r396) Daily langfile updates (automatic) miham 2004-10-06 16:22:57 +0000
  • 98b60a605f (svn r384) Daily langfile update -- 102/1 (3007/3) missing S/L miham 2004-10-05 14:38:15 +0000
  • 9c3b9fd40d (svn r360) Daily langfile update -- Added portuguese translation + danish fixes by Bjarni (100+2 / 1) miham 2004-10-02 19:41:06 +0000
  • 884fd51b68 (svn r341) Daily langfile update -- 102 strings missing for galician miham 2004-09-30 22:11:28 +0000
  • af3348fe94 (svn r339) Daily langfile update -- 104 strings missing for 2 finished languages miham 2004-09-30 14:26:35 +0000
  • 43ca0548da (svn r334) Daily langfile update -- 104 strings missing for 2 finished languages miham 2004-09-28 22:02:23 +0000
  • a99ac0d057 (svn r329) Fix: [ 1035066 ] 'Allow goto depot' turned off, no checkpoints in orders dominik 2004-09-27 14:30:17 +0000
  • edf841fb6f (svn r328) -Fix: remove some unlogical alloca()s (Tron) darkvater 2004-09-27 12:36:59 +0000
  • 0dbe38fba7 (svn r327) Daily langfile update -- 112 strings missing for 3 finished languages miham 2004-09-26 21:35:16 +0000
  • 35c13ef965 (svn r322) Daily langfile update -- 1683 strings missing for 5 languages miham 2004-09-26 08:01:08 +0000
  • 12c91671bf (svn r321) -Fix: crash when making png screenshot with odd resolution (Tron) -Fix: unable to select other screenshot format in Game Option truelight 2004-09-25 18:30:19 +0000
  • 3dc8dcf312 (svn r320) -Fix: some last _current_player fixes truelight 2004-09-25 17:37:32 +0000
  • 75a54521e8 (svn r319) -Fix: [ 1029064 ] Building a station acted weird in some rare situations truelight 2004-09-25 13:58:27 +0000
  • 773737930a (svn r318) Daily langfile update -- 1895 strings missing for 6 languages miham 2004-09-25 10:24:11 +0000
  • 4449917a7c (svn r317) Daily langfile update -- 1952 strings missing for 9 languages miham 2004-09-24 07:53:21 +0000
  • 67f385ded8 (svn r316) -Fix: not +7 (Tron) darkvater 2004-09-23 21:44:36 +0000
  • cee5cd6cc7 (svn r315) -Fix: starting with -r option allows all resolutions (including 666x666) (t r o n) darkvater 2004-09-23 21:39:55 +0000
  • 36f18e7f40 (svn r314) -Fix: [982611] Pathfinding bug; train likes the roundabout. If train needs servicing it will now look 16 tiles along the track instead of 12 tiles manhattan style (blathijs) darkvater 2004-09-23 21:20:38 +0000
  • 198f841c7e (svn r313) -Feature/Fix: directories in *nix are now sorted alphabetically in ascending order (Tron). darkvater 2004-09-23 21:16:23 +0000
  • f3758d133a (svn r312) -Fix: [926105] ctrl + d bug. Longest outstanding bug has been fixed \o/ 2004-03-30 (Tron) -Fix: [1030393] some screensizes crashes OTTD. Fix in general bug that only allows resolutions which were multiple of 8 in width and height. Also use closest possible resolution in fullscreen if window size is not a valid resolution (Tron) darkvater 2004-09-23 21:14:20 +0000
  • d72abf6c3e (svn r311) Added incomplete Icelandic translation (Hinrik) Mac: made track_starter executable by default. Needed for midi player bjarni 2004-09-23 20:12:51 +0000
  • 408a27a64e (svn r310) Added catalan translation & daily langfile update -- 551 strings missing for 16 languages miham 2004-09-22 11:16:44 +0000
  • db516f667e (svn r309) Fixed spanish translation miham 2004-09-22 09:34:59 +0000
  • f7fee73752 (svn r308) Added debug hotkey 'caps lock' for sdl builds as well dominik 2004-09-22 07:40:41 +0000
  • cd01b3890a (svn r307) -Fix: Several potential buffer-overflow fixes, and removal of 'magic-numbers' in favour of constants. (Tron) darkvater 2004-09-21 21:40:59 +0000
  • 475ef74ab7 (svn r306) -Fix: [985439] un-owned rail. Trains could cross competitor's tracks if there was a road-crossing over it. darkvater 2004-09-21 21:28:42 +0000
  • 93d9afca4b (svn r305) made the shellscripts executable, so the user do not have to do this manually bjarni 2004-09-21 21:19:08 +0000
  • 493df26058 (svn r304) -Fix: [967096] fullscreen. New button 'Fullscreen' in 'Game Options' menu which lets you set fullscreen ingame. darkvater 2004-09-21 20:56:49 +0000
  • 0ba58f25a4 (svn r303) Fix: [ 1022227 ] Ships could unload cargo at stations without docks dominik 2004-09-20 19:09:06 +0000
  • 807da4e722 (svn r302) Added initial spanish translation miham 2004-09-20 14:49:53 +0000
  • be726e5ec4 (svn r301) Fix: game options (like drive side) are not taken from the scenario when using 'new game' command dominik 2004-09-19 23:05:09 +0000
  • e0d671ab5f (svn r300) Fix: order checker now correctly detects station with invalid facilities dominik 2004-09-19 21:44:01 +0000
  • 72bd3bd170 (svn r299) Daily langfile update -- 209 changed finnish strings miham 2004-09-19 20:57:31 +0000
  • eb445b5189 (svn r298) Fix: Engines from other climates do not appear any more when never_expire_vehicles is enabled dominik 2004-09-19 19:56:40 +0000
  • a38e2d046a (svn r297) Fix (SDL): Added a confirmation dialog when quitting the game dominik 2004-09-19 18:23:11 +0000
  • 6cad1071c8 (svn r296) Daily langfile update. -- 519 strings missing for 3 languages miham 2004-09-19 16:55:09 +0000
  • e2c1370d60 (svn r295) -Fix: Rewrite and fix of console stuff, including marking (XXX) of areas that require further investigation (Tron) -Note: booby trapped some suspicous assignments (Tron) darkvater 2004-09-19 15:24:45 +0000
  • 089a2a7847 (svn r294) -Fix: autorail always builds rail, instead of occasional rail removal (on pressing hotkey after pressing 'bulldozer') -Fix: network fixes (Tron) -Some textfile changes, mainly URL's darkvater 2004-09-18 16:40:06 +0000