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 a14ad77a36 (svn r14528) -Codechange: cache the closest town for all road tiles instead of only roads owned by tiles. This replaces a O(n) search over all towns from the road's tileloop with a O(1) lookup (PhilSophus) 16 years ago
..
ai (svn r14504) -Cleanup: Use the right variable type for tile offsets. 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 r14486) -Fix (r13343)(r14484): compilation with desync debug was broken 16 years ago
lang (svn r14525) -Update: WebTranslator2 update to 2008-10-24 17:44:48 16 years ago
misc (svn r14105) -Fix: Some typos that are more grammatical errors, as it seems. 16 years ago
music (svn r14414) -Fix: replace instances of strncpy with strecpy as strncpy doesn't guarantee the resulting string is '\0'-terminated. 16 years ago
network (svn r14517) -Feature: arrow key scrolling in the server list (Roujin) 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 r14480) -Add: warning when trying to use a right-to-left language without support for it in OpenTTD. 16 years ago
table (svn r14461) -Document: add some doxygen comments (Albert) 16 years ago
video (svn r14422) -Codechange: also reflect the changes of r14421 in the filenames. 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 r14428) -Fix [FS#2306]: A 90-degree curve can be a safe waiting position if they are forbidden for trains. 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 r14422) -Codechange: also reflect the changes of r14421 in the filenames. 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 (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
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 r14422) -Codechange: also reflect the changes of r14421 in the filenames. 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 (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 r14423) -Codechange: also do r14221 for the strings. 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 r14464) -Codechange: replace (uint)-1 with UINT_MAX (PhilSophus) 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 r14431) -Fix (r14414): alias parameter "evaluation" would remove the last byte of the parameters. 16 years ago
console_cmds.cpp (svn r14422) -Codechange: also reflect the changes of r14421 in the filenames. 16 years ago
console_func.h
console_gui.cpp (svn r14514) -Codechange: use 'size' instead of 'length' for querystring and textbuf, explicitly say it includes the terminating zero 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 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
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 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 r14464) -Codechange: replace (uint)-1 with UINT_MAX (PhilSophus) 16 years ago
dock_gui.cpp (svn r14422) -Codechange: also reflect the changes of r14421 in the filenames. 16 years ago
driver.cpp
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 r14464) -Codechange: replace (uint)-1 with UINT_MAX (PhilSophus) 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 r14422) -Codechange: also reflect the changes of r14421 in the filenames. 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 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_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 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 r14466) -Doc: remove some obsolete parameters, fix a few parameter names in comments and add a little more doxygen documentation. 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 (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 r14516) -Fix: determine the default text direction based on the language file instead of hardcoding one. 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 r14245) -Fix: NewGRF configs loaded from the config file would always default to the DOS palette instead of the "default" palette. 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 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 r14422) -Codechange: also reflect the changes of r14421 in the filenames. 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 (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 r14332) -Fix[FS#1885]: Balance the monthly random industry changes, by introducing a daily random industry change. 16 years ago
industry_cmd.cpp (svn r14464) -Codechange: replace (uint)-1 with UINT_MAX (PhilSophus) 16 years ago
industry_gui.cpp (svn r14422) -Codechange: also reflect the changes of r14421 in the filenames. 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 r14257) -Fix (r14153): incorrect update of ini-file group tail pointer causing memory corruption. 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 r14491) -Documentation: updates/additions of doxygen docs (Alberth) 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 r14422) -Codechange: also reflect the changes of r14421 in the filenames. 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 r14514) -Codechange: use 'size' instead of 'length' for querystring and textbuf, explicitly say it includes the terminating zero 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 r14422) -Codechange: also reflect the changes of r14421 in the filenames. 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
newgrf_config.cpp (svn r14245) -Fix: NewGRF configs loaded from the config file would always default to the DOS palette instead of the "default" palette. 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 r14422) -Codechange: also reflect the changes of r14421 in the filenames. 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 r14488) -Fix: Synchronize drawing of spritelayouts in DrawTileLayout (Houses), IndustryDrawTileLayout, DrawStationTile, DrawTile_Station and DrawTile_Track (Waypoint). 16 years ago
newgrf_house.h
newgrf_industries.cpp (svn r14464) -Codechange: replace (uint)-1 with UINT_MAX (PhilSophus) 16 years ago
newgrf_industries.h
newgrf_industrytiles.cpp (svn r14488) -Fix: Synchronize drawing of spritelayouts in DrawTileLayout (Houses), IndustryDrawTileLayout, DrawStationTile, DrawTile_Station and DrawTile_Track (Waypoint). 16 years ago
newgrf_industrytiles.h
newgrf_sound.cpp
newgrf_sound.h
newgrf_spritegroup.cpp
newgrf_spritegroup.h
newgrf_station.cpp (svn r14487) -Fix: The station picker preview did not draw child sprites. 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 r14464) -Codechange: replace (uint)-1 with UINT_MAX (PhilSophus) 16 years ago
npf.h (svn r14464) -Codechange: replace (uint)-1 with UINT_MAX (PhilSophus) 16 years ago
oldloader.cpp (svn r14422) -Codechange: also reflect the changes of r14421 in the filenames. 16 years ago
oldpool.cpp
oldpool.h (svn r14463) -Fix [FS#2348]: small possible chance of desync due to sorting on pointer instead of by (station) index (PhilSophus) 16 years ago
oldpool_func.h
openttd.cpp (svn r14528) -Codechange: cache the closest town for all road tiles instead of only roads owned by tiles. This replaces a O(n) search over all towns from the road's tileloop with a O(1) lookup (PhilSophus) 16 years ago
openttd.h
order_base.h
order_cmd.cpp (svn r14524) -Add: stop-in-depot as part of orders (PhilSophus) 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 r14518) -Fix (r14514): forgot win32 and OS/2 files (glx) 16 years ago
os_timer.cpp
osk_gui.cpp (svn r14414) -Fix: replace instances of strncpy with strecpy as strncpy doesn't guarantee the resulting string is '\0'-terminated. 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 r14514) -Codechange: use 'size' instead of 'length' for querystring and textbuf, explicitly say it includes the terminating zero 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 r14491) -Documentation: updates/additions of doxygen docs (Alberth) 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 r14280) -Codechange: use IsRailWaypointTile() instead of IsTileType() and IsRailWaypoint() checks at several places 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 r14528) -Codechange: cache the closest town for all road tiles instead of only roads owned by tiles. This replaces a O(n) search over all towns from the road's tileloop with a O(1) lookup (PhilSophus) 16 years ago
road_cmd.h (svn r14528) -Codechange: cache the closest town for all road tiles instead of only roads owned by tiles. This replaces a O(n) search over all towns from the road's tileloop with a O(1) lookup (PhilSophus) 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 r14528) -Codechange: cache the closest town for all road tiles instead of only roads owned by tiles. This replaces a O(n) search over all towns from the road's tileloop with a O(1) lookup (PhilSophus) 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 r14458) -Fix [FS#2341](r14368): crash when there was a tram dead end after a station/tunnel/bridge (frosch123 and Rubidium) 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 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
saveload.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
screenshot.cpp (svn r14422) -Codechange: also reflect the changes of r14421 in the filenames. 16 years ago
screenshot.h
sdl.cpp
sdl.h
settings.cpp (svn r14422) -Codechange: also reflect the changes of r14421 in the filenames. 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 r14462) -Codechange: replace magic number with already existing constant (Albert) 16 years ago
settings_internal.h (svn r14153) -Codechange: split ini file reading/saving from settings.cpp. 16 years ago
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 r14514) -Codechange: use 'size' instead of 'length' for querystring and textbuf, explicitly say it includes the terminating zero 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 r14422) -Codechange: also reflect the changes of r14421 in the filenames. 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 r14464) -Codechange: replace (uint)-1 with UINT_MAX (PhilSophus) 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 r14491) -Documentation: updates/additions of doxygen docs (Alberth) 16 years ago
station_base.h (svn r14491) -Documentation: updates/additions of doxygen docs (Alberth) 16 years ago
station_cmd.cpp (svn r14528) -Codechange: cache the closest town for all road tiles instead of only roads owned by tiles. This replaces a O(n) search over all towns from the road's tileloop with a O(1) lookup (PhilSophus) 16 years ago
station_func.h (svn r14463) -Fix [FS#2348]: small possible chance of desync due to sorting on pointer instead of by (station) index (PhilSophus) 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 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 r14480) -Add: warning when trying to use a right-to-left language without support for it in OpenTTD. 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
terraform_gui.cpp (svn r14422) -Codechange: also reflect the changes of r14421 in the filenames. 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 (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 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 r14450) -Fix [FS#2337]: time table restoring did check too restrictively causing order backups not to be properly restored. 16 years ago
timetable_gui.cpp (svn r14422) -Codechange: also reflect the changes of r14421 in the filenames. 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 r14528) -Codechange: cache the closest town for all road tiles instead of only roads owned by tiles. This replaces a O(n) search over all towns from the road's tileloop with a O(1) lookup (PhilSophus) 16 years ago
town_gui.cpp (svn r14528) -Codechange: cache the closest town for all road tiles instead of only roads owned by tiles. This replaces a O(n) search over all towns from the road's tileloop with a O(1) lookup (PhilSophus) 16 years ago
town_map.h
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 (svn r14147) -Codechange: Allow passing 'const Vehicle *' to GetNextUnit() and GetPrevUnit(). 16 years ago
train_cmd.cpp (svn r14526) -Fix [FS#2379]: make sure trains stop at the end of a station; a 3/8th length train did stop 2/8th of it's length too early causing a 63/8th long train not to fit in a 4 tile station. 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 (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 r14464) -Codechange: replace (uint)-1 with UINT_MAX (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
tunnel_map.cpp
tunnel_map.h
tunnelbridge.h
tunnelbridge_cmd.cpp (svn r14464) -Codechange: replace (uint)-1 with UINT_MAX (PhilSophus) 16 years ago
tunnelbridge_map.h
unix.cpp
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 (svn r14171) -Codechange: Make the test for HQ a bit lighter. 16 years ago
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 r14524) -Add: stop-in-depot as part of orders (PhilSophus) 16 years ago
vehicle_base.h (svn r14422) -Codechange: also reflect the changes of r14421 in the filenames. 16 years ago
vehicle_func.h (svn r14491) -Documentation: updates/additions of doxygen docs (Alberth) 16 years ago
vehicle_gui.cpp (svn r14524) -Add: stop-in-depot as part of orders (PhilSophus) 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 (svn r14063) -Codechange: replace some "magic" constants with enumified constants. 16 years ago
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 (svn r14063) -Codechange: replace some "magic" constants with enumified constants. 16 years ago
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 r14518) -Fix (r14514): forgot win32 and OS/2 files (glx) 16 years ago
win32.h
win64.asm (svn r14176) -Fix: better 'safe' than ... 'save' 16 years ago
window.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
window_func.h (svn r14422) -Codechange: also reflect the changes of r14421 in the filenames. 16 years ago
window_gui.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
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