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
alberth 1a18933f35 (svn r19845) -Feature: Dynamically switch between 2 and 3 column NewGRF gui for improved user experience. 14 years ago
..
3rdparty (svn r19166) -Change: don't print the absolute path to AI script files in the AI debug window, use the relative path from /ai/ instead 14 years ago
ai (svn r19814) -Codechange: give some more unnamed enums a name, in case they consisted of unrelated values use static const (u)int 14 years ago
blitter (svn r19132) -Codechange: No need to end a line with ;;. 15 years ago
core (svn r19789) -Add [FS#3519]: a typed FOR_EACH_SET_BIT (adf88) 14 years ago
depend (svn r17923) -Feature: "port" OpenTTD to GNU/Hurd 15 years ago
lang (svn r19842) -Change: Adapt other languages too. 14 years ago
misc (svn r19614) -Codechange: "it's" => "its" where appropriate 14 years ago
music (svn r19822) -Fix (r19814): missing semicolon 14 years ago
network (svn r19818) -Fix [FS#3784](r16004): kicking clients by IP didn't work 14 years ago
os (svn r19780) -Fix [FS#3807]: make sure that when checking whether a path + filename are valid the whole string can be constructed within an array of length MAX_PATH. If not, the name is too long and is deemed invalid 14 years ago
pathfinder (svn r19815) -Cleanup: remove two unused variables 14 years ago
saveload (svn r19812) -Codechange: give some unnamed enums a name or, in case they consisted of unrelated values use static const (u)int 14 years ago
script (svn r19776) -Change: don't scan for tars in the script scanner; it has already happened. 14 years ago
sound (svn r19304) -Fix [FS#3652]: disable sound when a sound error happen instead crashing 14 years ago
spriteloader (svn r19628) -Change: support the tRNS chunk to read transparency information for RGB PNGs (Szvengar) 14 years ago
strgen (svn r19811) -Codechange: make the last bits from table/strings.h use static consts too instead of an unnamed enum 14 years ago
table (svn r19812) -Codechange: give some unnamed enums a name or, in case they consisted of unrelated values use static const (u)int 14 years ago
thread (svn r18656) -Feature: Add event semaphore support for OS/2 15 years ago
video (svn r19814) -Codechange: give some more unnamed enums a name, in case they consisted of unrelated values use static const (u)int 14 years ago
widgets (svn r18966) -Codechange: Remove Window::OnDoubleClick() in favour of a parameter for OnClick(). 15 years ago
aircraft.h (svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header 15 years ago
aircraft_cmd.cpp (svn r19670) -Codechange: Add CeilDiv() and RoundDiv() to simplify integer divisions with rounding. 14 years ago
aircraft_gui.cpp (svn r18872) -Codechange: introduce PaletteID and use it 15 years ago
airport.cpp (svn r19465) -Codechange: support for multi-tile hangars 14 years ago
airport.h (svn r19814) -Codechange: give some more unnamed enums a name, in case they consisted of unrelated values use static const (u)int 14 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 14 years ago
animated_tile.cpp (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
animated_tile_func.h (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
articulated_vehicles.cpp (svn r19132) -Codechange: No need to end a line with ;;. 15 years ago
articulated_vehicles.h (svn r18566) -Codechange: When both the union and intersection of refit masks of articulated vehicles are needed, they can be determined at once. 15 years ago
autoreplace.cpp (svn r19486) -Codechange: Code style, move var declarations closer to their first use. 14 years ago
autoreplace_base.h (svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header 15 years ago
autoreplace_cmd.cpp (svn r19670) -Codechange: Add CeilDiv() and RoundDiv() to simplify integer divisions with rounding. 14 years ago
autoreplace_func.h (svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header 15 years ago
autoreplace_gui.cpp (svn r19187) -Fix [FS#3634]: the vehicle info in the autoreplace gui was drawn even when the window was shaded 14 years ago
autoreplace_gui.h (svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header 15 years ago
autoreplace_type.h (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
autoslope.h (svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header 15 years ago
base_media_base.h (svn r19674) -Fix [FS#3774]: crash when the music/graphics metadata files were unreadable 14 years ago
base_media_func.h (svn r19674) -Fix [FS#3774]: crash when the music/graphics metadata files were unreadable 14 years ago
base_station_base.h (svn r19351) -Codechange: use TileArea for AfterRemoveRect 14 years ago
bmp.cpp (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
bmp.h (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
bridge.h (svn r19812) -Codechange: give some unnamed enums a name or, in case they consisted of unrelated values use static const (u)int 14 years ago
bridge_gui.cpp (svn r19561) -Feature: Give more detailed error message when trying to build a too long bridge. 14 years ago
bridge_map.cpp (svn r18058) -Fix: typos in parameter names 15 years ago
bridge_map.h (svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header 15 years ago
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 14 years ago
cargo_type.h (svn r18413) -Doc: Added doxygen strings for cargo-type related enums, structs, and functions. 15 years ago
cargopacket.cpp (svn r18330) -Cleanup: remove some unneeded includes 15 years ago
cargopacket.h (svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header 15 years ago
cargotype.cpp (svn r19573) -Fix (r19541): Special cargos did not appear at the refit list. 14 years ago
cargotype.h (svn r19790) -Change: use the typed FOR_EACH_SET_BIT for CargoIDs (adf88) 14 years ago
cheat.cpp (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
cheat_func.h (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
cheat_gui.cpp (svn r18966) -Codechange: Remove Window::OnDoubleClick() in favour of a parameter for OnClick(). 15 years ago
cheat_type.h (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
clear_cmd.cpp (svn r19768) -Fix: half-desert tiles would never revert back to clear tiles 14 years ago
clear_map.h (svn r19614) -Codechange: "it's" => "its" where appropriate 14 years ago
cmd_helper.h (svn r19654) -Codechange: Use Extract<> in more places. 14 years ago
command.cpp (svn r19801) -Add [FS#3691]: custom naming of depots. Based on work by sbr 14 years ago
command_func.h (svn r19714) -Feature: ctrl+click on a vehicle to start/stop it 14 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 14 years ago
company_base.h (svn r18908) -Fix [FS#3561]: on bankruptcy the company value did include the loan and as such the value at which you bought the company was too low 15 years ago
company_cmd.cpp (svn r19654) -Codechange: Use Extract<> in more places. 14 years ago
company_func.h (svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header 15 years ago
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 14 years ago
company_gui.h (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
company_manager_face.h (svn r19507) -Codechange: remove semicolon after DECLARE_POSTFIX_INCREMENT and DECLARE_ENUM_AS_BIT_SET 14 years ago
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 14 years ago
console.cpp (svn r19514) -Codechange: Allow console hooks to deny existance of commands. 14 years ago
console_cmds.cpp (svn r19818) -Fix [FS#3784](r16004): kicking clients by IP didn't work 14 years ago
console_func.h (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
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 14 years ago
console_gui.h (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
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 14 years ago
console_type.h (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
crashlog.cpp (svn r19081) -Codechange: make it possible to disable compilation of the AI+Squirrel 15 years ago
crashlog.h (svn r19272) -Doc: successfull -> successful. 14 years ago
currency.cpp (svn r19814) -Codechange: give some more unnamed enums a name, in case they consisted of unrelated values use static const (u)int 14 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 14 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 14 years ago
date_func.h (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
date_gui.cpp (svn r18966) -Codechange: Remove Window::OnDoubleClick() in favour of a parameter for OnClick(). 15 years ago
date_gui.h (svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header 15 years ago
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 14 years ago
debug.cpp (svn r19589) -Change: add some more useful information to the desync log and unify the formatting 14 years ago
debug.h (svn r19614) -Codechange: "it's" => "its" where appropriate 14 years ago
dedicated.cpp (svn r17606) -Add: initial support for Haiku; a dedicated server with zlib and libpng compiles and links (for me). Something's fishy with the network so it doesn't actually work (yet) 15 years ago
depot.cpp (svn r17693) -Cleanup: remove some unneeded includes 15 years ago
depot_base.h (svn r19801) -Add [FS#3691]: custom naming of depots. Based on work by sbr 14 years ago
depot_cmd.cpp (svn r19801) -Add [FS#3691]: custom naming of depots. Based on work by sbr 14 years ago
depot_func.h (svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header 15 years ago
depot_gui.cpp (svn r19801) -Add [FS#3691]: custom naming of depots. Based on work by sbr 14 years ago
depot_map.h (svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header 15 years ago
depot_type.h (svn r19801) -Add [FS#3691]: custom naming of depots. Based on work by sbr 14 years ago
direction_func.h (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
direction_type.h (svn r19605) -Codechange: Merge ExtractBits into EnumPropsT. 14 years ago
disaster_cmd.cpp (svn r19817) -Fix: MSVC compile warnings 14 years ago
dock_gui.cpp (svn r19668) -Codechange: Use WaterClass in parameters of CMD_BUILD_CANAL. 14 years ago
driver.cpp (svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header 15 years ago
driver.h (svn r19507) -Codechange: remove semicolon after DECLARE_POSTFIX_INCREMENT and DECLARE_ENUM_AS_BIT_SET 14 years ago
dummy_land.cpp (svn r18702) -Fix [FS#3467]: Enable DrawGroundSpriteAt() to deal with foundations as DrawGroundSprite() does, and use this for drawing one-way-road-signs and clear-land-fences. 15 years ago
economy.cpp (svn r19670) -Codechange: Add CeilDiv() and RoundDiv() to simplify integer divisions with rounding. 14 years ago
economy_base.h (svn r17734) -Fix (r17732): broke the assumption that 'this->packets == this', which broke loading old savegames. Now remove the (need for the) hack that needed that assumption. 15 years ago
economy_func.h (svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header 15 years ago
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 14 years ago
effectvehicle.cpp (svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header 15 years ago
effectvehicle_base.h (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
effectvehicle_func.h (svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header 15 years ago
elrail.cpp (svn r19792) -Change: use the typed FOR_EACH_SET_BIT for Tracks (adf88) 14 years ago
elrail_func.h (svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header 15 years ago
endian_check.cpp (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
engine.cpp (svn r19660) -Feature: [NewGRF] support cb36 for aircraft speed also in the build menu 14 years ago
engine_base.h (svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header 15 years ago
engine_func.h (svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header 15 years ago
engine_gui.cpp (svn r19347) -Add: Vehicle GUI now shows power, weight and tractive effort for road vehicles. 14 years ago
engine_gui.h (svn r18872) -Codechange: introduce PaletteID and use it 15 years ago
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 14 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 14 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 14 years ago
fileio_type.h (svn r19507) -Codechange: remove semicolon after DECLARE_POSTFIX_INCREMENT and DECLARE_ENUM_AS_BIT_SET 14 years ago
fios.cpp (svn r19614) -Codechange: "it's" => "its" where appropriate 14 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 14 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 14 years ago
fontcache.h (svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header 15 years ago
functions.h (svn r19405) -Codechange: CheckOwnership() returns a CommandCost. 14 years ago
gamelog.cpp (svn r19814) -Codechange: give some more unnamed enums a name, in case they consisted of unrelated values use static const (u)int 14 years ago
gamelog.h (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
gamelog_internal.h (svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header 15 years ago
genworld.cpp (svn r19589) -Change: add some more useful information to the desync log and unify the formatting 14 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 14 years ago
genworld_gui.cpp (svn r18966) -Codechange: Remove Window::OnDoubleClick() in favour of a parameter for OnClick(). 15 years ago
gfx.cpp (svn r19817) -Fix: MSVC compile warnings 14 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 14 years ago
gfx_type.h (svn r19654) -Codechange: Use Extract<> in more places. 14 years ago
gfxinit.cpp (svn r19674) -Fix [FS#3774]: crash when the music/graphics metadata files were unreadable 14 years ago
gfxinit.h (svn r18028) -Codechange: unglobalise some functions 15 years ago
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 14 years ago
graph_gui.h (svn r19076) -Codechange: Move graph functions to their own header. 15 years ago
ground_vehicle.cpp (svn r19599) -Fix [FS#3751]: Vehicles with a weight of zero crashed the game when using realistic acceleration. 14 years ago
ground_vehicle.hpp (svn r19356) -Fix: Whitespace. 14 years ago
group.h (svn r17570) -Fix: a number of Doxygen warnings about missing parameters, which were sometimes missing and sometimes just typos 15 years ago
group_cmd.cpp (svn r19654) -Codechange: Use Extract<> in more places. 14 years ago
group_gui.cpp (svn r19438) -Fix [FS#3700]: Custom group names are misaligned with default ones when using rtl languages (sbr) 14 years ago
group_gui.h (svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header 15 years ago
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 14 years ago
gui.h (svn r19224) -Codechange: change parameters passed to ShowErrorMessage() a bit 14 years ago
heightmap.cpp (svn r19224) -Codechange: change parameters passed to ShowErrorMessage() a bit 14 years ago
heightmap.h (svn r19812) -Codechange: give some unnamed enums a name or, in case they consisted of unrelated values use static const (u)int 14 years ago
highscore.cpp (svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header 15 years ago
highscore.h (svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header 15 years ago
highscore_gui.cpp (svn r18966) -Codechange: Remove Window::OnDoubleClick() in favour of a parameter for OnClick(). 15 years ago
house.h (svn r19812) -Codechange: give some unnamed enums a name or, in case they consisted of unrelated values use static const (u)int 14 years ago
house_type.h (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
industry.h (svn r19497) -Fix: [NewGRF] Bytes and words get sign-extended for temporary/persistent storage. (Spotted by yexo) 14 years ago
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 14 years ago
industry_gui.cpp (svn r19709) -Feature: NewGRF debugging/inspecting of (primarily) enabled callbacks and values of variables 14 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 14 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 14 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 14 years ago
ini.cpp (svn r17693) -Cleanup: remove some unneeded includes 15 years ago
ini_type.h (svn r17596) -Codechange: constify some tables 15 years ago
intro_gui.cpp (svn r19224) -Codechange: change parameters passed to ShowErrorMessage() a bit 14 years ago
landscape.cpp (svn r19769) -Fix [FS#3820]: MV_VOID tiles shall have no tropic zone. 14 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 14 years ago
landscape_type.h (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
livery.h (svn r19654) -Codechange: Use Extract<> in more places. 14 years ago
main_gui.cpp (svn r19813) -Fix (r19807): initialising viewports kinda failed 14 years ago
map.cpp (svn r18937) -Fix (r15190): TileAddWrap didn't return INVALID_TILE for void tiles at the north border 15 years ago
map_func.h (svn r19670) -Codechange: Add CeilDiv() and RoundDiv() to simplify integer divisions with rounding. 14 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 14 years ago
misc.cpp (svn r19426) -Fix: compilation with AIs disabled 14 years ago
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 14 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 14 years ago
mixer.cpp (svn r19505) -Codechange: silence a gcc<4.2 warning 14 years ago
mixer.h (svn r19332) -Codechange: Simplify sound panning by using float data, and switch to sinusoidal algorithm to maintain output level. 14 years ago
music.cpp (svn r19674) -Fix [FS#3774]: crash when the music/graphics metadata files were unreadable 14 years ago
music_gui.cpp (svn r19224) -Codechange: change parameters passed to ShowErrorMessage() a bit 14 years ago
newgrf.cpp (svn r19815) -Cleanup: remove two unused variables 14 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 14 years ago
newgrf_airport.cpp (svn r19462) -Codechange: use the AS_GENERIC macro also for the dummy airport 14 years ago
newgrf_airport.h (svn r19507) -Codechange: remove semicolon after DECLARE_POSTFIX_INCREMENT and DECLARE_ENUM_AS_BIT_SET 14 years ago
newgrf_airporttiles.cpp (svn r19707) -Add: helper functions to instantiate/fill ResolverObjects 14 years ago
newgrf_airporttiles.h (svn r19331) -Fix: when deleting an airport the size from the AirportSpec was used instead of the stored airport size 14 years ago
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 14 years ago
newgrf_canal.cpp (svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header 15 years ago
newgrf_canal.h (svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header 15 years ago
newgrf_cargo.cpp (svn r19132) -Codechange: No need to end a line with ;;. 15 years ago
newgrf_cargo.h (svn r17976) -Codechange: Move CargoClass to cargotype.h and clean up including of newgrf_cargo.h 15 years ago
newgrf_commons.cpp (svn r19435) -Fix: when loading a savegame created with a house newgrf without that newgrf available all houses became tall office blocks 14 years ago
newgrf_commons.h (svn r19457) -Codechange: introduce AirportOverrideManager to keep track of airports if a newgrf can't be found 14 years ago
newgrf_config.cpp (svn r19835) -Codechange: Extract grfident equality check to its own method. 14 years ago
newgrf_config.h (svn r19835) -Codechange: Extract grfident equality check to its own method. 14 years ago
newgrf_debug.h (svn r19731) -Add: Spritepicker to sprite alignment tool. 14 years ago
newgrf_debug_gui.cpp (svn r19738) -Fix: MSVC 64 bits compile warnings 14 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 14 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 14 years ago
newgrf_generic.cpp (svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header 15 years ago
newgrf_generic.h (svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header 15 years ago
newgrf_gui.cpp (svn r19845) -Feature: Dynamically switch between 2 and 3 column NewGRF gui for improved user experience. 14 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. 14 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. 14 years ago
newgrf_industries.cpp (svn r19750) -Fix: Var 0x43 is not 'safe' during callbacks 22 and 38 either. 14 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. 14 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. 14 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. 14 years ago
newgrf_properties.h (svn r19218) -Feature: [NewGRF] Add CB36 support for aircraft properties 0F and 11. (Eddi) 14 years ago
newgrf_railtype.cpp (svn r19707) -Add: helper functions to instantiate/fill ResolverObjects 14 years ago
newgrf_railtype.h (svn r19056) -Add: [NewGRF] Action 3/2/1 (i.e. new graphics) support for rail types. (To be documented...) 15 years ago
newgrf_sound.cpp (svn r19679) -Fix: [NewGRF] make sure newgrfs can't overwrite sound effect properties from other newgrfs 14 years ago
newgrf_sound.h (svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header 15 years ago
newgrf_spritegroup.cpp (svn r19497) -Fix: [NewGRF] Bytes and words get sign-extended for temporary/persistent storage. (Spotted by yexo) 14 years ago
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. 14 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 14 years ago
newgrf_station.h (svn r19654) -Codechange: Use Extract<> in more places. 14 years ago
newgrf_storage.cpp (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
newgrf_storage.h (svn r19497) -Fix: [NewGRF] Bytes and words get sign-extended for temporary/persistent storage. (Spotted by yexo) 14 years ago
newgrf_text.cpp (svn r19570) -Add: [NewGRF] support for extended text code 0x9A 11, print qword 14 years ago
newgrf_text.h (svn r19569) -Fix: possible buffer underflow in newgrf string code 14 years ago
newgrf_town.cpp (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
newgrf_town.h (svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header 15 years ago
newgrf_townname.cpp (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
newgrf_townname.h (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
news_func.h (svn r18597) -Fix (r17147)[FS#3395, FS#3396]: ChangeVehicleNews() did not update the news ticker. 15 years ago
news_gui.cpp (svn r19105) -Fix [FS#3614]: not all news data was properly freed when starting a new game 15 years ago
news_gui.h (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
news_type.h (svn r19507) -Codechange: remove semicolon after DECLARE_POSTFIX_INCREMENT and DECLARE_ENUM_AS_BIT_SET 14 years ago
openttd.cpp (svn r19688) -Codechange: run CheckCaches after the debug desync save, so we don't store just reset values in the savegame but the data from the previous tick 14 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 14 years ago
order_base.h (svn r19215) -Codechange: Add Order::GetLocation() to deduplicate code. 14 years ago
order_cmd.cpp (svn r19657) -Fix: Add saneness checks for front vehicles. 14 years ago
order_func.h (svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header 15 years ago
order_gui.cpp (svn r19796) -Codechange: introduce and use a {DEPOT} string command 14 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 14 years ago
os_timer.cpp (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
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 14 years ago
pbs.cpp (svn r19425) -Fix: [YAPP] A train on a bridge/tunnel was not always found when checking for trains on a reserved path. 14 years ago
pbs.h (svn r18647) -Fix: [YAPP] A train inside a station was not always found when checking for trains on a reserved path. 15 years ago
querystring_gui.h (svn r18012) -Codechange: make the world generation windows nested; they'll need some tweaks to use the full potential though 15 years ago
rail.cpp (svn r19654) -Codechange: Use Extract<> in more places. 14 years ago
rail.h (svn r19507) -Codechange: remove semicolon after DECLARE_POSTFIX_INCREMENT and DECLARE_ENUM_AS_BIT_SET 14 years ago
rail_cmd.cpp (svn r19817) -Fix: MSVC compile warnings 14 years ago
rail_gui.cpp (svn r19637) -Codechange: Pass complete TransportType to CmdBuildTunnel. 14 years ago
rail_gui.h (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
rail_map.h (svn r19089) -Codechange: some minor coding style 15 years ago
rail_type.h (svn r19654) -Codechange: Use Extract<> in more places. 14 years ago
rev.cpp.in (svn r19143) -Codechange: trunk's going for 1.1 now. 15 years ago
rev.h (svn r17416) -Codechange: move the build date/time 'determination' to rev.cpp as that's the file most likely to be regularly recompiled 15 years ago
road.cpp (svn r19019) -Codechange: use HasExactlyOneBit() and HasAtMostOneBit() instead of CountBits() where possible 15 years ago
road_cmd.cpp (svn r19799) -Change: give depots an unique name in the same manner buoys and waypoints are named 14 years ago
road_cmd.h (svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header 15 years ago
road_func.h (svn r19791) -Change: use the typed FOR_EACH_SET_BIT for RoadTypes (adf88) 14 years ago
road_gui.cpp (svn r19637) -Codechange: Pass complete TransportType to CmdBuildTunnel. 14 years ago
road_gui.h (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
road_internal.h (svn r19402) -Codechange: CheckAllowRemoveRoad() returns a CommandCost. 14 years ago
road_map.cpp (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
road_map.h (svn r19654) -Codechange: Use Extract<> in more places. 14 years ago
road_type.h (svn r19683) -Fix (r19654): towns with 3x3 and 2x2 road layouts couldn't expand 14 years ago
roadstop.cpp (svn r18531) -Fix [FS#3384] (r18404): for articulated road vehicles only the first part was accounted for, so for extremely short fronts and lots after it the spreading did not work as it should. 15 years ago
roadstop_base.h (svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header 15 years ago
roadveh.h (svn r19812) -Codechange: give some unnamed enums a name or, in case they consisted of unrelated values use static const (u)int 14 years ago
roadveh_cmd.cpp (svn r19756) -Codechange: move UpdateViewport() from Vehicle to SpecializedVehicle in order to improve performance 14 years ago
roadveh_gui.cpp (svn r18872) -Codechange: introduce PaletteID and use it 15 years ago
screenshot.cpp (svn r19224) -Codechange: change parameters passed to ShowErrorMessage() a bit 14 years ago
screenshot.h (svn r18630) -Fix [FS#3419]: when making a screenshot the name of the previous screenshot went missing in the 'successful screenshot' message 15 years ago
sdl.cpp (svn r18439) -Fix (r15233): forgot to load the symbol from SDL.dll 15 years ago
sdl.h (svn r18810) -Fix (r18809): broken win32 compilation with SDL 15 years ago
settings.cpp (svn r19705) -Change: reinitialise the windows when changing the newgrf_developer_tools setting 14 years ago
settings_func.h (svn r19577) -Codechange: apply coding style to names of functions in settings.cpp 14 years ago
settings_gui.cpp (svn r19499) -Remove: same_industry_close setting did not do what it said and caused NewGRF trouble. 14 years ago
settings_internal.h (svn r19507) -Codechange: remove semicolon after DECLARE_POSTFIX_INCREMENT and DECLARE_ENUM_AS_BIT_SET 14 years ago
settings_type.h (svn r19548) -Add: Client setting 'gui.ai_developer_tools' to enable the break on AI string 14 years ago
ship.h (svn r19756) -Codechange: move UpdateViewport() from Vehicle to SpecializedVehicle in order to improve performance 14 years ago
ship_cmd.cpp (svn r19756) -Codechange: move UpdateViewport() from Vehicle to SpecializedVehicle in order to improve performance 14 years ago
ship_gui.cpp (svn r18779) -Codechange: merge the command callbacks of the primary vehicles; they are identical 15 years ago
signal.cpp (svn r19814) -Codechange: give some more unnamed enums a name, in case they consisted of unrelated values use static const (u)int 14 years ago
signal_func.h (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
signal_type.h (svn r19654) -Codechange: Use Extract<> in more places. 14 years ago
signs.cpp (svn r17693) -Cleanup: remove some unneeded includes 15 years ago
signs_base.h (svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header 15 years ago
signs_cmd.cpp (svn r18781) -Codechange: pass the CommandCost to the callback instead of whether it succeeded or not. 15 years ago
signs_func.h (svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header 15 years ago
signs_gui.cpp (svn r18966) -Codechange: Remove Window::OnDoubleClick() in favour of a parameter for OnClick(). 15 years ago
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 14 years ago
slope_func.h (svn r19614) -Codechange: "it's" => "its" where appropriate 14 years ago
slope_type.h (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
smallmap_gui.cpp (svn r19821) -Fix (r19816): Minimap displayed a black screen instead of the upper edge of the map (reported by IPG). 14 years ago
smallmap_gui.h (svn r19064) -Feature: Allow to select different land colours for the smallmap (reworked by Alberth). 15 years ago
sortlist_type.h (svn r19507) -Codechange: remove semicolon after DECLARE_POSTFIX_INCREMENT and DECLARE_ENUM_AS_BIT_SET 14 years ago
sound.cpp (svn r19614) -Codechange: "it's" => "its" where appropriate 14 years ago
sound_func.h (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
sound_type.h (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
sprite.cpp (svn r18959) -Feature: [NewGRF] Allow layering of multiple groundsprites in spritelayouts of stations, houses and industrytiles; so hacks with zero-sized bounding boxes are no longer needed and no longer cause trouble. 15 years ago
sprite.h (svn r18872) -Codechange: introduce PaletteID and use it 15 years ago
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. 14 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. 14 years ago
station.cpp (svn r19455) -Codechange: split all airport information in Station to a seperate class 14 years ago
station_base.h (svn r19465) -Codechange: support for multi-tile hangars 14 years ago
station_cmd.cpp (svn r19709) -Feature: NewGRF debugging/inspecting of (primarily) enabled callbacks and values of variables 14 years ago
station_func.h (svn r18837) -Codechange: Rename DrawStationTileSeq() to DrawCommonTileSeq() and move it to separate file. 15 years ago
station_gui.cpp (svn r19790) -Change: use the typed FOR_EACH_SET_BIT for CargoIDs (adf88) 14 years ago
station_gui.h (svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header 15 years ago
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 14 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 14 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 14 years ago
statusbar_gui.h (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
stdafx.h (svn r19787) -Fix: compilation with MinGW GCC 4.5.0 and UNICODE 14 years ago
string.cpp (svn r19703) -Add: hexadecimal string filter 14 years ago
string_func.h (svn r18919) -Fix (r15371): strcasestr() return should not be const 15 years ago
string_type.h (svn r19703) -Add: hexadecimal string filter 14 years ago
strings.cpp (svn r19824) -Fix [FS#3837] (19799): aircraft would be heading to someone 14 years ago
strings_func.h (svn r17790) -Feature: translatable base sound/graphics set descriptions 15 years ago
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 14 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 14 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 14 years ago
subsidy_func.h (svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header 15 years ago
subsidy_gui.cpp (svn r18966) -Codechange: Remove Window::OnDoubleClick() in favour of a parameter for OnClick(). 15 years ago
subsidy_type.h (svn r19507) -Codechange: remove semicolon after DECLARE_POSTFIX_INCREMENT and DECLARE_ENUM_AS_BIT_SET 14 years ago
tar_type.h (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
terraform_cmd.cpp (svn r19816) -Codechange: use static const uint for the unnamed 'tile consts' enum as well 14 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. 14 years ago
terraform_gui.h (svn r18781) -Codechange: pass the CommandCost to the callback instead of whether it succeeded or not. 15 years ago
textbuf_gui.h (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
texteff.cpp (svn r19084) -Codechange: minor coding-style fixups 15 years ago
texteff.hpp (svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header 15 years ago
tgp.cpp (svn r19352) -Fix (r19332): MSVC doesn't have M_PI in math.h 14 years ago
tgp.h (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
tile_cmd.h (svn r19507) -Codechange: remove semicolon after DECLARE_POSTFIX_INCREMENT and DECLARE_ENUM_AS_BIT_SET 14 years ago
tile_map.cpp (svn r17693) -Cleanup: remove some unneeded includes 15 years ago
tile_map.h (svn r19769) -Fix [FS#3820]: MV_VOID tiles shall have no tropic zone. 14 years ago
tile_type.h (svn r19816) -Codechange: use static const uint for the unnamed 'tile consts' enum as well 14 years ago
tilearea.cpp (svn r19041) -Codechange: Improve selection of tile to draw in zoomed-out smallmaps. 15 years ago
tilearea_type.h (svn r19392) -Codechange: Increase the maximum size of a TileArea. 14 years ago
tilehighlight_func.h (svn r18872) -Codechange: introduce PaletteID and use it 15 years ago
tilehighlight_type.h (svn r19507) -Codechange: remove semicolon after DECLARE_POSTFIX_INCREMENT and DECLARE_ENUM_AS_BIT_SET 14 years ago
timetable.h (svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header 15 years ago
timetable_cmd.cpp (svn r19670) -Codechange: Add CeilDiv() and RoundDiv() to simplify integer divisions with rounding. 14 years ago
timetable_gui.cpp (svn r18980) -Codechange: preceeding -> preceding (spelling) 15 years ago
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 14 years ago
toolbar_gui.h (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
town.h (svn r19812) -Codechange: give some unnamed enums a name or, in case they consisted of unrelated values use static const (u)int 14 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. 14 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 14 years ago
town_map.h (svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header 15 years ago
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 14 years ago
townname.cpp (svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header 15 years ago
townname_func.h (svn r17612) -Feature: possibility to choose (randomise or enter custom) town name before its creation (original patch by Terkhen) 15 years ago
townname_type.h (svn r17612) -Feature: possibility to choose (randomise or enter custom) town name before its creation (original patch by Terkhen) 15 years ago
track_func.h (svn r19792) -Change: use the typed FOR_EACH_SET_BIT for Tracks (adf88) 14 years ago
track_type.h (svn r19605) -Codechange: Merge ExtractBits into EnumPropsT. 14 years ago
train.h (svn r19342) -Codechange: Move inclination update functions to GroundVehicle. 14 years ago
train_cmd.cpp (svn r19792) -Change: use the typed FOR_EACH_SET_BIT for Tracks (adf88) 14 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 14 years ago
transparency.h (svn r18802) -Codechange: Deduplicate drawing-code for depots and stations/waypoints. 15 years ago
transparency_gui.cpp (svn r18966) -Codechange: Remove Window::OnDoubleClick() in favour of a parameter for OnClick(). 15 years ago
transparency_gui.h (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
transport_type.h (svn r19654) -Codechange: Use Extract<> in more places. 14 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. 14 years ago
tree_gui.cpp (svn r19634) -Codechange: Use TREE_INVALID more consistently. 14 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 14 years ago
tunnel_map.cpp (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
tunnel_map.h (svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header 15 years ago
tunnelbridge.h (svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header 15 years ago
tunnelbridge_cmd.cpp (svn r19816) -Codechange: use static const uint for the unnamed 'tile consts' enum as well 14 years ago
tunnelbridge_map.h (svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header 15 years ago
unmovable.h (svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header 15 years ago
unmovable_cmd.cpp (svn r19494) -Codechange: Remove _error_message. 14 years ago
unmovable_map.h (svn r19614) -Codechange: "it's" => "its" where appropriate 14 years ago
variables.h (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
vehicle.cpp (svn r19756) -Codechange: move UpdateViewport() from Vehicle to SpecializedVehicle in order to improve performance 14 years ago
vehicle_base.h (svn r19756) -Codechange: move UpdateViewport() from Vehicle to SpecializedVehicle in order to improve performance 14 years ago
vehicle_cmd.cpp (svn r19714) -Feature: ctrl+click on a vehicle to start/stop it 14 years ago
vehicle_func.h (svn r19369) -Codechange: EnsureNoTrainOnTrackBits() returns a CommandCost now. 14 years ago
vehicle_gui.cpp (svn r19796) -Codechange: introduce and use a {DEPOT} string command 14 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 14 years ago
vehicle_gui_base.h (svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header 15 years ago
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 14 years ago
vehiclelist.cpp (svn r19656) -Codechange/Fix: Report back if invalid vehicle lists are requested. 14 years ago
vehiclelist.h (svn r19656) -Codechange/Fix: Report back if invalid vehicle lists are requested. 14 years ago
viewport.cpp (svn r19817) -Fix: MSVC compile warnings 14 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 14 years ago
viewport_gui.cpp (svn r18966) -Codechange: Remove Window::OnDoubleClick() in favour of a parameter for OnClick(). 15 years ago
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 14 years ago
void_map.h (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
water.h (svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header 15 years ago
water_cmd.cpp (svn r19799) -Change: give depots an unique name in the same manner buoys and waypoints are named 14 years ago
water_map.h (svn r19668) -Codechange: Use WaterClass in parameters of CMD_BUILD_CANAL. 14 years ago
waypoint.cpp (svn r18679) -Fix (r16993): tile area of waypoints wasn't correctly given to NewGRFs in case of multi tile waypoints 15 years ago
waypoint_base.h (svn r19798) -Codechange: generalise the waypoint naming method 14 years ago
waypoint_cmd.cpp (svn r19798) -Codechange: generalise the waypoint naming method 14 years ago
waypoint_func.h (svn r18028) -Codechange: unglobalise some functions 15 years ago
waypoint_gui.cpp (svn r18966) -Codechange: Remove Window::OnDoubleClick() in favour of a parameter for OnClick(). 15 years ago
widget.cpp (svn r19844) -Fix: Move NWidgetBase::StoreSizePosition() to an include file, and use proper inline macro. 14 years ago
widget_type.h (svn r19844) -Fix: Move NWidgetBase::StoreSizePosition() to an include file, and use proper inline macro. 14 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. 14 years ago
window_func.h (svn r18331) -Fix [FS#3334]: news items would with some chat 'bars' not be displayed fully. Fix by erikjanp. 15 years ago
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. 14 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. 14 years ago
zoom_func.h (svn r18351) -Fix [FS#3333]: endianness issue with saving the zoom level 15 years ago
zoom_type.h (svn r18351) -Fix [FS#3333]: endianness issue with saving the zoom level 15 years ago