Commit Graph

376 Commits (b5e1240a8a53b99be29492b6f0136f6f4d71d9a0)
 

Author SHA1 Message Date
tron b5e1240a8a (svn r564) Simplify scroll logic and correct one erroneous use of memcpy() 20 years ago
celestar 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)
20 years ago
celestar 6db750373a (svn r561) -newgrf: killed some of the magic numbers in the code (pasky) 20 years ago
celestar 04748217d1 (svn r560) -newgrf: General cleanup of the code (pasky & octo) 20 years ago
tron 3df0ff7854 (svn r559) Minor simplification 20 years ago
tron 53116247c3 (svn r558) -Fix: [ 1065247 ] Windows can be placed behind toolbar
While here make clamping against the screen border a bit nicer
20 years ago
darkvater 22f627c8e1 (svn r557) -newgrf: Rename all 'superset' tokens to 'group' and some other small renamings (pasky and octo). 20 years ago
darkvater 76341a9173 (svn r556) -newgrf: Some seemingly proper support for loading stages of grf files (octo & pasky). 20 years ago
darkvater 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). 20 years ago
darkvater 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 20 years ago
darkvater 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). 20 years ago
darkvater 7accdb9003 (svn r552) -newgrf: Include bits forgotten when merging octo's ReplaceSprites support - it would replace even special sprites in the way now. (pasky) 20 years ago
darkvater 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. 20 years ago
darkvater 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. 20 years ago
darkvater 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. 20 years ago
darkvater a2869639b2 (svn r548) -newgrf: minor style changes, and application of boolean type 20 years ago
darkvater 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). 20 years ago
darkvater e7441c39e3 (svn r546) -newgrf: Use GetCustomVehicleIcon() for fetching sprites for vehicle selection dialogs. (Idea by octo, done by pasky). 20 years ago
celestar acaff32984 (svn r545) -newgrf: repaired indendation (pasky & octo) 20 years ago
celestar aac4fbc220 (svn r544) -newgrf: codechange for better handling (pasky and octo__) 20 years ago
tron 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)
20 years ago
tron 65058d0d57 (svn r542) -Fix: Display correct rail type in "build railway station" window
Thanks, ln--
20 years ago
tron 7a97e54559 (svn r541) Make windows even snappier! ^^
Thanks to nzhook, who also proposed the original patch.
20 years ago
tron 95fdf39bca (svn r540) Tell subversion to ignore some more files 20 years ago
tron 315006a28e (svn r539) Set svn:eol-style property 20 years ago
tron 872f49ae8a (svn r538) -Feature: Windows snap at each other
This is inspired by [1063636].
20 years ago
tron 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).
20 years ago
bjarni 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
20 years ago
bjarni 72880f2dad (svn r530) Makefile: added ability to switch asserts on and off
Updated makefile.config to versiontag 2 for autoupdating purposes
20 years ago
tron 2cf5b77d0b (svn r528) Minor fixes in german.txt 20 years ago
tron 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
20 years ago
bjarni 21b1607fb5 (svn r520) Lang: added empty Russian translation 20 years ago
miham f1d552c5b6 (svn r519) Daily langfile diff 20 years ago
tron 6909bba290 (svn r518) Merge extmidi.c r441 to trunk:
- Whitespace cleanup
- Use execlp() with relative path instead of execl() with absolute path
20 years ago
tron 476dfd9f12 (svn r517) -Fix: [1033947] Wrong mapping between music titles and songs 20 years ago
celestar 9c1aa0b75f (svn r516) Solved a little bug with the order checker. 20 years ago
darkvater 92d1dd153f (svn r515) -Fix: [1050993] Incorrect Tooltip in Road Vehicle List. Already fixed in /map branch 20 years ago
tron 0a422b06a5 (svn r514) -Fix: [1053397] Refit Train Window Stays Open 20 years ago
tron 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
20 years ago
tron 8348068f5f (svn r505) Tell svn to ignore some files and remove one stale entry 20 years ago
tron 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... /:
20 years ago
tron f7485d586e (svn r501) -Fix: Vehicles slow down under bridge if the track is on a foundation 20 years ago
tron 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
20 years ago
tron 2eb00c0bd3 (svn r499) Merge r498 to trunk:
Disabled buttons flicker no more
  This solves bug report 991101
20 years ago
miham f6690500bf (svn r472) Daily langfile updates -- 79 strings missing 20 years ago
miham 49d0f082f8 (svn r468) Daily langfile updates -- 88 strings missing 20 years ago
miham 9947627df9 (svn r461) Daily langfile updates -- Minor language tweaks 20 years ago
miham 034b0b5aef (svn r418) Daily langfile updates -- Portuguese language finished 20 years ago
miham 1fd2edf29a (svn r407) Daily langfile updates (automatic) 20 years ago
miham 88e3ef36a4 (svn r399) Daily langfile updates (automatic) 20 years ago