OpenTTD/src
2014-01-02 08:55:32 +00:00
..
3rdparty (svn r25781) -Doc: Add licensing section to readme.txt. 2013-09-19 07:42:15 +00:00
ai (svn r26086) -Codechange: use AutoDeleteSmallVector instead std::list for dropdowns 2013-11-24 14:46:26 +00:00
blitter (svn r26108) -Codechange: some coding style (whitespace) 2013-11-25 14:30:22 +00:00
core (svn r26057) -Fix: a number of possibly uninitialised variables 2013-11-23 13:12:19 +00:00
depend (svn r26060) -Fix: do not let depend overrun its buffers when paths are extremely (and unlikely) long 2013-11-23 13:16:45 +00:00
game (svn r26090) -Fix: leaking of file descriptor when reading strings for game texts 2013-11-24 15:25:41 +00:00
lang (svn r26193) -Update from WebTranslator v3.0: 2014-01-01 18:45:12 +00:00
linkgraph (svn r26166) -Fix: Scale flows only after mapping to avoid rounding errors. 2013-12-20 14:57:44 +00:00
misc
music (svn r26108) -Codechange: some coding style (whitespace) 2013-11-25 14:30:22 +00:00
network (svn r26167) -Fix [FS#5834]: Certain hotkeys crashed the content GUI when the list was empty. 2013-12-20 18:29:53 +00:00
os (svn r26192) -Fix (r24878): off-by-one error ;) 2013-12-31 23:08:55 +00:00
pathfinder (svn r26117) -Cleanup: unneeded NULL check 2013-11-26 10:00:15 +00:00
saveload (svn r26175) -Add: Log in desync output when persistent storage is discarded. 2013-12-23 18:09:29 +00:00
script (svn r26164) -Doc: Fix Game Script API docs on that deity can build/prospect independent of advanced setting for that 2013-12-17 20:41:51 +00:00
settingsgen
sound (svn r26108) -Codechange: some coding style (whitespace) 2013-11-25 14:30:22 +00:00
spriteloader (svn r26132) -Fix-ish: prevent issues due to overflowing multiplications by limiting the size of full zoom sprites to about 32kix32ki 2013-11-26 22:03:56 +00:00
strgen (svn r26058) -Fix: handle the return value of a number of functions better 2013-11-23 13:15:07 +00:00
table (svn r26158) -Fix: NewGRF inspect window lacked several newer variables. 2013-12-13 20:52:25 +00:00
thread
video (svn r26186) -Fix: Don't check for equality of MAC_OS_X_VERSION_MAX_ALLOWED. 2013-12-30 14:46:24 +00:00
widgets (svn r26128) -Fix: erroneous cast 2013-11-26 15:12:54 +00:00
aircraft_cmd.cpp (svn r26134) -Fix [FS#5820]: aircraft crashing near the map's border due to a lack of airports could trigger an assertion in most builds 2013-11-28 19:37:24 +00:00
aircraft_gui.cpp
aircraft.h
airport_gui.cpp (svn r26165) -Change [FS#5832]: Improve layout of build-airport GUI (hackalittlebit) 2013-12-18 18:23:30 +00:00
airport.cpp
airport.h (svn r25841) -Codechange: Use NUM_AIRPORTTILES_PER_GRF instead of NUM_AIRPORTTILES to properly distinguish limits per NewGRF and limits of the pool. 2013-10-12 16:34:59 +00:00
animated_tile_func.h
animated_tile.cpp
articulated_vehicles.cpp
articulated_vehicles.h
autoreplace_base.h
autoreplace_cmd.cpp
autoreplace_func.h
autoreplace_gui.cpp (svn r25919) -Change [FS#5734]: Preselect the current replacement in the right-side list of the autoreplace GUI, instead of selecting the first resp. previous item. 2013-10-28 10:28:24 +00:00
autoreplace_gui.h
autoreplace_type.h
autoreplace.cpp
autoslope.h
base_consist.cpp
base_consist.h
base_media_base.h
base_media_func.h (svn r26073) -Cleanup: unneeded check against NULL 2013-11-23 18:13:46 +00:00
base_station_base.h (svn r26085) -Codechange: Pass ResolverObjects as reference instead of pointer since they are never NULL. 2013-11-24 14:41:19 +00:00
bmp.cpp (svn r26058) -Fix: handle the return value of a number of functions better 2013-11-23 13:15:07 +00:00
bmp.h
bootstrap_gui.cpp (svn r25664) -Add [FS#4847]: [OSX] Bootstrap downloading of a baseset. (Matthieu) 2013-08-05 20:36:10 +00:00
bridge_gui.cpp (svn r25668) -Codechange: Pass proper Unicode UCS-4 characters instead of just UCS-2 to the window key press handlers. 2013-08-05 20:36:24 +00:00
bridge_map.cpp
bridge_map.h
bridge.h
build_vehicle_gui.cpp (svn r25733) -Fix: Engine name was misaligned in purchase list for RTL. (sbr) 2013-08-18 22:19:38 +00:00
cargo_type.h
cargoaction.cpp
cargoaction.h (svn r26108) -Codechange: some coding style (whitespace) 2013-11-25 14:30:22 +00:00
cargomonitor.cpp
cargomonitor.h
cargopacket.cpp (svn r25910) -Fix: Guard against empty FlowStats in a few more places. 2013-10-23 19:04:06 +00:00
cargopacket.h (svn r25900) -Change [FS#5677]: Allow restricted flows to be picked for kept cargo. 2013-10-22 16:15:59 +00:00
cargotype.cpp
cargotype.h
cheat_func.h
cheat_gui.cpp (svn r25867) -Fix [FS#5764]: Shift dates on link graphs when using scenario editor date tool. 2013-10-15 17:32:31 +00:00
cheat_type.h
cheat.cpp
clear_cmd.cpp (svn r25852) -Codechange: Merge GetFenceXX/SetFenceXX into one common GetFonce/SetFence for all directions that take an extra direction parameter (cirdan, LordAro) 2013-10-12 22:23:43 +00:00
clear_func.h
clear_map.h (svn r25852) -Codechange: Merge GetFenceXX/SetFenceXX into one common GetFonce/SetFence for all directions that take an extra direction parameter (cirdan, LordAro) 2013-10-12 22:23:43 +00:00
cmd_helper.h
command_func.h
command_type.h (svn r25788) -Feature: [Script] Game Scripts can now charge fees and give money to companies 2013-09-21 13:07:42 +00:00
command.cpp (svn r26174) -Codechange: Rename BaseStorageArray to BasePersistentStorageArray 2013-12-23 18:09:03 +00:00
company_base.h (svn r26081) -Fix [FS#5815]: memset with virtual functions doesn't quite work. Upon further review CompanyProperties doesn't need to be virtual in the current code base 2013-11-24 09:52:35 +00:00
company_cmd.cpp (svn r25761) -Change: Disable story/goal buttons when there is no content to show instead of when there is zero companies 2013-09-13 12:45:25 +00:00
company_func.h
company_gui.cpp (svn r26086) -Codechange: use AutoDeleteSmallVector instead std::list for dropdowns 2013-11-24 14:46:26 +00:00
company_gui.h
company_manager_face.h (svn r25490) -Fix [FS#5610]: the face of the manager differed on clients when the company was started after the clients joined 2013-06-27 20:20:13 +00:00
company_type.h
console_cmds.cpp (svn r26000) -Add: Optional filter parameter to the 'content state' console command, to limit the content list to only content where the name match the filter 2013-11-14 22:50:16 +00:00
console_func.h
console_gui.cpp (svn r26001) -Fix [FS#5795a] (r25686): [OSX] Clear any pending marked characters from an edit box losing focus. 2013-11-14 23:03:54 +00:00
console_gui.h
console_internal.h
console_type.h
console.cpp (svn r26100) -Fix: possible buffer overflow in console handling of aliases 2013-11-25 10:13:59 +00:00
cpu.cpp (svn r26197) -Add: wrappers around cpuid 2014-01-02 08:55:32 +00:00
cpu.h (svn r26197) -Add: wrappers around cpuid 2014-01-02 08:55:32 +00:00
crashlog.cpp (svn r26170) -Feature-ish: add the currently used fonts to the crash log 2013-12-22 17:46:27 +00:00
crashlog.h
currency.cpp
currency.h
date_func.h
date_gui.cpp (svn r26086) -Codechange: use AutoDeleteSmallVector instead std::list for dropdowns 2013-11-24 14:46:26 +00:00
date_gui.h
date_type.h
date.cpp
debug.cpp (svn r26058) -Fix: handle the return value of a number of functions better 2013-11-23 13:15:07 +00:00
debug.h (svn r26195) -Codechange: move debug's ottd_rdtsc (CPU specific high precision timer) into cpu.h/cpp 2014-01-02 08:45:28 +00:00
dedicated.cpp (svn r26098) -Fix: close the log file when OpenTTD was forked and finally closed 2013-11-25 09:20:35 +00:00
depot_base.h
depot_cmd.cpp (svn r25865) -Codechange: Refactor detecting of depot vehicle type of a tile to a new function, GetDepotVehicleType (cirdan, LordAro) 2013-10-13 20:11:05 +00:00
depot_func.h
depot_gui.cpp (svn r26106) -Codechange: document fall through explicitly 2013-11-25 13:28:08 +00:00
depot_map.h (svn r25865) -Codechange: Refactor detecting of depot vehicle type of a tile to a new function, GetDepotVehicleType (cirdan, LordAro) 2013-10-13 20:11:05 +00:00
depot_type.h
depot.cpp (svn r25865) -Codechange: Refactor detecting of depot vehicle type of a tile to a new function, GetDepotVehicleType (cirdan, LordAro) 2013-10-13 20:11:05 +00:00
direction_func.h (svn r26105) -Codechange: add a lot of assertions to track/road functions that might eventually lead to become indices into tables 2013-11-25 13:16:06 +00:00
direction_type.h
disaster_cmd.cpp
dock_gui.cpp
driver.cpp (svn r26107) -Codechange/cleanup: remove some coding bloat and simplify the driver factory instatiations 2013-11-25 14:26:46 +00:00
driver.h (svn r26108) -Codechange: some coding style (whitespace) 2013-11-25 14:30:22 +00:00
economy_base.h
economy_func.h
economy_type.h (svn r25788) -Feature: [Script] Game Scripts can now charge fees and give money to companies 2013-09-21 13:07:42 +00:00
economy.cpp (svn r26188) -Codechange: Move station refitting to a separate function. 2013-12-30 14:50:45 +00:00
effectvehicle_base.h
effectvehicle_func.h
effectvehicle.cpp
elrail_func.h
elrail.cpp (svn r25505) -Fix [FS#5563]: use proper doxygen style link to images 2013-06-28 20:54:05 +00:00
endian_check.cpp
engine_base.h
engine_func.h (svn r25553) -Fix [FS#5530]: provide a warning when no vehicles are available, and tell what to do in that case 2013-07-02 18:57:26 +00:00
engine_gui.cpp
engine_gui.h
engine_type.h
engine.cpp (svn r25640) -Fix: Do not suggest a start date for the game when there will be no vehicles available at all. 2013-07-31 07:30:18 +00:00
error_gui.cpp (svn r25668) -Codechange: Pass proper Unicode UCS-4 characters instead of just UCS-2 to the window key press handlers. 2013-08-05 20:36:24 +00:00
error.h
fileio_func.h (svn r25974) -Codechange: make the _personal_dir global const, since once it's set it shouldn't be changed anyhow 2013-11-13 18:57:25 +00:00
fileio_type.h (svn r25975) -Feature [FS#5385]: XDG base directory support 2013-11-13 19:32:37 +00:00
fileio.cpp (svn r26114) -Fix-ish: do our best to not get bit by getenv being unsafe as hell 2013-11-25 21:50:54 +00:00
fios_gui.cpp (svn r25668) -Codechange: Pass proper Unicode UCS-4 characters instead of just UCS-2 to the window key press handlers. 2013-08-05 20:36:24 +00:00
fios.cpp
fios.h (svn r26057) -Fix: a number of possibly uninitialised variables 2013-11-23 13:12:19 +00:00
fontcache.cpp (svn r26170) -Feature-ish: add the currently used fonts to the crash log 2013-12-22 17:46:27 +00:00
fontcache.h (svn r26170) -Feature-ish: add the currently used fonts to the crash log 2013-12-22 17:46:27 +00:00
fontdetection.cpp (svn r25676) -Fix: [Win32] The ANSI code page is not UTF-8 for non-Unicode builds. 2013-08-05 20:36:55 +00:00
fontdetection.h
gamelog_internal.h
gamelog.cpp
gamelog.h
genworld_gui.cpp (svn r26086) -Codechange: use AutoDeleteSmallVector instead std::list for dropdowns 2013-11-24 14:46:26 +00:00
genworld.cpp (svn r26174) -Codechange: Rename BaseStorageArray to BasePersistentStorageArray 2013-12-23 18:09:03 +00:00
genworld.h
gfx_func.h (svn r25911) -Add: Support for drawing dashed lines. 2013-10-23 19:41:20 +00:00
gfx_layout.cpp (svn r26037) -Fix (r26036): there was a reason they weren't references... 2013-11-18 19:47:43 +00:00
gfx_layout.h (svn r26029) -Fix (r26017): The internal index of a character in the layout line depends on the used layouter. 2013-11-17 17:08:20 +00:00
gfx_type.h
gfx.cpp (svn r26018) -Codechange: since there's a wrapper for ICU functions now, we can use proper coding style for names again 2013-11-16 21:05:26 +00:00
gfxinit.cpp
gfxinit.h
goal_base.h
goal_gui.cpp (svn r26012) -Add: new goal type that show a story page when clicked 2013-11-16 17:41:57 +00:00
goal_type.h (svn r26012) -Add: new goal type that show a story page when clicked 2013-11-16 17:41:57 +00:00
goal.cpp (svn r26012) -Add: new goal type that show a story page when clicked 2013-11-16 17:41:57 +00:00
graph_gui.cpp (svn r26116) -Codechange: validate that the number of lines in a graph is more than 0 2013-11-25 22:32:32 +00:00
graph_gui.h
ground_vehicle.cpp
ground_vehicle.hpp
group_cmd.cpp
group_gui.cpp (svn r25537) -Codechange: Optionally make WWT_MATRIX compute the number of rows and columns from the resize step size. 2013-06-30 14:36:31 +00:00
group_gui.h
group_type.h
group.h
gui.h
heightmap.cpp (svn r26057) -Fix: a number of possibly uninitialised variables 2013-11-23 13:12:19 +00:00
heightmap.h
highscore_gui.cpp (svn r25668) -Codechange: Pass proper Unicode UCS-4 characters instead of just UCS-2 to the window key press handlers. 2013-08-05 20:36:24 +00:00
highscore.cpp (svn r26062) -Fix: beef up checks against invalid data in highscore and language files 2013-11-23 13:18:29 +00:00
highscore.h (svn r25512) -Fix-ish: the high score company name could not have enough space to have both the company and president name 2013-06-29 12:07:40 +00:00
hotkeys.cpp (svn r25973) -Fix [FS#5679]: comma key collided with F12 key for hotkeys; also remove '+' as that is generally not a key (the '+' on the numpad is a separate one) 2013-11-13 15:54:44 +00:00
hotkeys.h (svn r25669) -Codechange: Pass UCS-4 instead of UCS-2 characters to the hotkey handlers. 2013-08-05 20:36:28 +00:00
house_type.h
house.h (svn r25839) -Codechange: Use NUM_HOUSES_PER_GRF instead of NUM_HOUSES to properly distinguish limits per NewGRF and limits of the pool. 2013-10-12 16:34:04 +00:00
industry_cmd.cpp (svn r25853) -Codechange: Simplify SetupFarmFieldFence by replacing the Axis and north parameter with a direction parameter and taking adventage of the new unified SetFence function (cirdan, LordAro) 2013-10-12 22:28:38 +00:00
industry_gui.cpp (svn r26086) -Codechange: use AutoDeleteSmallVector instead std::list for dropdowns 2013-11-24 14:46:26 +00:00
industry_map.h
industry_type.h (svn r25837) -Codechange: Use NUM_INDUSTRYTILES_PER_GRF instead of NUM_INDUSTRYTILES to properly distinguish limits per NewGRF and limits of the pool. 2013-10-12 16:32:59 +00:00
industry.h
industrytype.h
ini_load.cpp
ini_type.h
ini.cpp (svn r26058) -Fix: handle the return value of a number of functions better 2013-11-23 13:15:07 +00:00
intro_gui.cpp
landscape_type.h
landscape.cpp (svn r25849) -Codechange: Introduce IsTileFlat to not compute full slope information for situations when we only want to know if a tile is flat or not (cirdan, LordAro) 2013-10-12 22:07:58 +00:00
landscape.h
language.h
livery.h
main_gui.cpp
map_func.h
map_type.h
map.cpp
misc_cmd.cpp (svn r25788) -Feature: [Script] Game Scripts can now charge fees and give money to companies 2013-09-21 13:07:42 +00:00
misc_gui.cpp (svn r25691) -Add: [OSX] Support for mouse selection in the IME composition string. 2013-08-05 20:37:53 +00:00
misc.cpp
mixer.cpp
mixer.h
music_gui.cpp (svn r25776) -Add [FS#5743]: Sticky and shade buttons for jukebox window (retro) 2013-09-15 15:56:46 +00:00
music.cpp
newgrf_airport.cpp (svn r26175) -Add: Log in desync output when persistent storage is discarded. 2013-12-23 18:09:29 +00:00
newgrf_airport.h (svn r25705) -Fix: a number of typos (inspired by 90c920601c84975acb694f3673e2beb08b013753) 2013-08-09 18:43:44 +00:00
newgrf_airporttiles.cpp (svn r26085) -Codechange: Pass ResolverObjects as reference instead of pointer since they are never NULL. 2013-11-24 14:41:19 +00:00
newgrf_airporttiles.h (svn r26085) -Codechange: Pass ResolverObjects as reference instead of pointer since they are never NULL. 2013-11-24 14:41:19 +00:00
newgrf_animation_base.h
newgrf_animation_type.h
newgrf_callbacks.h
newgrf_canal.cpp (svn r26085) -Codechange: Pass ResolverObjects as reference instead of pointer since they are never NULL. 2013-11-24 14:41:19 +00:00
newgrf_canal.h
newgrf_cargo.cpp (svn r26085) -Codechange: Pass ResolverObjects as reference instead of pointer since they are never NULL. 2013-11-24 14:41:19 +00:00
newgrf_cargo.h
newgrf_class_func.h
newgrf_class.h
newgrf_commons.cpp
newgrf_commons.h (svn r26071) -Fix: always initialise GRFFileProps 2013-11-23 18:11:22 +00:00
newgrf_config.cpp (svn r26070) -Fix: prevent extremely huge size for data (1+GiB) 2013-11-23 18:11:01 +00:00
newgrf_config.h
newgrf_debug_gui.cpp (svn r25946) -Add: [NewGRF Debuggnig] Inspecting other vehicles in a chain. 2013-11-07 18:17:21 +00:00
newgrf_debug.h (svn r25946) -Add: [NewGRF Debuggnig] Inspecting other vehicles in a chain. 2013-11-07 18:17:21 +00:00
newgrf_engine.cpp (svn r26157) -Feature: [NewGRF] Vehicle variable 4D for determining the position within an articulated vehicle. 2013-12-13 20:21:04 +00:00
newgrf_engine.h (svn r26085) -Codechange: Pass ResolverObjects as reference instead of pointer since they are never NULL. 2013-11-24 14:41:19 +00:00
newgrf_generic.cpp (svn r26085) -Codechange: Pass ResolverObjects as reference instead of pointer since they are never NULL. 2013-11-24 14:41:19 +00:00
newgrf_generic.h
newgrf_gui.cpp (svn r26086) -Codechange: use AutoDeleteSmallVector instead std::list for dropdowns 2013-11-24 14:46:26 +00:00
newgrf_house.cpp (svn r26085) -Codechange: Pass ResolverObjects as reference instead of pointer since they are never NULL. 2013-11-24 14:41:19 +00:00
newgrf_house.h (svn r26085) -Codechange: Pass ResolverObjects as reference instead of pointer since they are never NULL. 2013-11-24 14:41:19 +00:00
newgrf_industries.cpp (svn r26175) -Add: Log in desync output when persistent storage is discarded. 2013-12-23 18:09:29 +00:00
newgrf_industries.h (svn r26085) -Codechange: Pass ResolverObjects as reference instead of pointer since they are never NULL. 2013-11-24 14:41:19 +00:00
newgrf_industrytiles.cpp (svn r26085) -Codechange: Pass ResolverObjects as reference instead of pointer since they are never NULL. 2013-11-24 14:41:19 +00:00
newgrf_industrytiles.h (svn r26085) -Codechange: Pass ResolverObjects as reference instead of pointer since they are never NULL. 2013-11-24 14:41:19 +00:00
newgrf_object.cpp (svn r26085) -Codechange: Pass ResolverObjects as reference instead of pointer since they are never NULL. 2013-11-24 14:41:19 +00:00
newgrf_object.h (svn r26085) -Codechange: Pass ResolverObjects as reference instead of pointer since they are never NULL. 2013-11-24 14:41:19 +00:00
newgrf_properties.h
newgrf_railtype.cpp (svn r26085) -Codechange: Pass ResolverObjects as reference instead of pointer since they are never NULL. 2013-11-24 14:41:19 +00:00
newgrf_railtype.h (svn r26085) -Codechange: Pass ResolverObjects as reference instead of pointer since they are never NULL. 2013-11-24 14:41:19 +00:00
newgrf_sound.cpp
newgrf_sound.h
newgrf_spritegroup.cpp (svn r26173) -Change: [NewGRF] Reset the temporary storage registers for every sprite resolving. 2013-12-23 18:08:36 +00:00
newgrf_spritegroup.h (svn r26172) -Codechange: Make SpriteGroup::Resolve aware of nested calls. 2013-12-23 18:08:16 +00:00
newgrf_station.cpp (svn r26085) -Codechange: Pass ResolverObjects as reference instead of pointer since they are never NULL. 2013-11-24 14:41:19 +00:00
newgrf_station.h (svn r26085) -Codechange: Pass ResolverObjects as reference instead of pointer since they are never NULL. 2013-11-24 14:41:19 +00:00
newgrf_storage.cpp (svn r26175) -Add: Log in desync output when persistent storage is discarded. 2013-12-23 18:09:29 +00:00
newgrf_storage.h (svn r26175) -Add: Log in desync output when persistent storage is discarded. 2013-12-23 18:09:29 +00:00
newgrf_text.cpp (svn r26065) -Fix: possible dereference of NULL for texts from game scripts 2013-11-23 18:06:27 +00:00
newgrf_text.h
newgrf_town.cpp (svn r26175) -Add: Log in desync output when persistent storage is discarded. 2013-12-23 18:09:29 +00:00
newgrf_town.h (svn r26085) -Codechange: Pass ResolverObjects as reference instead of pointer since they are never NULL. 2013-11-24 14:41:19 +00:00
newgrf_townname.cpp
newgrf_townname.h
newgrf.cpp (svn r26130) -Codechange: add some guards against using invalid image indices 2013-11-26 16:08:58 +00:00
newgrf.h
news_func.h
news_gui.cpp (svn r25668) -Codechange: Pass proper Unicode UCS-4 characters instead of just UCS-2 to the window key press handlers. 2013-08-05 20:36:24 +00:00
news_gui.h
news_type.h
object_base.h (svn r25844) -Change: Increase maximum number of object instances on the map from 64k to about 16M. 2013-10-12 16:35:50 +00:00
object_cmd.cpp (svn r25938) -Fix [FS#5798] (r25876): Don't mistake a lighthouse for a transmitter and vice versa 2013-11-04 17:59:58 +00:00
object_gui.cpp (svn r25830) -Fix [FS#5742] (r25540): In BuildObjectWindow, ensure the object spec matrix is always initialized. (sbr) 2013-10-12 16:29:42 +00:00
object_map.h (svn r25844) -Change: Increase maximum number of object instances on the map from 64k to about 16M. 2013-10-12 16:35:50 +00:00
object_type.h (svn r25844) -Change: Increase maximum number of object instances on the map from 64k to about 16M. 2013-10-12 16:35:50 +00:00
object.h
openttd.cpp (svn r26174) -Codechange: Rename BaseStorageArray to BasePersistentStorageArray 2013-12-23 18:09:03 +00:00
openttd.h (svn r25506) -Document: a function, and name it slightly better 2013-06-28 21:11:35 +00:00
order_backup.cpp
order_backup.h
order_base.h (svn r25891) -Feature: Use smallstack to allow for multiple next hops when loading and unloading. 2013-10-20 13:47:58 +00:00
order_cmd.cpp (svn r25891) -Feature: Use smallstack to allow for multiple next hops when loading and unloading. 2013-10-20 13:47:58 +00:00
order_func.h
order_gui.cpp (svn r26086) -Codechange: use AutoDeleteSmallVector instead std::list for dropdowns 2013-11-24 14:46:26 +00:00
order_type.h (svn r25735) -Feature: allow implicit orders even if no explicit ones are given. 2013-08-20 20:05:31 +00:00
osk_gui.cpp (svn r25678) -Codechange: Notify the video driver when an edit box lost (global) focus so it can abort any current input composition. 2013-08-05 20:37:02 +00:00
pbs.cpp
pbs.h
progress.cpp
progress.h
querystring_gui.h (svn r25691) -Add: [OSX] Support for mouse selection in the IME composition string. 2013-08-05 20:37:53 +00:00
rail_cmd.cpp (svn r25972) -Fix [FS#5665]: rail laying sounds of others could be heard in multiplayer (adf88) 2013-11-12 21:48:55 +00:00
rail_gui.cpp (svn r26088) -Fix (r26086): Windows compilation 2013-11-24 15:17:53 +00:00
rail_gui.h
rail_map.h
rail_type.h
rail.cpp
rail.h
rev.cpp.in
rev.h
road_cmd.cpp
road_cmd.h
road_func.h (svn r26105) -Codechange: add a lot of assertions to track/road functions that might eventually lead to become indices into tables 2013-11-25 13:16:06 +00:00
road_gui.cpp (svn r25854) -Change: Display the cost to upgrade a bridge at the end of bridge that was clicked and not the other end, which could be outside of the screen in some cases (cirdan, LordAro) 2013-10-12 22:45:19 +00:00
road_gui.h
road_internal.h
road_map.cpp
road_map.h
road_type.h
road.cpp
roadstop_base.h
roadstop.cpp
roadveh_cmd.cpp (svn r26180) -Fix: Visual effects did not work for articulated RV parts. 2013-12-25 11:37:10 +00:00
roadveh_gui.cpp
roadveh.h
screenshot.cpp
screenshot.h
sdl.cpp
sdl.h
settings_func.h
settings_gui.cpp (svn r26086) -Codechange: use AutoDeleteSmallVector instead std::list for dropdowns 2013-11-24 14:46:26 +00:00
settings_gui.h
settings_internal.h
settings_type.h (svn r25508) -Change: split unit localisation choice into a choice per type of unit, and move it to the advanced settings 2013-06-29 09:47:18 +00:00
settings.cpp
ship_cmd.cpp (svn r26130) -Codechange: add some guards against using invalid image indices 2013-11-26 16:08:58 +00:00
ship_gui.cpp
ship.h
signal_func.h
signal_type.h
signal.cpp (svn r26110) -Codechange: add guard for enterdir being valid in signal code 2013-11-25 16:22:29 +00:00
signs_base.h
signs_cmd.cpp
signs_func.h
signs_gui.cpp (svn r25918) -Fix: Center the edit sign window like all query windows. (Juanjo) 2013-10-28 10:05:00 +00:00
signs_type.h
signs.cpp
slope_func.h
slope_type.h
smallmap_gui.cpp (svn r26121) -Codechange: add some asserts after dynamic casts to show they shouldn't return NULL ever 2013-11-26 13:21:25 +00:00
smallmap_gui.h
sortlist_type.h
sound_func.h
sound_type.h
sound.cpp
sprite.cpp
sprite.h
spritecache.cpp (svn r25821) -Fix-ish: Sprite 0 was considered available, even if no baseset was loaded. 2013-10-06 19:40:40 +00:00
spritecache.h
station_base.h (svn r26166) -Fix: Scale flows only after mapping to avoid rounding errors. 2013-12-20 14:57:44 +00:00
station_cmd.cpp (svn r26166) -Fix: Scale flows only after mapping to avoid rounding errors. 2013-12-20 14:57:44 +00:00
station_func.h
station_gui.cpp (svn r26083) -Codechange: pass the CommandContainer for the station joiner around using a reference instead of by-value 2013-11-24 14:29:32 +00:00
station_gui.h (svn r26083) -Codechange: pass the CommandContainer for the station joiner around using a reference instead of by-value 2013-11-24 14:29:32 +00:00
station_map.h
station_type.h (svn r25890) -Codechange: define a smallstack for station IDs 2013-10-20 13:47:11 +00:00
station.cpp (svn r25890) -Codechange: define a smallstack for station IDs 2013-10-20 13:47:11 +00:00
statusbar_gui.cpp
statusbar_gui.h
stdafx.h (svn r25677) -Codechange: [Win32] There are no 64-bit Windows versions below XP and we can safely assume it as the target platform. 2013-08-05 20:36:58 +00:00
story_base.h (svn r25621) -Fix (r25342): Also delete page elments when their page is removed (so that they don't reappear on a new page later on) 2013-07-21 15:21:55 +00:00
story_gui.cpp (svn r26086) -Codechange: use AutoDeleteSmallVector instead std::list for dropdowns 2013-11-24 14:46:26 +00:00
story_type.h
story.cpp (svn r25761) -Change: Disable story/goal buttons when there is no content to show instead of when there is zero companies 2013-09-13 12:45:25 +00:00
string_base.h (svn r25653) -Add: Caret movement by words for CJK languages. 2013-08-05 20:35:31 +00:00
string_func.h (svn r25653) -Add: Caret movement by words for CJK languages. 2013-08-05 20:35:31 +00:00
string_type.h
string.cpp (svn r26124) -Fix: make sure all members of the default string iterator are initialised 2013-11-26 13:42:09 +00:00
stringfilter_type.h
stringfilter.cpp
strings_func.h
strings_type.h
strings.cpp (svn r26063) -Fix (r26062): a few tabs too much 2013-11-23 13:24:31 +00:00
subsidy_base.h
subsidy_func.h
subsidy_gui.cpp
subsidy_type.h
subsidy.cpp (svn r25882) -Change [FS#5766]: Don't offer subsidies for auto-distributed cargo. 2013-10-19 11:17:29 +00:00
tar_type.h
terraform_cmd.cpp
terraform_gui.cpp
terraform_gui.h
textbuf_gui.h
textbuf_type.h (svn r25692) -Add: Replacement of a part of the edit box text with a new string. 2013-08-05 20:37:57 +00:00
textbuf.cpp (svn r25708) -Fix: don't return NULL as bool 2013-08-10 12:47:11 +00:00
texteff.cpp
texteff.hpp
textfile_gui.cpp (svn r25925) -Fix: Textfile content was clipped incorrectly and was drawn past the bottom end. (LordAro) 2013-10-28 12:15:44 +00:00
textfile_gui.h (svn r25816) -Add [FS#5748]: Toggle button for wrapping lines in the textfile GUI (LordAro) 2013-10-06 11:29:14 +00:00
textfile_type.h
tgp.cpp (svn r26056) -Fix: a number of possibly uninitialised variables 2013-11-22 21:50:43 +00:00
tgp.h
tile_cmd.h
tile_map.cpp (svn r25849) -Codechange: Introduce IsTileFlat to not compute full slope information for situations when we only want to know if a tile is flat or not (cirdan, LordAro) 2013-10-12 22:07:58 +00:00
tile_map.h (svn r25849) -Codechange: Introduce IsTileFlat to not compute full slope information for situations when we only want to know if a tile is flat or not (cirdan, LordAro) 2013-10-12 22:07:58 +00:00
tile_type.h
tilearea_type.h (svn r26125) -Fix: make sure the tile area's variables are always properly initialised 2013-11-26 14:47:45 +00:00
tilearea.cpp
tilehighlight_func.h
tilehighlight_type.h
tilematrix_type.hpp
timetable_cmd.cpp (svn r25617) -Fix [FS#5655] (r25377): crash when Ctrl+clicking the start date button in timetable window without any orders 2013-07-17 18:37:13 +00:00
timetable_gui.cpp (svn r25617) -Fix [FS#5655] (r25377): crash when Ctrl+clicking the start date button in timetable window without any orders 2013-07-17 18:37:13 +00:00
timetable.h
toolbar_gui.cpp (svn r26086) -Codechange: use AutoDeleteSmallVector instead std::list for dropdowns 2013-11-24 14:46:26 +00:00
toolbar_gui.h
town_cmd.cpp (svn r26104) -Fix: do not attempt to do stuff with an invalid direction, especially using it as index into a table 2013-11-25 13:13:35 +00:00
town_gui.cpp (svn r25922) -Codechange: Rename TOWN_IS_FUNDED to TOWN_IS_GROWING. It is not tied to funding a town. 2013-10-28 10:55:34 +00:00
town_map.h
town_type.h
town.h (svn r25968) -Add: [Script] ScriptTown::TOWN_GROWTH_NONE to indicate no town growth via ScriptTown::SetGrowthRate and GetGrowthRate. 2013-11-12 17:57:12 +00:00
townname_func.h
townname_type.h
townname.cpp
track_func.h (svn r26105) -Codechange: add a lot of assertions to track/road functions that might eventually lead to become indices into tables 2013-11-25 13:16:06 +00:00
track_type.h
train_cmd.cpp (svn r26130) -Codechange: add some guards against using invalid image indices 2013-11-26 16:08:58 +00:00
train_gui.cpp
train.h
transparency_gui.cpp
transparency_gui.h
transparency.h
transport_type.h
tree_cmd.cpp
tree_gui.cpp
tree_map.h
tunnel_map.cpp
tunnel_map.h
tunnelbridge_cmd.cpp (svn r26111) -Fix: theoretical case where sprite table could be overread for aqueducts that start at flat land 2013-11-25 16:26:50 +00:00
tunnelbridge_map.h
tunnelbridge.h
vehicle_base.h (svn r26157) -Feature: [NewGRF] Vehicle variable 4D for determining the position within an articulated vehicle. 2013-12-13 20:21:04 +00:00
vehicle_cmd.cpp (svn r25865) -Codechange: Refactor detecting of depot vehicle type of a tile to a new function, GetDepotVehicleType (cirdan, LordAro) 2013-10-13 20:11:05 +00:00
vehicle_func.h (svn r26130) -Codechange: add some guards against using invalid image indices 2013-11-26 16:08:58 +00:00
vehicle_gui_base.h
vehicle_gui.cpp (svn r26086) -Codechange: use AutoDeleteSmallVector instead std::list for dropdowns 2013-11-24 14:46:26 +00:00
vehicle_gui.h
vehicle_type.h
vehicle.cpp (svn r26101) -Fix: NULL pointer dereference when one can't allocate an order list but wants to make implicit orders 2013-11-25 11:08:21 +00:00
vehiclelist.cpp (svn r25959) -Fix: clang warnings; either because type safety was assumed, or because technically the wrong value was tested 2013-11-09 06:52:08 +00:00
vehiclelist.h (svn r26112) -Fix: make sure a vehicle list is always initialised 2013-11-25 16:36:11 +00:00
viewport_func.h
viewport_gui.cpp
viewport_type.h
viewport.cpp (svn r25823) -Codechange [FS#5780]: Simplify if-cases in ViewportDrawStrings. (Juanjo) 2013-10-06 20:18:53 +00:00
void_cmd.cpp
void_map.h
water_cmd.cpp (svn r25849) -Codechange: Introduce IsTileFlat to not compute full slope information for situations when we only want to know if a tile is flat or not (cirdan, LordAro) 2013-10-12 22:07:58 +00:00
water_map.h
water.h
waypoint_base.h (svn r26085) -Codechange: Pass ResolverObjects as reference instead of pointer since they are never NULL. 2013-11-24 14:41:19 +00:00
waypoint_cmd.cpp (svn r25849) -Codechange: Introduce IsTileFlat to not compute full slope information for situations when we only want to know if a tile is flat or not (cirdan, LordAro) 2013-10-12 22:07:58 +00:00
waypoint_func.h
waypoint_gui.cpp
waypoint.cpp
widget_type.h (svn r25864) -Fix: Use the actual sprite dimensions for sizing the dropdown arrow of dropdown widgets. 2013-10-13 19:18:30 +00:00
widget.cpp (svn r26127) -Fix (r18186): missing break 2013-11-26 15:08:15 +00:00
window_func.h (svn r25681) -Change: [Win32] Position the IME composition window at the caret position. 2013-08-05 20:37:14 +00:00
window_gui.h (svn r25864) -Fix: Use the actual sprite dimensions for sizing the dropdown arrow of dropdown widgets. 2013-10-13 19:18:30 +00:00
window_type.h
window.cpp (svn r26122) -Fix-ish: remove essentially dead code; if nested_array were NULL there, it would segfault in RaiseWidget 2013-11-26 13:23:31 +00:00
zoom_func.h
zoom_type.h