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 f7cc8872f8 (svn r11367) -Fix [FS#1258]: non-articulated road vehicles should be able to overtake (not-too-long) articulated vehicles, i.e. overtaking of articulated vehicles that are several (3+) tiles long is not supported. 17 years ago
..
ai (svn r11312) -Codechange: implement a overflow safe integer and use that for money and don't misuses CommandCost to have a overflow safe integer. Based on a patch by Noldo. 17 years ago
blitter
lang (svn r11361) -Update: WebTranslator2 update to 2007-10-30 19:53:53 17 years ago
misc
music (svn r11326) -Cleanup: [OSX] removed now unneeded includes and unreached conditional defines from some OSX specific files 17 years ago
network (svn r11357) -Fix: NetworkUniqueID could be 80 chars, while the max size we generate is 32. So reduce the size a bit. Pointed out by dihedral, so give him a big hug ;) 17 years ago
os/macosx (svn r11351) -Fix (r11342): [OSX] killed a warning 17 years ago
sound (svn r11326) -Cleanup: [OSX] removed now unneeded includes and unreached conditional defines from some OSX specific files 17 years ago
spriteloader
strgen (svn r11293) -Fix: newgrf defined industry news messages use TTD format for args, which is not the same as our. So we must detect those strings and pass them the right params 17 years ago
table (svn r11350) -Change: add missing elrail sprites for some rail build buttons/cursors. Sprites by skidd13. 17 years ago
video (svn r11342) -Fix: [OSX] The cocoa driver incorrectly assumed that the blitter always was 8bpp. Now both 8bpp and 32bpp blitters can be used. The driver will check the blitter screen depth. In fullscreen it will select a proper video mode for this depth, and in windowed mode it will simply skip doing fake 8bpp. 17 years ago
yapf
aircraft.h
aircraft_cmd.cpp (svn r11365) -Fix [FS#1288]: when stopping a ship or aircraft, set their speed to 0 so they won't continue at the speed where they were stopped at. 17 years ago
aircraft_gui.cpp
airport.cpp (svn r11354) -Codechange [FS#1379]: one variable wasn't freed whereas all others were. It's not causing any problems as it happens during the shutdown of OpenTTD. So basically it is only for consistency. 17 years ago
airport.h
airport_gui.cpp
airport_movement.h
articulated_vehicles.cpp
articulated_vehicles.h
autoreplace_cmd.cpp
autoreplace_gui.cpp
autoslope.h
aystar.cpp
aystar.h
bmp.cpp
bmp.h
bridge.h
bridge_gui.cpp
bridge_map.cpp (svn r11313) -Codechange: prepare several pieces of code so the can handle some new slopes. Patch by frosch. 17 years ago
bridge_map.h
build_vehicle_gui.cpp (svn r11312) -Codechange: implement a overflow safe integer and use that for money and don't misuses CommandCost to have a overflow safe integer. Based on a patch by Noldo. 17 years ago
callback_table.cpp
callback_table.h
cargopacket.cpp
cargopacket.h
cargotype.cpp
cargotype.h
clear_cmd.cpp (svn r11262) -Fix [FS#1330]: do not check for vehicles that are not on the ground when removing owned land, furthermore do not check for shadows (of aircraft). 17 years ago
clear_map.h
cmd_helper.h
command.cpp (svn r11312) -Codechange: implement a overflow safe integer and use that for money and don't misuses CommandCost to have a overflow safe integer. Based on a patch by Noldo. 17 years ago
command.h
console.cpp
console.h
console_cmds.cpp (svn r11312) -Codechange: implement a overflow safe integer and use that for money and don't misuses CommandCost to have a overflow safe integer. Based on a patch by Noldo. 17 years ago
currency.cpp
currency.h
date.cpp (svn r11353) -Codechange: add support for newgrf callback 32 17 years ago
date.h
debug.cpp
debug.h
dedicated.cpp
depot.cpp
depot.h
depot_gui.cpp
direction.h
disaster_cmd.cpp (svn r11303) -Fix: EnsureNoVehicle and EnsureNoVehicleOnGround were both used to check whether there was no vehicle on the ground, except that the former didn't take care of aircraft shadows. So now we only use EnsureNoVehicleOnGround. 17 years ago
dock_gui.cpp
driver.cpp
driver.h
dummy_land.cpp
economy.cpp (svn r11331) -Fix: do not misuse CommandCost for overflow safe stuff as Money supports that now too. 17 years ago
economy.h
elrail.cpp (svn r11313) -Codechange: prepare several pieces of code so the can handle some new slopes. Patch by frosch. 17 years ago
endian_check.cpp
engine.cpp
engine.h
engine_gui.cpp (svn r11312) -Codechange: implement a overflow safe integer and use that for money and don't misuses CommandCost to have a overflow safe integer. Based on a patch by Noldo. 17 years ago
fileio.cpp (svn r11355) -Fix [FS#1377]: loading too many GRFs was not handled gracefully causing crashes and such. 17 years ago
fileio.h
fios.cpp
fios.h (svn r11355) -Fix [FS#1377]: loading too many GRFs was not handled gracefully causing crashes and such. 17 years ago
fontcache.cpp
fontcache.h
functions.h (svn r11303) -Fix: EnsureNoVehicle and EnsureNoVehicleOnGround were both used to check whether there was no vehicle on the ground, except that the former didn't take care of aircraft shadows. So now we only use EnsureNoVehicleOnGround. 17 years ago
genworld.cpp
genworld.h
genworld_gui.cpp
gfx.cpp
gfx.h
gfxinit.cpp (svn r11355) -Fix [FS#1377]: loading too many GRFs was not handled gracefully causing crashes and such. 17 years ago
gfxinit.h (svn r11321) -Codechange: add support to load different graphics for halftile slopes using a NewGRF. Patch by frosch. 17 years ago
graph_gui.cpp (svn r11312) -Codechange: implement a overflow safe integer and use that for money and don't misuses CommandCost to have a overflow safe integer. Based on a patch by Noldo. 17 years ago
group.h
group_cmd.cpp
group_gui.cpp
gui.h (svn r11339) -Add: autoroad; same as autorail, but for road and trams and only on X and Y direction. Patch by Octopussy and skidd13. 17 years ago
heightmap.cpp
heightmap.h
helpers.cpp
helpers.hpp (svn r11312) -Codechange: implement a overflow safe integer and use that for money and don't misuses CommandCost to have a overflow safe integer. Based on a patch by Noldo. 17 years ago
industry.h (svn r11302) -Fix (r9520): typo 17 years ago
industry_cmd.cpp (svn r11356) -Fix (r11305): funding industries in MP game was causing desync 17 years ago
industry_gui.cpp (svn r11356) -Fix (r11305): funding industries in MP game was causing desync 17 years ago
industry_map.h
intro_gui.cpp
landscape.cpp (svn r11319) -Add: halftile- and anti-zig-zag-foundations. Patch by frosch. 17 years ago
landscape.h (svn r11319) -Add: halftile- and anti-zig-zag-foundations. Patch by frosch. 17 years ago
livery.h
lzoconf.h
macros.h
main_gui.cpp
map.cpp
map.h
masm64.rules
md5.cpp
md5.h
mersenne.cpp
minilzo.cpp
minilzo.h
misc.cpp
misc_cmd.cpp (svn r11352) -Codechange: cache callback 2D result (vehicle color mapping) instead calling it every time the vehicle is drawn 17 years ago
misc_gui.cpp (svn r11287) -Codechange: add support for pushing paramaters into NewIndustries' error messages. Patch by Csaboka. 17 years ago
mixer.cpp
mixer.h
music.cpp
music.h
music_gui.cpp (svn r11281) -Revert(r11259): the problem was not there. In fact, it made it so that no more music were allowed on intro. 17 years ago
namegen.cpp
namegen.h
newgrf.cpp (svn r11358) -Fix: condition types 0x0B and 0x0C are also valid for variable 0x88 in action 7/9. 17 years ago
newgrf.h (svn r11346) -Codechange: Add marker has_newwater to the loaded grf features. Not in used yet. 17 years ago
newgrf_callbacks.h (svn r11353) -Codechange: add support for newgrf callback 32 17 years ago
newgrf_canal.cpp
newgrf_canal.h
newgrf_cargo.cpp (svn r11252) -Revert r11239, Fix r9620: cargo translation was not done correctly 17 years ago
newgrf_cargo.h (svn r11252) -Revert r11239, Fix r9620: cargo translation was not done correctly 17 years ago
newgrf_commons.cpp (svn r11248) -Fix[FS#1314]: The logic behind industry slot allocation was implying that the only condition an override could be placed in a slot is that there were no previous override. 17 years ago
newgrf_commons.h
newgrf_config.cpp (svn r11355) -Fix [FS#1377]: loading too many GRFs was not handled gracefully causing crashes and such. 17 years ago
newgrf_config.h
newgrf_engine.cpp (svn r11353) -Codechange: add support for newgrf callback 32 17 years ago
newgrf_engine.h (svn r11353) -Codechange: add support for newgrf callback 32 17 years ago
newgrf_gui.cpp (svn r11329) -Fix: if a NewGRF failed to load for some reason (like fatal errors), but it was a "compatible" NewGRF, it was shown with the compatible colour and not the not-loaded colour in the NewGRF list. 17 years ago
newgrf_house.cpp
newgrf_house.h
newgrf_industries.cpp (svn r11287) -Codechange: add support for pushing paramaters into NewIndustries' error messages. Patch by Csaboka. 17 years ago
newgrf_industries.h
newgrf_industrytiles.cpp (svn r11287) -Codechange: add support for pushing paramaters into NewIndustries' error messages. Patch by Csaboka. 17 years ago
newgrf_industrytiles.h
newgrf_sound.cpp
newgrf_sound.h
newgrf_spritegroup.cpp
newgrf_spritegroup.h
newgrf_station.cpp
newgrf_station.h
newgrf_storage.cpp
newgrf_storage.h
newgrf_text.cpp (svn r11293) -Fix: newgrf defined industry news messages use TTD format for args, which is not the same as our. So we must detect those strings and pass them the right params 17 years ago
newgrf_text.h (svn r11287) -Codechange: add support for pushing paramaters into NewIndustries' error messages. Patch by Csaboka. 17 years ago
newgrf_town.cpp
newgrf_town.h
newgrf_townname.cpp
newgrf_townname.h
news.h
news_gui.cpp
npf.cpp (svn r11313) -Codechange: prepare several pieces of code so the can handle some new slopes. Patch by frosch. 17 years ago
npf.h
oldloader.cpp (svn r11280) -Fix [FS#1343]: wrong money related values when loading old games. Inspired on a patch by SmatZ. 17 years ago
oldpool.cpp
oldpool.h
openttd.cpp (svn r11338) -Fix [FS#1359]: water tiles not at sealevel (i.e. canals) should not be owned by water as that signals normal water. 17 years ago
openttd.h (svn r11312) -Codechange: implement a overflow safe integer and use that for money and don't misuses CommandCost to have a overflow safe integer. Based on a patch by Noldo. 17 years ago
order.h
order_cmd.cpp
order_gui.cpp
os2.cpp
os_timer.cpp
ottdres.rc.in (svn r11330) -Add: OTTD version checking for NewGRFs. This allows NewGRFs to do something different for different versions of OpenTTD, like disabling it for too low versions or loading different graphics. 17 years ago
pathfind.cpp
pathfind.h
player.h (svn r11269) -Feature: user customisable faces. Patch by BigBB. 17 years ago
player_face.h (svn r11292) -Fix [FS#1350]: don't desync when generating random faces. Patch by SmatZ. 17 years ago
player_gui.cpp (svn r11269) -Feature: user customisable faces. Patch by BigBB. 17 years ago
players.cpp (svn r11270) -Fix (r11269): black people only have one eye colour. 17 years ago
queue.cpp
queue.h
rail.cpp (svn r11265) -Feature: Make more advanced rail types more expensive to build. 17 years ago
rail.h (svn r11320) -Codechange: make lower halftiles at coast floodable. Patch by frosch. 17 years ago
rail_cmd.cpp (svn r11343) -Fix[FS#1368]: Autoslope did not work correctly for single track on higher part of steep slopes. (frosch) 17 years ago
rail_gui.cpp (svn r11322) -Codechange: select an allowed station size when drag&drop is disabled. Patch by Wolf01. 17 years ago
rail_map.h (svn r11320) -Codechange: make lower halftiles at coast floodable. Patch by frosch. 17 years ago
railtypes.h (svn r11350) -Change: add missing elrail sprites for some rail build buttons/cursors. Sprites by skidd13. 17 years ago
resource.h
rev.cpp.in (svn r11330) -Add: OTTD version checking for NewGRFs. This allows NewGRFs to do something different for different versions of OpenTTD, like disabling it for too low versions or loading different graphics. 17 years ago
road.cpp
road.h
road_cmd.cpp (svn r11312) -Codechange: implement a overflow safe integer and use that for money and don't misuses CommandCost to have a overflow safe integer. Based on a patch by Noldo. 17 years ago
road_cmd.h
road_gui.cpp (svn r11344) -Codechange: Removes some magic numbers referring the highlighting mode in road_gui.cpp 17 years ago
road_map.cpp
road_map.h
roadveh.h
roadveh_cmd.cpp (svn r11367) -Fix [FS#1258]: non-articulated road vehicles should be able to overtake (not-too-long) articulated vehicles, i.e. overtaking of articulated vehicles that are several (3+) tiles long is not supported. 17 years ago
roadveh_gui.cpp
saveload.cpp (svn r11244) -Fix: trees can now be planted on bare land without making it grassy (Csaboka) 17 years ago
saveload.h
screenshot.cpp
screenshot.h
sdl.cpp
sdl.h
settings.cpp (svn r11291) -Fix [FS#1345]: changing the wagon_speed_limits patch option caused desyncs. 17 years ago
settings.h
settings_gui.cpp (svn r11279) -Codechange: use a typedeffed type for all magic with GameDifficulty instead on relying ints to always be 32 bits, which they are not. 17 years ago
ship.h
ship_cmd.cpp (svn r11365) -Fix [FS#1288]: when stopping a ship or aircraft, set their speed to 0 so they won't continue at the speed where they were stopped at. 17 years ago
ship_gui.cpp
signs.cpp
signs.h
signs_gui.cpp
slope.h (svn r11319) -Add: halftile- and anti-zig-zag-foundations. Patch by frosch. 17 years ago
smallmap_gui.cpp
sound.cpp (svn r11355) -Fix [FS#1377]: loading too many GRFs was not handled gracefully causing crashes and such. 17 years ago
sound.h
sprite.h
spritecache.cpp
spritecache.h
station.cpp
station.h
station_cmd.cpp (svn r11364) -Fix (r11363): compilation broken 17 years ago
station_gui.cpp
station_map.h (svn r11276) -Codechange: be more consistent with naming of some accessors. 17 years ago
stdafx.h (svn r11325) -Fix (r11312)[FS#1357]: [OSX] fixed compilation on OSX 17 years ago
string.cpp
string.h
strings.cpp (svn r11360) -Fix [FS#1375]: do not crash when trying to "draw" an invalid string, just draw a message saying it is invalid. 17 years ago
strings.h
subsidy_gui.cpp
terraform_gui.cpp
texteff.cpp (svn r11286) -Fix (r11228): NewGRF industries assume that the order of animation always stays the same. Patch by Csaboka. 17 years ago
texteff.hpp
tgp.cpp
tgp.h
thread.cpp
thread.h
tile.cpp
tile.h
timetable.h
timetable_cmd.cpp (svn r11359) -Fix [FS#1381]: shared timetables were not properly refreshed with autofill. 17 years ago
timetable_gui.cpp
town.h
town_cmd.cpp (svn r11315) -Fix [FS#1353]: towns are not growing beyond height differences. Patch by skidd13. 17 years ago
town_gui.cpp
town_map.h
train.h
train_cmd.cpp (svn r11352) -Codechange: cache callback 2D result (vehicle color mapping) instead calling it every time the vehicle is drawn 17 years ago
train_gui.cpp
transparency_gui.cpp
transparency_gui.h
tree_cmd.cpp (svn r11246) -Codechange: beautify some conditions from "if else" into trinary operator 17 years ago
tree_map.h
tunnel_map.cpp
tunnel_map.h
tunnelbridge_cmd.cpp (svn r11303) -Fix: EnsureNoVehicle and EnsureNoVehicleOnGround were both used to check whether there was no vehicle on the ground, except that the former didn't take care of aircraft shadows. So now we only use EnsureNoVehicleOnGround. 17 years ago
unix.cpp
unmovable.h
unmovable_cmd.cpp (svn r11345) -Cleanup: a bit of comment style fixing 17 years ago
unmovable_map.h
variables.h (svn r11269) -Feature: user customisable faces. Patch by BigBB. 17 years ago
vehicle.cpp (svn r11362) -Fix [FS#1380]: cloning vehicles with non-standard sub-cargotypes (i.e. livery refits) failed. 17 years ago
vehicle.h (svn r11353) -Codechange: add support for newgrf callback 32 17 years ago
vehicle_gui.cpp (svn r11348) -Fix (r11049): [OSX] killed a warning (don't ask why only OSX showed this one) 17 years ago
vehicle_gui.h
viewport.cpp (svn r11318) -Codechange: add the actual support for drawing selections on halftiles, r11316 just added the things needed to load the sprites. Patch by frosch. 17 years ago
viewport.h
void_map.h
water_cmd.cpp (svn r11347) -Codechange: use marker loaded grf feature has_newwater when it is required. (more to come) 17 years ago
water_map.h (svn r11276) -Codechange: be more consistent with naming of some accessors. 17 years ago
waypoint.cpp (svn r11303) -Fix: EnsureNoVehicle and EnsureNoVehicleOnGround were both used to check whether there was no vehicle on the ground, except that the former didn't take care of aircraft shadows. So now we only use EnsureNoVehicleOnGround. 17 years ago
waypoint.h
widget.cpp
win32.cpp
win32.h
win64.asm
window.cpp (svn r11304) -Feature: Control-Clicking the Center Main View button on the vehicle window allows the main viewport to follow the chosen vehicle.(stevenh) 17 years ago
window.h (svn r11269) -Feature: user customisable faces. Patch by BigBB. 17 years ago
zoom.hpp