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 aeb992ce90 (svn r10717) -Fix: in-game console had a "transparent" part when opened in a game, while it did not in the menu. 17 years ago
..
ai (svn r10698) -Codechange [FS#1082]: simplify the code related to foundations. Primarily removal of (duplicated|magic) code and introduction of few helper functions to ease foundation determination. Patch by frosch. 17 years ago
blitter (svn r10561) -Fix: don't give 'unused variable' warnings when disabling asserts 17 years ago
lang (svn r10703) -Update: WebTranslator2 update to 2007-07-27 10:33:19 17 years ago
misc (svn r10647) -Fix: AutoPtrT::operator =() didn't delete old object 17 years ago
music (svn r10472) -Fix (r10741): typos prevented compilation 17 years ago
network (svn r10706) -Codechange: allow resizing the multiplayer server list window. 17 years ago
os/macosx (svn r10216) -Fix: palette animation always redid all palette entries, where in fact only a few indexes were needed 18 years ago
sound (svn r10471) -Codechange: implement driver probing priority so that 'preferred' drivers are loaded first 17 years ago
spriteloader (svn r10365) -Fix: compiling without png and networking support under MSVC. 18 years ago
strgen (svn r10382) -Fix (strgen): it was not possible to use --warning and --todo at the same time. 18 years ago
table (svn r10698) -Codechange [FS#1082]: simplify the code related to foundations. Primarily removal of (duplicated|magic) code and introduction of few helper functions to ease foundation determination. Patch by frosch. 17 years ago
video (svn r10663) -Fix r10662: bad me, didn't comply with coding style, as penalty I updated the surrounding code to comply with coding style too; I will never do it again (I hope :p) 17 years ago
yapf (svn r10578) -Fix [YAPF, ships]: Ships received curve penalty for non-diagonal straight move. (JazzyJaffa) 17 years ago
aircraft.h (svn r10673) -Cleanup: some assorted style cleanups. Primarily type* var -> type *var. 17 years ago
aircraft_cmd.cpp (svn r10587) -Codechange: move the string/dparam related stuff from variables.h to strings.h 17 years ago
aircraft_gui.cpp (svn r10704) -Codechange: provide an infrastructure to have resizable windows that are smaller than the default window size. 17 years ago
airport.cpp
airport.h (svn r10422) -Fix: VC8 Code Analyzer warning C6297: Arithmetic overflow: 32-bit value is shifted, then cast to 64-bit value. Results might not be an expected value 17 years ago
airport_gui.cpp (svn r10704) -Codechange: provide an infrastructure to have resizable windows that are smaller than the default window size. 17 years ago
airport_movement.h (svn r10187) -Fix: don't do a 270 degree turn on the international airport when a 90 degree turn is enough. 18 years ago
articulated_vehicles.cpp (svn r10493) -Codechange: update some callback ID enums to reflect their changed usage, add a few and update the comments. 17 years ago
articulated_vehicles.h
autoreplace_cmd.cpp (svn r10567) -Add [FS#915]: a "group" with ungrouped vehicles. Patch by Matthias Wolf. 17 years ago
autoreplace_gui.cpp (svn r10704) -Codechange: provide an infrastructure to have resizable windows that are smaller than the default window size. 17 years ago
aystar.cpp
aystar.h
bmp.cpp (svn r10684) -Codechange: some more coding style related changes. Primarily moving { to a new line. 17 years ago
bmp.h
bridge.h (svn r10698) -Codechange [FS#1082]: simplify the code related to foundations. Primarily removal of (duplicated|magic) code and introduction of few helper functions to ease foundation determination. Patch by frosch. 17 years ago
bridge_gui.cpp (svn r10704) -Codechange: provide an infrastructure to have resizable windows that are smaller than the default window size. 17 years ago
bridge_map.cpp (svn r10699) -Fix (r10698): bridge middle parts were drawn too high if the southern bridge head has a foundation. 17 years ago
bridge_map.h
build_vehicle_gui.cpp (svn r10704) -Codechange: provide an infrastructure to have resizable windows that are smaller than the default window size. 17 years ago
callback_table.cpp
callback_table.h
cargopacket.cpp (svn r10404) -Fix (r10266): Adding a cargo packet to cargo list could overflow. Now we detect this and just leave the cargo in its own packet. 18 years ago
cargopacket.h (svn r10358) -Codechange: remove the cargopacket leakchecker as it never asserted in almost a week of stresstesting, so I'm pretty sure all cornercases are tested by now. 18 years ago
cargotype.cpp
cargotype.h (svn r10628) -Fix (r10606,FS#1055): Revert r10606 and fix the plural problem another way. 17 years ago
clear_cmd.cpp (svn r10698) -Codechange [FS#1082]: simplify the code related to foundations. Primarily removal of (duplicated|magic) code and introduction of few helper functions to ease foundation determination. Patch by frosch. 17 years ago
clear_map.h
cmd_helper.h
command.cpp (svn r10587) -Codechange: move the string/dparam related stuff from variables.h to strings.h 17 years ago
command.h (svn r10501) -Fix [FS#1015]: error dialog was sometimes shown on all clients when a command failed instead of only the client that actually did the command. 17 years ago
console.cpp (svn r10704) -Codechange: provide an infrastructure to have resizable windows that are smaller than the default window size. 17 years ago
console.h
console_cmds.cpp (svn r10658) -Add: support for autosave_on_exit in the console, so dedicated servers can use it 17 years ago
currency.cpp
currency.h
date.cpp (svn r10547) -Fix: when Cheat-Window is open and a new month happens, the window wasn't redrawn instantly 17 years ago
date.h
debug.cpp
debug.h
dedicated.cpp
depot.cpp
depot.h
depot_gui.cpp (svn r10704) -Codechange: provide an infrastructure to have resizable windows that are smaller than the default window size. 17 years ago
direction.h
disaster_cmd.cpp (svn r10697) -Codechange: give a more sensible names to some of the unkX variables. 17 years ago
dock_gui.cpp (svn r10704) -Codechange: provide an infrastructure to have resizable windows that are smaller than the default window size. 17 years ago
driver.cpp (svn r10444) -Codechange: switch to c++ classes and inheritance for sound/music/video drivers, using self-registration based on the blitter-model. 17 years ago
driver.h (svn r10673) -Cleanup: some assorted style cleanups. Primarily type* var -> type *var. 17 years ago
dummy_land.cpp (svn r10698) -Codechange [FS#1082]: simplify the code related to foundations. Primarily removal of (duplicated|magic) code and introduction of few helper functions to ease foundation determination. Patch by frosch. 17 years ago
economy.cpp (svn r10692) -Fix (r10691): those good old days that LT_NORMAL was still called LT_NORMAL :) 17 years ago
economy.h (svn r10673) -Cleanup: some assorted style cleanups. Primarily type* var -> type *var. 17 years ago
elrail.cpp (svn r10698) -Codechange [FS#1082]: simplify the code related to foundations. Primarily removal of (duplicated|magic) code and introduction of few helper functions to ease foundation determination. Patch by frosch. 17 years ago
endian_check.cpp (svn r10684) -Codechange: some more coding style related changes. Primarily moving { to a new line. 17 years ago
engine.cpp (svn r10567) -Add [FS#915]: a "group" with ungrouped vehicles. Patch by Matthias Wolf. 17 years ago
engine.h (svn r10673) -Cleanup: some assorted style cleanups. Primarily type* var -> type *var. 17 years ago
engine_gui.cpp (svn r10704) -Codechange: provide an infrastructure to have resizable windows that are smaller than the default window size. 17 years ago
fileio.cpp (svn r10715) -Fix: limited-fs code was broken 17 years ago
fileio.h (svn r10198) -Fix (r10194): did not search all search paths. 18 years ago
fios.cpp (svn r10412) -Codechange: Remove unnecessary inclusion of hal.h in various files (and add one) 17 years ago
fios.h
fontcache.cpp (svn r10190) -Codechange: merged renderer and blitter to one single class API: blitter 18 years ago
fontcache.h (svn r10166) -Feature(tte): Add support for antialiased typefaces via FreeType. This is configurable for each font size in the configuration settings and requires using the 32bpp blitter and suitable fonts. 18 years ago
functions.h (svn r10673) -Cleanup: some assorted style cleanups. Primarily type* var -> type *var. 17 years ago
genworld.cpp
genworld.h
genworld_gui.cpp (svn r10704) -Codechange: provide an infrastructure to have resizable windows that are smaller than the default window size. 17 years ago
gfx.cpp (svn r10444) -Codechange: switch to c++ classes and inheritance for sound/music/video drivers, using self-registration based on the blitter-model. 17 years ago
gfx.h (svn r10673) -Cleanup: some assorted style cleanups. Primarily type* var -> type *var. 17 years ago
gfxinit.cpp (svn r10170) -Codechange: remove some duplication of code. 18 years ago
gfxinit.h
graph_gui.cpp (svn r10704) -Codechange: provide an infrastructure to have resizable windows that are smaller than the default window size. 17 years ago
group.h (svn r10567) -Add [FS#915]: a "group" with ungrouped vehicles. Patch by Matthias Wolf. 17 years ago
group_cmd.cpp (svn r10475) -Fix [FS#996]: some wrong comments for a few of the (vehicle) group related actions. 17 years ago
group_gui.cpp (svn r10710) -Codechange: allow automatic downsizing of the group window. Same as idea as for the previous commits, i.e. you could already do so but the button would be out of reach. 17 years ago
gui.h (svn r10522) -Fix: the "build truck station" GUI showed that it would accept tourists when it does not, whereas the "build bus station" GUI did not show them when it did accept them. 17 years ago
heightmap.cpp
heightmap.h
helpers.cpp
helpers.hpp
industry.h (svn r10700) -Codechange: Enable to jump (by default) to the overriding industry tile spec of the one been queried. 17 years ago
industry_cmd.cpp (svn r10701) -Codechange: Make sure to not use an out of bound index when the index is specified by a grf file. It has a different meaning then. 17 years ago
industry_gui.cpp (svn r10704) -Codechange: provide an infrastructure to have resizable windows that are smaller than the default window size. 17 years ago
industry_map.h (svn r10673) -Cleanup: some assorted style cleanups. Primarily type* var -> type *var. 17 years ago
intro_gui.cpp (svn r10704) -Codechange: provide an infrastructure to have resizable windows that are smaller than the default window size. 17 years ago
landscape.cpp (svn r10698) -Codechange [FS#1082]: simplify the code related to foundations. Primarily removal of (duplicated|magic) code and introduction of few helper functions to ease foundation determination. Patch by frosch. 17 years ago
landscape.h (svn r10698) -Codechange [FS#1082]: simplify the code related to foundations. Primarily removal of (duplicated|magic) code and introduction of few helper functions to ease foundation determination. Patch by frosch. 17 years ago
livery.h
lzoconf.h
macros.h (svn r10689) -Documentation [FS#1057]: lots of function documentation written by Progman. 17 years ago
main_gui.cpp (svn r10704) -Codechange: provide an infrastructure to have resizable windows that are smaller than the default window size. 17 years ago
map.cpp
map.h (svn r10672) -Codechange: typify some parameters/variables. 17 years ago
masm64.rules
md5.cpp
md5.h
mersenne.cpp
minilzo.cpp
minilzo.h
misc.cpp (svn r10276) -Codechange: made a counter based on milliseconds and independent of the game-state to base double-click and TGP Generation Process on 18 years ago
misc_cmd.cpp (svn r10380) -Fix (r10364): when checking for unique names, only check vehicles that can have names, and skip inactive players. 18 years ago
misc_gui.cpp (svn r10709) -Codechange: allow automatic downsizing of the load game/save game windows. These windows also already supported downsizing, but again the resize button would be unreachable. 17 years ago
mixer.cpp
mixer.h (svn r10673) -Cleanup: some assorted style cleanups. Primarily type* var -> type *var. 17 years ago
music.cpp
music.h
music_gui.cpp (svn r10704) -Codechange: provide an infrastructure to have resizable windows that are smaller than the default window size. 17 years ago
namegen.cpp
namegen.h
newgrf.cpp (svn r10628) -Fix (r10606,FS#1055): Revert r10606 and fix the plural problem another way. 17 years ago
newgrf.h (svn r10167) -Codechange: Change the flagging system of grf loaded feature from a bitset to a bool evaluation. 18 years ago
newgrf_callbacks.h (svn r10690) -Codechange: use the enum that describes all callback IDs in favor of "just" using an untyped integer. 17 years ago
newgrf_canal.cpp (svn r10690) -Codechange: use the enum that describes all callback IDs in favor of "just" using an untyped integer. 17 years ago
newgrf_canal.h
newgrf_cargo.cpp (svn r10690) -Codechange: use the enum that describes all callback IDs in favor of "just" using an untyped integer. 17 years ago
newgrf_cargo.h (svn r10690) -Codechange: use the enum that describes all callback IDs in favor of "just" using an untyped integer. 17 years ago
newgrf_commons.cpp (svn r10519) -Fix: when getting a "nearby" tile, make sure you never roam outside of the map. 17 years ago
newgrf_commons.h (svn r10688) -Cleanup: coding style cleanups missed in the last few cleanups. 17 years ago
newgrf_config.cpp (svn r10298) -Fix [FS#903]: show the subdirectory below the default data directory in this filename in the newgrf list. The directory was removed in r9560 because then it used to full path instead of the path relative to the data directory, but since the inclusion of "search paths" that is not necessary anymore. 18 years ago
newgrf_config.h (svn r10298) -Fix [FS#903]: show the subdirectory below the default data directory in this filename in the newgrf list. The directory was removed in r9560 because then it used to full path instead of the path relative to the data directory, but since the inclusion of "search paths" that is not necessary anymore. 18 years ago
newgrf_engine.cpp (svn r10690) -Codechange: use the enum that describes all callback IDs in favor of "just" using an untyped integer. 17 years ago
newgrf_engine.h (svn r10690) -Codechange: use the enum that describes all callback IDs in favor of "just" using an untyped integer. 17 years ago
newgrf_gui.cpp (svn r10704) -Codechange: provide an infrastructure to have resizable windows that are smaller than the default window size. 17 years ago
newgrf_house.cpp (svn r10698) -Codechange [FS#1082]: simplify the code related to foundations. Primarily removal of (duplicated|magic) code and introduction of few helper functions to ease foundation determination. Patch by frosch. 17 years ago
newgrf_house.h (svn r10690) -Codechange: use the enum that describes all callback IDs in favor of "just" using an untyped integer. 17 years ago
newgrf_industries.cpp (svn r10700) -Codechange: Enable to jump (by default) to the overriding industry tile spec of the one been queried. 17 years ago
newgrf_industries.h (svn r10690) -Codechange: use the enum that describes all callback IDs in favor of "just" using an untyped integer. 17 years ago
newgrf_industrytiles.cpp (svn r10698) -Codechange [FS#1082]: simplify the code related to foundations. Primarily removal of (duplicated|magic) code and introduction of few helper functions to ease foundation determination. Patch by frosch. 17 years ago
newgrf_industrytiles.h (svn r10690) -Codechange: use the enum that describes all callback IDs in favor of "just" using an untyped integer. 17 years ago
newgrf_sound.cpp
newgrf_sound.h
newgrf_spritegroup.cpp (svn r10442) -Codechange: implement the industry production callback. 17 years ago
newgrf_spritegroup.h (svn r10690) -Codechange: use the enum that describes all callback IDs in favor of "just" using an untyped integer. 17 years ago
newgrf_station.cpp (svn r10690) -Codechange: use the enum that describes all callback IDs in favor of "just" using an untyped integer. 17 years ago
newgrf_station.h (svn r10690) -Codechange: use the enum that describes all callback IDs in favor of "just" using an untyped integer. 17 years ago
newgrf_text.cpp
newgrf_text.h
newgrf_town.cpp (svn r10430) -Fix: Too many town rating entry lookups (KUDr) 17 years ago
newgrf_town.h
newgrf_townname.cpp (svn r10211) -Feature: [NewGRF] Add support for action 0F 18 years ago
newgrf_townname.h (svn r10211) -Feature: [NewGRF] Add support for action 0F 18 years ago
news.h (svn r10262) -Fix (r10258): some places that needed to be changed to uint64 were hidden/forgotten, which caused memory corruptions and that in caused all kinds of assertions to trigger. 18 years ago
news_gui.cpp (svn r10704) -Codechange: provide an infrastructure to have resizable windows that are smaller than the default window size. 17 years ago
npf.cpp (svn r10357) -Fix: and when we're at it... yet another memory leak, but only when you start a new game; can't find any other memory leaks we can fix. 18 years ago
npf.h
oldloader.cpp (svn r10697) -Codechange: give a more sensible names to some of the unkX variables. 17 years ago
oldpool.cpp
oldpool.h
openttd.cpp (svn r10601) -Codechange: store (and use) the type of stations instead of hardcoding station types by graphics IDs. 17 years ago
openttd.h (svn r10698) -Codechange [FS#1082]: simplify the code related to foundations. Primarily removal of (duplicated|magic) code and introduction of few helper functions to ease foundation determination. Patch by frosch. 17 years ago
order.h (svn r10236) -Feature: Introduce a form of timetabling for vehicles. 18 years ago
order_cmd.cpp (svn r10314) -Codechange: Refer to vehicle names by index 18 years ago
order_gui.cpp (svn r10704) -Codechange: provide an infrastructure to have resizable windows that are smaller than the default window size. 17 years ago
os2.cpp (svn r10651) -Fix: Fix chdir problem with open/save dialog on OS/2 (Paul Smedley) 17 years ago
os_timer.cpp
ottdres.rc (svn r10169) -Fix [FS#875]: trunk did still tell Windows that it was version 0.5.0(.0), so now we use a "bogus" version number to tell it's not a real release. The version number that will be shown in-game will not change, only the version number in the file properties. 18 years ago
pathfind.cpp (svn r10346) -Fix: Forgotten "else" in r10345 (thanks peter1138). 18 years ago
pathfind.h
player.h (svn r10673) -Cleanup: some assorted style cleanups. Primarily type* var -> type *var. 17 years ago
player_face.h
player_gui.cpp (svn r10704) -Codechange: provide an infrastructure to have resizable windows that are smaller than the default window size. 17 years ago
players.cpp (svn r10567) -Add [FS#915]: a "group" with ungrouped vehicles. Patch by Matthias Wolf. 17 years ago
queue.cpp
queue.h (svn r10673) -Cleanup: some assorted style cleanups. Primarily type* var -> type *var. 17 years ago
rail.cpp
rail.h (svn r10698) -Codechange [FS#1082]: simplify the code related to foundations. Primarily removal of (duplicated|magic) code and introduction of few helper functions to ease foundation determination. Patch by frosch. 17 years ago
rail_cmd.cpp (svn r10698) -Codechange [FS#1082]: simplify the code related to foundations. Primarily removal of (duplicated|magic) code and introduction of few helper functions to ease foundation determination. Patch by frosch. 17 years ago
rail_gui.cpp (svn r10704) -Codechange: provide an infrastructure to have resizable windows that are smaller than the default window size. 17 years ago
rail_map.h (svn r10659) -Codechange: updated documentation around RAIL_GROUND_FENCE_VERT[12] (frosch) 17 years ago
railtypes.h
resource.h
road.h
road_cmd.cpp (svn r10698) -Codechange [FS#1082]: simplify the code related to foundations. Primarily removal of (duplicated|magic) code and introduction of few helper functions to ease foundation determination. Patch by frosch. 17 years ago
road_cmd.h
road_gui.cpp (svn r10704) -Codechange: provide an infrastructure to have resizable windows that are smaller than the default window size. 17 years ago
road_map.cpp
road_map.h
roadveh.h (svn r10673) -Cleanup: some assorted style cleanups. Primarily type* var -> type *var. 17 years ago
roadveh_cmd.cpp (svn r10697) -Codechange: give a more sensible names to some of the unkX variables. 17 years ago
roadveh_gui.cpp (svn r10704) -Codechange: provide an infrastructure to have resizable windows that are smaller than the default window size. 17 years ago
saveload.cpp (svn r10684) -Codechange: some more coding style related changes. Primarily moving { to a new line. 17 years ago
saveload.h (svn r10300) -Fix [FS#917]: give a better explanation why the loading of a savegame failed and do not crash on loading savegames that were altered by patches or branches. 18 years ago
screenshot.cpp (svn r10412) -Codechange: Remove unnecessary inclusion of hal.h in various files (and add one) 17 years ago
screenshot.h
sdl.cpp
sdl.h
settings.cpp (svn r10587) -Codechange: move the string/dparam related stuff from variables.h to strings.h 17 years ago
settings.h
settings_gui.cpp (svn r10704) -Codechange: provide an infrastructure to have resizable windows that are smaller than the default window size. 17 years ago
ship.h (svn r10673) -Cleanup: some assorted style cleanups. Primarily type* var -> type *var. 17 years ago
ship_cmd.cpp (svn r10697) -Codechange: give a more sensible names to some of the unkX variables. 17 years ago
ship_gui.cpp (svn r10704) -Codechange: provide an infrastructure to have resizable windows that are smaller than the default window size. 17 years ago
signs.cpp (svn r10643) -Merge (from NoAI): properly counting the amount of signs instead of using the size of the sign pool. 17 years ago
signs.h (svn r10643) -Merge (from NoAI): properly counting the amount of signs instead of using the size of the sign pool. 17 years ago
signs_gui.cpp (svn r10704) -Codechange: provide an infrastructure to have resizable windows that are smaller than the default window size. 17 years ago
slope.h (svn r10698) -Codechange [FS#1082]: simplify the code related to foundations. Primarily removal of (duplicated|magic) code and introduction of few helper functions to ease foundation determination. Patch by frosch. 17 years ago
smallmap_gui.cpp (svn r10708) -Codechange: allow automatic downsizing of the smallmap window in case of low resolutions; one could already make the window smaller, but the resize button was unreachable. 17 years ago
sound.cpp
sound.h
sprite.h (svn r10673) -Cleanup: some assorted style cleanups. Primarily type* var -> type *var. 17 years ago
spritecache.cpp (svn r10356) -Fix (r10143): another memory leak eliminated. 18 years ago
spritecache.h (svn r10157) -Fix: use as indentified for PNGs, the place of the image as it was in the grf, not the internal SpriteID 18 years ago
station.cpp (svn r10266) -Codechange: keep track of the origin, time of travel and accumulated feeder share (transfers) of individual pieces of cargo. This means that cargo isn't thrown on a big pile when it's put in a station or unloaded at a station, however the GUI does not reflect these changes yet so you will not actually see it. 18 years ago
station.h (svn r10601) -Codechange: store (and use) the type of stations instead of hardcoding station types by graphics IDs. 17 years ago
station_cmd.cpp (svn r10698) -Codechange [FS#1082]: simplify the code related to foundations. Primarily removal of (duplicated|magic) code and introduction of few helper functions to ease foundation determination. Patch by frosch. 17 years ago
station_gui.cpp (svn r10704) -Codechange: provide an infrastructure to have resizable windows that are smaller than the default window size. 17 years ago
station_map.h (svn r10681) -Codechange: do not determine whether a tile is a hangar based on the graphics index to be drawn on the given tile, but do it based on the specification of the location of hangars of the airport. 17 years ago
stdafx.h (svn r10607) -Fix r10605: use '&&' in preprocessor directives (MSVC doesn't like 'and') 17 years ago
string.cpp (svn r10566) -Fix [FS#1025]: a NewGRF could have a information message that is too long for the internal buffers to handle. We should not crash on such a case even though the message is too big for the window anyway. 17 years ago
string.h (svn r10673) -Cleanup: some assorted style cleanups. Primarily type* var -> type *var. 17 years ago
strings.cpp (svn r10711) -Fix [Win32]: take default language from current user's locale on Windows (In-) 17 years ago
strings.h (svn r10673) -Cleanup: some assorted style cleanups. Primarily type* var -> type *var. 17 years ago
subsidy_gui.cpp (svn r10704) -Codechange: provide an infrastructure to have resizable windows that are smaller than the default window size. 17 years ago
terraform_gui.cpp (svn r10704) -Codechange: provide an infrastructure to have resizable windows that are smaller than the default window size. 17 years ago
texteff.cpp (svn r10444) -Codechange: switch to c++ classes and inheritance for sound/music/video drivers, using self-registration based on the blitter-model. 17 years ago
texteff.hpp (svn r10270) -Add: prefixed the loading indicator with an arrow, up meaning vehicle is loading, down meaning vehicle is unloading 18 years ago
tgp.cpp
tgp.h
thread.cpp
thread.h (svn r10673) -Cleanup: some assorted style cleanups. Primarily type* var -> type *var. 17 years ago
tile.cpp (svn r10687) -Fix (r10686): subversion does not like it when you change code when you are typing the commit message. 17 years ago
tile.h (svn r10665) -Codechange: replace magic 15 with MAX_TILE_HEIGHT (bilbo) 17 years ago
timetable.h (svn r10237) -Fix (r10236): It helps if you use svn add with new files... 18 years ago
timetable_cmd.cpp (svn r10331) -Feature: Add the possibility of automatically filling in timetables based on 18 years ago
timetable_gui.cpp (svn r10704) -Codechange: provide an infrastructure to have resizable windows that are smaller than the default window size. 17 years ago
town.h (svn r10211) -Feature: [NewGRF] Add support for action 0F 18 years ago
town_cmd.cpp (svn r10698) -Codechange [FS#1082]: simplify the code related to foundations. Primarily removal of (duplicated|magic) code and introduction of few helper functions to ease foundation determination. Patch by frosch. 17 years ago
town_gui.cpp (svn r10704) -Codechange: provide an infrastructure to have resizable windows that are smaller than the default window size. 17 years ago
town_map.h (svn r10673) -Cleanup: some assorted style cleanups. Primarily type* var -> type *var. 17 years ago
train.h (svn r10409) -Codechange: replace (Aircraft|RoadVeh|Ship|Train)_Tick with a Tick method in the Vehicle class. 18 years ago
train_cmd.cpp (svn r10697) -Codechange: give a more sensible names to some of the unkX variables. 17 years ago
train_gui.cpp (svn r10704) -Codechange: provide an infrastructure to have resizable windows that are smaller than the default window size. 17 years ago
transparency_gui.cpp (svn r10704) -Codechange: provide an infrastructure to have resizable windows that are smaller than the default window size. 17 years ago
transparency_gui.h
tree_cmd.cpp (svn r10698) -Codechange [FS#1082]: simplify the code related to foundations. Primarily removal of (duplicated|magic) code and introduction of few helper functions to ease foundation determination. Patch by frosch. 17 years ago
tree_map.h
tunnel_map.cpp (svn r10686) -Fix [FS#1058]: determining whether there is a tunnel going under the lowered area is only needed in two directions instead of all four, so take the directions (one for each axis) to the nearest border (along the given axis). Furthermore GetTileZ did much more than absolutely necessary. 17 years ago
tunnel_map.h (svn r10258) -Codechange: as we are now using int64 all over the place, it's better to use int64 variables in the string generating too instead of packing them into two int32s. 18 years ago
tunnelbridge_cmd.cpp (svn r10698) -Codechange [FS#1082]: simplify the code related to foundations. Primarily removal of (duplicated|magic) code and introduction of few helper functions to ease foundation determination. Patch by frosch. 17 years ago
unix.cpp
unmovable.h
unmovable_cmd.cpp (svn r10698) -Codechange [FS#1082]: simplify the code related to foundations. Primarily removal of (duplicated|magic) code and introduction of few helper functions to ease foundation determination. Patch by frosch. 17 years ago
unmovable_map.h
variables.h (svn r10698) -Codechange [FS#1082]: simplify the code related to foundations. Primarily removal of (duplicated|magic) code and introduction of few helper functions to ease foundation determination. Patch by frosch. 17 years ago
vehicle.cpp (svn r10714) -Fix r10696: MSVC performance warning 17 years ago
vehicle.h (svn r10697) -Codechange: give a more sensible names to some of the unkX variables. 17 years ago
vehicle_gui.cpp (svn r10704) -Codechange: provide an infrastructure to have resizable windows that are smaller than the default window size. 17 years ago
vehicle_gui.h
viewport.cpp (svn r10696) -Codechange: remove duplication of the "make sprite transparent" code. 17 years ago
viewport.h (svn r10696) -Codechange: remove duplication of the "make sprite transparent" code. 17 years ago
void_map.h
water_cmd.cpp (svn r10698) -Codechange [FS#1082]: simplify the code related to foundations. Primarily removal of (duplicated|magic) code and introduction of few helper functions to ease foundation determination. Patch by frosch. 17 years ago
water_map.h (svn r10230) -Fix [FS#594]: terraforming wipes out canals. Now you always have to remove the canal before terraforming, instead of "just" removing the canal. 18 years ago
waypoint.cpp (svn r10368) -Fix: when renaming waypoints, ownership was only checked client-side, not in the command. 18 years ago
waypoint.h (svn r10673) -Cleanup: some assorted style cleanups. Primarily type* var -> type *var. 17 years ago
widget.cpp
win32.cpp (svn r10713) -Cleanup (r10711): too long string buffers, unsafe sprintf used (Darkvater) 17 years ago
win32.h
win64.asm
window.cpp (svn r10717) -Fix: in-game console had a "transparent" part when opened in a game, while it did not in the menu. 17 years ago
window.h (svn r10704) -Codechange: provide an infrastructure to have resizable windows that are smaller than the default window size. 17 years ago
zoom.hpp