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 15d422b905 (svn r18794) -Codechange: add local company and network 'state' to the crash log 15 years ago
..
3rdparty (svn r18769) -Codechange: replace MiniLZO with the real library. If you're using MSVC update openttd-useful, otherwise make sure you've got liblzo2 and it's development files installed. 15 years ago
ai (svn r18786) -Fix [FS#3507]: NoAI's custom implementation of DoCommandP has several flaws (not masking of bits, not resetting town authority updates on checks/estimates, ...). Let it use DoCommandPInternal, DoCommandP without showing error messages and such, instead. 15 years ago
blitter (svn r18791) -Fix [FS#3504]: when copying an 'image' back into the buffer the 32bpp anim blitter triggered palette check of the whole window instead of only the part the got copied back 15 years ago
core (svn r18640) -Fix (r18633): don't assert when accessing first invalid item, it's used quite often in the code 15 years ago
depend (svn r17923) -Feature: "port" OpenTTD to GNU/Hurd 15 years ago
lang (svn r18793) -Update from WebTranslator v3.0: 15 years ago
misc (svn r17596) -Codechange: constify some tables 15 years ago
music (svn r18520) -Fix [FS#3272]: allegro doesn't like to work with extmidi; it causes 'random' (looks like a racing condition in allegro) crashes when songs are stopped. 15 years ago
network (svn r18784) -Codechange: make NetworkSend_Command accept a company instead of using _local_company to pass that information, with the whole mess when you don't want the company to be _local_company. 15 years ago
os (svn r18678) -Update: happy new year 15 years ago
pathfinder (svn r18683) -Fix: it's not an other 15 years ago
saveload (svn r18775) -Fix (r18769): non-LZO code used LZO defines, also replace #define with static const uint and add some documentation. 15 years ago
script (svn r18683) -Fix: it's not an other 15 years ago
sound (svn r17788) -Fix [FS#3268] (r16702): don't fail hard when no soundcard could be detected; just fall back on the null-driver 15 years ago
spriteloader (svn r18756) -Codechange: direct accesses to png_*_struct members are deprecated 15 years ago
strgen (svn r18727) -Fix [FS#3480]: some invalid gender/plural indices in strings, which could eventually cause crashes. 15 years ago
table (svn r18766) -Codechange: Make train acceleration type (rail/elrail/monorail vs maglev) a rail type property 15 years ago
thread (svn r18656) -Feature: Add event semaphore support for OS/2 15 years ago
video (svn r18792) -Fix [FS#3522] (r18709): crash when using the 32bpp blitter with a dedicated server 15 years ago
widgets (svn r18330) -Cleanup: remove some unneeded includes 15 years ago
aircraft.h (svn r18779) -Codechange: merge the command callbacks of the primary vehicles; they are identical 15 years ago
aircraft_cmd.cpp (svn r18764) -Fix [FS#3422]: split the (un)load ticks counter and signal wait counter; sometimes they might get into eachother's way 15 years ago
aircraft_gui.cpp (svn r18779) -Codechange: merge the command callbacks of the primary vehicles; they are identical 15 years ago
airport.cpp (svn r17693) -Cleanup: remove some unneeded includes 15 years ago
airport.h (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
airport_gui.cpp (svn r18781) -Codechange: pass the CommandCost to the callback instead of whether it succeeded or not. 15 years ago
airport_movement.h (svn r18661) -Fix [FS#3169]: aircraft on the metropolitan airport took a long route to the closest loading pad 15 years ago
animated_tile.cpp (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
animated_tile_func.h (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
articulated_vehicles.cpp (svn r18566) -Codechange: When both the union and intersection of refit masks of articulated vehicles are needed, they can be determined at once. 15 years ago
articulated_vehicles.h (svn r18566) -Codechange: When both the union and intersection of refit masks of articulated vehicles are needed, they can be determined at once. 15 years ago
autoreplace.cpp (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
autoreplace_base.h (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
autoreplace_cmd.cpp (svn r18566) -Codechange: When both the union and intersection of refit masks of articulated vehicles are needed, they can be determined at once. 15 years ago
autoreplace_func.h (svn r17570) -Fix: a number of Doxygen warnings about missing parameters, which were sometimes missing and sometimes just typos 15 years ago
autoreplace_gui.cpp (svn r18588) -Feature [FS#2943]: Add shading and unshading of windows. 15 years ago
autoreplace_gui.h (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
autoreplace_type.h (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
autoslope.h (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
base_media_base.h (svn r18608) -Change: add the concept of music sets 15 years ago
base_media_func.h (svn r18608) -Change: add the concept of music sets 15 years ago
base_station_base.h (svn r18342) -Fix: erroneous spaces before ; 15 years ago
bmp.cpp (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
bmp.h (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
bridge.h (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
bridge_gui.cpp (svn r18781) -Codechange: pass the CommandCost to the callback instead of whether it succeeded or not. 15 years ago
bridge_map.cpp (svn r18058) -Fix: typos in parameter names 15 years ago
bridge_map.h (svn r18028) -Codechange: unglobalise some functions 15 years ago
build_vehicle_gui.cpp (svn r18781) -Codechange: pass the CommandCost to the callback instead of whether it succeeded or not. 15 years ago
cargo_type.h (svn r18413) -Doc: Added doxygen strings for cargo-type related enums, structs, and functions. 15 years ago
cargopacket.cpp (svn r18330) -Cleanup: remove some unneeded includes 15 years ago
cargopacket.h (svn r17840) -Codechange: use the new pool's concepts (caching + not zeroing). Improves average CargoPacket con/destruction time by ~20%, MoveTo/Append by 5-10% and application performance by up to 2%. 15 years ago
cargotype.cpp (svn r18413) -Doc: Added doxygen strings for cargo-type related enums, structs, and functions. 15 years ago
cargotype.h (svn r18413) -Doc: Added doxygen strings for cargo-type related enums, structs, and functions. 15 years ago
cheat.cpp (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
cheat_func.h (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
cheat_gui.cpp (svn r18588) -Feature [FS#2943]: Add shading and unshading of windows. 15 years ago
cheat_type.h (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
clear_cmd.cpp (svn r18728) -Fix: don't mark all tiles dirty in the artic tileloop 15 years ago
clear_map.h (svn r18738) -Fix (r18719): when a tree died while there was snow the amount of snow on the tile changed 15 years ago
cmd_helper.h (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
command.cpp (svn r18788) -Codechange: replace macro as without macro it's shorter than with the macro. 15 years ago
command_func.h (svn r18785) -Codechange: rewrite/rework DoCommandP in order to simplify it, reduce duplication and remove gotos. 15 years ago
command_type.h (svn r18783) -Codechange: make CheckCompanyHasMoney set an error on the CommandCost it tests when you don't have enough money instead of setting a global variable. 15 years ago
company_base.h (svn r18342) -Fix: erroneous spaces before ; 15 years ago
company_cmd.cpp (svn r18784) -Codechange: make NetworkSend_Command accept a company instead of using _local_company to pass that information, with the whole mess when you don't want the company to be _local_company. 15 years ago
company_func.h (svn r17345) -Fix [FS#2769]: one wasn't offered to take over bankrupt companies anymore; caused by the introduction NoAI, although NewAI had the same problem too. 15 years ago
company_gui.cpp (svn r18729) -Fix [FS#3427]: the lock in the company gui was only drawn for your own company 15 years ago
company_gui.h (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
company_manager_face.h (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
company_type.h (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
console.cpp (svn r18028) -Codechange: unglobalise some functions 15 years ago
console_cmds.cpp (svn r18608) -Change: add the concept of music sets 15 years ago
console_func.h (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
console_gui.cpp (svn r18631) -Fix [FS#3419]: when making a screenshot from the console the currently executed command would be shown twice 15 years ago
console_gui.h (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
console_internal.h (svn r18028) -Codechange: unglobalise some functions 15 years ago
console_type.h (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
crashlog.cpp (svn r18794) -Codechange: add local company and network 'state' to the crash log 15 years ago
crashlog.h (svn r18156) -Add: crash screenshot, created from blitter buffer 15 years ago
currency.cpp (svn r18434) -Change [FS#565]: use zł instead of zl for the Polish Zloty. 15 years ago
currency.h (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
date.cpp (svn r18433) -Codechange: Show different texts in town GUI when the town does not need food the whole year to grow. 15 years ago
date_func.h (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
date_gui.cpp (svn r18330) -Cleanup: remove some unneeded includes 15 years ago
date_gui.h (svn r18293) -Codechange: add a window to set the date. Based on work by PhilSophus and Maedhros. 15 years ago
date_type.h (svn r18585) -Codechange: replace some magic numbers by constants 15 years ago
debug.cpp (svn r17488) -Feature [FS#2339]: add the date to all logging in the (real, not in-game) console if show_date_in_console is set. For dedicated server binaries the default is 'on', for the rest it is 'off'. 15 years ago
debug.h (svn r18683) -Fix: it's not an other 15 years ago
dedicated.cpp (svn r17606) -Add: initial support for Haiku; a dedicated server with zlib and libpng compiles and links (for me). Something's fishy with the network so it doesn't actually work (yet) 15 years ago
depot.cpp (svn r17693) -Cleanup: remove some unneeded includes 15 years ago
depot_base.h (svn r17494) -Codechange: improve algorithmic complexitiy of Depot::GetByTile from O(n) to O(1) 15 years ago
depot_func.h (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
depot_gui.cpp (svn r18781) -Codechange: pass the CommandCost to the callback instead of whether it succeeded or not. 15 years ago
depot_map.h (svn r17493) -Codechange: store the depot index on the map 15 years ago
depot_type.h (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
direction_func.h (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
direction_type.h (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
disaster_cmd.cpp (svn r18717) -Codechange: use TileArea in industry instead of three separate variables. Also make use of TileArea functions for determining the 'width' and 'height' of an industry. 15 years ago
dock_gui.cpp (svn r18781) -Codechange: pass the CommandCost to the callback instead of whether it succeeded or not. 15 years ago
driver.cpp (svn r17690) -Fix: minor coding style issue 15 years ago
driver.h (svn r17533) -Fix: missing 'const' 15 years ago
dummy_land.cpp (svn r18702) -Fix [FS#3467]: Enable DrawGroundSpriteAt() to deal with foundations as DrawGroundSprite() does, and use this for drawing one-way-road-signs and clear-land-fences. 15 years ago
economy.cpp (svn r18764) -Fix [FS#3422]: split the (un)load ticks counter and signal wait counter; sometimes they might get into eachother's way 15 years ago
economy_base.h (svn r17734) -Fix (r17732): broke the assumption that 'this->packets == this', which broke loading old savegames. Now remove the (need for the) hack that needed that assumption. 15 years ago
economy_func.h (svn r18268) -Feature: [NewGRF] Make price base multipliers related to vehicles only apply to the GRF locally, if it defines engines of that type itself. 15 years ago
economy_type.h (svn r18284) -Cleanup (r18268, r18283): Replace magic value with enum. 15 years ago
effectvehicle.cpp (svn r17693) -Cleanup: remove some unneeded includes 15 years ago
effectvehicle_base.h (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
effectvehicle_func.h (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
elrail.cpp (svn r17693) -Cleanup: remove some unneeded includes 15 years ago
elrail_func.h (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
endian_check.cpp (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
engine.cpp (svn r18330) -Cleanup: remove some unneeded includes 15 years ago
engine_base.h (svn r17926) -Fix (r9352): Make the decision whether aircraft carry mail consistent. Now always the cargo class decides. 15 years ago
engine_func.h (svn r18121) -Codechange: pass the maximum left/right location to the Draw*Engine functions 15 years ago
engine_gui.cpp (svn r18752) -Codechange: unduplify some code 15 years ago
engine_gui.h (svn r18121) -Codechange: pass the maximum left/right location to the Draw*Engine functions 15 years ago
engine_type.h (svn r18005) -Codechange: Convert the Prices struct into an array and an enum. 15 years ago
fileio.cpp (svn r18611) -Fix (r18608): uppercase-to-lowercase conversion when opening a file wasn't applied when finding the full path of a file 15 years ago
fileio_func.h (svn r18029) -Fix (r18028): AppendPathSeparator() should stay global 15 years ago
fileio_type.h (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
fios.cpp (svn r17693) -Cleanup: remove some unneeded includes 15 years ago
fios.h (svn r17528) -Codechange: use QSortT instead of qsort for sorting FiosItems 15 years ago
fontcache.cpp (svn r18712) -Fix (r5167): Spurious character spacing with free type fonts for small and large font sizes. 15 years ago
fontcache.h (svn r17794) -Feature: [OSX] Implement automatic fallback font selection for OSX. 15 years ago
functions.h (svn r18783) -Codechange: make CheckCompanyHasMoney set an error on the CommandCost it tests when you don't have enough money instead of setting a global variable. 15 years ago
gamelog.cpp (svn r17596) -Codechange: constify some tables 15 years ago
gamelog.h (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
gamelog_internal.h (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
genworld.cpp (svn r18506) -Fix [FS#3368]: no error message was created for the first fatal NewGRF error. 15 years ago
genworld.h (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
genworld_gui.cpp (svn r18787) -Fix [FS#3516]: crash when getting the tooltip of the industry amount in the world generation window 15 years ago
gfx.cpp (svn r18789) -Codechange: when we're not in a network game we don't even need to consider undrawing the chat messages 15 years ago
gfx_func.h (svn r18575) -Fix [FS#3393]: unit numbers weren't always fully shown in the depot 15 years ago
gfx_type.h (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
gfxinit.cpp (svn r18608) -Change: add the concept of music sets 15 years ago
gfxinit.h (svn r18028) -Codechange: unglobalise some functions 15 years ago
graph_gui.cpp (svn r18765) -Fix [FS#3499] (r18750): crash when trying to show cargo payments when there are 'holes' in the cargospec array 15 years ago
group.h (svn r17570) -Fix: a number of Doxygen warnings about missing parameters, which were sometimes missing and sometimes just typos 15 years ago
group_cmd.cpp (svn r18494) -Fix (r18474): crash when moving non-engine to new free wagon chain and group count was off when moving a front engine within the same train and the new front isn't an engine. 15 years ago
group_gui.cpp (svn r18781) -Codechange: pass the CommandCost to the callback instead of whether it succeeded or not. 15 years ago
group_gui.h (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
group_type.h (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
gui.h (svn r18781) -Codechange: pass the CommandCost to the callback instead of whether it succeeded or not. 15 years ago
heightmap.cpp (svn r18756) -Codechange: direct accesses to png_*_struct members are deprecated 15 years ago
heightmap.h (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
highscore.cpp (svn r17693) -Cleanup: remove some unneeded includes 15 years ago
highscore.h (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
highscore_gui.cpp (svn r18690) -Fix [FS#3469]: some keys that open windows that want to be located relatively to the toolbars/statusbar could cause a crash when in one of the end game screens 15 years ago
house.h (svn r18736) -Feature [NewGRF]: implement varaction2houses vars 66 ad 67 15 years ago
house_type.h (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
industry.h (svn r18717) -Codechange: use TileArea in industry instead of three separate variables. Also make use of TileArea functions for determining the 'width' and 'height' of an industry. 15 years ago
industry_cmd.cpp (svn r18726) -Fix [FS#3463]: with non-uniform industries the 'supplies' text when building a station could be incorrect (missing a cargo) 15 years ago
industry_gui.cpp (svn r18717) -Codechange: use TileArea in industry instead of three separate variables. Also make use of TileArea functions for determining the 'width' and 'height' of an industry. 15 years ago
industry_map.h (svn r18563) -Document: some industry related functions 15 years ago
industry_type.h (svn r17315) -Codechange: move code related to industry types to separate file 15 years ago
industrytype.h (svn r18563) -Document: some industry related functions 15 years ago
ini.cpp (svn r17693) -Cleanup: remove some unneeded includes 15 years ago
ini_type.h (svn r17596) -Codechange: constify some tables 15 years ago
intro_gui.cpp (svn r18324) -Codechange: there's no need for a default size when the window isn't resizable 15 years ago
landscape.cpp (svn r18708) -Feature: [NewGRF] Add support for custom station foundation graphics. 15 years ago
landscape.h (svn r18708) -Feature: [NewGRF] Add support for custom station foundation graphics. 15 years ago
landscape_type.h (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
livery.h (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
main_gui.cpp (svn r18781) -Codechange: pass the CommandCost to the callback instead of whether it succeeded or not. 15 years ago
map.cpp (svn r18755) -Fix [FS#3495] (r14847): CircularTileSearch skipped a few tiles close to the starting tile 15 years ago
map_func.h (svn r18718) -Codechange: make a wrapper macro for looping TileAreas 15 years ago
map_type.h (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
misc.cpp (svn r18608) -Change: add the concept of music sets 15 years ago
misc_cmd.cpp (svn r18732) -Codechange: move the company related commands of misc_cmd.cpp to company_cmd.cpp 15 years ago
misc_gui.cpp (svn r18769) -Codechange: replace MiniLZO with the real library. If you're using MSVC update openttd-useful, otherwise make sure you've got liblzo2 and it's development files installed. 15 years ago
mixer.cpp (svn r17693) -Cleanup: remove some unneeded includes 15 years ago
mixer.h (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
music.cpp (svn r18610) -Codechange: don't consider a music set at all for 'best' set when it's missing files 15 years ago
music_gui.cpp (svn r18608) -Change: add the concept of music sets 15 years ago
newgrf.cpp (svn r18761) -Fix [FS#3497]: Spritelayouts do not need an Action 1 if only using default sprites. 15 years ago
newgrf.h (svn r18699) -Fix [FS#PlanetAndy]: GRF parameters were not properly initialised to zero, and not always checked for valid range. 15 years ago
newgrf_callbacks.h (svn r17558) -Feature [NewGRF]: callbacks for houses to disable drawing foundations and to disable slope changes, like industry tile callbacks 30 and 3C. 15 years ago
newgrf_canal.cpp (svn r17693) -Cleanup: remove some unneeded includes 15 years ago
newgrf_canal.h (svn r17534) -Codechange: unify the naming of callback masks/flags 15 years ago
newgrf_cargo.cpp (svn r17693) -Cleanup: remove some unneeded includes 15 years ago
newgrf_cargo.h (svn r17976) -Codechange: Move CargoClass to cargotype.h and clean up including of newgrf_cargo.h 15 years ago
newgrf_commons.cpp (svn r18762) -Codechange: unduplicate sprite layout drawing between industries and houses 15 years ago
newgrf_commons.h (svn r18762) -Codechange: unduplicate sprite layout drawing between industries and houses 15 years ago
newgrf_config.cpp (svn r17693) -Cleanup: remove some unneeded includes 15 years ago
newgrf_config.h (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
newgrf_engine.cpp (svn r18764) -Fix [FS#3422]: split the (un)load ticks counter and signal wait counter; sometimes they might get into eachother's way 15 years ago
newgrf_engine.h (svn r17616) -Codechange [FS#3222]: Enumerize properties used in callback 0x36. Based on Terkhen's work. 15 years ago
newgrf_generic.cpp (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
newgrf_generic.h (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
newgrf_gui.cpp (svn r18697) -Fix [FS#3471]: crash when scrolling to an item removed by filtering in the 'add NewGRF window' 15 years ago
newgrf_house.cpp (svn r18762) -Codechange: unduplicate sprite layout drawing between industries and houses 15 years ago
newgrf_house.h (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
newgrf_industries.cpp (svn r18717) -Codechange: use TileArea in industry instead of three separate variables. Also make use of TileArea functions for determining the 'width' and 'height' of an industry. 15 years ago
newgrf_industries.h (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
newgrf_industrytiles.cpp (svn r18762) -Codechange: unduplicate sprite layout drawing between industries and houses 15 years ago
newgrf_industrytiles.h (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
newgrf_properties.h (svn r18011) -Feature(ette): [NewGRF] CB 36 for roadvehicle property 09 'running cost factor'. 15 years ago
newgrf_sound.cpp (svn r17693) -Cleanup: remove some unneeded includes 15 years ago
newgrf_sound.h (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
newgrf_spritegroup.cpp (svn r18699) -Fix [FS#PlanetAndy]: GRF parameters were not properly initialised to zero, and not always checked for valid range. 15 years ago
newgrf_spritegroup.h (svn r18514) -Codechange: make it a bit clearer that for tile layouts num_sprites (as in number of sprite sets) is not the same as num_sprites (as in number of building sprites) 15 years ago
newgrf_station.cpp (svn r18737) -Fix (r12028): Var67 data wasn't swapped properly for orientation. 15 years ago
newgrf_station.h (svn r18708) -Feature: [NewGRF] Add support for custom station foundation graphics. 15 years ago
newgrf_storage.cpp (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
newgrf_storage.h (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
newgrf_text.cpp (svn r18492) -Doc: A few Doxygen reference fixes (NewsSubtype reported by Eddi), and a typo fix. 15 years ago
newgrf_text.h (svn r17584) -Codechange: split the NewGRF StringID mapping in a 'global' part and a part that's for NewGRF strings 15 years ago
newgrf_town.cpp (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
newgrf_town.h (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
newgrf_townname.cpp (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
newgrf_townname.h (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
news_func.h (svn r18597) -Fix (r17147)[FS#3395, FS#3396]: ChangeVehicleNews() did not update the news ticker. 15 years ago
news_gui.cpp (svn r18717) -Codechange: use TileArea in industry instead of three separate variables. Also make use of TileArea functions for determining the 'width' and 'height' of an industry. 15 years ago
news_gui.h (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
news_type.h (svn r17398) -Codechange: Fill normal news item window with widgets. 15 years ago
openttd.cpp (svn r18608) -Change: add the concept of music sets 15 years ago
openttd.h (svn r18141) -Fix (r18051): one couldn't (easily) continue a game in single player that was 'not enough players'/'waiting on join'-paused 15 years ago
order_base.h (svn r18204) -Codechange: introduce a type for Ticks and use it; furthermore document some related variables/functions 15 years ago
order_cmd.cpp (svn r18683) -Fix: it's not an other 15 years ago
order_func.h (svn r18325) -Codechange: Use GetSpriteSize() instead of hard {SETX}. Also make the 'current order'-arrow in order and timetable GUI RTL aware. 15 years ago
order_gui.cpp (svn r18605) -Codechange: Coding style fixes, prevent useless calls to UpdateWidgetSize(). 15 years ago
order_type.h (svn r18518) -Add [NoAI]: AIOrder::AIOF_GOTO_NEAREST_DEPOT for goto nearest depot orders 15 years ago
os_timer.cpp (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
osk_gui.cpp (svn r18324) -Codechange: there's no need for a default size when the window isn't resizable 15 years ago
pbs.cpp (svn r18648) -Fix/Feature [FS#3430-ish]: [YAPP] Treat the backside of an one-way path signals as a safe waiting point. 15 years ago
pbs.h (svn r18647) -Fix: [YAPP] A train inside a station was not always found when checking for trains on a reserved path. 15 years ago
querystring_gui.h (svn r18012) -Codechange: make the world generation windows nested; they'll need some tweaks to use the full potential though 15 years ago
rail.cpp (svn r17693) -Cleanup: remove some unneeded includes 15 years ago
rail.h (svn r18766) -Codechange: Make train acceleration type (rail/elrail/monorail vs maglev) a rail type property 15 years ago
rail_cmd.cpp (svn r18646) -Fix [FS#3418]: [YAPP] Don't extend the reserved path through a newly built path signal directly in front of a stopped or loading train. Also restore the reserved path in more cases after removing a signal. 15 years ago
rail_gui.cpp (svn r18781) -Codechange: pass the CommandCost to the callback instead of whether it succeeded or not. 15 years ago
rail_gui.h (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
rail_map.h (svn r17579) -Fix: remove doxygen docs for removed parameters, or change @param to @tparam if necessary 15 years ago
rail_type.h (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
rev.cpp.in (svn r18622) -Merge: release changes 15 years ago
rev.h (svn r17416) -Codechange: move the build date/time 'determination' to rev.cpp as that's the file most likely to be regularly recompiled 15 years ago
road.cpp (svn r18028) -Codechange: unglobalise some functions 15 years ago
road_cmd.cpp (svn r18710) -Fix [FS#3478]: the wrong town is mentioned in the error when trying to make one way roads of town owned roads 15 years ago
road_cmd.h (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
road_func.h (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
road_gui.cpp (svn r18781) -Codechange: pass the CommandCost to the callback instead of whether it succeeded or not. 15 years ago
road_gui.h (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
road_internal.h (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
road_map.cpp (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
road_map.h (svn r18028) -Codechange: unglobalise some functions 15 years ago
road_type.h (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
roadstop.cpp (svn r18531) -Fix [FS#3384] (r18404): for articulated road vehicles only the first part was accounted for, so for extremely short fronts and lots after it the spreading did not work as it should. 15 years ago
roadstop_base.h (svn r18422) -Fix (r18404): MSVC complaining about struct vs class 15 years ago
roadveh.h (svn r18779) -Codechange: merge the command callbacks of the primary vehicles; they are identical 15 years ago
roadveh_cmd.cpp (svn r18574) -Fix [FS#3392] (r18481): manually sending trains and RVs to depots didn't quite work 15 years ago
roadveh_gui.cpp (svn r18779) -Codechange: merge the command callbacks of the primary vehicles; they are identical 15 years ago
screenshot.cpp (svn r18756) -Codechange: direct accesses to png_*_struct members are deprecated 15 years ago
screenshot.h (svn r18630) -Fix [FS#3419]: when making a screenshot the name of the previous screenshot went missing in the 'successful screenshot' message 15 years ago
sdl.cpp (svn r18439) -Fix (r15233): forgot to load the symbol from SDL.dll 15 years ago
sdl.h (svn r17774) -Codechange: show the version of the (dynamically) linked library instead of the one we compiled against in the crash log 15 years ago
settings.cpp (svn r18784) -Codechange: make NetworkSend_Command accept a company instead of using _local_company to pass that information, with the whole mess when you don't want the company to be _local_company. 15 years ago
settings_func.h (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
settings_gui.cpp (svn r18703) -Feature-ish: allow virtually paying a percentage of the leg profit in feeder chains. This to give the user a better chance to get a feeder system without "losses". 15 years ago
settings_internal.h (svn r17644) -Fix [FS#3219]: some inconsistencies with the difficulty settings in the scenario editor. Also re-enable changing some difficulty settings (e.g. max loan) in the scenario editor. 15 years ago
settings_type.h (svn r18703) -Feature-ish: allow virtually paying a percentage of the leg profit in feeder chains. This to give the user a better chance to get a feeder system without "losses". 15 years ago
ship.h (svn r18779) -Codechange: merge the command callbacks of the primary vehicles; they are identical 15 years ago
ship_cmd.cpp (svn r18574) -Fix [FS#3392] (r18481): manually sending trains and RVs to depots didn't quite work 15 years ago
ship_gui.cpp (svn r18779) -Codechange: merge the command callbacks of the primary vehicles; they are identical 15 years ago
signal.cpp (svn r17464) -Codechange: use C++0x mode when compiling with gcc >= 4.3 or icc >= 11.0 15 years ago
signal_func.h (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
signal_type.h (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
signs.cpp (svn r17693) -Cleanup: remove some unneeded includes 15 years ago
signs_base.h (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
signs_cmd.cpp (svn r18781) -Codechange: pass the CommandCost to the callback instead of whether it succeeded or not. 15 years ago
signs_func.h (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
signs_gui.cpp (svn r18588) -Feature [FS#2943]: Add shading and unshading of windows. 15 years ago
signs_type.h (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
slope_func.h (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
slope_type.h (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
smallmap_gui.cpp (svn r18719) -Feature: don't delete the rough/rocky status of a tile when it's covered by snow, this allows rocky tiles under snow if you have a variable snowline 15 years ago
sortlist_type.h (svn r17530) -Codechange: use QSortT instead of qsort for sorting EngineIDs 15 years ago
sound.cpp (svn r18608) -Change: add the concept of music sets 15 years ago
sound_func.h (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
sound_type.h (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
sprite.h (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
spritecache.cpp (svn r18028) -Codechange: unglobalise some functions 15 years ago
spritecache.h (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
station.cpp (svn r18726) -Fix [FS#3463]: with non-uniform industries the 'supplies' text when building a station could be incorrect (missing a cargo) 15 years ago
station_base.h (svn r18377) -Codechange: add 'cache' of the tile area of truck and bus stops. 15 years ago
station_cmd.cpp (svn r18745) -Codechange: Assemble custom station foundations into a single bounding box. 15 years ago
station_func.h (svn r18716) -Codechange: pass a TileArea to FindStationsAroundTiles 15 years ago
station_gui.cpp (svn r18731) -Codechange: move the DrawStationCoverage stuff from misc_gui.cpp to station_gui.cpp 15 years ago
station_gui.h (svn r18731) -Codechange: move the DrawStationCoverage stuff from misc_gui.cpp to station_gui.cpp 15 years ago
station_map.h (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
station_type.h (svn r18715) -Codechange: make StationFinder a subclass of TileArea 15 years ago
statusbar_gui.cpp (svn r18597) -Fix (r17147)[FS#3395, FS#3396]: ChangeVehicleNews() did not update the news ticker. 15 years ago
statusbar_gui.h (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
stdafx.h (svn r18057) -Codechange: replace assert_compile() by new one which works with gcc3.3 and removes the need of assert_tcompile() 15 years ago
string.cpp (svn r17920) -Codechange: add a 'filter' for numbers+spaces and use it for the NewGRF parameter list 15 years ago
string_func.h (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
string_type.h (svn r17920) -Codechange: add a 'filter' for numbers+spaces and use it for the NewGRF parameter list 15 years ago
strings.cpp (svn r18603) -Codechange: move getting the song name to music_gui.cpp 15 years ago
strings_func.h (svn r17790) -Feature: translatable base sound/graphics set descriptions 15 years ago
strings_type.h (svn r18603) -Codechange: move getting the song name to music_gui.cpp 15 years ago
subsidy.cpp (svn r18717) -Codechange: use TileArea in industry instead of three separate variables. Also make use of TileArea functions for determining the 'width' and 'height' of an industry. 15 years ago
subsidy_base.h (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
subsidy_func.h (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
subsidy_gui.cpp (svn r18717) -Codechange: use TileArea in industry instead of three separate variables. Also make use of TileArea functions for determining the 'width' and 'height' of an industry. 15 years ago
subsidy_type.h (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
tar_type.h (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
terraform_cmd.cpp (svn r18723) -Codechange: also simplify looping over an area when building trees, desert, rocky areas or leveling land 15 years ago
terraform_gui.cpp (svn r18781) -Codechange: pass the CommandCost to the callback instead of whether it succeeded or not. 15 years ago
terraform_gui.h (svn r18781) -Codechange: pass the CommandCost to the callback instead of whether it succeeded or not. 15 years ago
textbuf_gui.h (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
texteff.cpp (svn r18636) -Codechange: make TextEffect::duration a value in ticks instead of ticks * 8 15 years ago
texteff.hpp (svn r18636) -Codechange: make TextEffect::duration a value in ticks instead of ticks * 8 15 years ago
tgp.cpp (svn r18565) -Fix [FS#3391] (r18541): some older GCC warn about implicitly casting from floats to integers 15 years ago
tgp.h (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
tile_cmd.h (svn r17592) -Fix [FS#3212](r17436): force all cargo being accepted when industry tiles accept it but industry itself doesn't 15 years ago
tile_map.cpp (svn r17693) -Cleanup: remove some unneeded includes 15 years ago
tile_map.h (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
tile_type.h (svn r18585) -Codechange: replace some magic numbers by constants 15 years ago
tilearea_type.h (svn r18726) -Fix [FS#3463]: with non-uniform industries the 'supplies' text when building a station could be incorrect (missing a cargo) 15 years ago
tilehighlight_func.h (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
tilehighlight_type.h (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
timetable.h (svn r18204) -Codechange: introduce a type for Ticks and use it; furthermore document some related variables/functions 15 years ago
timetable_cmd.cpp (svn r18292) -Codechange: add a command to set the start date of a timetable. Based on work by PhilSophus. 15 years ago
timetable_gui.cpp (svn r18606) -Codechange: Introduce several forms of zero-size stacked display planes. 15 years ago
toolbar_gui.cpp (svn r18784) -Codechange: make NetworkSend_Command accept a company instead of using _local_company to pass that information, with the whole mess when you don't want the company to be _local_company. 15 years ago
toolbar_gui.h (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
town.h (svn r18027) -Codechange: make some unneededly global variables static and remove some unused variables 15 years ago
town_cmd.cpp (svn r18715) -Codechange: make StationFinder a subclass of TileArea 15 years ago
town_gui.cpp (svn r18781) -Codechange: pass the CommandCost to the callback instead of whether it succeeded or not. 15 years ago
town_map.h (svn r18567) -Fix [FS#2613]: [NewGRF] House property 15 did not work 15 years ago
town_type.h (svn r18281) -Feature: founding towns in-game (based on work by Belugas, TheJosh, GeekToo, Terkhen and others) 15 years ago
townname.cpp (svn r17693) -Cleanup: remove some unneeded includes 15 years ago
townname_func.h (svn r17612) -Feature: possibility to choose (randomise or enter custom) town name before its creation (original patch by Terkhen) 15 years ago
townname_type.h (svn r17612) -Feature: possibility to choose (randomise or enter custom) town name before its creation (original patch by Terkhen) 15 years ago
track_func.h (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
track_type.h (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
train.h (svn r18781) -Codechange: pass the CommandCost to the callback instead of whether it succeeded or not. 15 years ago
train_cmd.cpp (svn r18778) -Fix [FS#3483]: [YAPP] Remove a special check for two-sided signals when reserving a path as this causes trains to get stuck in front of them. 15 years ago
train_gui.cpp (svn r18781) -Codechange: pass the CommandCost to the callback instead of whether it succeeded or not. 15 years ago
transparency.h (svn r18762) -Codechange: unduplicate sprite layout drawing between industries and houses 15 years ago
transparency_gui.cpp (svn r18324) -Codechange: there's no need for a default size when the window isn't resizable 15 years ago
transparency_gui.h (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
transport_type.h (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
tree_cmd.cpp (svn r18739) -Fix (r18719): building trees on snow with rocks underneed caused an assert 15 years ago
tree_gui.cpp (svn r18588) -Feature [FS#2943]: Add shading and unshading of windows. 15 years ago
tree_map.h (svn r18719) -Feature: don't delete the rough/rocky status of a tile when it's covered by snow, this allows rocky tiles under snow if you have a variable snowline 15 years ago
tunnel_map.cpp (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
tunnel_map.h (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
tunnelbridge.h (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
tunnelbridge_cmd.cpp (svn r18710) -Fix [FS#3478]: the wrong town is mentioned in the error when trying to make one way roads of town owned roads 15 years ago
tunnelbridge_map.h (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
unmovable.h (svn r18283) -Feature: [NewGRF] Add new price bases for removing industries, building/removing unmovables (new objects), building/removing rail-waypoints/buoys, interacting with town-authority, building foundations, funding primary industries (when not prospecting) and towns. 15 years ago
unmovable_cmd.cpp (svn r18715) -Codechange: make StationFinder a subclass of TileArea 15 years ago
unmovable_map.h (svn r17682) -Codechange: remove erroneous space before some commas 15 years ago
variables.h (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
vehicle.cpp (svn r18764) -Fix [FS#3422]: split the (un)load ticks counter and signal wait counter; sometimes they might get into eachother's way 15 years ago
vehicle_base.h (svn r18764) -Fix [FS#3422]: split the (un)load ticks counter and signal wait counter; sometimes they might get into eachother's way 15 years ago
vehicle_cmd.cpp (svn r18783) -Codechange: make CheckCompanyHasMoney set an error on the CommandCost it tests when you don't have enough money instead of setting a global variable. 15 years ago
vehicle_func.h (svn r18781) -Codechange: pass the CommandCost to the callback instead of whether it succeeded or not. 15 years ago
vehicle_gui.cpp (svn r18781) -Codechange: pass the CommandCost to the callback instead of whether it succeeded or not. 15 years ago
vehicle_gui.h (svn r18280) -Codechange: remove widget indices that are not needed for custom drawing/handling input 15 years ago
vehicle_gui_base.h (svn r18576) -Codechange: use the function to determine the width of digits for determining the width of the unitnumber in vehicle lists. 15 years ago
vehicle_type.h (svn r18362) -Cleanup: remove OPF for RVs and NTP to clean up lots of code and simplify some things for the future 15 years ago
vehiclelist.cpp (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
vehiclelist.h (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
viewport.cpp (svn r18702) -Fix [FS#3467]: Enable DrawGroundSpriteAt() to deal with foundations as DrawGroundSprite() does, and use this for drawing one-way-road-signs and clear-land-fences. 15 years ago
viewport_func.h (svn r18702) -Fix [FS#3467]: Enable DrawGroundSpriteAt() to deal with foundations as DrawGroundSprite() does, and use this for drawing one-way-road-signs and clear-land-fences. 15 years ago
viewport_gui.cpp (svn r18730) -Fix [FS#3414]: new viewports didn't center on the correct position 15 years ago
viewport_type.h (svn r18602) -Codechange: unify the viewport sign and text effect drawing 15 years ago
void_map.h (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
water.h (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
water_cmd.cpp (svn r18720) -Codechange: simplify looping and validation of CmdBuildCanal 15 years ago
water_map.h (svn r17817) -Codechange: MakeWater actually made sea tiles, so rename it to MakeSea and unduplicate the code to make sea, rivers and canals. 15 years ago
waypoint.cpp (svn r18679) -Fix (r16993): tile area of waypoints wasn't correctly given to NewGRFs in case of multi tile waypoints 15 years ago
waypoint_base.h (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
waypoint_cmd.cpp (svn r18692) -Fix: after a company went bankrupt it was impossible to build a new waypoint close to a deleted one until the grey sign was gone 15 years ago
waypoint_func.h (svn r18028) -Codechange: unglobalise some functions 15 years ago
waypoint_gui.cpp (svn r18588) -Feature [FS#2943]: Add shading and unshading of windows. 15 years ago
widget.cpp (svn r18606) -Codechange: Introduce several forms of zero-size stacked display planes. 15 years ago
widget_type.h (svn r18606) -Codechange: Introduce several forms of zero-size stacked display planes. 15 years ago
window.cpp (svn r18744) -Fix [FS#3487-ish]: Do not toggle the sticky- and shading-button twice per mouseclick when clicking fast. 15 years ago
window_func.h (svn r18331) -Fix [FS#3334]: news items would with some chat 'bars' not be displayed fully. Fix by erikjanp. 15 years ago
window_gui.h (svn r18675) -Add [FS#3256]: function to remove focus from all widgets in a window 15 years ago
window_type.h (svn r18293) -Codechange: add a window to set the date. Based on work by PhilSophus and Maedhros. 15 years ago
zoom_func.h (svn r18351) -Fix [FS#3333]: endianness issue with saving the zoom level 15 years ago
zoom_type.h (svn r18351) -Fix [FS#3333]: endianness issue with saving the zoom level 15 years ago