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 c393913563 (svn r14711) -Codechange: don't misuse the _network_company_info password field for changing the password on clients. 16 years ago
..
ai (svn r14707) -Cleanup: Replace an 'int' by 'Trackdir'. 16 years ago
blitter (svn r14540) -Codechange: introduce [v]seprintf which are like [v]snprintf but do return the number of characters written instead of the number of characters that would be written; as size_t is unsigned substraction can cause integer underflows quite quickly. 16 years ago
core (svn r14704) -Codechange: Add set capabilities to SmallVector. 16 years ago
lang (svn r14706) -Update: WebTranslator2 update to 2008-12-20 18:37:49 16 years ago
misc
music (svn r14632) -Add: support Allegro as midi backend. 16 years ago
network (svn r14711) -Codechange: don't misuse the _network_company_info password field for changing the password on clients. 16 years ago
os/macosx (svn r14200) -Fix (r14199): some OSes failed to compile. Furthermore I hate wrong comments! 16 years ago
sound (svn r14632) -Add: support Allegro as midi backend. 16 years ago
spriteloader (svn r14610) -Fix [FS#2415]: possible stack corruption when reading corrupted sprites. 16 years ago
strgen (svn r14697) -Fix: some int vs unsigned int comparisons in strgen. 16 years ago
table (svn r14461) -Document: add some doxygen comments (Albert) 16 years ago
video (svn r14641) -Change [Allegro]: when making a debug build revert Allegro's hooks on SIGSEGV/SIGABRT so one can actually use gdb. 16 years ago
widgets
yapf (svn r14703) -Fix (r8735): [YAPF] YapfRoadVehDistanceToTile() shall not abort searching at v->dest_tile, when it in fact tries to reach another tile. 16 years ago
aircraft.h (svn r14343) -Fix [FS#2300]: invalid v->u.air.targetairport could cause crashes at several places when the station pool got smaller 16 years ago
aircraft_cmd.cpp (svn r14672) -Fix [FS#2444]: Property 7 and callback 12 were broken for aircraft. 16 years ago
aircraft_gui.cpp
airport.cpp (svn r14625) -Codechange: a bit of coding style. 16 years ago
airport.h
airport_gui.cpp (svn r14422) -Codechange: also reflect the changes of r14421 in the filenames. 16 years ago
airport_movement.h
animated_tile.cpp
animated_tile_func.h
articulated_vehicles.cpp
articulated_vehicles.h
autoreplace.cpp (svn r14313) -Codechange: Move functions dealing with the EngineRenew pool to their own file. 16 years ago
autoreplace_base.h (svn r14313) -Codechange: Move functions dealing with the EngineRenew pool to their own file. 16 years ago
autoreplace_cmd.cpp (svn r14442) -Fix (r14406): Typo causing problems in rare cases. 16 years ago
autoreplace_func.h (svn r14422) -Codechange: also reflect the changes of r14421 in the filenames. 16 years ago
autoreplace_gui.cpp (svn r14422) -Codechange: also reflect the changes of r14421 in the filenames. 16 years ago
autoreplace_gui.h
autoreplace_type.h (svn r14421) -Codechange: rename all player variables/types to company *or* client so it is immediatelly clear which one you are working with. 16 years ago
autoslope.h (svn r14422) -Codechange: also reflect the changes of r14421 in the filenames. 16 years ago
aystar.cpp
aystar.h (svn r14707) -Cleanup: Replace an 'int' by 'Trackdir'. 16 years ago
bmp.cpp
bmp.h
bridge.h
bridge_gui.cpp (svn r14326) -Fix: some wrong comments (Yexo) 16 years ago
bridge_map.cpp
bridge_map.h
build_vehicle_gui.cpp (svn r14683) -Change: only say a engine/vehicle is refittable when it can be refitted to at least two cargo type or when it has subcargos. 16 years ago
callback_table.cpp
callback_table.h
cargo_type.h (svn r14491) -Documentation: updates/additions of doxygen docs (Alberth) 16 years ago
cargopacket.cpp (svn r14235) -Fix (r14234): compilation with MSVC was broken 16 years ago
cargopacket.h
cargotype.cpp
cargotype.h
cheat.cpp
cheat_func.h
cheat_gui.cpp (svn r14603) -Fix [FS#2422]: the company ID is off-by-one w.r.t. to the rest of the GUI in the cheat window. 16 years ago
cheat_type.h (svn r14421) -Codechange: rename all player variables/types to company *or* client so it is immediatelly clear which one you are working with. 16 years ago
clear_cmd.cpp (svn r14421) -Codechange: rename all player variables/types to company *or* client so it is immediatelly clear which one you are working with. 16 years ago
clear_map.h
cmd_helper.h
command.cpp (svn r14465) -Codechange: minor code style of command.cpp. 16 years ago
command_func.h
command_type.h (svn r14466) -Doc: remove some obsolete parameters, fix a few parameter names in comments and add a little more doxygen documentation. 16 years ago
company_base.h (svn r14422) -Codechange: also reflect the changes of r14421 in the filenames. 16 years ago
company_cmd.cpp (svn r14709) -Codechange: make a clearer distinction between 'unique' client identification ids and the indices into the clients/client info arrays. 16 years ago
company_func.h (svn r14448) -Codechange [FS#2328]: rename a few variables (based on a patch by planetmaker) 16 years ago
company_gui.cpp (svn r14423) -Codechange: also do r14221 for the strings. 16 years ago
company_gui.h (svn r14448) -Codechange [FS#2328]: rename a few variables (based on a patch by planetmaker) 16 years ago
company_manager_face.h (svn r14422) -Codechange: also reflect the changes of r14421 in the filenames. 16 years ago
company_type.h (svn r14422) -Codechange: also reflect the changes of r14421 in the filenames. 16 years ago
console.cpp (svn r14709) -Codechange: make a clearer distinction between 'unique' client identification ids and the indices into the clients/client info arrays. 16 years ago
console_cmds.cpp (svn r14711) -Codechange: don't misuse the _network_company_info password field for changing the password on clients. 16 years ago
console_func.h
console_gui.cpp (svn r14679) -Fix [FS#2431]: opening the OSK on the chatbox did disable map scrolling (with keyboard) until another window with editbox was opened and closed. Just "refcount" the open edit boxes instead of setting/clearing a bit when opening/closing a window. 16 years ago
console_gui.h
console_internal.h
console_type.h
currency.cpp (svn r14595) -Add: Estonian currency. 16 years ago
currency.h (svn r14595) -Add: Estonian currency. 16 years ago
date.cpp (svn r14611) -Fix (r13437)[FS#2421]: Store the age of a house in the map array instead of the construction year. 16 years ago
date_func.h
date_type.h
debug.cpp (svn r14555) -Codechange: replace ttd_strlcat and ttd_strlcpy with strecat and strecpy where direct conversion is possible 16 years ago
debug.h (svn r14634) -Change: _rdtsc is defined by some platforms so we can't use that name. 16 years ago
dedicated.cpp
depot.cpp
depot_base.h
depot_func.h
depot_gui.cpp (svn r14422) -Codechange: also reflect the changes of r14421 in the filenames. 16 years ago
depot_map.h
depot_type.h
direction_func.h
direction_type.h
disaster_cmd.cpp (svn r14694) -Fix (r1): zeppeliner (disaster) should target st->airport_tile, not st->xy 16 years ago
dock_gui.cpp (svn r14422) -Codechange: also reflect the changes of r14421 in the filenames. 16 years ago
driver.cpp (svn r14540) -Codechange: introduce [v]seprintf which are like [v]snprintf but do return the number of characters written instead of the number of characters that would be written; as size_t is unsigned substraction can cause integer underflows quite quickly. 16 years ago
driver.h
dummy_land.cpp (svn r14421) -Codechange: rename all player variables/types to company *or* client so it is immediatelly clear which one you are working with. 16 years ago
economy.cpp (svn r14705) -Fix [FS#2460]: First transfer the whole load of a vehicle chain to industries before triggering any processing. 16 years ago
economy_func.h (svn r14422) -Codechange: also reflect the changes of r14421 in the filenames. 16 years ago
economy_type.h (svn r14332) -Fix[FS#1885]: Balance the monthly random industry changes, by introducing a daily random industry change. 16 years ago
effectvehicle.cpp (svn r14422) -Codechange: also reflect the changes of r14421 in the filenames. 16 years ago
effectvehicle_base.h
effectvehicle_func.h
elrail.cpp (svn r14422) -Codechange: also reflect the changes of r14421 in the filenames. 16 years ago
elrail_func.h
endian_check.cpp
engine.cpp (svn r14683) -Change: only say a engine/vehicle is refittable when it can be refitted to at least two cargo type or when it has subcargos. 16 years ago
engine_base.h (svn r14421) -Codechange: rename all player variables/types to company *or* client so it is immediatelly clear which one you are working with. 16 years ago
engine_func.h (svn r14683) -Change: only say a engine/vehicle is refittable when it can be refitted to at least two cargo type or when it has subcargos. 16 years ago
engine_gui.cpp
engine_gui.h
engine_type.h (svn r14422) -Codechange: also reflect the changes of r14421 in the filenames. 16 years ago
fiber.hpp
fiber_thread.cpp
fiber_win32.cpp
fileio.cpp (svn r14656) -Change: replace instances of x & S_IFREG with S_ISREG(x) as S_IFREG can be 0 on some platforms. 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
fios.cpp (svn r14656) -Change: replace instances of x & S_IFREG with S_ISREG(x) as S_IFREG can be 0 on some platforms. 16 years ago
fios.h
fontcache.cpp (svn r14622) -Fix (r14618): win9x compilation 16 years ago
fontcache.h (svn r14618) -Feature: when the chosen language isn't supported by the current font, try to find a font that does and use that instead. Thanks to glx/michi_cc for the Windows implementation. 16 years ago
functions.h (svn r14421) -Codechange: rename all player variables/types to company *or* client so it is immediatelly clear which one you are working with. 16 years ago
gamelog.cpp (svn r14414) -Fix: replace instances of strncpy with strecpy as strncpy doesn't guarantee the resulting string is '\0'-terminated. 16 years ago
gamelog.h
genworld.cpp (svn r14422) -Codechange: also reflect the changes of r14421 in the filenames. 16 years ago
genworld.h (svn r14464) -Codechange: replace (uint)-1 with UINT_MAX (PhilSophus) 16 years ago
genworld_gui.cpp (svn r14514) -Codechange: use 'size' instead of 'length' for querystring and textbuf, explicitly say it includes the terminating zero 16 years ago
gfx.cpp (svn r14668) -Change: use include <> instead of include "" when including ICU's headers. 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 r14461) -Document: add some doxygen comments (Albert) 16 years ago
gfxinit.cpp (svn r14540) -Codechange: introduce [v]seprintf which are like [v]snprintf but do return the number of characters written instead of the number of characters that would be written; as size_t is unsigned substraction can cause integer underflows quite quickly. 16 years ago
gfxinit.h
graph_gui.cpp (svn r14422) -Codechange: also reflect the changes of r14421 in the filenames. 16 years ago
group.h (svn r14422) -Codechange: also reflect the changes of r14421 in the filenames. 16 years ago
group_cmd.cpp (svn r14643) -Fix: Invalidate autoreplace window when toggling 'replace protection'. 16 years ago
group_gui.cpp (svn r14422) -Codechange: also reflect the changes of r14421 in the filenames. 16 years ago
group_gui.h (svn r14421) -Codechange: rename all player variables/types to company *or* client so it is immediatelly clear which one you are working with. 16 years ago
group_type.h
gui.h
heightmap.cpp
heightmap.h
industry.h (svn r14332) -Fix[FS#1885]: Balance the monthly random industry changes, by introducing a daily random industry change. 16 years ago
industry_cmd.cpp (svn r14613) -Fix [FS#2420]: When building industries, clear the tiles as OWNER_TOWN instead of the founder to take care of protected buildings and to not get stressed by town ratings. 16 years ago
industry_gui.cpp (svn r14422) -Codechange: also reflect the changes of r14421 in the filenames. 16 years ago
industry_map.h
industry_type.h
ini.cpp (svn r14257) -Fix (r14153): incorrect update of ini-file group tail pointer causing memory corruption. 16 years ago
ini_type.h
intro_gui.cpp (svn r14636) -Add: DOS port of OpenTTD, without network support though. 16 years ago
landscape.cpp (svn r14556) -Fix (r14533): Bounding box with height > TILE_HEIGHT could cause circular dependencies with surrounding bridges. 16 years ago
landscape.h (svn r14491) -Documentation: updates/additions of doxygen docs (Alberth) 16 years ago
landscape_type.h (svn r14461) -Document: add some doxygen comments (Albert) 16 years ago
livery.h (svn r14422) -Codechange: also reflect the changes of r14421 in the filenames. 16 years ago
lzoconf.h
main_gui.cpp (svn r14709) -Codechange: make a clearer distinction between 'unique' client identification ids and the indices into the clients/client info arrays. 16 years ago
map.cpp
map_func.h
map_type.h
masm64.rules
md5.cpp
md5.h
minilzo.cpp
minilzo.h
misc.cpp (svn r14421) -Codechange: rename all player variables/types to company *or* client so it is immediatelly clear which one you are working with. 16 years ago
misc_cmd.cpp (svn r14423) -Codechange: also do r14221 for the strings. 16 years ago
misc_gui.cpp (svn r14679) -Fix [FS#2431]: opening the OSK on the chatbox did disable map scrolling (with keyboard) until another window with editbox was opened and closed. Just "refcount" the open edit boxes instead of setting/clearing a bit when opening/closing a window. 16 years ago
mixer.cpp
mixer.h
music.cpp
music.h
music_gui.cpp (svn r14485) -Fix (r5464): Do not check the end of destination buffer using the source pointer. 16 years ago
namegen.cpp (svn r14414) -Fix: replace instances of strncpy with strecpy as strncpy doesn't guarantee the resulting string is '\0'-terminated. 16 years ago
namegen_func.h
newgrf.cpp (svn r14696) -Fix (r10495): Words now consist of 16 bits. 16 years ago
newgrf.h
newgrf_callbacks.h (svn r14421) -Codechange: rename all player variables/types to company *or* client so it is immediatelly clear which one you are working with. 16 years ago
newgrf_canal.cpp
newgrf_canal.h
newgrf_cargo.cpp
newgrf_cargo.h
newgrf_commons.cpp
newgrf_commons.h (svn r14606) -Codechange: Unify usage of PALETTE_MODIFIER_TRANSPARENT and PALETTE_MODIFIER_COLOR in spritelayout drawing. 16 years ago
newgrf_config.cpp (svn r14555) -Codechange: replace ttd_strlcat and ttd_strlcpy with strecat and strecpy where direct conversion is possible 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 (svn r14678) -Fix [FS#2435]: gradual filling graphics were not chosen according to the NewGRF spec (Maedhros) 16 years ago
newgrf_engine.h
newgrf_generic.cpp
newgrf_generic.h
newgrf_gui.cpp (svn r14331) -Codechange: use an enum as additional parameter for ShowQueryString() 16 years ago
newgrf_house.cpp (svn r14611) -Fix (r13437)[FS#2421]: Store the age of a house in the map array instead of the construction year. 16 years ago
newgrf_house.h
newgrf_industries.cpp (svn r14563) -Fix [FS#2395]: in the case that an industry NewGRF, a shared TTDPatch and 16 years ago
newgrf_industries.h
newgrf_industrytiles.cpp (svn r14606) -Codechange: Unify usage of PALETTE_MODIFIER_TRANSPARENT and PALETTE_MODIFIER_COLOR in spritelayout drawing. 16 years ago
newgrf_industrytiles.h
newgrf_sound.cpp
newgrf_sound.h
newgrf_spritegroup.cpp
newgrf_spritegroup.h
newgrf_station.cpp (svn r14606) -Codechange: Unify usage of PALETTE_MODIFIER_TRANSPARENT and PALETTE_MODIFIER_COLOR in spritelayout drawing. 16 years ago
newgrf_station.h
newgrf_storage.cpp
newgrf_storage.h
newgrf_text.cpp (svn r14321) -Add: support for newgrfs printing bytes/words/dwords as hexadecimals. 16 years ago
newgrf_text.h
newgrf_town.cpp
newgrf_town.h
newgrf_townname.cpp
newgrf_townname.h
news_func.h (svn r14307) -Fix: when deleting a station, remove news items regarding it 16 years ago
news_gui.cpp (svn r14423) -Codechange: also do r14221 for the strings. 16 years ago
news_gui.h
news_type.h (svn r14421) -Codechange: rename all player variables/types to company *or* client so it is immediatelly clear which one you are working with. 16 years ago
npf.cpp (svn r14707) -Cleanup: Replace an 'int' by 'Trackdir'. 16 years ago
npf.h (svn r14464) -Codechange: replace (uint)-1 with UINT_MAX (PhilSophus) 16 years ago
oldloader.cpp (svn r14700) -Fix (r1): loading of very old savegames was broken (STNS chunk is stored before MAP in old savegame) 16 years ago
oldpool.cpp
oldpool.h (svn r14547) -Fix: order pool seemed to look full when it was not as it only checked whether it was possible to allocate a new block of pool items instead of checking for free pool items. 16 years ago
oldpool_func.h (svn r14547) -Fix: order pool seemed to look full when it was not as it only checked whether it was possible to allocate a new block of pool items instead of checking for free pool items. 16 years ago
openttd.cpp (svn r14700) -Fix (r1): loading of very old savegames was broken (STNS chunk is stored before MAP in old savegame) 16 years ago
openttd.h
order_base.h (svn r14601) -Fix: the nearest depot and stop in depot orders didn't work together (the vehicle didn't stop). 16 years ago
order_cmd.cpp (svn r14616) -Fix [FS#2424]: a nearest depot order should be "equal" to the resolved nearest depot order; otherwise we keep resolving the nearest depot order every tick. 16 years ago
order_func.h (svn r14395) -Fix [FS#2285]: crashes and GUI desyncs when order is deleted/modified while the timetable window is open 16 years ago
order_gui.cpp (svn r14524) -Add: stop-in-depot as part of orders (PhilSophus) 16 years ago
order_type.h (svn r14524) -Add: stop-in-depot as part of orders (PhilSophus) 16 years ago
os2.cpp (svn r14555) -Codechange: replace ttd_strlcat and ttd_strlcpy with strecat and strecpy where direct conversion is possible 16 years ago
os_timer.cpp (svn r14636) -Add: DOS port of OpenTTD, without network support though. 16 years ago
osk_gui.cpp (svn r14679) -Fix [FS#2431]: opening the OSK on the chatbox did disable map scrolling (with keyboard) until another window with editbox was opened and closed. Just "refcount" the open edit boxes instead of setting/clearing a bit when opening/closing a window. 16 years ago
ottdres.rc.in
pathfind.cpp
pathfind.h
pbs.cpp (svn r14428) -Fix [FS#2306]: A 90-degree curve can be a safe waiting position if they are forbidden for trains. 16 years ago
pbs.h (svn r14258) -Codechange: rework the way to query the vehicle hash to make sure it always results in the same irregardless of the order of the hash-linked-list. 16 years ago
querystring_gui.h (svn r14534) -Codechange [FS#2382]: Enumify magic return values of HandleEditBox function (Zuu) 16 years ago
queue.cpp
queue.h
rail.cpp (svn r14422) -Codechange: also reflect the changes of r14421 in the filenames. 16 years ago
rail.h (svn r14448) -Codechange [FS#2328]: rename a few variables (based on a patch by planetmaker) 16 years ago
rail_cmd.cpp (svn r14676) -Fix: Do not copy the signal type of parallel vertical/horizontal track, when dragging signals. 16 years ago
rail_gui.cpp (svn r14422) -Codechange: also reflect the changes of r14421 in the filenames. 16 years ago
rail_gui.h
rail_map.h (svn r14567) -Revert (part of 14566): don't commit testing stuff... 16 years ago
rail_type.h
rev.cpp.in
rev.h
road.cpp (svn r14422) -Codechange: also reflect the changes of r14421 in the filenames. 16 years ago
road_cmd.cpp (svn r14591) -Fix [FS#2388](r14528): cached nearest town could be invalid after importing older savegame and during town generation 16 years ago
road_cmd.h (svn r14591) -Fix [FS#2388](r14528): cached nearest town could be invalid after importing older savegame and during town generation 16 years ago
road_func.h (svn r14422) -Codechange: also reflect the changes of r14421 in the filenames. 16 years ago
road_gui.cpp (svn r14422) -Codechange: also reflect the changes of r14421 in the filenames. 16 years ago
road_gui.h
road_internal.h
road_map.cpp
road_map.h (svn r14591) -Fix [FS#2388](r14528): cached nearest town could be invalid after importing older savegame and during town generation 16 years ago
road_type.h
roadveh.h
roadveh_cmd.cpp (svn r14578) -Fix (r2389, r10811)[FS#Vikthor]: Allow capacity callbacks (15, 36) to return zero capacity. 16 years ago
roadveh_gui.cpp
saveload.cpp (svn r14638) -Fix [FS#2430]: don't restore fast-forward when SaveFileDone() callback happens after we returned to the menu 16 years ago
saveload.h (svn r14587) -Cleanup: Fix some old comments. Bits are not bytes. 16 years ago
screenshot.cpp (svn r14555) -Codechange: replace ttd_strlcat and ttd_strlcpy with strecat and strecpy where direct conversion is possible 16 years ago
screenshot.h
sdl.cpp
sdl.h
settings.cpp (svn r14675) -Fix: setting the Estonian or custom currency as used currency didn't survive a restart cycle. 16 years ago
settings_func.h
settings_gui.cpp (svn r14658) -Change: allow changing town names when there are no towns in the scenario yet. 16 years ago
settings_internal.h
settings_type.h (svn r14421) -Codechange: rename all player variables/types to company *or* client so it is immediatelly clear which one you are working with. 16 years ago
ship.h
ship_cmd.cpp (svn r14464) -Codechange: replace (uint)-1 with UINT_MAX (PhilSophus) 16 years ago
ship_gui.cpp
signal.cpp (svn r14422) -Codechange: also reflect the changes of r14421 in the filenames. 16 years ago
signal_func.h (svn r14422) -Codechange: also reflect the changes of r14421 in the filenames. 16 years ago
signal_type.h
signs.cpp (svn r14422) -Codechange: also reflect the changes of r14421 in the filenames. 16 years ago
signs_base.h (svn r14421) -Codechange: rename all player variables/types to company *or* client so it is immediatelly clear which one you are working with. 16 years ago
signs_func.h (svn r14345) -Fix: delete the RenameSignWindow when 'its' sign is deleted 16 years ago
signs_gui.cpp (svn r14679) -Fix [FS#2431]: opening the OSK on the chatbox did disable map scrolling (with keyboard) until another window with editbox was opened and closed. Just "refcount" the open edit boxes instead of setting/clearing a bit when opening/closing a window. 16 years ago
signs_type.h
slope_func.h
slope_type.h
smallmap_gui.cpp (svn r14567) -Revert (part of 14566): don't commit testing stuff... 16 years ago
sortlist_type.h
sound.cpp (svn r14527) -Fix: allocate stub (empty) sound entries when loading an empty/corrupt/incorrectly sized sample.cat instead of making valid NewGRFs fail to load. 16 years ago
sound_func.h
sound_type.h
sprite.h (svn r14461) -Document: add some doxygen comments (Albert) 16 years ago
spritecache.cpp (svn r14610) -Fix [FS#2415]: possible stack corruption when reading corrupted sprites. 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 (svn r14598) -Feature: Action0Industries property 24 (industry suuplies default name for nearby station). 16 years ago
station_base.h (svn r14598) -Feature: Action0Industries property 24 (industry suuplies default name for nearby station). 16 years ago
station_cmd.cpp (svn r14700) -Fix (r1): loading of very old savegames was broken (STNS chunk is stored before MAP in old savegame) 16 years ago
station_func.h (svn r14604) -Codechange: Simplify a function and rename it, and fix some comments. 16 years ago
station_gui.cpp (svn r14422) -Codechange: also reflect the changes of r14421 in the filenames. 16 years ago
station_gui.h (svn r14421) -Codechange: rename all player variables/types to company *or* client so it is immediatelly clear which one you are working with. 16 years ago
station_map.h (svn r14491) -Documentation: updates/additions of doxygen docs (Alberth) 16 years ago
station_type.h (svn r14491) -Documentation: updates/additions of doxygen docs (Alberth) 16 years ago
statusbar_gui.cpp (svn r14422) -Codechange: also reflect the changes of r14421 in the filenames. 16 years ago
statusbar_gui.h
stdafx.h (svn r14636) -Add: DOS port of OpenTTD, without network support though. 16 years ago
string.cpp (svn r14557) -Codechange: Remove a redundant line of code 16 years ago
string_func.h (svn r14553) -Doc: Add some doxygen comments 16 years ago
string_type.h
strings.cpp (svn r14623) -Codechange: a sprinkle of coding style. 16 years ago
strings_func.h (svn r14410) -Codechange: one can't inject a negative number of parameters, so enforce this by using a uint. 16 years ago
strings_type.h (svn r14480) -Add: warning when trying to use a right-to-left language without support for it in OpenTTD. 16 years ago
subsidy_gui.cpp (svn r14421) -Codechange: rename all player variables/types to company *or* client so it is immediatelly clear which one you are working with. 16 years ago
tar_type.h
terraform_cmd.cpp (svn r14582) -Fix [FS#2392]: blank box on cost estimation of levelling a flat area. 16 years ago
terraform_gui.cpp (svn r14582) -Fix [FS#2392]: blank box on cost estimation of levelling a flat area. 16 years ago
terraform_gui.h
textbuf_gui.h (svn r14514) -Codechange: use 'size' instead of 'length' for querystring and textbuf, explicitly say it includes the terminating zero 16 years ago
texteff.cpp
texteff.hpp (svn r14371) -Fix [FS#2313]: loading indicator didn't stay with the front engine when turning a train in a station. 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 (svn r14491) -Documentation: updates/additions of doxygen docs (Alberth) 16 years ago
tile_map.cpp (svn r14502) -Codechange: add some inline comments and declare variable on use (Alberth) 16 years ago
tile_map.h (svn r14422) -Codechange: also reflect the changes of r14421 in the filenames. 16 years ago
tile_type.h (svn r14461) -Document: add some doxygen comments (Albert) 16 years ago
tilehighlight_func.h
tilehighlight_type.h
timetable.h
timetable_cmd.cpp (svn r14592) -Feature [FS#1124]: non-destructive autofill with option to keep waiting times (PhilSophus) 16 years ago
timetable_gui.cpp (svn r14592) -Feature [FS#1124]: non-destructive autofill with option to keep waiting times (PhilSophus) 16 years ago
toolbar_gui.cpp (svn r14422) -Codechange: also reflect the changes of r14421 in the filenames. 16 years ago
toolbar_gui.h
town.h (svn r14505) -Fix (r14504): Missing include. 16 years ago
town_cmd.cpp (svn r14611) -Fix (r13437)[FS#2421]: Store the age of a house in the map array instead of the construction year. 16 years ago
town_gui.cpp (svn r14591) -Fix [FS#2388](r14528): cached nearest town could be invalid after importing older savegame and during town generation 16 years ago
town_map.h (svn r14611) -Fix (r13437)[FS#2421]: Store the age of a house in the map array instead of the construction year. 16 years ago
town_type.h (svn r14422) -Codechange: also reflect the changes of r14421 in the filenames. 16 years ago
track_func.h
track_type.h
train.h
train_cmd.cpp (svn r14699) -Fix (r14483): Do not use v->dest_tile for trains heading to a station. Reaching that tile does not mean reaching the station. 16 years ago
train_gui.cpp
transparency.h (svn r14421) -Codechange: rename all player variables/types to company *or* client so it is immediatelly clear which one you are working with. 16 years ago
transparency_gui.cpp (svn r14421) -Codechange: rename all player variables/types to company *or* client so it is immediatelly clear which one you are working with. 16 years ago
transparency_gui.h
transport_type.h (svn r14491) -Documentation: updates/additions of doxygen docs (Alberth) 16 years ago
tree_cmd.cpp (svn r14614) -Codechange [FS#2423]: GetTreeCount() should behave as its name and documentation imply. Remove unused SetTreeCount() (PhilSophus) 16 years ago
tree_gui.cpp (svn r14422) -Codechange: also reflect the changes of r14421 in the filenames. 16 years ago
tree_map.h (svn r14614) -Codechange [FS#2423]: GetTreeCount() should behave as its name and documentation imply. Remove unused SetTreeCount() (PhilSophus) 16 years ago
tunnel_map.cpp
tunnel_map.h
tunnelbridge.h
tunnelbridge_cmd.cpp (svn r14613) -Fix [FS#2420]: When building industries, clear the tiles as OWNER_TOWN instead of the founder to take care of protected buildings and to not get stressed by town ratings. 16 years ago
tunnelbridge_map.h
unix.cpp (svn r14560) -Fix [FS#2396](r14555): lengthof() can't be simply replaced by lastof() in some cases (part by Aali) 16 years ago
unmovable.h (svn r14421) -Codechange: rename all player variables/types to company *or* client so it is immediatelly clear which one you are working with. 16 years ago
unmovable_cmd.cpp (svn r14422) -Codechange: also reflect the changes of r14421 in the filenames. 16 years ago
unmovable_map.h
variables.h (svn r14421) -Codechange: rename all player variables/types to company *or* client so it is immediatelly clear which one you are working with. 16 years ago
vehicle.cpp (svn r14559) -Fix [FS#2387]: A train could be blocked inside a depot if it was reversed just after leaving the depot. 16 years ago
vehicle_base.h (svn r14702) -Documentation: Add a note about the meaning and validity of Vehicle::dest_tile. 16 years ago
vehicle_func.h (svn r14491) -Documentation: updates/additions of doxygen docs (Alberth) 16 years ago
vehicle_gui.cpp (svn r14683) -Change: only say a engine/vehicle is refittable when it can be refitted to at least two cargo type or when it has subcargos. 16 years ago
vehicle_gui.h (svn r14421) -Codechange: rename all player variables/types to company *or* client so it is immediatelly clear which one you are working with. 16 years ago
vehicle_gui_base.h (svn r14421) -Codechange: rename all player variables/types to company *or* client so it is immediatelly clear which one you are working with. 16 years ago
vehicle_type.h
vehiclelist.cpp (svn r14466) -Doc: remove some obsolete parameters, fix a few parameter names in comments and add a little more doxygen documentation. 16 years ago
vehiclelist.h (svn r14421) -Codechange: rename all player variables/types to company *or* client so it is immediatelly clear which one you are working with. 16 years ago
viewport.cpp (svn r14466) -Doc: remove some obsolete parameters, fix a few parameter names in comments and add a little more doxygen documentation. 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 r14464) -Codechange: replace (uint)-1 with UINT_MAX (PhilSophus) 16 years ago
water_map.h
waypoint.cpp (svn r14464) -Codechange: replace (uint)-1 with UINT_MAX (PhilSophus) 16 years ago
waypoint.h (svn r14421) -Codechange: rename all player variables/types to company *or* client so it is immediatelly clear which one you are working with. 16 years ago
waypoint_gui.cpp (svn r14334) -Feature: ability to reset name to default/automatic value (for vehicles, engines, towns, groups, stations, waypoints, managers and companies) 16 years ago
waypoint_type.h
widget.cpp (svn r14466) -Doc: remove some obsolete parameters, fix a few parameter names in comments and add a little more doxygen documentation. 16 years ago
win32.cpp (svn r14555) -Codechange: replace ttd_strlcat and ttd_strlcpy with strecat and strecpy where direct conversion is possible 16 years ago
win32.h
win64.asm
window.cpp (svn r14679) -Fix [FS#2431]: opening the OSK on the chatbox did disable map scrolling (with keyboard) until another window with editbox was opened and closed. Just "refcount" the open edit boxes instead of setting/clearing a bit when opening/closing a window. 16 years ago
window_func.h (svn r14422) -Codechange: also reflect the changes of r14421 in the filenames. 16 years ago
window_gui.h (svn r14679) -Fix [FS#2431]: opening the OSK on the chatbox did disable map scrolling (with keyboard) until another window with editbox was opened and closed. Just "refcount" the open edit boxes instead of setting/clearing a bit when opening/closing a window. 16 years ago
window_type.h (svn r14466) -Doc: remove some obsolete parameters, fix a few parameter names in comments and add a little more doxygen documentation. 16 years ago
zoom_func.h
zoom_type.h