You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
OpenTTD-patches/src
peter1138 30de2a0984 (svn r10437) -Feature: Automatic signal completion, enabled by pressing ctrl when dragging signals. Signals will continue following track until an existing signal, junction or station are reached. This currently replaces the existing use of ctrl-drag for changing existing signal type. 17 years ago
..
ai (svn r10266) -Codechange: keep track of the origin, time of travel and accumulated feeder share (transfers) of individual pieces of cargo. This means that cargo isn't thrown on a big pile when it's put in a station or unloaded at a station, however the GUI does not reflect these changes yet so you will not actually see it. 17 years ago
blitter (svn r10412) -Codechange: Remove unnecessary inclusion of hal.h in various files (and add one) 17 years ago
lang (svn r10417) -Fix: r10416 partly reverted r10415 17 years ago
misc (svn r10427) -Fix: snprintf behaves differently in gcc than in VC causing unreadable artifacts in output. Now CStrT::AddFormatL() should behave correctly also when compiled by gcc (Rubidium) 17 years ago
music (svn r9662) -Documentation: Doxygen corrections and @file omissions 17 years ago
network (svn r10414) -Fix: the network protocol check for required newgrfs sent static newgrfs too. 17 years ago
os/macosx (svn r10216) -Fix: palette animation always redid all palette entries, where in fact only a few indexes were needed 17 years ago
sound (svn r9050) -Codechange: Foo(void) -> Foo() 17 years ago
spriteloader (svn r10365) -Fix: compiling without png and networking support under MSVC. 17 years ago
strgen (svn r10382) -Fix (strgen): it was not possible to use --warning and --todo at the same time. 17 years ago
table (svn r10424) -Fix : Toy shop seems to be working exactly like power stations, water tower and banks, i.e: they require cargo but do nothing with it. 17 years ago
video (svn r10410) -Fix [FS458]: [OSX] if the resolution is changed to something that's too high for the monitor, then it's reduced to fit the monitor size (PinguTux) 17 years ago
yapf (svn r10423) -Fix [YAPF, r10301]: INVALID_TRACKDIR causing buffer overrun leading to desync in MP game (many thanks Rubidium) 17 years ago
aircraft.h (svn r10409) -Codechange: replace (Aircraft|RoadVeh|Ship|Train)_Tick with a Tick method in the Vehicle class. 17 years ago
aircraft_cmd.cpp (svn r10409) -Codechange: replace (Aircraft|RoadVeh|Ship|Train)_Tick with a Tick method in the Vehicle class. 17 years ago
aircraft_gui.cpp (svn r10408) -Codechange: make GetImage a class method of Vehicle instead of Get(Aircraft|RoadVeh|Ship|Train)Image. 17 years ago
airport.cpp (svn r9524) -Fix(FS#640,r8755): Implemented a "dummy" State Machine for stations who got their airport removed while there were still aircraft within the State Machine (and thus caused asserts) 17 years ago
airport.h (svn r10422) -Fix: VC8 Code Analyzer warning C6297: Arithmetic overflow: 32-bit value is shifted, then cast to 64-bit value. Results might not be an expected value 17 years ago
airport_gui.cpp (svn r9905) -Feature: Allow building new stations adjacent to existing stations by holding down control. Based on a patch by Wolf01. 17 years ago
airport_movement.h (svn r10187) -Fix: don't do a 270 degree turn on the international airport when a 90 degree turn is enough. 17 years ago
articulated_vehicles.cpp (svn r10097) -Feature: Add support for articulated road vehicles, or callbacks 11 and 17 for 17 years ago
articulated_vehicles.h (svn r10097) -Feature: Add support for articulated road vehicles, or callbacks 11 and 17 for 17 years ago
autoreplace_cmd.cpp (svn r10314) -Codechange: Refer to vehicle names by index 17 years ago
autoreplace_gui.cpp (svn r10363) -Fix [FS#911]: invalidating autoreplace windows didn't take account of vehicle group (Matthias Wolf) 17 years ago
aystar.cpp (svn r8856) -Fix 18 years ago
aystar.h (svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {}; 17 years ago
bmp.cpp (svn r8859) -Cleanup: doxygen changes. Mostly @files missing tags and a few comments style. 18 years ago
bmp.h (svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {}; 17 years ago
bridge.h (svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {}; 17 years ago
bridge_gui.cpp (svn r10258) -Codechange: as we are now using int64 all over the place, it's better to use int64 variables in the string generating too instead of packing them into two int32s. 17 years ago
bridge_map.cpp (svn r9554) -Documentation: add documentation to some map accessors. 17 years ago
bridge_map.h (svn r9892) -Codechange: lots of ground work for allowing multiple types of "road" with multiple owners on a single tile. 17 years ago
build_vehicle_gui.cpp (svn r10324) -Codechange: reference engine names by index 17 years ago
callback_table.cpp (svn r10087) -Fix [FS#834]: multiple subsequent "give money" actions could result in duplicate messages that money has been transfered when it only happened once. 17 years ago
callback_table.h (svn r8859) -Cleanup: doxygen changes. Mostly @files missing tags and a few comments style. 18 years ago
cargopacket.cpp (svn r10404) -Fix (r10266): Adding a cargo packet to cargo list could overflow. Now we detect this and just leave the cargo in its own packet. 17 years ago
cargopacket.h (svn r10358) -Codechange: remove the cargopacket leakchecker as it never asserted in almost a week of stresstesting, so I'm pretty sure all cornercases are tested by now. 17 years ago
cargotype.cpp (svn r9871) -Fix (r8826): Some cargo costs were wrong for different climates. Multiple definitions of the same cargo type are sometimes required. 17 years ago
cargotype.h (svn r9620) -Codechange: apply cargo translation table to newstation variables 0x60..0x65 17 years ago
clear_cmd.cpp (svn r10230) -Fix [FS#594]: terraforming wipes out canals. Now you always have to remove the canal before terraforming, instead of "just" removing the canal. 17 years ago
clear_map.h (svn r9554) -Documentation: add documentation to some map accessors. 17 years ago
cmd_helper.h (svn r8876) -Fix 18 years ago
command.cpp (svn r10331) -Feature: Add the possibility of automatically filling in timetables based on 17 years ago
command.h (svn r10331) -Feature: Add the possibility of automatically filling in timetables based on 17 years ago
console.cpp (svn r10295) -Fix [FS#775]: flush stdout on dedicated server output to ensure an update of stdout (Zuu) 17 years ago
console.h (svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {}; 17 years ago
console_cmds.cpp (svn r10312) -Fix (r10210): the 64 values in the 'players' console command were not printed properly; they did even "overflow" into the next to-be-printed values. 17 years ago
currency.cpp (svn r9467) -Fix(FS#703,6108): When resetting the array of currencies, the custom currency was reset too, thus loosing the setting a user could have used for it.(glx) 17 years ago
currency.h (svn r9467) -Fix(FS#703,6108): When resetting the array of currencies, the custom currency was reset too, thus loosing the setting a user could have used for it.(glx) 17 years ago
date.cpp (svn r9050) -Codechange: Foo(void) -> Foo() 17 years ago
date.h (svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {}; 17 years ago
debug.cpp (svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {}; 17 years ago
debug.h (svn r10069) -Documentation: some documentation for TIC/TOC, as it isn't what I expected... 17 years ago
dedicated.cpp (svn r9568) -Documentation: doxygen and comment changes: Root of src is finally done. Now, time to start clearing as much as possible 17 years ago
depot.cpp (svn r9869) -Codechange: replace some bytes with VehicleType, i.e. more type strictness. 17 years ago
depot.h (svn r9869) -Codechange: replace some bytes with VehicleType, i.e. more type strictness. 17 years ago
depot_gui.cpp (svn r10408) -Codechange: make GetImage a class method of Vehicle instead of Get(Aircraft|RoadVeh|Ship|Train)Image. 17 years ago
direction.h (svn r9568) -Documentation: doxygen and comment changes: Root of src is finally done. Now, time to start clearing as much as possible 17 years ago
disaster_cmd.cpp (svn r10409) -Codechange: replace (Aircraft|RoadVeh|Ship|Train)_Tick with a Tick method in the Vehicle class. 17 years ago
dock_gui.cpp (svn r10353) -Fix/Feature [FS#669]: disallow (in the GUI) the building of infrastructure you do not have available vehicles for. This means that the airport building button is disabled till you can actually build aircraft. The game itself will not disallow you to build the infrastructure and this "new" behaviour can be overriden with a patch setting. 17 years ago
driver.cpp (svn r10310) -Fix: Trunk can now be built on OS/2 :) 17 years ago
driver.h (svn r8862) -Cleanup: doxygen changes, again. Mostly @files missing tags and a few comments style. 18 years ago
dummy_land.cpp (svn r10197) -Codechange: replace int32 with CommandCost where appropriate. 17 years ago
economy.cpp (svn r10397) -Fix [FS#969]: subsidy awarded messages broken due to {COMPANY} now taking 1 (not 2) parameters. also remove an unnecessary dereference. 17 years ago
economy.h (svn r10209) -Fix/Codechange: forgot a few changes of int32 -> Money in the previous commit 17 years ago
elrail.cpp (svn r10283) -Fix [FS#913]: catenary was drawn on bridges when elrail was disabled. Patch by B. N. SmatZ!. 17 years ago
endian_check.cpp (svn r9568) -Documentation: doxygen and comment changes: Root of src is finally done. Now, time to start clearing as much as possible 17 years ago
engine.cpp (svn r10364) -Fix [FS#706]: checking for duplicate custom names was inconsistent, and tested all 'namespaces'. now only check names of the same type. 17 years ago
engine.h (svn r10197) -Codechange: replace int32 with CommandCost where appropriate. 17 years ago
engine_gui.cpp (svn r10324) -Codechange: reference engine names by index 17 years ago
fileio.cpp (svn r10272) -Fix (FS#916): remove more invalid characters from savegame names 17 years ago
fileio.h (svn r10198) -Fix (r10194): did not search all search paths. 17 years ago
fios.cpp (svn r10412) -Codechange: Remove unnecessary inclusion of hal.h in various files (and add one) 17 years ago
fios.h (svn r9055) -Codechange: Change windows unicode handling and allow a pure non-unicode build to function. Win9x binaries will be possible with mingw/nightly system. 17 years ago
fontcache.cpp (svn r10190) -Codechange: merged renderer and blitter to one single class API: blitter 17 years ago
fontcache.h (svn r10166) -Feature(tte): Add support for antialiased typefaces via FreeType. This is configurable for each font size in the configuration settings and requires using the 32bpp blitter and suitable fonts. 17 years ago
functions.h (svn r10364) -Fix [FS#706]: checking for duplicate custom names was inconsistent, and tested all 'namespaces'. now only check names of the same type. 17 years ago
genworld.cpp (svn r9995) -Fix (r9962): Don't scroll the map at the start of a new game 17 years ago
genworld.h (svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {}; 17 years ago
genworld_gui.cpp (svn r10396) -Fix: When landscape generating, allow for 200ms between screen updates instead of updating every 200ms. Previously slow screen updates would result in very slow map generation (GeekToo) 17 years ago
gfx.cpp (svn r10276) -Codechange: made a counter based on milliseconds and independent of the game-state to base double-click and TGP Generation Process on 17 years ago
gfx.h (svn r10255) -Codechange: remove some old debug code nobody was using anymore 17 years ago
gfxinit.cpp (svn r10170) -Codechange: remove some duplication of code. 17 years ago
gfxinit.h (svn r9050) -Codechange: Foo(void) -> Foo() 17 years ago
graph_gui.cpp (svn r10323) -Codechange: reference company name, number and player (president) name 17 years ago
group.h (svn r10371) -Fix (r9874): Remove never-used GetGroupName() function 17 years ago
group_cmd.cpp (svn r10364) -Fix [FS#706]: checking for duplicate custom names was inconsistent, and tested all 'namespaces'. now only check names of the same type. 17 years ago
group_gui.cpp (svn r10408) -Codechange: make GetImage a class method of Vehicle instead of Get(Aircraft|RoadVeh|Ship|Train)Image. 17 years ago
gui.h (svn r10246) -Fix (r10297): some forgotten money conversions and truncation issues. Thanks to benc for providing the patch. 17 years ago
hal.h (svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {}; 17 years ago
heightmap.cpp (svn r9729) -Documentation: add some documentation in various places 17 years ago
heightmap.h (svn r8950) -Cleanup: doxygen changes. Mostly @files missing tags and a few comments style. 18 years ago
helpers.cpp (svn r9662) -Documentation: Doxygen corrections and @file omissions 17 years ago
helpers.hpp (svn r8950) -Cleanup: doxygen changes. Mostly @files missing tags and a few comments style. 18 years ago
industry.h (svn r10418) -Codechange: implement/resurrect the industry production flags. 17 years ago
industry_cmd.cpp (svn r10425) -Fix (r10418): do not compare bitmasks with HASBIT. Strike two. Forgotten code :) 17 years ago
industry_gui.cpp (svn r10258) -Codechange: as we are now using int64 all over the place, it's better to use int64 variables in the string generating too instead of packing them into two int32s. 17 years ago
industry_map.h (svn r10115) -Codechange: Create accessors to triggers and random bits for industries. 17 years ago
intro_gui.cpp (svn r10145) -Fix: make compiling with networking disabled (again) possible. 17 years ago
landscape.cpp (svn r10308) -Codechange: some "cleanup" chunks from B. N. SmatZ!' work on fixing FS#119. 17 years ago
landscape.h (svn r9914) -Codechange: prepare GTTS and the pathfinders to handle multiple road types on a single tile. 17 years ago
livery.h (svn r9956) -Codechange: Add tram livery schemes 17 years ago
lzoconf.h (svn r9050) -Codechange: Foo(void) -> Foo() 17 years ago
macros.h (svn r10246) -Fix (r10297): some forgotten money conversions and truncation issues. Thanks to benc for providing the patch. 17 years ago
main_gui.cpp (svn r10401) -Feature: new sign editor features including switching to previous/next sign (XeryusTC) 17 years ago
map.cpp (svn r9729) -Documentation: add some documentation in various places 17 years ago
map.h (svn r9779) -Feature: Add the possiblity to choose different road patterns for towns to use. 17 years ago
masm64.rules (svn r7759) -Merge: makefile rewrite. This merge features: 18 years ago
md5.cpp (svn r8987) -Cleanup: doxygen changes. Again. Mostly (still) @files missing tags and (more than just) a few comments style. 18 years ago
md5.h (svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {}; 17 years ago
mersenne.cpp (svn r9050) -Codechange: Foo(void) -> Foo() 17 years ago
minilzo.cpp (svn r9050) -Codechange: Foo(void) -> Foo() 17 years ago
minilzo.h (svn r8987) -Cleanup: doxygen changes. Again. Mostly (still) @files missing tags and (more than just) a few comments style. 18 years ago
misc.cpp (svn r10276) -Codechange: made a counter based on milliseconds and independent of the game-state to base double-click and TGP Generation Process on 17 years ago
misc_cmd.cpp (svn r10380) -Fix (r10364): when checking for unique names, only check vehicles that can have names, and skip inactive players. 17 years ago
misc_gui.cpp (svn r10412) -Codechange: Remove unnecessary inclusion of hal.h in various files (and add one) 17 years ago
mixer.cpp (svn r9050) -Codechange: Foo(void) -> Foo() 17 years ago
mixer.h (svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {}; 17 years ago
music.cpp (svn r8987) -Cleanup: doxygen changes. Again. Mostly (still) @files missing tags and (more than just) a few comments style. 18 years ago
music.h (svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {}; 17 years ago
music_gui.cpp (svn r10182) -Codechange: rewrite most part of the file loading/searching to be more flexible. 17 years ago
namegen.cpp (svn r9672) -Cleanup: lots of coding style fixes around operands. 17 years ago
namegen.h (svn r9553) -Documentation: fix ambiguity issue. 17 years ago
newgrf.cpp (svn r10436) -Cleanup: Doxygenise some comments, update others, and make a few statements more consistent with everything else. 17 years ago
newgrf.h (svn r10167) -Codechange: Change the flagging system of grf loaded feature from a bitset to a bool evaluation. 17 years ago
newgrf_callbacks.h (svn r9671) -Codechange: Implement NewGRF callback 36, which allows changing of various properties which were previously static. Vehicle max speed and train power/te/running costs are adjustable. 17 years ago
newgrf_canal.cpp (svn r9797) -Feature: [NewGRF] Add action 1, 2 and 3 support for canals. 17 years ago
newgrf_canal.h (svn r9797) -Feature: [NewGRF] Add action 1, 2 and 3 support for canals. 17 years ago
newgrf_cargo.cpp (svn r9888) -Codechange: [NewGRF] allow non-spec cargo action2s to work, and using the goods sprite if really nothing is returned. 17 years ago
newgrf_cargo.h (svn r9620) -Codechange: apply cargo translation table to newstation variables 0x60..0x65 17 years ago
newgrf_commons.cpp (svn r10256) -Add: Addition of IndustryTileOverrideManager 17 years ago
newgrf_commons.h (svn r10256) -Add: Addition of IndustryTileOverrideManager 17 years ago
newgrf_config.cpp (svn r10298) -Fix [FS#903]: show the subdirectory below the default data directory in this filename in the newgrf list. The directory was removed in r9560 because then it used to full path instead of the path relative to the data directory, but since the inclusion of "search paths" that is not necessary anymore. 17 years ago
newgrf_config.h (svn r10298) -Fix [FS#903]: show the subdirectory below the default data directory in this filename in the newgrf list. The directory was removed in r9560 because then it used to full path instead of the path relative to the data directory, but since the inclusion of "search paths" that is not necessary anymore. 17 years ago
newgrf_engine.cpp (svn r10266) -Codechange: keep track of the origin, time of travel and accumulated feeder share (transfers) of individual pieces of cargo. This means that cargo isn't thrown on a big pile when it's put in a station or unloaded at a station, however the GUI does not reflect these changes yet so you will not actually see it. 17 years ago
newgrf_engine.h (svn r9818) -Codechange: Cache wagon override sprite set whenever consist is changed, instead of 'recalculating' it every time it is used or just tested. 17 years ago
newgrf_gui.cpp (svn r10298) -Fix [FS#903]: show the subdirectory below the default data directory in this filename in the newgrf list. The directory was removed in r9560 because then it used to full path instead of the path relative to the data directory, but since the inclusion of "search paths" that is not necessary anymore. 17 years ago
newgrf_house.cpp (svn r10167) -Codechange: Change the flagging system of grf loaded feature from a bitset to a bool evaluation. 17 years ago
newgrf_house.h (svn r10065) -Cleanup (r9850): remove now unneeded stuff 17 years ago
newgrf_industries.cpp (svn r10369) -Codechange: Add the IndustryType parameter to the GetIndustryCallback function. 17 years ago
newgrf_industries.h (svn r10369) -Codechange: Add the IndustryType parameter to the GetIndustryCallback function. 17 years ago
newgrf_industrytiles.cpp (svn r10226) -Codechange: Add support for newindustry tiles drawing. 17 years ago
newgrf_industrytiles.h (svn r10226) -Codechange: Add support for newindustry tiles drawing. 17 years ago
newgrf_sound.cpp (svn r9385) -Cleanup: doxygen changes. Today, we are exploring the letter N. 17 years ago
newgrf_sound.h (svn r9385) -Cleanup: doxygen changes. Today, we are exploring the letter N. 17 years ago
newgrf_spritegroup.cpp (svn r9837) -Fix: [NewGRF] Catch occurance of division-by-zero in varaction handling. 17 years ago
newgrf_spritegroup.h (svn r10127) -Add: Addition of basic structure for industry tiles callbacks (unfinished). 17 years ago
newgrf_station.cpp (svn r10431) -Codechange: constness on static array 17 years ago
newgrf_station.h (svn r9601) -Codechange: Store grf file reference in station spec, not just GRF ID 17 years ago
newgrf_text.cpp (svn r10130) -Fix (r4493): SetCurrentGrfLangID returned the wrong language ids for most languages. 17 years ago
newgrf_text.h (svn r10114) -Fix: Only load newgrf error messages if the language matches the current 17 years ago
newgrf_town.cpp (svn r10430) -Fix: Too many town rating entry lookups (KUDr) 17 years ago
newgrf_town.h (svn r9315) -Merge: The newhouses branch. With this merge comes almost complete support for 17 years ago
newgrf_townname.cpp (svn r10211) -Feature: [NewGRF] Add support for action 0F 17 years ago
newgrf_townname.h (svn r10211) -Feature: [NewGRF] Add support for action 0F 17 years ago
news.h (svn r10262) -Fix (r10258): some places that needed to be changed to uint64 were hidden/forgotten, which caused memory corruptions and that in caused all kinds of assertions to trigger. 17 years ago
news_gui.cpp (svn r9844) -Codechange: replace zoomlevel with an enum 17 years ago
npf.cpp (svn r10357) -Fix: and when we're at it... yet another memory leak, but only when you start a new game; can't find any other memory leaks we can fix. 17 years ago
npf.h (svn r9914) -Codechange: prepare GTTS and the pathfinders to handle multiple road types on a single tile. 17 years ago
oldloader.cpp (svn r10266) -Codechange: keep track of the origin, time of travel and accumulated feeder share (transfers) of individual pieces of cargo. This means that cargo isn't thrown on a big pile when it's put in a station or unloaded at a station, however the GUI does not reflect these changes yet so you will not actually see it. 17 years ago
oldpool.cpp (svn r9390) -Documentation : correct Doxygen of comments and @file inclusion. This time, brought to you by the letter O 17 years ago
oldpool.h (svn r9390) -Documentation : correct Doxygen of comments and @file inclusion. This time, brought to you by the letter O 17 years ago
openttd.cpp (svn r10426) -Codechange: Activate the reset of industry/tiles mapping upon initialization or new game. 17 years ago
openttd.h (svn r10412) -Codechange: Remove unnecessary inclusion of hal.h in various files (and add one) 17 years ago
order.h (svn r10236) -Feature: Introduce a form of timetabling for vehicles. 17 years ago
order_cmd.cpp (svn r10314) -Codechange: Refer to vehicle names by index 17 years ago
order_gui.cpp (svn r10314) -Codechange: Refer to vehicle names by index 17 years ago
os2.cpp (svn r10310) -Fix: Trunk can now be built on OS/2 :) 17 years ago
os_timer.cpp (svn r9390) -Documentation : correct Doxygen of comments and @file inclusion. This time, brought to you by the letter O 17 years ago
ottdres.rc (svn r10169) -Fix [FS#875]: trunk did still tell Windows that it was version 0.5.0(.0), so now we use a "bogus" version number to tell it's not a real release. The version number that will be shown in-game will not change, only the version number in the file properties. 17 years ago
pathfind.cpp (svn r10346) -Fix: Forgotten "else" in r10345 (thanks peter1138). 17 years ago
pathfind.h (svn r9914) -Codechange: prepare GTTS and the pathfinders to handle multiple road types on a single tile. 17 years ago
player.h (svn r10246) -Fix (r10297): some forgotten money conversions and truncation issues. Thanks to benc for providing the patch. 17 years ago
player_face.h (svn r9376) -Fix (r8969): off-by-one error for the amount of mouth pieces for men. 17 years ago
player_gui.cpp (svn r10415) -Revert (r10403), Fix (r10323): 'message from company' test must use {STRING1}, so pass it the correct params 17 years ago
players.cpp (svn r10363) -Fix [FS#911]: invalidating autoreplace windows didn't take account of vehicle group (Matthias Wolf) 17 years ago
queue.cpp (svn r9391) -Documentation : correct Doxygen of comments and @file inclusion. Time for P and Q files 17 years ago
queue.h (svn r9391) -Documentation : correct Doxygen of comments and @file inclusion. Time for P and Q files 17 years ago
rail.cpp (svn r9988) -Codechange: remove the last direct map accesses, except the ones needed for the savegame saving/loading mechanisms. 17 years ago
rail.h (svn r10429) -Fix: VC8 Code Analyzer warning: buffer overrun 17 years ago
rail_cmd.cpp (svn r10437) -Feature: Automatic signal completion, enabled by pressing ctrl when dragging signals. Signals will continue following track until an existing signal, junction or station are reached. This currently replaces the existing use of ctrl-drag for changing existing signal type. 17 years ago
rail_gui.cpp (svn r10437) -Feature: Automatic signal completion, enabled by pressing ctrl when dragging signals. Signals will continue following track until an existing signal, junction or station are reached. This currently replaces the existing use of ctrl-drag for changing existing signal type. 17 years ago
rail_map.h (svn r10006) -Fix (FS#362): allow different signal types on one tile 17 years ago
railtypes.h (svn r9523) -Cleanup: doxygen changes. Time to take care of "R" 17 years ago
resource.h (svn r9523) -Cleanup: doxygen changes. Time to take care of "R" 17 years ago
road.h (svn r9923) -Add: support for Action 0 Road vehicles, property 1C, bit 0. 17 years ago
road_cmd.cpp (svn r10224) -Fix [FS#891]: the town road belongs to didn't get set properly when a town builds road over tram bits. 17 years ago
road_cmd.h (svn r9897) -Codechange: prepare the toolbar for more road types. 17 years ago
road_gui.cpp (svn r10353) -Fix/Feature [FS#669]: disallow (in the GUI) the building of infrastructure you do not have available vehicles for. This means that the airport building button is disabled till you can actually build aircraft. The game itself will not disallow you to build the infrastructure and this "new" behaviour can be overriden with a patch setting. 17 years ago
road_map.cpp (svn r9914) -Codechange: prepare GTTS and the pathfinders to handle multiple road types on a single tile. 17 years ago
road_map.h (svn r10014) -Fix: roads became automatically one way in the scenario editor. 17 years ago
roadveh.h (svn r10409) -Codechange: replace (Aircraft|RoadVeh|Ship|Train)_Tick with a Tick method in the Vehicle class. 17 years ago
roadveh_cmd.cpp (svn r10409) -Codechange: replace (Aircraft|RoadVeh|Ship|Train)_Tick with a Tick method in the Vehicle class. 17 years ago
roadveh_gui.cpp (svn r10408) -Codechange: make GetImage a class method of Vehicle instead of Get(Aircraft|RoadVeh|Ship|Train)Image. 17 years ago
saveload.cpp (svn r10412) -Codechange: Remove unnecessary inclusion of hal.h in various files (and add one) 17 years ago
saveload.h (svn r10300) -Fix [FS#917]: give a better explanation why the loading of a savegame failed and do not crash on loading savegames that were altered by patches or branches. 17 years ago
screenshot.cpp (svn r10412) -Codechange: Remove unnecessary inclusion of hal.h in various files (and add one) 17 years ago
screenshot.h (svn r9556) -Documentation: doxygen and comment-style changes. 'R', 'S'.. The end of the preliminary work is near 17 years ago
sdl.cpp (svn r9556) -Documentation: doxygen and comment-style changes. 'R', 'S'.. The end of the preliminary work is near 17 years ago
sdl.h (svn r9556) -Documentation: doxygen and comment-style changes. 'R', 'S'.. The end of the preliminary work is near 17 years ago
settings.cpp (svn r10353) -Fix/Feature [FS#669]: disallow (in the GUI) the building of infrastructure you do not have available vehicles for. This means that the airport building button is disabled till you can actually build aircraft. The game itself will not disallow you to build the infrastructure and this "new" behaviour can be overriden with a patch setting. 17 years ago
settings.h (svn r9565) -Feature: Add list_patches console command. This shows all patches along with their current values. Based on patch by madman2003/GrimRC. 17 years ago
settings_gui.cpp (svn r10353) -Fix/Feature [FS#669]: disallow (in the GUI) the building of infrastructure you do not have available vehicles for. This means that the airport building button is disabled till you can actually build aircraft. The game itself will not disallow you to build the infrastructure and this "new" behaviour can be overriden with a patch setting. 17 years ago
ship.h (svn r10409) -Codechange: replace (Aircraft|RoadVeh|Ship|Train)_Tick with a Tick method in the Vehicle class. 17 years ago
ship_cmd.cpp (svn r10409) -Codechange: replace (Aircraft|RoadVeh|Ship|Train)_Tick with a Tick method in the Vehicle class. 17 years ago
ship_gui.cpp (svn r10408) -Codechange: make GetImage a class method of Vehicle instead of Get(Aircraft|RoadVeh|Ship|Train)Image. 17 years ago
signs.cpp (svn r10321) -Codechange: refer to sign text by index 17 years ago
signs.h (svn r10401) -Feature: new sign editor features including switching to previous/next sign (XeryusTC) 17 years ago
signs_gui.cpp (svn r10401) -Feature: new sign editor features including switching to previous/next sign (XeryusTC) 17 years ago
slope.h (svn r9556) -Documentation: doxygen and comment-style changes. 'R', 'S'.. The end of the preliminary work is near 17 years ago
smallmap_gui.cpp (svn r10190) -Codechange: merged renderer and blitter to one single class API: blitter 17 years ago
sound.cpp (svn r10138) -Fix: when you got a sufficiently small resolution, there is a possibility for a division by zero when a sound is played. 17 years ago
sound.h (svn r9556) -Documentation: doxygen and comment-style changes. 'R', 'S'.. The end of the preliminary work is near 17 years ago
sprite.h (svn r9556) -Documentation: doxygen and comment-style changes. 'R', 'S'.. The end of the preliminary work is near 17 years ago
spritecache.cpp (svn r10356) -Fix (r10143): another memory leak eliminated. 17 years ago
spritecache.h (svn r10157) -Fix: use as indentified for PNGs, the place of the image as it was in the grf, not the internal SpriteID 17 years ago
station.cpp (svn r10266) -Codechange: keep track of the origin, time of travel and accumulated feeder share (transfers) of individual pieces of cargo. This means that cargo isn't thrown on a big pile when it's put in a station or unloaded at a station, however the GUI does not reflect these changes yet so you will not actually see it. 17 years ago
station.h (svn r10269) -Fix [FS#912]: station ratings were shown for all cargos instead of only the cargos that have been transported. 17 years ago
station_cmd.cpp (svn r10364) -Fix [FS#706]: checking for duplicate custom names was inconsistent, and tested all 'namespaces'. now only check names of the same type. 17 years ago
station_gui.cpp (svn r10323) -Codechange: reference company name, number and player (president) name 17 years ago
station_map.cpp (svn r9670) -Documentation: add documentation to some the _map files. 17 years ago
station_map.h (svn r9892) -Codechange: lots of ground work for allowing multiple types of "road" with multiple owners on a single tile. 17 years ago
stdafx.h (svn r10428) -Fix: some more VC code analyzer warnings disabled 17 years ago
string.cpp (svn r9556) -Documentation: doxygen and comment-style changes. 'R', 'S'.. The end of the preliminary work is near 17 years ago
string.h (svn r9556) -Documentation: doxygen and comment-style changes. 'R', 'S'.. The end of the preliminary work is near 17 years ago
strings.cpp (svn r10324) -Codechange: reference engine names by index 17 years ago
strings.h (svn r10032) -Add: sort the strings in server language dropdown 17 years ago
subsidy_gui.cpp (svn r10323) -Codechange: reference company name, number and player (president) name 17 years ago
terraform_gui.cpp (svn r9901) -Codechange: Decide what to do with selected land areas based on the specific variable, not how it was highlighted. 17 years ago
texteff.cpp (svn r10262) -Fix (r10258): some places that needed to be changed to uint64 were hidden/forgotten, which caused memory corruptions and that in caused all kinds of assertions to trigger. 17 years ago
texteff.hpp (svn r10270) -Add: prefixed the loading indicator with an arrow, up meaning vehicle is loading, down meaning vehicle is unloading 17 years ago
tgp.cpp (svn r9558) -Documentation: doxygen and comment changes: 'T' now. Almost done 17 years ago
tgp.h (svn r9558) -Documentation: doxygen and comment changes: 'T' now. Almost done 17 years ago
thread.cpp (svn r9759) -Add: added threading code for MorphOS (tokai) 17 years ago
thread.h (svn r9558) -Documentation: doxygen and comment changes: 'T' now. Almost done 17 years ago
tile.cpp (svn r9558) -Documentation: doxygen and comment changes: 'T' now. Almost done 17 years ago
tile.h (svn r9558) -Documentation: doxygen and comment changes: 'T' now. Almost done 17 years ago
timetable.h (svn r10237) -Fix (r10236): It helps if you use svn add with new files... 17 years ago
timetable_cmd.cpp (svn r10331) -Feature: Add the possibility of automatically filling in timetables based on 17 years ago
timetable_gui.cpp (svn r10338) -Codechange: Show the total time that the timetable will take. 17 years ago
town.h (svn r10211) -Feature: [NewGRF] Add support for action 0F 17 years ago
town_cmd.cpp (svn r10413) -Fix r10211: t->townnamegrfid was not cleared when renaming a town 17 years ago
town_gui.cpp (svn r10323) -Codechange: reference company name, number and player (president) name 17 years ago
town_map.h (svn r9558) -Documentation: doxygen and comment changes: 'T' now. Almost done 17 years ago
train.h (svn r10409) -Codechange: replace (Aircraft|RoadVeh|Ship|Train)_Tick with a Tick method in the Vehicle class. 17 years ago
train_cmd.cpp (svn r10409) -Codechange: replace (Aircraft|RoadVeh|Ship|Train)_Tick with a Tick method in the Vehicle class. 17 years ago
train_gui.cpp (svn r10408) -Codechange: make GetImage a class method of Vehicle instead of Get(Aircraft|RoadVeh|Ship|Train)Image. 17 years ago
transparency_gui.cpp (svn r10254) -Feature: loading indicator, which shows in % how full a vehicle is while loading/unloading (TheJosh) 17 years ago
transparency_gui.h (svn r9564) -Fix (r9563): When adding files remember to add them... 17 years ago
tree_cmd.cpp (svn r10205) -Codechange: refactor returning of cost, so it can be more easily modified. 17 years ago
tree_map.h (svn r9558) -Documentation: doxygen and comment changes: 'T' now. Almost done 17 years ago
tunnel_map.cpp (svn r10258) -Codechange: as we are now using int64 all over the place, it's better to use int64 variables in the string generating too instead of packing them into two int32s. 17 years ago
tunnel_map.h (svn r10258) -Codechange: as we are now using int64 all over the place, it's better to use int64 variables in the string generating too instead of packing them into two int32s. 17 years ago
tunnelbridge_cmd.cpp (svn r10362) -Codechange: make tunnel costs less exponential for (very) long tunnels. 17 years ago
unix.cpp (svn r9990) -Fix: MorphOS and AmigaOS do not like "//" in filenames as that means the same as "/../" in means in Unix. 17 years ago
unmovable.h (svn r9559) -Documentation: doxygen and comment changes: 'U' and 'V' now. Almost done. Yeah. I know, I've already said that... 17 years ago
unmovable_cmd.cpp (svn r10208) -Codechange: replace int32 with Money where appropriate. 17 years ago
unmovable_map.h (svn r9670) -Documentation: add documentation to some the _map files. 17 years ago
variables.h (svn r10353) -Fix/Feature [FS#669]: disallow (in the GUI) the building of infrastructure you do not have available vehicles for. This means that the airport building button is disabled till you can actually build aircraft. The game itself will not disallow you to build the infrastructure and this "new" behaviour can be overriden with a patch setting. 17 years ago
vehicle.cpp (svn r10409) -Codechange: replace (Aircraft|RoadVeh|Ship|Train)_Tick with a Tick method in the Vehicle class. 17 years ago
vehicle.h (svn r10409) -Codechange: replace (Aircraft|RoadVeh|Ship|Train)_Tick with a Tick method in the Vehicle class. 17 years ago
vehicle_gui.cpp (svn r10337) -Fix [FS#880]: Autoreplace is only valid for the standard vehicle list, not station or shared order lists. 17 years ago
vehicle_gui.h (svn r10097) -Feature: Add support for articulated road vehicles, or callbacks 11 and 17 for 17 years ago
viewport.cpp (svn r10343) -Cleanup: Add documentation of functions and code-style fix. 17 years ago
viewport.h (svn r10262) -Fix (r10258): some places that needed to be changed to uint64 were hidden/forgotten, which caused memory corruptions and that in caused all kinds of assertions to trigger. 17 years ago
void_map.h (svn r9670) -Documentation: add documentation to some the _map files. 17 years ago
water_cmd.cpp (svn r10266) -Codechange: keep track of the origin, time of travel and accumulated feeder share (transfers) of individual pieces of cargo. This means that cargo isn't thrown on a big pile when it's put in a station or unloaded at a station, however the GUI does not reflect these changes yet so you will not actually see it. 17 years ago
water_map.h (svn r10230) -Fix [FS#594]: terraforming wipes out canals. Now you always have to remove the canal before terraforming, instead of "just" removing the canal. 17 years ago
waypoint.cpp (svn r10368) -Fix: when renaming waypoints, ownership was only checked client-side, not in the command. 17 years ago
waypoint.h (svn r10197) -Codechange: replace int32 with CommandCost where appropriate. 17 years ago
widget.cpp (svn r9662) -Documentation: Doxygen corrections and @file omissions 17 years ago
win32.cpp (svn r10182) -Codechange: rewrite most part of the file loading/searching to be more flexible. 17 years ago
win32.h (svn r9055) -Codechange: Change windows unicode handling and allow a pure non-unicode build to function. Win9x binaries will be possible with mingw/nightly system. 17 years ago
win64.asm (svn r8933) -Fix [Win64]: rdtsc now uses intrinsic on VC8 (michi_cc) 18 years ago
window.cpp (svn r10333) -Fix [FS#943]: News messages were shown on top of the endgame screen and high score chart. 17 years ago
window.h (svn r10265) -Feature: allow double-clicking on certain places: build-vehicle and town-action 17 years ago
zoom.hpp (svn r10093) -Revert: removed 16x zoom-out as it is broken beyond repair 17 years ago