OpenTTD-patches/src
2011-05-15 12:30:14 +00:00
..
3rdparty (svn r22055) -Fix [FS#4490]: [Squirrel] some invalid squirrel code caused the squirrel compiler to crash 2011-02-11 06:18:39 +00:00
ai (svn r22429) -Add: some constants for specific palette colours used in the GUI. 2011-05-06 21:13:29 +00:00
blitter (svn r22439) -Fix (r22291, r22426): Drawing lines of length zero failed. 2011-05-08 18:20:21 +00:00
core (svn r22411) -Document: another bunch of bits 2011-05-02 17:42:12 +00:00
depend (svn r22411) -Document: another bunch of bits 2011-05-02 17:42:12 +00:00
lang (svn r22458) -Update from WebTranslator v3.0: 2011-05-14 17:45:11 +00:00
misc (svn r22411) -Document: another bunch of bits 2011-05-02 17:42:12 +00:00
music (svn r22410) -Document: some more bits ;) 2011-05-02 16:14:23 +00:00
network (svn r22431) -Fix (r22399): NETWORK_RECV_STATUS_MALFORMED_PACKET != false. 2011-05-06 22:17:34 +00:00
os (svn r22440) -Change: [Windows] Remove Cancel button from information messages. 2011-05-09 20:29:01 +00:00
pathfinder (svn r22410) -Document: some more bits ;) 2011-05-02 16:14:23 +00:00
saveload (svn r22459) -Doc: Typo fixes and doxygen markup improvements. 2011-05-14 18:35:40 +00:00
script (svn r22406) -Document: some more "random-ish" tidbits 2011-05-01 19:51:52 +00:00
settingsgen (svn r22406) -Document: some more "random-ish" tidbits 2011-05-01 19:51:52 +00:00
sound (svn r22410) -Document: some more bits ;) 2011-05-02 16:14:23 +00:00
spriteloader (svn r22419) -Change: Always use the DOS palette for drawing. 2011-05-04 17:12:37 +00:00
strgen (svn r22145) -Codechange: Do explicit test for non-bool values. 2011-02-25 22:04:38 +00:00
table (svn r22436) -Fix (r18969): Apply railtype property 12 (station graphics) also to station groundsprites from action 1. 2011-05-08 15:58:59 +00:00
thread (svn r22405) -Document: some more "random-ish" tidbits 2011-05-01 19:14:12 +00:00
video (svn r22410) -Document: some more bits ;) 2011-05-02 16:14:23 +00:00
widgets (svn r22429) -Add: some constants for specific palette colours used in the GUI. 2011-05-06 21:13:29 +00:00
aircraft_cmd.cpp (svn r22309) -Fix: Make road vehicles, ships and aircraft skip orders if they are leaving a depot and heading to the same one again; just like trains since r16322. 2011-04-10 10:47:21 +00:00
aircraft_gui.cpp
aircraft.h (svn r21930) -Codechange: Remove unused vehicle GetTypeString() functions. 2011-01-30 21:32:21 +00:00
airport_gui.cpp (svn r22429) -Add: some constants for specific palette colours used in the GUI. 2011-05-06 21:13:29 +00:00
airport.cpp (svn r22413) -Document: even more stuff 2011-05-02 20:59:54 +00:00
airport.h
animated_tile_func.h (svn r21595) -Codechange: Some header files had their name changed, update the ifndef/define/endif lines. 2010-12-22 11:46:41 +00:00
animated_tile.cpp (svn r22017) -Codechange: move MarkTileDirtyByTile to viewport_func.h 2011-02-07 22:29:47 +00:00
articulated_vehicles.cpp (svn r22413) -Document: even more stuff 2011-05-02 20:59:54 +00:00
articulated_vehicles.h
autoreplace_base.h
autoreplace_cmd.cpp (svn r22078) -Fix [FS#4499]: maximum train length interfered with wagon replacement when wagon removal was turned on 2011-02-14 19:18:12 +00:00
autoreplace_func.h
autoreplace_gui.cpp (svn r22413) -Document: even more stuff 2011-05-02 20:59:54 +00:00
autoreplace_gui.h
autoreplace_type.h
autoreplace.cpp (svn r22413) -Document: even more stuff 2011-05-02 20:59:54 +00:00
autoslope.h (svn r21890) -Cleanup: remove some unneeded includes 2011-01-22 14:52:20 +00:00
base_media_base.h (svn r22419) -Change: Always use the DOS palette for drawing. 2011-05-04 17:12:37 +00:00
base_media_func.h (svn r22413) -Document: even more stuff 2011-05-02 20:59:54 +00:00
base_station_base.h
bmp.cpp
bmp.h
bridge_gui.cpp (svn r21890) -Cleanup: remove some unneeded includes 2011-01-22 14:52:20 +00:00
bridge_map.cpp
bridge_map.h
bridge.h (svn r22413) -Document: even more stuff 2011-05-02 20:59:54 +00:00
build_vehicle_gui.cpp (svn r22385) -Fix [FS#4603]: strnatcmp is in string.cpp, so it ought to be declared in string_func.h. 2011-04-30 14:24:23 +00:00
cargo_type.h (svn r22413) -Document: even more stuff 2011-05-02 20:59:54 +00:00
cargopacket.cpp (svn r22413) -Document: even more stuff 2011-05-02 20:59:54 +00:00
cargopacket.h (svn r22116) -Codechange: use PoolBase::Clean() at more places 2011-02-19 23:05:47 +00:00
cargotype.cpp (svn r22385) -Fix [FS#4603]: strnatcmp is in string.cpp, so it ought to be declared in string_func.h. 2011-04-30 14:24:23 +00:00
cargotype.h
cheat_func.h
cheat_gui.cpp (svn r22343) -Change: Remove pixel limiter for query strings. 2011-04-17 18:42:17 +00:00
cheat_type.h
cheat.cpp (svn r22413) -Document: even more stuff 2011-05-02 20:59:54 +00:00
clear_cmd.cpp (svn r22019) -Codechange: s/functions.h/clear_func.h/ 2011-02-07 22:38:02 +00:00
clear_func.h (svn r22019) -Codechange: s/functions.h/clear_func.h/ 2011-02-07 22:38:02 +00:00
clear_map.h (svn r22413) -Document: even more stuff 2011-05-02 20:59:54 +00:00
cmd_helper.h (svn r22405) -Document: some more "random-ish" tidbits 2011-05-01 19:14:12 +00:00
command_func.h
command_type.h (svn r22459) -Doc: Typo fixes and doxygen markup improvements. 2011-05-14 18:35:40 +00:00
command.cpp (svn r22016) -Fix [FS#4479]: when paused and having the allowed actions while paused setting on "no actions" cheating money would fail 2011-02-07 22:23:37 +00:00
company_base.h (svn r22080) -Doc: Add doxygen comments to a few functions and improve a few existing comments 2011-02-14 19:52:26 +00:00
company_cmd.cpp (svn r22413) -Document: even more stuff 2011-05-02 20:59:54 +00:00
company_func.h (svn r22013) -Codechange: move some functions out of functions.h 2011-02-07 22:08:11 +00:00
company_gui.cpp (svn r22429) -Add: some constants for specific palette colours used in the GUI. 2011-05-06 21:13:29 +00:00
company_gui.h
company_manager_face.h (svn r22413) -Document: even more stuff 2011-05-02 20:59:54 +00:00
company_type.h (svn r22343) -Change: Remove pixel limiter for query strings. 2011-04-17 18:42:17 +00:00
console_cmds.cpp (svn r22414) -Fix [FS#4606]: kicking thyself via remote console crashes the server 2011-05-03 15:05:15 +00:00
console_func.h
console_gui.cpp (svn r22429) -Add: some constants for specific palette colours used in the GUI. 2011-05-06 21:13:29 +00:00
console_gui.h
console_internal.h (svn r21890) -Cleanup: remove some unneeded includes 2011-01-22 14:52:20 +00:00
console_type.h
console.cpp
crashlog.cpp
crashlog.h
currency.cpp (svn r22411) -Document: another bunch of bits 2011-05-02 17:42:12 +00:00
currency.h
date_func.h (svn r22411) -Document: another bunch of bits 2011-05-02 17:42:12 +00:00
date_gui.cpp (svn r22411) -Document: another bunch of bits 2011-05-02 17:42:12 +00:00
date_gui.h
date_type.h
date.cpp (svn r22411) -Document: another bunch of bits 2011-05-02 17:42:12 +00:00
debug.cpp
debug.h (svn r22410) -Document: some more bits ;) 2011-05-02 16:14:23 +00:00
dedicated.cpp
depot_base.h
depot_cmd.cpp (svn r22411) -Document: another bunch of bits 2011-05-02 17:42:12 +00:00
depot_func.h (svn r22116) -Codechange: use PoolBase::Clean() at more places 2011-02-19 23:05:47 +00:00
depot_gui.cpp (svn r22343) -Change: Remove pixel limiter for query strings. 2011-04-17 18:42:17 +00:00
depot_map.h
depot_type.h (svn r22411) -Document: another bunch of bits 2011-05-02 17:42:12 +00:00
depot.cpp (svn r22411) -Document: another bunch of bits 2011-05-02 17:42:12 +00:00
direction_func.h (svn r22284) -Codechange [FS#4564]: cast values to uint before computing modulus in direction_func.h, so compiler can generate superior code (adf88) 2011-04-01 12:17:23 +00:00
direction_type.h (svn r22411) -Document: another bunch of bits 2011-05-02 17:42:12 +00:00
disaster_cmd.cpp (svn r22017) -Codechange: move MarkTileDirtyByTile to viewport_func.h 2011-02-07 22:29:47 +00:00
dock_gui.cpp (svn r22266) -Fix [FS#4558]: In the scenario editor you could build a ship depot using the hotkeys. Removing that depot causes an assertions to trigger. 2011-03-20 20:51:31 +00:00
driver.cpp (svn r22407) -Document: the "root" driver related stuff 2011-05-01 20:04:09 +00:00
driver.h (svn r22407) -Document: the "root" driver related stuff 2011-05-01 20:04:09 +00:00
economy_base.h (svn r22411) -Document: another bunch of bits 2011-05-02 17:42:12 +00:00
economy_func.h
economy_type.h
economy.cpp (svn r22413) -Document: even more stuff 2011-05-02 20:59:54 +00:00
effectvehicle_base.h (svn r21932) -Document: some tidbits related to vehicles 2011-01-31 20:27:33 +00:00
effectvehicle_func.h
effectvehicle.cpp (svn r22411) -Document: another bunch of bits 2011-05-02 17:42:12 +00:00
elrail_func.h
elrail.cpp (svn r22437) -Fix: Catenary was drawn incorrectly next to level crossings with foundations. (same as r3935, but for level crossings) 2011-05-08 16:19:04 +00:00
endian_check.cpp
engine_base.h (svn r22239) -Doc: Further engine doxyment additions. 2011-03-13 16:43:00 +00:00
engine_func.h
engine_gui.cpp (svn r22411) -Document: another bunch of bits 2011-05-02 17:42:12 +00:00
engine_gui.h
engine_type.h (svn r22343) -Change: Remove pixel limiter for query strings. 2011-04-17 18:42:17 +00:00
engine.cpp (svn r22411) -Document: another bunch of bits 2011-05-02 17:42:12 +00:00
fileio_func.h (svn r22459) -Doc: Typo fixes and doxygen markup improvements. 2011-05-14 18:35:40 +00:00
fileio_type.h
fileio.cpp (svn r22460) -Doc: Semantic documentation fixes, and doxygen additions (partly by planetmaker). 2011-05-14 18:38:54 +00:00
fios_gui.cpp (svn r22463) -Fix [FS#4615]: Update the fios GUI immediatelly after scanning a new directory, so queued events reach the window when already updated. 2011-05-15 12:30:14 +00:00
fios.cpp (svn r21895) -Cleanup: get rid of the unused SLD_NEW_GAME 2011-01-22 23:08:32 +00:00
fios.h (svn r21895) -Cleanup: get rid of the unused SLD_NEW_GAME 2011-01-22 23:08:32 +00:00
fontcache.cpp
fontcache.h
gamelog_internal.h
gamelog.cpp (svn r22411) -Document: another bunch of bits 2011-05-02 17:42:12 +00:00
gamelog.h (svn r22411) -Document: another bunch of bits 2011-05-02 17:42:12 +00:00
genworld_gui.cpp (svn r22411) -Document: another bunch of bits 2011-05-02 17:42:12 +00:00
genworld.cpp (svn r21890) -Cleanup: remove some unneeded includes 2011-01-22 14:52:20 +00:00
genworld.h
gfx_func.h (svn r22433) -Add/Fix: Add constants for the palette colours used in the smallmap and fix some windows palette indices. 2011-05-07 00:22:46 +00:00
gfx_type.h (svn r22419) -Change: Always use the DOS palette for drawing. 2011-05-04 17:12:37 +00:00
gfx.cpp (svn r22429) -Add: some constants for specific palette colours used in the GUI. 2011-05-06 21:13:29 +00:00
gfxinit.cpp (svn r22459) -Doc: Typo fixes and doxygen markup improvements. 2011-05-14 18:35:40 +00:00
gfxinit.h
graph_gui.cpp (svn r22429) -Add: some constants for specific palette colours used in the GUI. 2011-05-06 21:13:29 +00:00
graph_gui.h
ground_vehicle.cpp (svn r21997) -Fix [FS#4473]: when the difference between force and resistance is smaller than the mass(*4) there would be no acceleration anymore, even when at higher (or lower) speed the force and resistance balance out better 2011-02-06 16:45:27 +00:00
ground_vehicle.hpp (svn r22328) -Add: a flag to GroundVehicles to disable insertion and removal of automatic orders until the next real order is reached. 2011-04-16 16:45:35 +00:00
group_cmd.cpp (svn r22116) -Codechange: use PoolBase::Clean() at more places 2011-02-19 23:05:47 +00:00
group_gui.cpp (svn r22411) -Document: another bunch of bits 2011-05-02 17:42:12 +00:00
group_gui.h
group_type.h (svn r22411) -Document: another bunch of bits 2011-05-02 17:42:12 +00:00
group.h (svn r22460) -Doc: Semantic documentation fixes, and doxygen additions (partly by planetmaker). 2011-05-14 18:38:54 +00:00
gui.h
heightmap.cpp
heightmap.h
highscore_gui.cpp (svn r21890) -Cleanup: remove some unneeded includes 2011-01-22 14:52:20 +00:00
highscore.cpp
highscore.h
hotkeys.cpp (svn r22144) -Codechange: Unify 'while (true)' to 'for (;;)' 2011-02-25 21:53:43 +00:00
hotkeys.h
house_type.h (svn r22411) -Document: another bunch of bits 2011-05-02 17:42:12 +00:00
house.h
industry_cmd.cpp (svn r22116) -Codechange: use PoolBase::Clean() at more places 2011-02-19 23:05:47 +00:00
industry_gui.cpp (svn r22429) -Add: some constants for specific palette colours used in the GUI. 2011-05-06 21:13:29 +00:00
industry_map.h
industry_type.h
industry.h
industrytype.h
ini_load.cpp (svn r22170) -Add: Add IGT_SEQUENCE type for loading ini group lines without further interpretation. 2011-03-03 20:56:33 +00:00
ini_type.h (svn r22170) -Add: Add IGT_SEQUENCE type for loading ini group lines without further interpretation. 2011-03-03 20:56:33 +00:00
ini.cpp (svn r22411) -Document: another bunch of bits 2011-05-02 17:42:12 +00:00
intro_gui.cpp (svn r22241) -Codechange: Add additional to-be-used parameter to OnInvalidateData(). 2011-03-13 21:31:29 +00:00
landscape_type.h
landscape.cpp (svn r22018) -Cleanup: remove some (now) unneeded includes of functions.h 2011-02-07 22:37:22 +00:00
landscape.h
language.h (svn r22411) -Document: another bunch of bits 2011-05-02 17:42:12 +00:00
livery.h (svn r22411) -Document: another bunch of bits 2011-05-02 17:42:12 +00:00
main_gui.cpp (svn r22405) -Document: some more "random-ish" tidbits 2011-05-01 19:14:12 +00:00
map_func.h (svn r22411) -Document: another bunch of bits 2011-05-02 17:42:12 +00:00
map_type.h
map.cpp (svn r22411) -Document: another bunch of bits 2011-05-02 17:42:12 +00:00
misc_cmd.cpp (svn r22028) -Cleanup: remove traces of a debugging "feature" that got disabled a long time ago 2011-02-08 20:47:48 +00:00
misc_gui.cpp (svn r22429) -Add: some constants for specific palette colours used in the GUI. 2011-05-06 21:13:29 +00:00
misc.cpp (svn r22116) -Codechange: use PoolBase::Clean() at more places 2011-02-19 23:05:47 +00:00
mixer.cpp
mixer.h
music_gui.cpp (svn r22429) -Add: some constants for specific palette colours used in the GUI. 2011-05-06 21:13:29 +00:00
music.cpp (svn r22410) -Document: some more bits ;) 2011-05-02 16:14:23 +00:00
newgrf_airport.cpp (svn r22459) -Doc: Typo fixes and doxygen markup improvements. 2011-05-14 18:35:40 +00:00
newgrf_airport.h (svn r22410) -Document: some more bits ;) 2011-05-02 16:14:23 +00:00
newgrf_airporttiles.cpp (svn r22457) -Codechange: Make the NewGRFSpriteLayout a direct member of TileLayoutSpriteGroup instead of allocating it separately. 2011-05-14 17:33:26 +00:00
newgrf_airporttiles.h
newgrf_animation_base.h (svn r22017) -Codechange: move MarkTileDirtyByTile to viewport_func.h 2011-02-07 22:29:47 +00:00
newgrf_animation_type.h
newgrf_callbacks.h
newgrf_canal.cpp (svn r21886) -Codechange: move documentation towards the code to make it more likely to be updated [n]. 2011-01-22 09:53:15 +00:00
newgrf_canal.h (svn r21890) -Cleanup: remove some unneeded includes 2011-01-22 14:52:20 +00:00
newgrf_cargo.cpp
newgrf_cargo.h
newgrf_class_func.h (svn r22410) -Document: some more bits ;) 2011-05-02 16:14:23 +00:00
newgrf_class.h (svn r21886) -Codechange: move documentation towards the code to make it more likely to be updated [n]. 2011-01-22 09:53:15 +00:00
newgrf_commons.cpp (svn r22456) -Codechange: Derive NewGRFSpriteLayout from DrawTileSprites for spritelayouts allocated on the heap, and make use of constructors and destructors. 2011-05-14 17:25:45 +00:00
newgrf_commons.h (svn r22456) -Codechange: Derive NewGRFSpriteLayout from DrawTileSprites for spritelayouts allocated on the heap, and make use of constructors and destructors. 2011-05-14 17:25:45 +00:00
newgrf_config.cpp (svn r22417) -Add: an advanced setting to specify the default palette to use for NewGRFs without action 14 palette information; this makes the default choice independent from the used base graphics and '-i' option. 2011-05-03 20:30:26 +00:00
newgrf_config.h (svn r22410) -Document: some more bits ;) 2011-05-02 16:14:23 +00:00
newgrf_debug_gui.cpp (svn r22410) -Document: some more bits ;) 2011-05-02 16:14:23 +00:00
newgrf_debug.h (svn r21886) -Codechange: move documentation towards the code to make it more likely to be updated [n]. 2011-01-22 09:53:15 +00:00
newgrf_engine.cpp (svn r21933) -Codechange: Split cur_order_index into cur_auto_order_index and cur_real_order_index to keep track of the current real order in an unambiguous way. 2011-01-31 20:44:15 +00:00
newgrf_engine.h
newgrf_generic.cpp (svn r22410) -Document: some more bits ;) 2011-05-02 16:14:23 +00:00
newgrf_generic.h (svn r22410) -Document: some more bits ;) 2011-05-02 16:14:23 +00:00
newgrf_gui.cpp (svn r22442) -Fix: Do not popup fatal NewGRF error messages in the intro screen. The GRFs are not going to be activated there anyway and the GRF settings GUI will not display the errors either. 2011-05-11 20:20:21 +00:00
newgrf_house.cpp (svn r22457) -Codechange: Make the NewGRFSpriteLayout a direct member of TileLayoutSpriteGroup instead of allocating it separately. 2011-05-14 17:33:26 +00:00
newgrf_house.h
newgrf_industries.cpp (svn r22434) -Feature [FS#4591]: [NewGRF] Allow to filter by town of the current industry when using industry variable 0x68 (Yexo) 2011-05-07 10:20:29 +00:00
newgrf_industries.h
newgrf_industrytiles.cpp (svn r22457) -Codechange: Make the NewGRFSpriteLayout a direct member of TileLayoutSpriteGroup instead of allocating it separately. 2011-05-14 17:33:26 +00:00
newgrf_industrytiles.h (svn r21890) -Cleanup: remove some unneeded includes 2011-01-22 14:52:20 +00:00
newgrf_object.cpp (svn r22457) -Codechange: Make the NewGRFSpriteLayout a direct member of TileLayoutSpriteGroup instead of allocating it separately. 2011-05-14 17:33:26 +00:00
newgrf_object.h (svn r22204) -Change: Make the base costs for building and demolishing NewObjects also local to the individual NewGRFs 2011-03-05 18:28:10 +00:00
newgrf_properties.h
newgrf_railtype.cpp (svn r22410) -Document: some more bits ;) 2011-05-02 16:14:23 +00:00
newgrf_railtype.h
newgrf_sound.cpp (svn r21890) -Cleanup: remove some unneeded includes 2011-01-22 14:52:20 +00:00
newgrf_sound.h
newgrf_spritegroup.cpp (svn r22457) -Codechange: Make the NewGRFSpriteLayout a direct member of TileLayoutSpriteGroup instead of allocating it separately. 2011-05-14 17:33:26 +00:00
newgrf_spritegroup.h (svn r22457) -Codechange: Make the NewGRFSpriteLayout a direct member of TileLayoutSpriteGroup instead of allocating it separately. 2011-05-14 17:33:26 +00:00
newgrf_station.cpp (svn r22455) -Fix (r22286): x != y 2011-05-14 16:01:40 +00:00
newgrf_station.h (svn r22456) -Codechange: Derive NewGRFSpriteLayout from DrawTileSprites for spritelayouts allocated on the heap, and make use of constructors and destructors. 2011-05-14 17:25:45 +00:00
newgrf_storage.cpp (svn r21886) -Codechange: move documentation towards the code to make it more likely to be updated [n]. 2011-01-22 09:53:15 +00:00
newgrf_storage.h (svn r21886) -Codechange: move documentation towards the code to make it more likely to be updated [n]. 2011-01-22 09:53:15 +00:00
newgrf_text.cpp (svn r21885) -Fix [FS#4422]: NewGRF string codes 0x80 and 0x81 were broken since the typechecking of string parameters 2011-01-21 23:10:02 +00:00
newgrf_text.h
newgrf_town.cpp
newgrf_town.h
newgrf_townname.cpp
newgrf_townname.h
newgrf.cpp (svn r22457) -Codechange: Make the NewGRFSpriteLayout a direct member of TileLayoutSpriteGroup instead of allocating it separately. 2011-05-14 17:33:26 +00:00
newgrf.h (svn r22408) -Cleanup: remove unused variable GRFFile::sprite_offset 2011-05-01 20:46:36 +00:00
news_func.h (svn r21987) -Fix: Make news items, engine previews and AI preview events deal with no longer existing Engine items after resetting the pool. 2011-02-05 20:41:13 +00:00
news_gui.cpp (svn r22429) -Add: some constants for specific palette colours used in the GUI. 2011-05-06 21:13:29 +00:00
news_gui.h
news_type.h (svn r22410) -Document: some more bits ;) 2011-05-02 16:14:23 +00:00
object_base.h
object_cmd.cpp (svn r22116) -Codechange: use PoolBase::Clean() at more places 2011-02-19 23:05:47 +00:00
object_gui.cpp (svn r22459) -Doc: Typo fixes and doxygen markup improvements. 2011-05-14 18:35:40 +00:00
object_map.h
object_type.h
object.h
openttd.cpp (svn r22423) -Document: some network stuff 2011-05-04 20:24:23 +00:00
openttd.h (svn r22460) -Doc: Semantic documentation fixes, and doxygen additions (partly by planetmaker). 2011-05-14 18:38:54 +00:00
order_backup.cpp (svn r22410) -Document: some more bits ;) 2011-05-02 16:14:23 +00:00
order_backup.h (svn r22410) -Document: some more bits ;) 2011-05-02 16:14:23 +00:00
order_base.h
order_cmd.cpp (svn r22331) -Change: When inserting an (automatic) order A in front of an order B, disable modifications of automatic orders for all vehicles currently heading for B as we do not know whether they will reach A or B first. (except for the vehicle causing the insertion of the automatic order itself) 2011-04-16 17:06:59 +00:00
order_func.h (svn r22046) -Fix [FS#4487]: Make sure order indices stay in range when copying, sharing, unsharing or deleting all orders. 2011-02-09 21:40:32 +00:00
order_gui.cpp (svn r22343) -Change: Remove pixel limiter for query strings. 2011-04-17 18:42:17 +00:00
order_type.h
os_timer.cpp
osk_gui.cpp (svn r22241) -Codechange: Add additional to-be-used parameter to OnInvalidateData(). 2011-03-13 21:31:29 +00:00
pbs.cpp (svn r22017) -Codechange: move MarkTileDirtyByTile to viewport_func.h 2011-02-07 22:29:47 +00:00
pbs.h (svn r22410) -Document: some more bits ;) 2011-05-02 16:14:23 +00:00
querystring_gui.h (svn r22423) -Document: some network stuff 2011-05-04 20:24:23 +00:00
rail_cmd.cpp (svn r22436) -Fix (r18969): Apply railtype property 12 (station graphics) also to station groundsprites from action 1. 2011-05-08 15:58:59 +00:00
rail_gui.cpp (svn r22459) -Doc: Typo fixes and doxygen markup improvements. 2011-05-14 18:35:40 +00:00
rail_gui.h (svn r21867) -Codechange: move creating the rail type dropdown to a more general location 2011-01-20 12:40:04 +00:00
rail_map.h
rail_type.h
rail.cpp
rail.h (svn r22436) -Fix (r18969): Apply railtype property 12 (station graphics) also to station groundsprites from action 1. 2011-05-08 15:58:59 +00:00
rev.cpp.in (svn r22083) -Change: trunk is heading towards 1.2 now 2011-02-14 20:20:57 +00:00
rev.h
road_cmd.cpp (svn r22459) -Doc: Typo fixes and doxygen markup improvements. 2011-05-14 18:35:40 +00:00
road_cmd.h
road_func.h
road_gui.cpp (svn r22406) -Document: some more "random-ish" tidbits 2011-05-01 19:51:52 +00:00
road_gui.h (svn r21887) -Fix-ish: some headers weren't including the headers they depend on 2011-01-22 10:10:03 +00:00
road_internal.h
road_map.cpp
road_map.h (svn r22406) -Document: some more "random-ish" tidbits 2011-05-01 19:51:52 +00:00
road_type.h
road.cpp (svn r21890) -Cleanup: remove some unneeded includes 2011-01-22 14:52:20 +00:00
roadstop_base.h (svn r21890) -Cleanup: remove some unneeded includes 2011-01-22 14:52:20 +00:00
roadstop.cpp (svn r22406) -Document: some more "random-ish" tidbits 2011-05-01 19:51:52 +00:00
roadveh_cmd.cpp (svn r22329) -Change: When the current orders are interrupted for non-ordered service, disable modifications to automatic orders until the next real order is completed. (train part already slipped by in r22328) 2011-04-16 16:56:24 +00:00
roadveh_gui.cpp (svn r21924) -Codechange: Unify some parts of the articulated vehicle code. 2011-01-29 17:30:25 +00:00
roadveh.h (svn r21976) -Doc: Document several crash handling functions. 2011-02-05 16:20:55 +00:00
screenshot.cpp (svn r22450) -Fix [FS#4610]: Don't "log" the NewGRFs in the screenshot when in the menu 2011-05-13 20:07:57 +00:00
screenshot.h
sdl.cpp (svn r22406) -Document: some more "random-ish" tidbits 2011-05-01 19:51:52 +00:00
sdl.h
settings_func.h
settings_gui.cpp (svn r22417) -Add: an advanced setting to specify the default palette to use for NewGRFs without action 14 palette information; this makes the default choice independent from the used base graphics and '-i' option. 2011-05-03 20:30:26 +00:00
settings_internal.h (svn r22210) -Add: Add a variable for the value strings in the settings tables. 2011-03-06 15:51:44 +00:00
settings_type.h (svn r22417) -Add: an advanced setting to specify the default palette to use for NewGRFs without action 14 palette information; this makes the default choice independent from the used base graphics and '-i' option. 2011-05-03 20:30:26 +00:00
settings.cpp (svn r22298) -Change: allow enabling 'freeform edges' setting when there is only station label above one of northern tiles 2011-04-07 15:58:21 +00:00
ship_cmd.cpp (svn r22406) -Document: some more "random-ish" tidbits 2011-05-01 19:51:52 +00:00
ship_gui.cpp
ship.h (svn r22406) -Document: some more "random-ish" tidbits 2011-05-01 19:51:52 +00:00
signal_func.h
signal_type.h (svn r22406) -Document: some more "random-ish" tidbits 2011-05-01 19:51:52 +00:00
signal.cpp (svn r22017) -Codechange: move MarkTileDirtyByTile to viewport_func.h 2011-02-07 22:29:47 +00:00
signs_base.h
signs_cmd.cpp (svn r22406) -Document: some more "random-ish" tidbits 2011-05-01 19:51:52 +00:00
signs_func.h
signs_gui.cpp (svn r22406) -Document: some more "random-ish" tidbits 2011-05-01 19:51:52 +00:00
signs_type.h (svn r22406) -Document: some more "random-ish" tidbits 2011-05-01 19:51:52 +00:00
signs.cpp (svn r22406) -Document: some more "random-ish" tidbits 2011-05-01 19:51:52 +00:00
slope_func.h
slope_type.h (svn r22406) -Document: some more "random-ish" tidbits 2011-05-01 19:51:52 +00:00
smallmap_gui.cpp (svn r22433) -Add/Fix: Add constants for the palette colours used in the smallmap and fix some windows palette indices. 2011-05-07 00:22:46 +00:00
smallmap_gui.h
sortlist_type.h (svn r21890) -Cleanup: remove some unneeded includes 2011-01-22 14:52:20 +00:00
sound_func.h (svn r22202) -Codechange: make MusicFileSettings a proper citizen of the client settings 2011-03-05 18:00:48 +00:00
sound_type.h (svn r22202) -Codechange: make MusicFileSettings a proper citizen of the client settings 2011-03-05 18:00:48 +00:00
sound.cpp (svn r22202) -Codechange: make MusicFileSettings a proper citizen of the client settings 2011-03-05 18:00:48 +00:00
sprite.cpp (svn r22456) -Codechange: Derive NewGRFSpriteLayout from DrawTileSprites for spritelayouts allocated on the heap, and make use of constructors and destructors. 2011-05-14 17:25:45 +00:00
sprite.h (svn r22456) -Codechange: Derive NewGRFSpriteLayout from DrawTileSprites for spritelayouts allocated on the heap, and make use of constructors and destructors. 2011-05-14 17:25:45 +00:00
spritecache.cpp (svn r22419) -Change: Always use the DOS palette for drawing. 2011-05-04 17:12:37 +00:00
spritecache.h
station_base.h
station_cmd.cpp (svn r22460) -Doc: Semantic documentation fixes, and doxygen additions (partly by planetmaker). 2011-05-14 18:38:54 +00:00
station_func.h
station_gui.cpp (svn r22429) -Add: some constants for specific palette colours used in the GUI. 2011-05-06 21:13:29 +00:00
station_gui.h
station_map.h (svn r22406) -Document: some more "random-ish" tidbits 2011-05-01 19:51:52 +00:00
station_type.h (svn r22343) -Change: Remove pixel limiter for query strings. 2011-04-17 18:42:17 +00:00
station.cpp (svn r22406) -Document: some more "random-ish" tidbits 2011-05-01 19:51:52 +00:00
statusbar_gui.cpp (svn r22406) -Document: some more "random-ish" tidbits 2011-05-01 19:51:52 +00:00
statusbar_gui.h (svn r22406) -Document: some more "random-ish" tidbits 2011-05-01 19:51:52 +00:00
stdafx.h (svn r22171) -Add: Add settings generator program. 2011-03-03 20:59:59 +00:00
string_func.h (svn r22385) -Fix [FS#4603]: strnatcmp is in string.cpp, so it ought to be declared in string_func.h. 2011-04-30 14:24:23 +00:00
string_type.h (svn r22406) -Document: some more "random-ish" tidbits 2011-05-01 19:51:52 +00:00
string.cpp (svn r22406) -Document: some more "random-ish" tidbits 2011-05-01 19:51:52 +00:00
strings_func.h (svn r22385) -Fix [FS#4603]: strnatcmp is in string.cpp, so it ought to be declared in string_func.h. 2011-04-30 14:24:23 +00:00
strings_type.h
strings.cpp (svn r22411) -Document: another bunch of bits 2011-05-02 17:42:12 +00:00
subsidy_base.h
subsidy_func.h
subsidy_gui.cpp (svn r22241) -Codechange: Add additional to-be-used parameter to OnInvalidateData(). 2011-03-13 21:31:29 +00:00
subsidy_type.h (svn r22406) -Document: some more "random-ish" tidbits 2011-05-01 19:51:52 +00:00
subsidy.cpp (svn r22116) -Codechange: use PoolBase::Clean() at more places 2011-02-19 23:05:47 +00:00
tar_type.h
terraform_cmd.cpp (svn r22451) -Codechange: Test for bridges and tunnels during the first pass only while terraforming (HackaLittleBit) 2011-05-14 09:26:16 +00:00
terraform_gui.cpp (svn r22405) -Document: some more "random-ish" tidbits 2011-05-01 19:14:12 +00:00
terraform_gui.h
textbuf_gui.h (svn r22405) -Document: some more "random-ish" tidbits 2011-05-01 19:14:12 +00:00
texteff.cpp
texteff.hpp (svn r22015) -Codechange: move yet another pair of methods from functions.h 2011-02-07 22:22:20 +00:00
tgp.cpp
tgp.h
tile_cmd.h
tile_map.cpp
tile_map.h
tile_type.h (svn r21877) -Codechange: move definition of HALF_TILE_SIZE to tile_type.h 2011-01-21 15:48:52 +00:00
tilearea_type.h (svn r22405) -Document: some more "random-ish" tidbits 2011-05-01 19:14:12 +00:00
tilearea.cpp (svn r22405) -Document: some more "random-ish" tidbits 2011-05-01 19:14:12 +00:00
tilehighlight_func.h
tilehighlight_type.h (svn r22459) -Doc: Typo fixes and doxygen markup improvements. 2011-05-14 18:35:40 +00:00
timetable_cmd.cpp (svn r22405) -Document: some more "random-ish" tidbits 2011-05-01 19:14:12 +00:00
timetable_gui.cpp (svn r22405) -Document: some more "random-ish" tidbits 2011-05-01 19:14:12 +00:00
timetable.h
toolbar_gui.cpp (svn r22429) -Add: some constants for specific palette colours used in the GUI. 2011-05-06 21:13:29 +00:00
toolbar_gui.h
town_cmd.cpp (svn r22459) -Doc: Typo fixes and doxygen markup improvements. 2011-05-14 18:35:40 +00:00
town_gui.cpp (svn r22385) -Fix [FS#4603]: strnatcmp is in string.cpp, so it ought to be declared in string_func.h. 2011-04-30 14:24:23 +00:00
town_map.h
town_type.h (svn r22343) -Change: Remove pixel limiter for query strings. 2011-04-17 18:42:17 +00:00
town.h
townname_func.h (svn r22405) -Document: some more "random-ish" tidbits 2011-05-01 19:14:12 +00:00
townname_type.h (svn r22405) -Document: some more "random-ish" tidbits 2011-05-01 19:14:12 +00:00
townname.cpp (svn r22405) -Document: some more "random-ish" tidbits 2011-05-01 19:14:12 +00:00
track_func.h
track_type.h
train_cmd.cpp (svn r22328) -Add: a flag to GroundVehicles to disable insertion and removal of automatic orders until the next real order is reached. 2011-04-16 16:45:35 +00:00
train_gui.cpp (svn r22405) -Document: some more "random-ish" tidbits 2011-05-01 19:14:12 +00:00
train.h (svn r21976) -Doc: Document several crash handling functions. 2011-02-05 16:20:55 +00:00
transparency_gui.cpp (svn r22405) -Document: some more "random-ish" tidbits 2011-05-01 19:14:12 +00:00
transparency_gui.h
transparency.h (svn r22405) -Document: some more "random-ish" tidbits 2011-05-01 19:14:12 +00:00
transport_type.h (svn r22405) -Document: some more "random-ish" tidbits 2011-05-01 19:14:12 +00:00
tree_cmd.cpp (svn r22019) -Codechange: s/functions.h/clear_func.h/ 2011-02-07 22:38:02 +00:00
tree_gui.cpp (svn r22241) -Codechange: Add additional to-be-used parameter to OnInvalidateData(). 2011-03-13 21:31:29 +00:00
tree_map.h
tunnel_map.cpp
tunnel_map.h
tunnelbridge_cmd.cpp (svn r22413) -Document: even more stuff 2011-05-02 20:59:54 +00:00
tunnelbridge_map.h
tunnelbridge.h (svn r22405) -Document: some more "random-ish" tidbits 2011-05-01 19:14:12 +00:00
vehicle_base.h (svn r22459) -Doc: Typo fixes and doxygen markup improvements. 2011-05-14 18:35:40 +00:00
vehicle_cmd.cpp (svn r22337) -Fix: Overly specific error message 2011-04-17 17:28:33 +00:00
vehicle_func.h (svn r21890) -Cleanup: remove some unneeded includes 2011-01-22 14:52:20 +00:00
vehicle_gui_base.h
vehicle_gui.cpp (svn r22373) -Fix (r19955) (r20041) [FS#4592]: crash when clicking a removed company in the vehiclelist dropdowns 2011-04-22 21:51:34 +00:00
vehicle_gui.h
vehicle_type.h (svn r22405) -Document: some more "random-ish" tidbits 2011-05-01 19:14:12 +00:00
vehicle.cpp (svn r22333) -Change: Prefer deleting automatic orders instead of inserting new ones. 2011-04-16 17:20:08 +00:00
vehiclelist.cpp (svn r21890) -Cleanup: remove some unneeded includes 2011-01-22 14:52:20 +00:00
vehiclelist.h (svn r22405) -Document: some more "random-ish" tidbits 2011-05-01 19:14:12 +00:00
viewport_func.h (svn r22017) -Codechange: move MarkTileDirtyByTile to viewport_func.h 2011-02-07 22:29:47 +00:00
viewport_gui.cpp (svn r22241) -Codechange: Add additional to-be-used parameter to OnInvalidateData(). 2011-03-13 21:31:29 +00:00
viewport_type.h (svn r22405) -Document: some more "random-ish" tidbits 2011-05-01 19:14:12 +00:00
viewport.cpp (svn r22181) -Fix (r20574): following a vehicle with a very high VehicleID was impossible 2011-03-04 12:12:48 +00:00
void_cmd.cpp
void_map.h
water_cmd.cpp (svn r22110) -Codechange: Remove WaterDrawTileStruct and use DrawTileSprites/DrawTileSeqStruct instead. 2011-02-19 14:57:15 +00:00
water_map.h (svn r22405) -Document: some more "random-ish" tidbits 2011-05-01 19:14:12 +00:00
water.h
waypoint_base.h (svn r22405) -Document: some more "random-ish" tidbits 2011-05-01 19:14:12 +00:00
waypoint_cmd.cpp (svn r22405) -Document: some more "random-ish" tidbits 2011-05-01 19:14:12 +00:00
waypoint_func.h (svn r21890) -Cleanup: remove some unneeded includes 2011-01-22 14:52:20 +00:00
waypoint_gui.cpp (svn r22406) -Document: some more "random-ish" tidbits 2011-05-01 19:51:52 +00:00
waypoint.cpp
widget_type.h
widget.cpp (svn r22405) -Document: some more "random-ish" tidbits 2011-05-01 19:14:12 +00:00
window_func.h (svn r22242) -Codechange: Let OnInvalidateData() decide itself what to do immediately in command scope, and what to do asynchronously in GUI-scope. 2011-03-13 21:32:13 +00:00
window_gui.h (svn r22242) -Codechange: Let OnInvalidateData() decide itself what to do immediately in command scope, and what to do asynchronously in GUI-scope. 2011-03-13 21:32:13 +00:00
window_type.h (svn r22358) -Codechange: WC_TOOLBAR_MENU isn't the right name when its only used for client list popups 2011-04-22 15:50:13 +00:00
window.cpp (svn r22358) -Codechange: WC_TOOLBAR_MENU isn't the right name when its only used for client list popups 2011-04-22 15:50:13 +00:00
zoom_func.h
zoom_type.h (svn r22405) -Document: some more "random-ish" tidbits 2011-05-01 19:14:12 +00:00