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
frosch e6688ab190 (svn r14239) -Fix [FS#2267]: The engine-purchase-list-sorter doubled running-cost and halfed capacity of double-headed engines. 16 years ago
..
ai (svn r14169) -Codechange: rename location_of_house for location_of_HQ, which is more exact and less subject to interpretation 16 years ago
blitter (svn r14223) -Codechange: make GetSprite aware of the 4 different types of sprites: fonts, recolour, mapgen and normal sprites. 16 years ago
core (svn r14232) -Codechange: use builtin for byte swapping for gcc >= 4.3 16 years ago
lang (svn r14233) -Feature/Fix [FS#2172]: save the palette of the loaded NewGRFs in the savegame, so joining with a server using Windows palette will make a client with the DOS palette do palette conversion and (thus) not cause a desync due to the different palettes disabling different NewGRFs. 16 years ago
misc (svn r14105) -Fix: Some typos that are more grammatical errors, as it seems. 16 years ago
music
network (svn r14228) -Fix (r14209): double click on the 'last joined' server didn't work 16 years ago
os/macosx (svn r14200) -Fix (r14199): some OSes failed to compile. Furthermore I hate wrong comments! 16 years ago
sound
spriteloader (svn r14229) -Feature: allow overriding the palette of the base GRFs. This way you can play with NewGRFs made for the Windows palette with the DOS palettes base GRFs (and vice versa). Note that for this to work correctly ALL NewGRFs must use the same palette; mix and match is not yet supported. 16 years ago
strgen (svn r14111) -Fix (r2572): [strgen] Changing order of parameters {X:...} did not work for strings including some {StringY}. 16 years ago
table (svn r14230) -Codechange: Simplify MapDOSColour() using the new stuff. 16 years ago
video (svn r14200) -Fix (r14199): some OSes failed to compile. Furthermore I hate wrong comments! 16 years ago
widgets (svn r14168) -Codechange: Make dropdown 'auto_width' a separate parameter, so that a minimum width can be specified. 16 years ago
yapf (svn r14048) -Fix (r14019) [FS#2222]: Redo the check for reserved tracks properly this time. (michi_cc) 16 years ago
aircraft.h
aircraft_cmd.cpp (svn r14223) -Codechange: make GetSprite aware of the 4 different types of sprites: fonts, recolour, mapgen and normal sprites. 16 years ago
aircraft_gui.cpp (svn r14098) -Fix: Make the 'Transfer Credit' display aware of the entire consist, not only the first vehicle 16 years ago
airport.cpp
airport.h
airport_gui.cpp
airport_movement.h
animated_tile.cpp
animated_tile_func.h
articulated_vehicles.cpp
articulated_vehicles.h
autoreplace_base.h
autoreplace_cmd.cpp (svn r14174) -Fix: since now, we are 'losing' things, not 'loosing' 16 years ago
autoreplace_func.h (svn r14037) -Fix (r8610): The autoreplace gui showed vehicle types for replacement which CmdSetAutoReplace() did not accept. 16 years ago
autoreplace_gui.cpp (svn r14157) -Codechange: Add and use string properties for rail types instead of relying on consecutive string IDs. 16 years ago
autoreplace_gui.h
autoreplace_type.h
autoslope.h
aystar.cpp
aystar.h
bmp.cpp
bmp.h
bridge.h
bridge_gui.cpp
bridge_map.cpp
bridge_map.h
build_vehicle_gui.cpp (svn r14239) -Fix [FS#2267]: The engine-purchase-list-sorter doubled running-cost and halfed capacity of double-headed engines. 16 years ago
callback_table.cpp
callback_table.h
cargo_type.h
cargopacket.cpp (svn r14235) -Fix (r14234): compilation with MSVC was broken 16 years ago
cargopacket.h (svn r14137) -Codechange: Remove a now unused member of CargoPacket 16 years ago
cargotype.cpp
cargotype.h
cheat.cpp
cheat_func.h
cheat_gui.cpp (svn r14003) -Codechange: Replace numbers with Colours enum opn some DrawArrowButtons calls 16 years ago
cheat_type.h
clear_cmd.cpp
clear_map.h
cmd_helper.h
command.cpp (svn r14083) -Fix [FS#1264, FS#2037, FS#2038, FS#2110]: Rewrite the autoreplace kernel. 16 years ago
command_func.h
command_type.h (svn r14083) -Fix [FS#1264, FS#2037, FS#2038, FS#2110]: Rewrite the autoreplace kernel. 16 years ago
console.cpp
console_cmds.cpp (svn r14199) -Codechange: split fileio.h into fileio_type.h and fileio_func.h so not everything that includes saveload.h needs to include everything else too. 16 years ago
console_func.h
console_gui.cpp (svn r14068) -Fix (r14056): MSVC doesn't support typeof. 16 years ago
console_gui.h
console_internal.h (svn r14056) -Fix [FS#2192]: the console backlog is too small for list_patches. Now it'll only remove backlog items when there are more than a threshold and when they are there longer than (another) threshold. 16 years ago
console_type.h
currency.cpp (svn r14105) -Fix: Some typos that are more grammatical errors, as it seems. 16 years ago
currency.h
date.cpp (svn r14047) -Codechange: move chatmessage handling to the network directory as that's the only case chat messages are used. Furthermore remove any trace of chatmessages when compiling without network support. 16 years ago
date_func.h
date_type.h
debug.cpp (svn r14200) -Fix (r14199): some OSes failed to compile. Furthermore I hate wrong comments! 16 years ago
debug.h
dedicated.cpp
depot.cpp
depot_base.h
depot_func.h
depot_gui.cpp (svn r14223) -Codechange: make GetSprite aware of the 4 different types of sprites: fonts, recolour, mapgen and normal sprites. 16 years ago
depot_map.h
depot_type.h
direction_func.h
direction_type.h
disaster_cmd.cpp
dock_gui.cpp
driver.cpp
driver.h
dummy_land.cpp
economy.cpp (svn r14105) -Fix: Some typos that are more grammatical errors, as it seems. 16 years ago
economy_func.h
economy_type.h
effectvehicle.cpp (svn r14110) -Fix: desyncs due to bubbles in toyland 16 years ago
effectvehicle_base.h
effectvehicle_func.h
elrail.cpp (svn r14176) -Fix: better 'safe' than ... 'save' 16 years ago
elrail_func.h
endian_check.cpp
engine.cpp (svn r14182) -Fix: After applying NewGRF settings, all rail and road types were available as the engine availability check was performed too early. 16 years ago
engine_base.h
engine_func.h
engine_gui.cpp (svn r14157) -Codechange: Add and use string properties for rail types instead of relying on consecutive string IDs. 16 years ago
engine_gui.h
engine_type.h (svn r14078) -Codechange: Rename *VehicleInfo::base_cost to cost_factor, indicating what it actually is. 16 years ago
fiber.hpp
fiber_thread.cpp
fiber_win32.cpp
fileio.cpp (svn r14199) -Codechange: split fileio.h into fileio_type.h and fileio_func.h so not everything that includes saveload.h needs to include everything else too. 16 years ago
fileio_func.h (svn r14207) -Fix [FS#2262] (r14191): warning about non-virtual destructor in class with virtual functions. 16 years ago
fileio_type.h (svn r14199) -Codechange: split fileio.h into fileio_type.h and fileio_func.h so not everything that includes saveload.h needs to include everything else too. 16 years ago
fios.cpp (svn r14199) -Codechange: split fileio.h into fileio_type.h and fileio_func.h so not everything that includes saveload.h needs to include everything else too. 16 years ago
fios.h (svn r14199) -Codechange: split fileio.h into fileio_type.h and fileio_func.h so not everything that includes saveload.h needs to include everything else too. 16 years ago
fontcache.cpp (svn r14223) -Codechange: make GetSprite aware of the 4 different types of sprites: fonts, recolour, mapgen and normal sprites. 16 years ago
fontcache.h (svn r14223) -Codechange: make GetSprite aware of the 4 different types of sprites: fonts, recolour, mapgen and normal sprites. 16 years ago
functions.h
gamelog.cpp
gamelog.h
genworld.cpp
genworld.h
genworld_gui.cpp (svn r14105) -Fix: Some typos that are more grammatical errors, as it seems. 16 years ago
gfx.cpp (svn r14223) -Codechange: make GetSprite aware of the 4 different types of sprites: fonts, recolour, mapgen and normal sprites. 16 years ago
gfx_func.h (svn r14229) -Feature: allow overriding the palette of the base GRFs. This way you can play with NewGRFs made for the Windows palette with the DOS palettes base GRFs (and vice versa). Note that for this to work correctly ALL NewGRFs must use the same palette; mix and match is not yet supported. 16 years ago
gfx_type.h (svn r14223) -Codechange: make GetSprite aware of the 4 different types of sprites: fonts, recolour, mapgen and normal sprites. 16 years ago
gfxinit.cpp (svn r14233) -Feature/Fix [FS#2172]: save the palette of the loaded NewGRFs in the savegame, so joining with a server using Windows palette will make a client with the DOS palette do palette conversion and (thus) not cause a desync due to the different palettes disabling different NewGRFs. 16 years ago
gfxinit.h (svn r14197) -Codechange: rework (original) base graphics determination methods. This yields in the following: 16 years ago
graph_gui.cpp (svn r14219) -Fix (rthebeginning): 10 days != 6*2.5 days, effectively causing the payment graph to show the wrong data. 16 years ago
group.h
group_cmd.cpp (svn r14096) -Codechange: merge the shared order's vehicle list management to a single location. 16 years ago
group_gui.cpp (svn r14063) -Codechange: replace some "magic" constants with enumified constants. 16 years ago
group_gui.h
group_type.h (svn r14063) -Codechange: replace some "magic" constants with enumified constants. 16 years ago
gui.h (svn r14017) -Codechange: DrawArrowButtons now uses Colours enum to specify the colour of the button 16 years ago
heightmap.cpp
heightmap.h
industry.h (svn r14105) -Fix: Some typos that are more grammatical errors, as it seems. 16 years ago
industry_cmd.cpp (svn r14093) -Fix [FS#2230]: don't flood a NewGRF industry when it implicitly tells that it wants to be build on water (land shape flags bit 5). 16 years ago
industry_gui.cpp (svn r14003) -Codechange: Replace numbers with Colours enum opn some DrawArrowButtons calls 16 years ago
industry_map.h (svn r13982) -Fix (r13981): And then not enough was cleared... 16 years ago
industry_type.h
ini.cpp (svn r14231) -Fix: Windows binaries not able to read non-windows newlines ini files. For more detail read the 'attached' diff. 16 years ago
ini_type.h (svn r14167) -Fix: items in some ini-groups got duplicated on save. 16 years ago
intro_gui.cpp
landscape.cpp (svn r14223) -Codechange: make GetSprite aware of the 4 different types of sprites: fonts, recolour, mapgen and normal sprites. 16 years ago
landscape.h
landscape_type.h
livery.h
lzoconf.h
main_gui.cpp (svn r14223) -Codechange: make GetSprite aware of the 4 different types of sprites: fonts, recolour, mapgen and normal sprites. 16 years ago
map.cpp
map_func.h
map_type.h
masm64.rules (svn r13903) -Fix: missing eol-style property. 16 years ago
md5.cpp
md5.h
minilzo.cpp
minilzo.h
misc.cpp (svn r14047) -Codechange: move chatmessage handling to the network directory as that's the only case chat messages are used. Furthermore remove any trace of chatmessages when compiling without network support. 16 years ago
misc_cmd.cpp (svn r14063) -Codechange: replace some "magic" constants with enumified constants. 16 years ago
misc_gui.cpp (svn r14199) -Codechange: split fileio.h into fileio_type.h and fileio_func.h so not everything that includes saveload.h needs to include everything else too. 16 years ago
mixer.cpp
mixer.h
music.cpp
music.h
music_gui.cpp (svn r14199) -Codechange: split fileio.h into fileio_type.h and fileio_func.h so not everything that includes saveload.h needs to include everything else too. 16 years ago
namegen.cpp
namegen_func.h
newgrf.cpp (svn r14233) -Feature/Fix [FS#2172]: save the palette of the loaded NewGRFs in the savegame, so joining with a server using Windows palette will make a client with the DOS palette do palette conversion and (thus) not cause a desync due to the different palettes disabling different NewGRFs. 16 years ago
newgrf.h
newgrf_callbacks.h
newgrf_canal.cpp
newgrf_canal.h
newgrf_cargo.cpp
newgrf_cargo.h
newgrf_commons.cpp
newgrf_commons.h
newgrf_config.cpp (svn r14233) -Feature/Fix [FS#2172]: save the palette of the loaded NewGRFs in the savegame, so joining with a server using Windows palette will make a client with the DOS palette do palette conversion and (thus) not cause a desync due to the different palettes disabling different NewGRFs. 16 years ago
newgrf_config.h (svn r14233) -Feature/Fix [FS#2172]: save the palette of the loaded NewGRFs in the savegame, so joining with a server using Windows palette will make a client with the DOS palette do palette conversion and (thus) not cause a desync due to the different palettes disabling different NewGRFs. 16 years ago
newgrf_engine.cpp
newgrf_engine.h
newgrf_generic.cpp
newgrf_generic.h
newgrf_gui.cpp (svn r14233) -Feature/Fix [FS#2172]: save the palette of the loaded NewGRFs in the savegame, so joining with a server using Windows palette will make a client with the DOS palette do palette conversion and (thus) not cause a desync due to the different palettes disabling different NewGRFs. 16 years ago
newgrf_house.cpp
newgrf_house.h
newgrf_industries.cpp
newgrf_industries.h
newgrf_industrytiles.cpp
newgrf_industrytiles.h
newgrf_sound.cpp
newgrf_sound.h
newgrf_spritegroup.cpp
newgrf_spritegroup.h
newgrf_station.cpp (svn r13965) -Add [YAPP]: Implement newgrf var 0x44 for stations (PBS reservation state). (michi_cc) 16 years ago
newgrf_station.h
newgrf_storage.cpp
newgrf_storage.h
newgrf_text.cpp (svn r14087) -Fix [FS#2228]: flawed parsing of words (as in 2 bytes) in GRF strings due to sign extension (minime) 16 years ago
newgrf_text.h
newgrf_town.cpp
newgrf_town.h
newgrf_townname.cpp
newgrf_townname.h
news_func.h
news_gui.cpp (svn r13897) -Codechange: Replace remaining numbers with Colours enum on news guis 16 years ago
news_gui.h
news_type.h (svn r14059) -Fix(r13872): Wrong comments in enum. Dear old copy/paste... 16 years ago
npf.cpp (svn r13948) -Add [YAPP]: Extend NPF with a function to find a safe tile and reserve a path. (michi_cc) 16 years ago
npf.h (svn r13948) -Add [YAPP]: Extend NPF with a function to find a safe tile and reserve a path. (michi_cc) 16 years ago
oldloader.cpp (svn r14169) -Codechange: rename location_of_house for location_of_HQ, which is more exact and less subject to interpretation 16 years ago
oldpool.cpp
oldpool.h
oldpool_func.h
openttd.cpp (svn r14199) -Codechange: split fileio.h into fileio_type.h and fileio_func.h so not everything that includes saveload.h needs to include everything else too. 16 years ago
openttd.h
order_base.h
order_cmd.cpp (svn r14179) -Fix (r1): RemoveOrderFromAllVehicles() did not mark enough windows dirty. 16 years ago
order_func.h (svn r14092) -Cleanup (r14083): dead code, i.e. unused function. 16 years ago
order_gui.cpp (svn r14097) -Fix [FS#2085]: one couldn't get a list of vehicles sharing an order when the number of orders was 0; you could see that the vehicles had a shared order though. 16 years ago
order_type.h
os2.cpp (svn r14200) -Fix (r14199): some OSes failed to compile. Furthermore I hate wrong comments! 16 years ago
os_timer.cpp
osk_gui.cpp (svn r14046) -Codechange: make the size of querystring "widgets" more configurable. 16 years ago
ottdres.rc.in
pathfind.cpp (svn r13934) -Codechange [YAPP]: Handle through signals in the pathfinders. (michi_cc) 16 years ago
pathfind.h
pbs.cpp (svn r14109) -Fix (r14107): marking reserved tile dirty is needed for waypoints and stations even when patch option is disabled 16 years ago
pbs.h (svn r14186) -Fix [FS#2255]: small typo (Jafinto) 16 years ago
player_base.h (svn r14169) -Codechange: rename location_of_house for location_of_HQ, which is more exact and less subject to interpretation 16 years ago
player_face.h
player_func.h
player_gui.cpp (svn r14169) -Codechange: rename location_of_house for location_of_HQ, which is more exact and less subject to interpretation 16 years ago
player_gui.h
player_type.h (svn r14063) -Codechange: replace some "magic" constants with enumified constants. 16 years ago
players.cpp (svn r14169) -Codechange: rename location_of_house for location_of_HQ, which is more exact and less subject to interpretation 16 years ago
querystring_gui.h (svn r14069) -Fix: silence MSVC 64-bits compile warnings. 16 years ago
queue.cpp
queue.h
rail.cpp (svn r14160) -Codechange: Move _railtype_cost_multipliers into the rail type information struct. 16 years ago
rail.h (svn r14162) -Fix: Allow rail type conversion if the rail type cost multipliers are the same. 16 years ago
rail_cmd.cpp (svn r14176) -Fix: better 'safe' than ... 'save' 16 years ago
rail_gui.cpp (svn r14034) -Cleanup (r13938) [FS#2210]: Typo in YAPP constant. (Eddi) 16 years ago
rail_gui.h
rail_map.h (svn r13940) -Add [YAPP]: YAPF is now able to reserve the found path. (michi_cc) 16 years ago
rail_type.h
rev.cpp.in
rev.h
road.cpp
road_cmd.cpp (svn r14176) -Fix: better 'safe' than ... 'save' 16 years ago
road_cmd.h
road_func.h
road_gui.cpp (svn r13899) -Codechange: Replace numbers with Colours enum on roads gui. 16 years ago
road_gui.h
road_internal.h
road_map.cpp
road_map.h (svn r13926) -Add [YAPP]: Add map accessors for path reservations. (michi_cc) 16 years ago
road_type.h (svn r14170) -Codechange: Missing enum for road type iteration. 16 years ago
roadveh.h (svn r14090) -Fix: the vehicle window of articulated road vehicles would show the clone/refit button when the vehicle was not completely stopped in the depot. 16 years ago
roadveh_cmd.cpp (svn r14090) -Fix: the vehicle window of articulated road vehicles would show the clone/refit button when the vehicle was not completely stopped in the depot. 16 years ago
roadveh_gui.cpp (svn r14098) -Fix: Make the 'Transfer Credit' display aware of the entire consist, not only the first vehicle 16 years ago
saveload.cpp (svn r14233) -Feature/Fix [FS#2172]: save the palette of the loaded NewGRFs in the savegame, so joining with a server using Windows palette will make a client with the DOS palette do palette conversion and (thus) not cause a desync due to the different palettes disabling different NewGRFs. 16 years ago
saveload.h (svn r14199) -Codechange: split fileio.h into fileio_type.h and fileio_func.h so not everything that includes saveload.h needs to include everything else too. 16 years ago
screenshot.cpp (svn r14199) -Codechange: split fileio.h into fileio_type.h and fileio_func.h so not everything that includes saveload.h needs to include everything else too. 16 years ago
screenshot.h
sdl.cpp
sdl.h
settings.cpp (svn r14197) -Codechange: rework (original) base graphics determination methods. This yields in the following: 16 years ago
settings_func.h (svn r14041) -Feature(tte): make it possible to filter list_patches output like it's done for other list_* console commands 16 years ago
settings_gui.cpp (svn r14018) -Fix (r14017): Typos prevented compilation. 16 years ago
settings_internal.h (svn r14153) -Codechange: split ini file reading/saving from settings.cpp. 16 years ago
settings_type.h (svn r14056) -Fix [FS#2192]: the console backlog is too small for list_patches. Now it'll only remove backlog items when there are more than a threshold and when they are there longer than (another) threshold. 16 years ago
ship.h
ship_cmd.cpp (svn r14223) -Codechange: make GetSprite aware of the 4 different types of sprites: fonts, recolour, mapgen and normal sprites. 16 years ago
ship_gui.cpp (svn r13907) -Codechange: Replace a number with Colours enum on DrawFrameRect usage 16 years ago
signal.cpp (svn r13960) -Codechange [YAPP]: Reserve a path when exiting a depot into a PBS block. (michi_cc) 16 years ago
signal_func.h (svn r13960) -Codechange [YAPP]: Reserve a path when exiting a depot into a PBS block. (michi_cc) 16 years ago
signal_type.h (svn r13932) -Add [YAPP]: PBS signals added to the map array. The signals are drawn using the old Patch-like PBS sprites. (michi_cc) 16 years ago
signs.cpp (svn r14114) -Fix [FS#2242]: Sign list was not properly updated on removal of signs. 16 years ago
signs_base.h
signs_func.h
signs_gui.cpp (svn r14215) -Cleanup (r13866): Strange line wrapping... 16 years ago
signs_type.h (svn r14063) -Codechange: replace some "magic" constants with enumified constants. 16 years ago
slope_func.h
slope_type.h
smallmap_gui.cpp (svn r14000) -Codechange: Missing enum entries kind of defeat the point of the enum 16 years ago
sortlist_type.h
sound.cpp (svn r14199) -Codechange: split fileio.h into fileio_type.h and fileio_func.h so not everything that includes saveload.h needs to include everything else too. 16 years ago
sound_func.h
sound_type.h
sprite.h (svn r14191) -Codechange: unify the code to skip sprite payload (i.e. not the header). 16 years ago
spritecache.cpp (svn r14229) -Feature: allow overriding the palette of the base GRFs. This way you can play with NewGRFs made for the Windows palette with the DOS palettes base GRFs (and vice versa). Note that for this to work correctly ALL NewGRFs must use the same palette; mix and match is not yet supported. 16 years ago
spritecache.h (svn r14223) -Codechange: make GetSprite aware of the 4 different types of sprites: fonts, recolour, mapgen and normal sprites. 16 years ago
station.cpp
station_base.h
station_cmd.cpp (svn r14064) -Fix [FS#1752]: check for the length of strings (in bytes) in the command. Checking for the length in pixels is impossible because that differs per client. 16 years ago
station_func.h
station_gui.cpp (svn r14180) -Fix (r8293): close all related vehicle lists when closing a station window (and not only the train list). 16 years ago
station_gui.h
station_map.h (svn r13926) -Add [YAPP]: Add map accessors for path reservations. (michi_cc) 16 years ago
station_type.h (svn r14063) -Codechange: replace some "magic" constants with enumified constants. 16 years ago
statusbar_gui.cpp (svn r13919) -Codechange: Replace numbers with Colours enum on osk(forgot 2 assignations), statusbar, subsidy, terraform, timetable, toolbar, town, tree and vehicle guis. 16 years ago
statusbar_gui.h
stdafx.h (svn r14154) -Fix (r14153): strndup is a GNU extension, so it doesn't exist on all platforms 16 years ago
string.cpp (svn r14154) -Fix (r14153): strndup is a GNU extension, so it doesn't exist on all platforms 16 years ago
string_func.h (svn r14204) -Fix (r7475): when determining length of a string with limited size, first check if we are not out of bounds already 16 years ago
string_type.h
strings.cpp (svn r14199) -Codechange: split fileio.h into fileio_type.h and fileio_func.h so not everything that includes saveload.h needs to include everything else too. 16 years ago
strings_func.h
strings_type.h (svn r13910) -Document: string drawing related functions and types (Alberth) 16 years ago
subsidy_gui.cpp (svn r13919) -Codechange: Replace numbers with Colours enum on osk(forgot 2 assignations), statusbar, subsidy, terraform, timetable, toolbar, town, tree and vehicle guis. 16 years ago
tar_type.h
terraform_cmd.cpp
terraform_gui.cpp (svn r13919) -Codechange: Replace numbers with Colours enum on osk(forgot 2 assignations), statusbar, subsidy, terraform, timetable, toolbar, town, tree and vehicle guis. 16 years ago
terraform_gui.h
textbuf_gui.h
texteff.cpp (svn r14047) -Codechange: move chatmessage handling to the network directory as that's the only case chat messages are used. Furthermore remove any trace of chatmessages when compiling without network support. 16 years ago
texteff.hpp (svn r14047) -Codechange: move chatmessage handling to the network directory as that's the only case chat messages are used. Furthermore remove any trace of chatmessages when compiling without network support. 16 years ago
tgp.cpp
tgp.h
thread.h
thread_morphos.cpp
thread_none.cpp
thread_os2.cpp
thread_pthread.cpp
thread_win32.cpp
tile_cmd.h
tile_map.cpp
tile_map.h
tile_type.h
tilehighlight_func.h
tilehighlight_type.h
timetable.h
timetable_cmd.cpp (svn r14192) -Fix [FS#2236]: properly update the current timetable's travel/wait times instead of only doing it for one vehicle in the shared order chain and only when some bit has not been set (PhilSophus) 16 years ago
timetable_gui.cpp (svn r13919) -Codechange: Replace numbers with Colours enum on osk(forgot 2 assignations), statusbar, subsidy, terraform, timetable, toolbar, town, tree and vehicle guis. 16 years ago
toolbar_gui.cpp (svn r14181) -Fix (r14175): Rail types are not road types 16 years ago
toolbar_gui.h
town.h
town_cmd.cpp (svn r14064) -Fix [FS#1752]: check for the length of strings (in bytes) in the command. Checking for the length in pixels is impossible because that differs per client. 16 years ago
town_gui.cpp (svn r14063) -Codechange: replace some "magic" constants with enumified constants. 16 years ago
town_map.h
town_type.h (svn r14063) -Codechange: replace some "magic" constants with enumified constants. 16 years ago
track_func.h (svn r13941) -Codechange [YAPP]: Added YAPP-related penalties to YAPF. (michi_cc) 16 years ago
track_type.h
train.h (svn r14147) -Codechange: Allow passing 'const Vehicle *' to GetNextUnit() and GetPrevUnit(). 16 years ago
train_cmd.cpp (svn r14149) -Fix: When selling the front engine of a train consist with another engine at the second position, not all 'important' data was copied to the new head. 16 years ago
train_gui.cpp (svn r14098) -Fix: Make the 'Transfer Credit' display aware of the entire consist, not only the first vehicle 16 years ago
transparency.h
transparency_gui.cpp
transparency_gui.h
transport_type.h
tree_cmd.cpp
tree_gui.cpp (svn r13919) -Codechange: Replace numbers with Colours enum on osk(forgot 2 assignations), statusbar, subsidy, terraform, timetable, toolbar, town, tree and vehicle guis. 16 years ago
tree_map.h
tunnel_map.cpp
tunnel_map.h
tunnelbridge.h
tunnelbridge_cmd.cpp (svn r14176) -Fix: better 'safe' than ... 'save' 16 years ago
tunnelbridge_map.h (svn r13926) -Add [YAPP]: Add map accessors for path reservations. (michi_cc) 16 years ago
unix.cpp
unmovable.h
unmovable_cmd.cpp (svn r14169) -Codechange: rename location_of_house for location_of_HQ, which is more exact and less subject to interpretation 16 years ago
unmovable_map.h (svn r14171) -Codechange: Make the test for HQ a bit lighter. 16 years ago
variables.h
vehicle.cpp (svn r14223) -Codechange: make GetSprite aware of the 4 different types of sprites: fonts, recolour, mapgen and normal sprites. 16 years ago
vehicle_base.h (svn r14096) -Codechange: merge the shared order's vehicle list management to a single location. 16 years ago
vehicle_func.h (svn r14083) -Fix [FS#1264, FS#2037, FS#2038, FS#2110]: Rewrite the autoreplace kernel. 16 years ago
vehicle_gui.cpp (svn r14150) -Add: Add the count of trains using the current waypoint in the vehicle list window's caption 16 years ago
vehicle_gui.h (svn r14118) -Fix(r14104): typos creeping like bugs 16 years ago
vehicle_type.h (svn r14063) -Codechange: replace some "magic" constants with enumified constants. 16 years ago
vehiclelist.cpp (svn r14118) -Fix(r14104): typos creeping like bugs 16 years ago
vehiclelist.h
viewport.cpp (svn r14223) -Codechange: make GetSprite aware of the 4 different types of sprites: fonts, recolour, mapgen and normal sprites. 16 years ago
viewport_func.h
viewport_type.h (svn r14221) -Fix: signs (town name, station name, ...) could be too long for 8bit width in pixels 16 years ago
void_map.h
water.h
water_cmd.cpp (svn r14103) -Fix [YAPP]: flooded trains didn't free their reservation 16 years ago
water_map.h
waypoint.cpp (svn r14210) -Codechange: remove a useless check when creating new waypoint 16 years ago
waypoint.h (svn r14140) -Fix (r14135): Enum in saveload-table. 16 years ago
waypoint_gui.cpp (svn r14143) -Codechange: Recenter viewport of waypoint window when relocating the waypoint. 16 years ago
waypoint_type.h (svn r14063) -Codechange: replace some "magic" constants with enumified constants. 16 years ago
widget.cpp (svn r14040) -Codechange:Remove a hard coded value that is not even representative, 16 years ago
win32.cpp (svn r14200) -Fix (r14199): some OSes failed to compile. Furthermore I hate wrong comments! 16 years ago
win32.h
win64.asm (svn r14176) -Fix: better 'safe' than ... 'save' 16 years ago
window.cpp (svn r14047) -Codechange: move chatmessage handling to the network directory as that's the only case chat messages are used. Furthermore remove any trace of chatmessages when compiling without network support. 16 years ago
window_func.h
window_gui.h (svn r13977) -Codechange: Let ResizeWindowForWidget() handle hidden (zero height or zero width) widgets. 16 years ago
window_type.h (svn r14104) -Feature: Add a window for waypoints, allowing to view all the trains having the selected waypoint in their orders. 16 years ago
zoom_func.h
zoom_type.h