summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-04-04(svn r4270) Rename some bogus map5 to gfxtron
2006-04-04(svn r4269) We don't use GNU indentation styletron
2006-04-03(svn r4268) - Delete the network-copy of the Patches struct as it is not ↵Darkvater
needed anymore. All relevant patch-settings that are changed by a network-game are those that are saved with a savegame, so these are not affected for loaded games (since Patches are saved with them). Also there is a distinction between in-game patch settings and default patch settings and this is not affected in MP. Thus this temp copy can be removed.
2006-04-03(svn r4267) - Fix (r4241): also validate the error number that a client ↵Darkvater
receives from a server, and encapsulate this functionality into GetNetworkErrorMsg().
2006-04-03(svn r4266) - Fix: compile warning on VS2005 (not all control paths return a ↵Darkvater
value)
2006-04-03(svn r4265) - Fix: compile warning on VS2005 (parameter 2 different from ↵Darkvater
declaration)
2006-04-03(svn r4263) -Codechange: Road building no longer uses FindLandscapeHeight. ↵celestar
Last occurence of FindLandscapeTile in the tile-specific functions gone. Thanks to Tron for doing lots of work in this direction
2006-04-03(svn r4262) -Codechange: use IsClearWaterTile instead of some "home-brewn" ↵celestar
marco. town_cmd is now map access free
2006-04-03(svn r4261) CodeChange : Add and Use Accessor for Houses Construction. And ↵belugas
cleaning on town.flags12 too
2006-04-03(svn r4259) -[multistop] Fix/Feature/Codechange:celestar
1) Improved the road vehicle allocation (aka slotting) for multistop. Stops can now accept unlimited, er... 256, vehicles. 2) Removed the "wait for stop" feature, because it did not work in practise. 3) Slotting now ignores unreachable stations. Uses NPF at the moment because the old pathfinder cannot do it (yet) 4) Now matter how many vehicles approach a station, they will always be distributed evenly over existing stops. 5) Hopefully the last fundamental change to multistop
2006-04-03(svn r4258) -Codechange: Add and make use of map accessors dealing with road ↵celestar
ground types (including roadworks).
2006-04-03(svn r4257) -Codechange: Renamed the airport_map5_tiles_* variables into ↵celestar
airport_sections_*
2006-04-03(svn r4256) - Codechange: Replace lone map access in vehicle.c with its map ↵peter1138
accessor.
2006-04-03(svn r4255) -Codechange: Add and make use of more accessor functions ↵celestar
concerning unmovables. unmovable_cmd is now map access free
2006-04-03(svn r4254) -Codechange: Add and make use of map accessors for town lifts.celestar
2006-04-03(svn r4252) -Codechange: Make more use of map accessors. water_cmd is now ↵celestar
map access free
2006-04-03(svn r4251) -Fix: Silence a warning in GetWaterTileTypecelestar
2006-04-03(svn r4250) -Codechange: Further use of map accessors for water tilescelestar
2006-04-03(svn r4249) -Codechange: Replace more occurences of 16 by TILE_SIZE and of 8 ↵celestar
by TILE_HEIGHT. Reverted one change from the previous commit because it was faulty
2006-04-03(svn r4246) -Codechange. Replaced about 100 occurences of '16' by TILE_SIZEcelestar
2006-04-02(svn r4245) Simplify FindLengthOfTunnel()tron
2006-04-02(svn r4243) Unbreak compilationtron
2006-04-02(svn r4242) Pass TileIndex and slope to GetSlopeTileh_*() instead of TileInfotron
2006-04-02(svn r4241) - Fix: Perform validation on the error number that a server ↵peter1138
receives from a client. An invalid value may cause the server to terminate.
2006-04-02(svn r4231) Remove ModifyTile(), it's not used anymore, yay!tron
2006-04-02(svn r4230) The road is asked for, not the rail. Undo part of r4164. ↵tron
(Pointed out by peter1138)
2006-04-01(svn r4229) [elrail & autoreplace] Always show compatible rail vehicles in ↵peter1138
the left list, and only the selected rail type in the right list, to allow converting electric engines to non-electric.
2006-04-01(svn r4228) -Fix: [autoreplace] allow replacement of wagons even when the ↵bjarni
engine fails to be replaced
2006-04-01(svn r4227) - Fix: Wagon replace nows checks if the cargo types are the same ↵peter1138
before seeing if it can refit.
2006-04-01(svn r4226) -Fix: [elrails] it's no longer possible to build electric ↵bjarni
engines in non-electric depots this prevents autoreplace to replace to electric engines before the line in question got catenary
2006-04-01(svn r4223) Correction of VC6 project file.belugas
2006-03-31(svn r4220) - Fix (r4219): of course iconv is enabled on >= 10.3 not >; ↵Darkvater
fixed comment (thanks Bjarni)
2006-03-31(svn r4219) - Add support for WITH_ICONV. It is enabled by default for OSX > ↵Darkvater
10.3 for all others set it with WITH_ICONV in Makefile.config or with --with-iconv with configure. --with-config=/somedir will search for iconv include files somewhere (or in Makefile.config with WITH_ICONV_PATH). Custom library loading is not (yet) supported
2006-03-31(svn r4218) - Codechange: Try to make the rdtsc() not present warning ↵Darkvater
message a bit more clear
2006-03-31(svn r4217) Replace SDL-CONFIG and LIBPNG-CONFIG with SDL_CONFIG and ↵peter1138
LIBPNG_CONFIG
2006-03-31(svn r4216) -Fix: Fixed revision 4214, did a bad error there. Thanks MiHaMiX ↵celestar
for pointing it out
2006-03-31(svn r4215) -Codechange: Renamed *RoadStation* functions to *RoadStop* and ↵celestar
moved them to station_map.h to keep consistency
2006-03-31(svn r4214) -Fix: Do not try to obtain Trackbits for normal rails, bus ↵celestar
stops, airports and other non-rail tiles
2006-03-31(svn r4212) -Codechange: Add and make use of an accessor that retrieves the ↵celestar
type of a water tile. Add an enum describing the different water tiles
2006-03-31(svn r4211) - Removed measuring units from the names of two strings.peter1138
- Use {POWER} and {WEIGHT_S} tags for all strings instead of "{COMMA}units".
2006-03-31(svn r4210) - Use new {WEIGHT} string tag for all cargo quantity strings.peter1138
2006-03-31(svn r4209) Remove unused stringspeter1138
2006-03-31(svn r4208) - Update OS/2 readme on trunk, sorry for all the commits!orudge
2006-03-31(svn r4206) - Add bridge_map.h and unmovable_map.h to MS VS project filepeter1138
2006-03-31(svn r4205) Whoops, forgot to add os_timer.c to projectorudge
2006-03-31(svn r4204) - Get trunk compiling again on OS/2orudge
2006-03-31(svn r4203) - Fix compilation on mingw32 (stdint.h not included)orudge
2006-03-31(svn r4201) - Codechange: Do for _engine_info[] what we do for ↵peter1138
_*_vehicle_info[]; create and use a function to retrieve data, and ensure constness.
2006-03-31(svn r4200) -Codechange: Make use of water map accessors when getting the ↵celestar
Index of a Ship Depot. TODO: Store the depot index in the map
2006-03-31(svn r4199) - Codechange: Use industry map accessors to get industry ↵peter1138
graphics type.