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
rubidium f1c1812e47 (svn r19864) -Fix: don't print a pointer as string for listing (a) setting(s) 15 years ago
..
3rdparty
ai (svn r19814) -Codechange: give some more unnamed enums a name, in case they consisted of unrelated values use static const (u)int 15 years ago
blitter
core (svn r19789) -Add [FS#3519]: a typed FOR_EACH_SET_BIT (adf88) 15 years ago
depend
lang (svn r19860) -Update from WebTranslator v3.0: 15 years ago
misc (svn r19614) -Codechange: "it's" => "its" where appropriate 15 years ago
music (svn r19822) -Fix (r19814): missing semicolon 15 years ago
network (svn r19818) -Fix [FS#3784](r16004): kicking clients by IP didn't work 15 years ago
os (svn r19853) -Fix [FS#3840]: revert r19781 and apply a more sensible version with the same effect 15 years ago
pathfinder (svn r19815) -Cleanup: remove two unused variables 15 years ago
saveload (svn r19850) -Codechange: move declaration of InitializeRailGUI() to rail_gui.h 15 years ago
script (svn r19776) -Change: don't scan for tars in the script scanner; it has already happened. 15 years ago
sound
spriteloader (svn r19628) -Change: support the tRNS chunk to read transparency information for RGB PNGs (Szvengar) 15 years ago
strgen (svn r19811) -Codechange: make the last bits from table/strings.h use static consts too instead of an unnamed enum 15 years ago
table (svn r19863) -Fix: redraw the screen when changing the currency settings 15 years ago
thread
video (svn r19861) -Fix (r19814): Silence a warning. 15 years ago
widgets
aircraft.h
aircraft_cmd.cpp (svn r19670) -Codechange: Add CeilDiv() and RoundDiv() to simplify integer divisions with rounding. 15 years ago
aircraft_gui.cpp
airport.cpp
airport.h (svn r19814) -Codechange: give some more unnamed enums a name, in case they consisted of unrelated values use static const (u)int 15 years ago
airport_gui.cpp (svn r19814) -Codechange: give some more unnamed enums a name, in case they consisted of unrelated values use static const (u)int 15 years ago
animated_tile.cpp
animated_tile_func.h
articulated_vehicles.cpp
articulated_vehicles.h
autoreplace.cpp
autoreplace_base.h
autoreplace_cmd.cpp (svn r19670) -Codechange: Add CeilDiv() and RoundDiv() to simplify integer divisions with rounding. 15 years ago
autoreplace_func.h
autoreplace_gui.cpp
autoreplace_gui.h
autoreplace_type.h
autoslope.h
base_media_base.h (svn r19674) -Fix [FS#3774]: crash when the music/graphics metadata files were unreadable 15 years ago
base_media_func.h (svn r19674) -Fix [FS#3774]: crash when the music/graphics metadata files were unreadable 15 years ago
base_station_base.h
bmp.cpp
bmp.h
bridge.h (svn r19812) -Codechange: give some unnamed enums a name or, in case they consisted of unrelated values use static const (u)int 15 years ago
bridge_gui.cpp
bridge_map.cpp
bridge_map.h
build_vehicle_gui.cpp (svn r19812) -Codechange: give some unnamed enums a name or, in case they consisted of unrelated values use static const (u)int 15 years ago
cargo_type.h
cargopacket.cpp
cargopacket.h
cargotype.cpp
cargotype.h (svn r19790) -Change: use the typed FOR_EACH_SET_BIT for CargoIDs (adf88) 15 years ago
cheat.cpp
cheat_func.h
cheat_gui.cpp
cheat_type.h
clear_cmd.cpp (svn r19768) -Fix: half-desert tiles would never revert back to clear tiles 15 years ago
clear_map.h (svn r19614) -Codechange: "it's" => "its" where appropriate 15 years ago
cmd_helper.h (svn r19654) -Codechange: Use Extract<> in more places. 15 years ago
command.cpp (svn r19801) -Add [FS#3691]: custom naming of depots. Based on work by sbr 15 years ago
command_func.h (svn r19714) -Feature: ctrl+click on a vehicle to start/stop it 15 years ago
command_type.h (svn r19812) -Codechange: give some unnamed enums a name or, in case they consisted of unrelated values use static const (u)int 15 years ago
company_base.h
company_cmd.cpp (svn r19654) -Codechange: Use Extract<> in more places. 15 years ago
company_func.h
company_gui.cpp (svn r19814) -Codechange: give some more unnamed enums a name, in case they consisted of unrelated values use static const (u)int 15 years ago
company_gui.h
company_manager_face.h
company_type.h (svn r19812) -Codechange: give some unnamed enums a name or, in case they consisted of unrelated values use static const (u)int 15 years ago
console.cpp (svn r19862) -Change: allow "" and " " as arguments meaning nothing and space for the in-game console 15 years ago
console_cmds.cpp (svn r19818) -Fix [FS#3784](r16004): kicking clients by IP didn't work 15 years ago
console_func.h
console_gui.cpp (svn r19814) -Codechange: give some more unnamed enums a name, in case they consisted of unrelated values use static const (u)int 15 years ago
console_gui.h
console_internal.h (svn r19812) -Codechange: give some unnamed enums a name or, in case they consisted of unrelated values use static const (u)int 15 years ago
console_type.h
crashlog.cpp
crashlog.h
currency.cpp (svn r19814) -Codechange: give some more unnamed enums a name, in case they consisted of unrelated values use static const (u)int 15 years ago
currency.h (svn r19812) -Codechange: give some unnamed enums a name or, in case they consisted of unrelated values use static const (u)int 15 years ago
date.cpp (svn r19814) -Codechange: give some more unnamed enums a name, in case they consisted of unrelated values use static const (u)int 15 years ago
date_func.h
date_gui.cpp
date_gui.h
date_type.h (svn r19812) -Codechange: give some unnamed enums a name or, in case they consisted of unrelated values use static const (u)int 15 years ago
debug.cpp (svn r19589) -Change: add some more useful information to the desync log and unify the formatting 15 years ago
debug.h (svn r19614) -Codechange: "it's" => "its" where appropriate 15 years ago
dedicated.cpp
depot.cpp
depot_base.h (svn r19801) -Add [FS#3691]: custom naming of depots. Based on work by sbr 15 years ago
depot_cmd.cpp (svn r19801) -Add [FS#3691]: custom naming of depots. Based on work by sbr 15 years ago
depot_func.h
depot_gui.cpp (svn r19801) -Add [FS#3691]: custom naming of depots. Based on work by sbr 15 years ago
depot_map.h
depot_type.h (svn r19801) -Add [FS#3691]: custom naming of depots. Based on work by sbr 15 years ago
direction_func.h
direction_type.h (svn r19605) -Codechange: Merge ExtractBits into EnumPropsT. 15 years ago
disaster_cmd.cpp (svn r19817) -Fix: MSVC compile warnings 15 years ago
dock_gui.cpp (svn r19668) -Codechange: Use WaterClass in parameters of CMD_BUILD_CANAL. 15 years ago
driver.cpp
driver.h
dummy_land.cpp
economy.cpp (svn r19670) -Codechange: Add CeilDiv() and RoundDiv() to simplify integer divisions with rounding. 15 years ago
economy_base.h
economy_func.h
economy_type.h (svn r19812) -Codechange: give some unnamed enums a name or, in case they consisted of unrelated values use static const (u)int 15 years ago
effectvehicle.cpp
effectvehicle_base.h
effectvehicle_func.h
elrail.cpp (svn r19792) -Change: use the typed FOR_EACH_SET_BIT for Tracks (adf88) 15 years ago
elrail_func.h
endian_check.cpp
engine.cpp (svn r19660) -Feature: [NewGRF] support cb36 for aircraft speed also in the build menu 15 years ago
engine_base.h
engine_func.h
engine_gui.cpp
engine_gui.h
engine_type.h (svn r19812) -Codechange: give some unnamed enums a name or, in case they consisted of unrelated values use static const (u)int 15 years ago
fileio.cpp (svn r19779) -Change: add a return type to AppendPathSeparator and use that to determine whether we could append the path separator. If not, do not recurse into that directory as the path would exceed the maximum path length 15 years ago
fileio_func.h (svn r19779) -Change: add a return type to AppendPathSeparator and use that to determine whether we could append the path separator. If not, do not recurse into that directory as the path would exceed the maximum path length 15 years ago
fileio_type.h
fios.cpp (svn r19614) -Codechange: "it's" => "its" where appropriate 15 years ago
fios.h (svn r19812) -Codechange: give some unnamed enums a name or, in case they consisted of unrelated values use static const (u)int 15 years ago
fontcache.cpp (svn r19814) -Codechange: give some more unnamed enums a name, in case they consisted of unrelated values use static const (u)int 15 years ago
fontcache.h
functions.h
gamelog.cpp (svn r19814) -Codechange: give some more unnamed enums a name, in case they consisted of unrelated values use static const (u)int 15 years ago
gamelog.h
gamelog_internal.h
genworld.cpp (svn r19589) -Change: add some more useful information to the desync log and unify the formatting 15 years ago
genworld.h (svn r19812) -Codechange: give some unnamed enums a name or, in case they consisted of unrelated values use static const (u)int 15 years ago
genworld_gui.cpp
gfx.cpp (svn r19817) -Fix: MSVC compile warnings 15 years ago
gfx_func.h (svn r19812) -Codechange: give some unnamed enums a name or, in case they consisted of unrelated values use static const (u)int 15 years ago
gfx_type.h (svn r19654) -Codechange: Use Extract<> in more places. 15 years ago
gfxinit.cpp (svn r19674) -Fix [FS#3774]: crash when the music/graphics metadata files were unreadable 15 years ago
gfxinit.h
graph_gui.cpp (svn r19812) -Codechange: give some unnamed enums a name or, in case they consisted of unrelated values use static const (u)int 15 years ago
graph_gui.h
ground_vehicle.cpp (svn r19599) -Fix [FS#3751]: Vehicles with a weight of zero crashed the game when using realistic acceleration. 15 years ago
ground_vehicle.hpp
group.h
group_cmd.cpp (svn r19654) -Codechange: Use Extract<> in more places. 15 years ago
group_gui.cpp
group_gui.h
group_type.h (svn r19812) -Codechange: give some unnamed enums a name or, in case they consisted of unrelated values use static const (u)int 15 years ago
gui.h
heightmap.cpp
heightmap.h (svn r19812) -Codechange: give some unnamed enums a name or, in case they consisted of unrelated values use static const (u)int 15 years ago
highscore.cpp
highscore.h
highscore_gui.cpp
house.h (svn r19812) -Codechange: give some unnamed enums a name or, in case they consisted of unrelated values use static const (u)int 15 years ago
house_type.h
industry.h
industry_cmd.cpp (svn r19814) -Codechange: give some more unnamed enums a name, in case they consisted of unrelated values use static const (u)int 15 years ago
industry_gui.cpp (svn r19709) -Feature: NewGRF debugging/inspecting of (primarily) enabled callbacks and values of variables 15 years ago
industry_map.h (svn r19812) -Codechange: give some unnamed enums a name or, in case they consisted of unrelated values use static const (u)int 15 years ago
industry_type.h (svn r19812) -Codechange: give some unnamed enums a name or, in case they consisted of unrelated values use static const (u)int 15 years ago
industrytype.h (svn r19812) -Codechange: give some unnamed enums a name or, in case they consisted of unrelated values use static const (u)int 15 years ago
ini.cpp
ini_type.h
intro_gui.cpp
landscape.cpp (svn r19769) -Fix [FS#3820]: MV_VOID tiles shall have no tropic zone. 15 years ago
landscape.h (svn r19812) -Codechange: give some unnamed enums a name or, in case they consisted of unrelated values use static const (u)int 15 years ago
landscape_type.h
livery.h (svn r19654) -Codechange: Use Extract<> in more places. 15 years ago
main_gui.cpp (svn r19813) -Fix (r19807): initialising viewports kinda failed 15 years ago
map.cpp
map_func.h (svn r19670) -Codechange: Add CeilDiv() and RoundDiv() to simplify integer divisions with rounding. 15 years ago
map_type.h (svn r19812) -Codechange: give some unnamed enums a name or, in case they consisted of unrelated values use static const (u)int 15 years ago
misc.cpp
misc_cmd.cpp (svn r19684) -Fix [FS#3779]: don't show an error message when trying to give another client an amount of 0 money 15 years ago
misc_gui.cpp (svn r19814) -Codechange: give some more unnamed enums a name, in case they consisted of unrelated values use static const (u)int 15 years ago
mixer.cpp
mixer.h
music.cpp (svn r19674) -Fix [FS#3774]: crash when the music/graphics metadata files were unreadable 15 years ago
music_gui.cpp
newgrf.cpp (svn r19815) -Cleanup: remove two unused variables 15 years ago
newgrf.h (svn r19812) -Codechange: give some unnamed enums a name or, in case they consisted of unrelated values use static const (u)int 15 years ago
newgrf_airport.cpp
newgrf_airport.h
newgrf_airporttiles.cpp (svn r19707) -Add: helper functions to instantiate/fill ResolverObjects 15 years ago
newgrf_airporttiles.h
newgrf_callbacks.h (svn r19812) -Codechange: give some unnamed enums a name or, in case they consisted of unrelated values use static const (u)int 15 years ago
newgrf_canal.cpp
newgrf_canal.h
newgrf_cargo.cpp
newgrf_cargo.h
newgrf_commons.cpp
newgrf_commons.h
newgrf_config.cpp (svn r19835) -Codechange: Extract grfident equality check to its own method. 15 years ago
newgrf_config.h (svn r19835) -Codechange: Extract grfident equality check to its own method. 15 years ago
newgrf_debug.h (svn r19731) -Add: Spritepicker to sprite alignment tool. 15 years ago
newgrf_debug_gui.cpp (svn r19738) -Fix: MSVC 64 bits compile warnings 15 years ago
newgrf_engine.cpp (svn r19814) -Codechange: give some more unnamed enums a name, in case they consisted of unrelated values use static const (u)int 15 years ago
newgrf_engine.h (svn r19812) -Codechange: give some unnamed enums a name or, in case they consisted of unrelated values use static const (u)int 15 years ago
newgrf_generic.cpp
newgrf_generic.h
newgrf_gui.cpp (svn r19849) -Fix: Center sprite and text seperately in the newgrf gui active list. 15 years ago
newgrf_house.cpp (svn r19744) -Add [FS#3477]: [NewGRF] Access to random bits of houses and industries from construction callbacks 17, 28 and 2F. That is: The randombits the house/industry will start with, if construction succeeds. 15 years ago
newgrf_house.h (svn r19744) -Add [FS#3477]: [NewGRF] Access to random bits of houses and industries from construction callbacks 17, 28 and 2F. That is: The randombits the house/industry will start with, if construction succeeds. 15 years ago
newgrf_industries.cpp (svn r19750) -Fix: Var 0x43 is not 'safe' during callbacks 22 and 38 either. 15 years ago
newgrf_industries.h (svn r19744) -Add [FS#3477]: [NewGRF] Access to random bits of houses and industries from construction callbacks 17, 28 and 2F. That is: The randombits the house/industry will start with, if construction succeeds. 15 years ago
newgrf_industrytiles.cpp (svn r19744) -Add [FS#3477]: [NewGRF] Access to random bits of houses and industries from construction callbacks 17, 28 and 2F. That is: The randombits the house/industry will start with, if construction succeeds. 15 years ago
newgrf_industrytiles.h (svn r19744) -Add [FS#3477]: [NewGRF] Access to random bits of houses and industries from construction callbacks 17, 28 and 2F. That is: The randombits the house/industry will start with, if construction succeeds. 15 years ago
newgrf_properties.h
newgrf_railtype.cpp (svn r19707) -Add: helper functions to instantiate/fill ResolverObjects 15 years ago
newgrf_railtype.h
newgrf_sound.cpp (svn r19679) -Fix: [NewGRF] make sure newgrfs can't overwrite sound effect properties from other newgrfs 15 years ago
newgrf_sound.h
newgrf_spritegroup.cpp
newgrf_spritegroup.h (svn r19744) -Add [FS#3477]: [NewGRF] Access to random bits of houses and industries from construction callbacks 17, 28 and 2F. That is: The randombits the house/industry will start with, if construction succeeds. 15 years ago
newgrf_station.cpp (svn r19814) -Codechange: give some more unnamed enums a name, in case they consisted of unrelated values use static const (u)int 15 years ago
newgrf_station.h (svn r19654) -Codechange: Use Extract<> in more places. 15 years ago
newgrf_storage.cpp
newgrf_storage.h
newgrf_text.cpp
newgrf_text.h
newgrf_town.cpp
newgrf_town.h
newgrf_townname.cpp
newgrf_townname.h
news_func.h
news_gui.cpp
news_gui.h
news_type.h
openttd.cpp (svn r19850) -Codechange: move declaration of InitializeRailGUI() to rail_gui.h 15 years ago
openttd.h (svn r19812) -Codechange: give some unnamed enums a name or, in case they consisted of unrelated values use static const (u)int 15 years ago
order_base.h
order_cmd.cpp (svn r19657) -Fix: Add saneness checks for front vehicles. 15 years ago
order_func.h
order_gui.cpp (svn r19796) -Codechange: introduce and use a {DEPOT} string command 15 years ago
order_type.h (svn r19812) -Codechange: give some unnamed enums a name or, in case they consisted of unrelated values use static const (u)int 15 years ago
os_timer.cpp
osk_gui.cpp (svn r19814) -Codechange: give some more unnamed enums a name, in case they consisted of unrelated values use static const (u)int 15 years ago
pbs.cpp
pbs.h
querystring_gui.h
rail.cpp (svn r19654) -Codechange: Use Extract<> in more places. 15 years ago
rail.h
rail_cmd.cpp (svn r19817) -Fix: MSVC compile warnings 15 years ago
rail_gui.cpp (svn r19637) -Codechange: Pass complete TransportType to CmdBuildTunnel. 15 years ago
rail_gui.h (svn r19850) -Codechange: move declaration of InitializeRailGUI() to rail_gui.h 15 years ago
rail_map.h
rail_type.h (svn r19654) -Codechange: Use Extract<> in more places. 15 years ago
rev.cpp.in
rev.h
road.cpp
road_cmd.cpp (svn r19799) -Change: give depots an unique name in the same manner buoys and waypoints are named 15 years ago
road_cmd.h
road_func.h (svn r19791) -Change: use the typed FOR_EACH_SET_BIT for RoadTypes (adf88) 15 years ago
road_gui.cpp (svn r19637) -Codechange: Pass complete TransportType to CmdBuildTunnel. 15 years ago
road_gui.h
road_internal.h
road_map.cpp
road_map.h (svn r19654) -Codechange: Use Extract<> in more places. 15 years ago
road_type.h (svn r19683) -Fix (r19654): towns with 3x3 and 2x2 road layouts couldn't expand 15 years ago
roadstop.cpp
roadstop_base.h
roadveh.h (svn r19812) -Codechange: give some unnamed enums a name or, in case they consisted of unrelated values use static const (u)int 15 years ago
roadveh_cmd.cpp (svn r19756) -Codechange: move UpdateViewport() from Vehicle to SpecializedVehicle in order to improve performance 15 years ago
roadveh_gui.cpp
screenshot.cpp
screenshot.h
sdl.cpp
sdl.h
settings.cpp (svn r19864) -Fix: don't print a pointer as string for listing (a) setting(s) 15 years ago
settings_func.h (svn r19577) -Codechange: apply coding style to names of functions in settings.cpp 15 years ago
settings_gui.cpp
settings_internal.h
settings_type.h
ship.h (svn r19756) -Codechange: move UpdateViewport() from Vehicle to SpecializedVehicle in order to improve performance 15 years ago
ship_cmd.cpp (svn r19756) -Codechange: move UpdateViewport() from Vehicle to SpecializedVehicle in order to improve performance 15 years ago
ship_gui.cpp
signal.cpp (svn r19814) -Codechange: give some more unnamed enums a name, in case they consisted of unrelated values use static const (u)int 15 years ago
signal_func.h
signal_type.h (svn r19654) -Codechange: Use Extract<> in more places. 15 years ago
signs.cpp
signs_base.h
signs_cmd.cpp
signs_func.h
signs_gui.cpp
signs_type.h (svn r19812) -Codechange: give some unnamed enums a name or, in case they consisted of unrelated values use static const (u)int 15 years ago
slope_func.h (svn r19614) -Codechange: "it's" => "its" where appropriate 15 years ago
slope_type.h
smallmap_gui.cpp (svn r19821) -Fix (r19816): Minimap displayed a black screen instead of the upper edge of the map (reported by IPG). 15 years ago
smallmap_gui.h
sortlist_type.h
sound.cpp (svn r19614) -Codechange: "it's" => "its" where appropriate 15 years ago
sound_func.h
sound_type.h
sprite.cpp
sprite.h
spritecache.cpp (svn r19723) -Add: a simple sprite alignment helper. It does not store the new offsets anywhere so as soon as the sprite is reloaded the offsets are gone (use a bigger sprite cache if this happens). Also anything that reloads NewGRFs (new games, loading games or (re)applying NewGRFs) clears the sprite cache and as such resets the offsets. 15 years ago
spritecache.h (svn r19723) -Add: a simple sprite alignment helper. It does not store the new offsets anywhere so as soon as the sprite is reloaded the offsets are gone (use a bigger sprite cache if this happens). Also anything that reloads NewGRFs (new games, loading games or (re)applying NewGRFs) clears the sprite cache and as such resets the offsets. 15 years ago
station.cpp
station_base.h
station_cmd.cpp (svn r19852) -Fix [FS#TT-MS]: Drawing fallback sprites for unavailable NewGRF waypoints failed. 15 years ago
station_func.h
station_gui.cpp (svn r19790) -Change: use the typed FOR_EACH_SET_BIT for CargoIDs (adf88) 15 years ago
station_gui.h
station_map.h (svn r19812) -Codechange: give some unnamed enums a name or, in case they consisted of unrelated values use static const (u)int 15 years ago
station_type.h (svn r19812) -Codechange: give some unnamed enums a name or, in case they consisted of unrelated values use static const (u)int 15 years ago
statusbar_gui.cpp (svn r19814) -Codechange: give some more unnamed enums a name, in case they consisted of unrelated values use static const (u)int 15 years ago
statusbar_gui.h
stdafx.h (svn r19853) -Fix [FS#3840]: revert r19781 and apply a more sensible version with the same effect 15 years ago
string.cpp (svn r19703) -Add: hexadecimal string filter 15 years ago
string_func.h (svn r19859) -Fix (r19853): preprocessor warning 15 years ago
string_type.h (svn r19703) -Add: hexadecimal string filter 15 years ago
strings.cpp (svn r19824) -Fix [FS#3837] (19799): aircraft would be heading to someone 15 years ago
strings_func.h
strings_type.h (svn r19812) -Codechange: give some unnamed enums a name or, in case they consisted of unrelated values use static const (u)int 15 years ago
subsidy.cpp (svn r19812) -Codechange: give some unnamed enums a name or, in case they consisted of unrelated values use static const (u)int 15 years ago
subsidy_base.h (svn r19812) -Codechange: give some unnamed enums a name or, in case they consisted of unrelated values use static const (u)int 15 years ago
subsidy_func.h
subsidy_gui.cpp
subsidy_type.h
tar_type.h
terraform_cmd.cpp (svn r19816) -Codechange: use static const uint for the unnamed 'tile consts' enum as well 15 years ago
terraform_gui.cpp (svn r19696) -Fix [FS#3781]: Avoid showing building toolbars behind the main toolbar when the "Link landscape toolbar" setting is active. 15 years ago
terraform_gui.h
textbuf_gui.h
texteff.cpp
texteff.hpp
tgp.cpp
tgp.h
tile_cmd.h
tile_map.cpp
tile_map.h (svn r19769) -Fix [FS#3820]: MV_VOID tiles shall have no tropic zone. 15 years ago
tile_type.h (svn r19816) -Codechange: use static const uint for the unnamed 'tile consts' enum as well 15 years ago
tilearea.cpp
tilearea_type.h
tilehighlight_func.h
tilehighlight_type.h
timetable.h
timetable_cmd.cpp (svn r19670) -Codechange: Add CeilDiv() and RoundDiv() to simplify integer divisions with rounding. 15 years ago
timetable_gui.cpp
toolbar_gui.cpp (svn r19814) -Codechange: give some more unnamed enums a name, in case they consisted of unrelated values use static const (u)int 15 years ago
toolbar_gui.h
town.h (svn r19812) -Codechange: give some unnamed enums a name or, in case they consisted of unrelated values use static const (u)int 15 years ago
town_cmd.cpp (svn r19744) -Add [FS#3477]: [NewGRF] Access to random bits of houses and industries from construction callbacks 17, 28 and 2F. That is: The randombits the house/industry will start with, if construction succeeds. 15 years ago
town_gui.cpp (svn r19812) -Codechange: give some unnamed enums a name or, in case they consisted of unrelated values use static const (u)int 15 years ago
town_map.h
town_type.h (svn r19812) -Codechange: give some unnamed enums a name or, in case they consisted of unrelated values use static const (u)int 15 years ago
townname.cpp
townname_func.h
townname_type.h
track_func.h (svn r19792) -Change: use the typed FOR_EACH_SET_BIT for Tracks (adf88) 15 years ago
track_type.h (svn r19605) -Codechange: Merge ExtractBits into EnumPropsT. 15 years ago
train.h
train_cmd.cpp (svn r19792) -Change: use the typed FOR_EACH_SET_BIT for Tracks (adf88) 15 years ago
train_gui.cpp (svn r19814) -Codechange: give some more unnamed enums a name, in case they consisted of unrelated values use static const (u)int 15 years ago
transparency.h
transparency_gui.cpp
transparency_gui.h
transport_type.h (svn r19654) -Codechange: Use Extract<> in more places. 15 years ago
tree_cmd.cpp (svn r19644) -Fix [FS#3728]: don't allow building cacti outside of the desert or rain forest trees outside of the rain forest area. This to prevent people from thinking planting rain forest trees makes the rain forest bigger and thus adds more place to build a lumber mill. 15 years ago
tree_gui.cpp (svn r19634) -Codechange: Use TREE_INVALID more consistently. 15 years ago
tree_map.h (svn r19812) -Codechange: give some unnamed enums a name or, in case they consisted of unrelated values use static const (u)int 15 years ago
tunnel_map.cpp
tunnel_map.h
tunnelbridge.h
tunnelbridge_cmd.cpp (svn r19816) -Codechange: use static const uint for the unnamed 'tile consts' enum as well 15 years ago
tunnelbridge_map.h
unmovable.h
unmovable_cmd.cpp
unmovable_map.h (svn r19614) -Codechange: "it's" => "its" where appropriate 15 years ago
variables.h
vehicle.cpp (svn r19756) -Codechange: move UpdateViewport() from Vehicle to SpecializedVehicle in order to improve performance 15 years ago
vehicle_base.h (svn r19756) -Codechange: move UpdateViewport() from Vehicle to SpecializedVehicle in order to improve performance 15 years ago
vehicle_cmd.cpp (svn r19714) -Feature: ctrl+click on a vehicle to start/stop it 15 years ago
vehicle_func.h
vehicle_gui.cpp (svn r19796) -Codechange: introduce and use a {DEPOT} string command 15 years ago
vehicle_gui.h (svn r19812) -Codechange: give some unnamed enums a name or, in case they consisted of unrelated values use static const (u)int 15 years ago
vehicle_gui_base.h
vehicle_type.h (svn r19812) -Codechange: give some unnamed enums a name or, in case they consisted of unrelated values use static const (u)int 15 years ago
vehiclelist.cpp (svn r19656) -Codechange/Fix: Report back if invalid vehicle lists are requested. 15 years ago
vehiclelist.h (svn r19656) -Codechange/Fix: Report back if invalid vehicle lists are requested. 15 years ago
viewport.cpp (svn r19817) -Fix: MSVC compile warnings 15 years ago
viewport_func.h (svn r19807) -Codechange: instead of having an unnamed enum and passing it as an int, name the enum and pass that 15 years ago
viewport_gui.cpp
viewport_type.h (svn r19812) -Codechange: give some unnamed enums a name or, in case they consisted of unrelated values use static const (u)int 15 years ago
void_map.h
water.h
water_cmd.cpp (svn r19799) -Change: give depots an unique name in the same manner buoys and waypoints are named 15 years ago
water_map.h (svn r19668) -Codechange: Use WaterClass in parameters of CMD_BUILD_CANAL. 15 years ago
waypoint.cpp
waypoint_base.h (svn r19798) -Codechange: generalise the waypoint naming method 15 years ago
waypoint_cmd.cpp (svn r19798) -Codechange: generalise the waypoint naming method 15 years ago
waypoint_func.h
waypoint_gui.cpp
widget.cpp (svn r19844) -Fix: Move NWidgetBase::StoreSizePosition() to an include file, and use proper inline macro. 15 years ago
widget_type.h (svn r19844) -Fix: Move NWidgetBase::StoreSizePosition() to an include file, and use proper inline macro. 15 years ago
window.cpp (svn r19746) -Fix [FS#3675]: Do not recenter usually centered windows when resizing main window or changing language, if they have been moved/resized before. 15 years ago
window_func.h
window_gui.h (svn r19746) -Fix [FS#3675]: Do not recenter usually centered windows when resizing main window or changing language, if they have been moved/resized before. 15 years ago
window_type.h (svn r19723) -Add: a simple sprite alignment helper. It does not store the new offsets anywhere so as soon as the sprite is reloaded the offsets are gone (use a bigger sprite cache if this happens). Also anything that reloads NewGRFs (new games, loading games or (re)applying NewGRFs) clears the sprite cache and as such resets the offsets. 15 years ago
zoom_func.h
zoom_type.h