summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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).
2004-11-14(svn r587) -newgrf: Rename all /Checkpoint/i tokens to 'Waypoint's. The name ↵darkvater
actually makes some sense and is also compatible with TTDPatch (pasky).
2004-11-14(svn r586) -Fix: [1066114] Code error in win32.c Thanks Shaidarkvater
-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.
2004-11-14(svn r585) -newgrf: GUI for selecting custom waypoint graphics to use. Patch ↵darkvater
by dominik81 and pasky.
2004-11-14(svn r584) -newgrf: Increase chance to get a TTDPatch savegame using custom ↵darkvater
GRF files loaded (pasky)
2004-11-14(svn r583) -newgrf: Hopefully prevent GRF files introducing new bridges or ↵darkvater
townhouses to crash the game (pasky).
2004-11-14(svn r582) -Fix: [ 1034318 ] place sign and blue message boxtron
A name change wasn't possible while an always-on-top window (like news) has been visible
2004-11-14(svn r581) -newgrf: Basic support for new stations - only waypoints ↵celestar
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)
2004-11-14(svn r580) Fix latent bug in BringWindowToFrontByID() - a wrong pointer was ↵tron
returned
2004-11-14(svn r579) Remove now unused function memswap()tron
2004-11-14(svn r578) Simplify BringWindowToFront()tron
2004-11-14(svn r577) -newgrf: fixed some typos of last commit (airports were looking ↵darkvater
weird)
2004-11-14(svn r576) -newgrf: Cleanup horrible table/(station|unmovable)_land.h ↵darkvater
DrawTileSeqStruct hacks needed for custom station supports (pasky)
2004-11-14(svn r575) Daily langfile updates (automatic)miham
2004-11-13(svn r572) -newgrf: Support for custom (newGRF-yielded) refit masks for ↵darkvater
trains and aircrafts (pasky).
2004-11-13(svn r570) -newgrf: Support for custom aircrafts via GRF files. Planeset ↵darkvater
seems to work :). Also use aircraft_vehinfo() instead of the old tables (pasky).
2004-11-13(svn r569) Fix type mismatchtron
2004-11-13(svn r568) -newgrf: Make @wagover bool, simplifying stuff. (pasky)celestar
-newgrf: "More debugging and severity levels consolidation. (pasky)
2004-11-13(svn r567) -newgrf: Support for road vehicles customization (seems to work atcelestar
least with tropicset). (pasky)
2004-11-13(svn r566) Daily langfile updates (automatic)miham
2004-11-13(svn r565) -newgrf: fixed double work of RoadVehicleInfo[]; added ↵darkvater
AircraftVehicleInfo[] as well. table/engines.h is now the same as in the _map branch.
2004-11-13(svn r564) Simplify scroll logic and correct one erroneous use of memcpy()tron
2004-11-13(svn r562) newgrf: Merge most of the road vehicle info to a singlecelestar
road_vehicle_info table, like it already is for trains and ships. Needed for GRF custom override support. (pasky)
2004-11-13(svn r561) -newgrf: killed some of the magic numbers in the code (pasky)celestar
2004-11-13(svn r560) -newgrf: General cleanup of the code (pasky & octo)celestar
2004-11-13(svn r559) Minor simplificationtron
2004-11-13(svn r558) -Fix: [ 1065247 ] Windows can be placed behind toolbartron
While here make clamping against the screen border a bit nicer
2004-11-12(svn r557) -newgrf: Rename all 'superset' tokens to 'group' and some other ↵darkvater
small renamings (pasky and octo).
2004-11-12(svn r556) -newgrf: Some seemingly proper support for loading stages of grf ↵darkvater
files (octo & pasky).
2004-11-12(svn r555) -newgrf: Preliminary support for action 0xE. Inhibit another GRF ↵darkvater
file by ID. It won't really work until we get stages support (pasky & octo).
2004-11-12(svn r554) -newgrf: Keep track of GRF files. Remember them all in a linked ↵darkvater
list, this already enables tests for an already loaded GRF file in SkipIf(). Patch by octo, heavily re-hammered by pasky
2004-11-12(svn r553) -newgrf: Special routine for loading newgrf files. ↵darkvater
LoadNewGrfFile() introduced; will get more handy when loading stages will be introduced (octo and pasky).
2004-11-12(svn r552) -newgrf: Include bits forgotten when merging octo's ↵darkvater
ReplaceSprites support - it would replace even special sprites in the way now. (pasky)
2004-11-12(svn r551) -newgrf: Preliminary support for TTDPatch flags checking (we just ↵darkvater
pretend that a bunch of things are on and the rest is off and that's it). Patch by octo, small cleanup by pasky.
2004-11-12(svn r550) -newgrf: Support for action 0xd (change a parameter (sorta ↵darkvater
variable for the GRF scripts)). Based on patch by octo, heavy changes by pasky.
2004-11-12(svn r549) -newgrf: Support for action 0xd (change a parameter (sorta ↵darkvater
variable for the GRF scripts)). Based on patch by octo, heavy changes by pasky.
2004-11-12(svn r548) -newgrf: minor style changes, and application of boolean typedarkvater
2004-11-12(svn r547) -newgrf: Enhanced support for action 0x7 and 0x9 (skips). Killer ↵darkvater
mixture mixed from octo's patch and pasky's old patch (pasky & octo).
2004-11-12(svn r546) -newgrf: Use GetCustomVehicleIcon() for fetching sprites for ↵darkvater
vehicle selection dialogs. (Idea by octo, done by pasky).
2004-11-12(svn r545) -newgrf: repaired indendation (pasky & octo)celestar
2004-11-12(svn r544) -newgrf: codechange for better handling (pasky and octo__)celestar
2004-11-11(svn r543) -Fix: [ 1064742 ] Editor Map-Menu wrong Stringtron
The fix is a bit ugly, but this is due to limitations in the dropdown menu handling (the strings have to be contiguous)
2004-11-11(svn r542) -Fix: Display correct rail type in "build railway station" windowtron
Thanks, ln--
2004-11-11(svn r541) Make windows even snappier! ^^tron
Thanks to nzhook, who also proposed the original patch.
2004-11-11(svn r540) Tell subversion to ignore some more filestron
2004-11-11(svn r539) Set svn:eol-style propertytron
2004-11-10(svn r538) -Feature: Windows snap at each othertron
This is inspired by [1063636].
2004-11-08(svn r532) Disable date change buttons in scenario editor if date limit is ↵tron
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).