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
peter1138 bbfad49142 (svn r10059) -Fix (r10045): Pretend GRF is still in initialisation state when leaving reservation stage. This fixes action 7/9 tests for grfs that will be active. 17 years ago
..
ai (svn r10058) -Codechange: give some industry variable sensible names (like not telling "last_mo_production" when it is the production of the current month). 17 years ago
lang (svn r10055) -Update: WebTranslator2 update to 2007-06-07 14:37:06 17 years ago
misc (svn r9662) -Documentation: Doxygen corrections and @file omissions 17 years ago
music (svn r9662) -Documentation: Doxygen corrections and @file omissions 17 years ago
network (svn r10037) -Fix (r10035, r10036): silence some 'may be used uninitialized' warnings 17 years ago
os/macosx (svn r9050) -Codechange: Foo(void) -> Foo() 17 years ago
sound (svn r9050) -Codechange: Foo(void) -> Foo() 17 years ago
strgen (svn r9874) -Feature: advanced vehicle lists a.k.a. group interface. Now you can make groups of vehicles and perform all kinds of tasks on that given group. Original code by nycom and graphics by skidd13. 17 years ago
table (svn r10054) -Codechange: make the industries cost modifier look more like the original one, so it's much easier to support industries that use this original format. 17 years ago
video (svn r9835) -Codechange: use Pixel typedef instead of byte where ever possible 17 years ago
yapf (svn r10006) -Fix (FS#362): allow different signal types on one tile 17 years ago
aircraft.h (svn r10009) -Codechange: Add and use Vehicle::IsPrimaryVehicle to replace individual checks depending on the vehicle type. 17 years ago
aircraft_cmd.cpp (svn r9874) -Feature: advanced vehicle lists a.k.a. group interface. Now you can make groups of vehicles and perform all kinds of tasks on that given group. Original code by nycom and graphics by skidd13. 17 years ago
aircraft_gui.cpp (svn r9844) -Codechange: replace zoomlevel with an enum 17 years ago
airport.cpp (svn r9524) -Fix(FS#640,r8755): Implemented a "dummy" State Machine for stations who got their airport removed while there were still aircraft within the State Machine (and thus caused asserts) 17 years ago
airport.h (svn r9524) -Fix(FS#640,r8755): Implemented a "dummy" State Machine for stations who got their airport removed while there were still aircraft within the State Machine (and thus caused asserts) 17 years ago
airport_gui.cpp (svn r9905) -Feature: Allow building new stations adjacent to existing stations by holding down control. Based on a patch by Wolf01. 17 years ago
airport_movement.h (svn r9725) -Fix [FS#743]: plane made a 270 degree turn instead of a 90 degree turn on take off from the southern runway. 17 years ago
articulated_vehicles.cpp (svn r10011) -Fix (r10008): Set the right svn properties on articulated_vehicles.h and correct a file comment. 17 years ago
articulated_vehicles.h (svn r10008) -Codechange: Move a couple of functions related to articulated vehicles to a file of their own. 17 years ago
autoreplace_cmd.cpp (svn r10039) -Fix: [autoreplace] when trying to replace an engine that can't carry the wagons the old one carries (GRF restrictoin), then don't try to replace at all 17 years ago
autoreplace_gui.cpp (svn r9919) -Codechange: prepare some more places for more road types. 17 years ago
aystar.cpp (svn r8856) -Fix 18 years ago
aystar.h (svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {}; 17 years ago
bmp.cpp (svn r8859) -Cleanup: doxygen changes. Mostly @files missing tags and a few comments style. 18 years ago
bmp.h (svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {}; 17 years ago
bridge.h (svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {}; 17 years ago
bridge_gui.cpp (svn r8990) -Fix: more indenting and variable scoping 18 years ago
bridge_map.cpp (svn r9554) -Documentation: add documentation to some map accessors. 17 years ago
bridge_map.h (svn r9892) -Codechange: lots of ground work for allowing multiple types of "road" with multiple owners on a single tile. 17 years ago
build_vehicle_gui.cpp (svn r10025) -Fix: [build windows] sorting planes for capacity didn't check mail capacity. Now mail capacity is used if passenger capacity is the same 17 years ago
callback_table.cpp (svn r8859) -Cleanup: doxygen changes. Mostly @files missing tags and a few comments style. 18 years ago
callback_table.h (svn r8859) -Cleanup: doxygen changes. Mostly @files missing tags and a few comments style. 18 years ago
cargotype.cpp (svn r9871) -Fix (r8826): Some cargo costs were wrong for different climates. Multiple definitions of the same cargo type are sometimes required. 17 years ago
cargotype.h (svn r9620) -Codechange: apply cargo translation table to newstation variables 0x60..0x65 17 years ago
clear_cmd.cpp (svn r9950) -Feature(tte): allow terraforming under bridges. 17 years ago
clear_map.h (svn r9554) -Documentation: add documentation to some map accessors. 17 years ago
cmd_helper.h (svn r8876) -Fix 18 years ago
command.cpp (svn r10033) -Feature [FS#760]: skip to the selected order in the order list when clicking on the "skip" button while pressing CTRL. 17 years ago
command.h (svn r10033) -Feature [FS#760]: skip to the selected order in the order list when clicking on the "skip" button while pressing CTRL. 17 years ago
console.cpp (svn r9558) -Documentation: doxygen and comment changes: 'T' now. Almost done 17 years ago
console.h (svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {}; 17 years ago
console_cmds.cpp (svn r9784) -Codechange: remove unused variable. 17 years ago
currency.cpp (svn r9467) -Fix(FS#703,6108): When resetting the array of currencies, the custom currency was reset too, thus loosing the setting a user could have used for it.(glx) 17 years ago
currency.h (svn r9467) -Fix(FS#703,6108): When resetting the array of currencies, the custom currency was reset too, thus loosing the setting a user could have used for it.(glx) 17 years ago
date.cpp (svn r9050) -Codechange: Foo(void) -> Foo() 17 years ago
date.h (svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {}; 17 years ago
debug.cpp (svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {}; 17 years ago
debug.h (svn r9050) -Codechange: Foo(void) -> Foo() 17 years ago
dedicated.cpp (svn r9568) -Documentation: doxygen and comment changes: Root of src is finally done. Now, time to start clearing as much as possible 17 years ago
depot.cpp (svn r9869) -Codechange: replace some bytes with VehicleType, i.e. more type strictness. 17 years ago
depot.h (svn r9869) -Codechange: replace some bytes with VehicleType, i.e. more type strictness. 17 years ago
depot_gui.cpp (svn r10009) -Codechange: Add and use Vehicle::IsPrimaryVehicle to replace individual checks depending on the vehicle type. 17 years ago
direction.h (svn r9568) -Documentation: doxygen and comment changes: Root of src is finally done. Now, time to start clearing as much as possible 17 years ago
disaster_cmd.cpp (svn r9914) -Codechange: prepare GTTS and the pathfinders to handle multiple road types on a single tile. 17 years ago
dock_gui.cpp (svn r9905) -Feature: Allow building new stations adjacent to existing stations by holding down control. Based on a patch by Wolf01. 17 years ago
driver.cpp (svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {}; 17 years ago
driver.h (svn r8862) -Cleanup: doxygen changes, again. Mostly @files missing tags and a few comments style. 18 years ago
dummy_land.cpp (svn r9914) -Codechange: prepare GTTS and the pathfinders to handle multiple road types on a single tile. 17 years ago
economy.cpp (svn r10058) -Codechange: give some industry variable sensible names (like not telling "last_mo_production" when it is the production of the current month). 17 years ago
economy.h (svn r9836) -Codechange: make non-improved loading happen FIFO-ish; generally loading/unloading will happen fifo, but there are no guarantees on the FIFO-ness. For (better) FIFO guarantees you still need to use improved loading. 17 years ago
elrail.cpp (svn r9931) -Fix: some glitches with catenary and bridges. 17 years ago
endian_check.cpp (svn r9568) -Documentation: doxygen and comment changes: Root of src is finally done. Now, time to start clearing as much as possible 17 years ago
engine.cpp (svn r9918) -Fix: the available roadtypes/railtypes were not updated on GRF updates. 17 years ago
engine.h (svn r9917) -Codechange: prepare some more areas for more road types. 17 years ago
engine_gui.cpp (svn r9275) -Fix(r8973, FS#686): Faulty display of aircraft maximum velocity in the news item for new vehicles 17 years ago
fileio.cpp (svn r9990) -Fix: MorphOS and AmigaOS do not like "//" in filenames as that means the same as "/../" in means in Unix. 17 years ago
fileio.h (svn r9266) -Codechange: unify the retrieval of the base paths a little more. 17 years ago
fios.cpp (svn r9998) -Fix (r9990): possible null pointer dereferences on MorphOS. 17 years ago
fios.h (svn r9055) -Codechange: Change windows unicode handling and allow a pure non-unicode build to function. Win9x binaries will be possible with mingw/nightly system. 17 years ago
fontcache.cpp (svn r9519) -Fix r7406 (revert r9518): free the malloced variable, not a pointer to that variable. Also free it if there's any error. 17 years ago
fontcache.h (svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {}; 17 years ago
functions.h (svn r9962) -Feature: Add smooth viewport scrolling. This must be enabled with patch setting 'smooth_scroll' 17 years ago
genworld.cpp (svn r9995) -Fix (r9962): Don't scroll the map at the start of a new game 17 years ago
genworld.h (svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {}; 17 years ago
genworld_gui.cpp (svn r9779) -Feature: Add the possiblity to choose different road patterns for towns to use. 17 years ago
gfx.cpp (svn r10043) -Change: make templates of the blitters, based on zoom and mode, which makes the optimizing better, and therefor a higher blitter speed (tnx boekabart) 17 years ago
gfx.h (svn r9961) -Fix (r7182): some file were still in iso8859-15 instead of utf8. 17 years ago
gfxinit.cpp (svn r10017) -Add (FS#790): more languages flags for servers 17 years ago
gfxinit.h (svn r9050) -Codechange: Foo(void) -> Foo() 17 years ago
graph_gui.cpp (svn r9672) -Cleanup: lots of coding style fixes around operands. 17 years ago
group.h (svn r9874) -Feature: advanced vehicle lists a.k.a. group interface. Now you can make groups of vehicles and perform all kinds of tasks on that given group. Original code by nycom and graphics by skidd13. 17 years ago
group_cmd.cpp (svn r10009) -Codechange: Add and use Vehicle::IsPrimaryVehicle to replace individual checks depending on the vehicle type. 17 years ago
group_gui.cpp (svn r9898) -Fix (r9874): Many... 17 years ago
gui.h (svn r9901) -Codechange: Decide what to do with selected land areas based on the specific variable, not how it was highlighted. 17 years ago
hal.h (svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {}; 17 years ago
heightmap.cpp (svn r9729) -Documentation: add some documentation in various places 17 years ago
heightmap.h (svn r8950) -Cleanup: doxygen changes. Mostly @files missing tags and a few comments style. 18 years ago
helpers.cpp (svn r9662) -Documentation: Doxygen corrections and @file omissions 17 years ago
helpers.hpp (svn r8950) -Cleanup: doxygen changes. Mostly @files missing tags and a few comments style. 18 years ago
industry.h (svn r10058) -Codechange: give some industry variable sensible names (like not telling "last_mo_production" when it is the production of the current month). 17 years ago
industry_cmd.cpp (svn r10058) -Codechange: give some industry variable sensible names (like not telling "last_mo_production" when it is the production of the current month). 17 years ago
industry_gui.cpp (svn r10058) -Codechange: give some industry variable sensible names (like not telling "last_mo_production" when it is the production of the current month). 17 years ago
industry_map.h (svn r9984) -Codechange: Remove an obsolete structure and a now meaningless enum, in favor of the "real thing" 17 years ago
intro_gui.cpp (svn r9757) -Fix [FS#1244842]: when you have closed the "Load game"/"New game" windows accessible from the "New Server" window, any creation of new game/loading from the intro menu should not start a server. 17 years ago
landscape.cpp (svn r9914) -Codechange: prepare GTTS and the pathfinders to handle multiple road types on a single tile. 17 years ago
landscape.h (svn r9914) -Codechange: prepare GTTS and the pathfinders to handle multiple road types on a single tile. 17 years ago
livery.h (svn r9956) -Codechange: Add tram livery schemes 17 years ago
lzoconf.h (svn r9050) -Codechange: Foo(void) -> Foo() 17 years ago
macros.h (svn r9672) -Cleanup: lots of coding style fixes around operands. 17 years ago
main_gui.cpp (svn r9962) -Feature: Add smooth viewport scrolling. This must be enabled with patch setting 'smooth_scroll' 17 years ago
map.cpp (svn r9729) -Documentation: add some documentation in various places 17 years ago
map.h (svn r9779) -Feature: Add the possiblity to choose different road patterns for towns to use. 17 years ago
masm64.rules (svn r7759) -Merge: makefile rewrite. This merge features: 18 years ago
md5.cpp (svn r8987) -Cleanup: doxygen changes. Again. Mostly (still) @files missing tags and (more than just) a few comments style. 18 years ago
md5.h (svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {}; 17 years ago
mersenne.cpp (svn r9050) -Codechange: Foo(void) -> Foo() 17 years ago
minilzo.cpp (svn r9050) -Codechange: Foo(void) -> Foo() 17 years ago
minilzo.h (svn r8987) -Cleanup: doxygen changes. Again. Mostly (still) @files missing tags and (more than just) a few comments style. 18 years ago
misc.cpp (svn r9874) -Feature: advanced vehicle lists a.k.a. group interface. Now you can make groups of vehicles and perform all kinds of tasks on that given group. Original code by nycom and graphics by skidd13. 17 years ago
misc_cmd.cpp (svn r9669) -Documentation: some more doxygen fixes 17 years ago
misc_gui.cpp (svn r9923) -Add: support for Action 0 Road vehicles, property 1C, bit 0. 17 years ago
mixer.cpp (svn r9050) -Codechange: Foo(void) -> Foo() 17 years ago
mixer.h (svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {}; 17 years ago
music.cpp (svn r8987) -Cleanup: doxygen changes. Again. Mostly (still) @files missing tags and (more than just) a few comments style. 18 years ago
music.h (svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {}; 17 years ago
music_gui.cpp (svn r9672) -Cleanup: lots of coding style fixes around operands. 17 years ago
namegen.cpp (svn r9672) -Cleanup: lots of coding style fixes around operands. 17 years ago
namegen.h (svn r9553) -Documentation: fix ambiguity issue. 17 years ago
newgrf.cpp (svn r10059) -Fix (r10045): Pretend GRF is still in initialisation state when leaving reservation stage. This fixes action 7/9 tests for grfs that will be active. 17 years ago
newgrf.h (svn r10005) -Codechange: Merge two flags (2cc and newhouses) indicating some newgrf features have been loaded, and introduce the newindustry one. 17 years ago
newgrf_callbacks.h (svn r9671) -Codechange: Implement NewGRF callback 36, which allows changing of various properties which were previously static. Vehicle max speed and train power/te/running costs are adjustable. 17 years ago
newgrf_canal.cpp (svn r9797) -Feature: [NewGRF] Add action 1, 2 and 3 support for canals. 17 years ago
newgrf_canal.h (svn r9797) -Feature: [NewGRF] Add action 1, 2 and 3 support for canals. 17 years ago
newgrf_cargo.cpp (svn r9888) -Codechange: [NewGRF] allow non-spec cargo action2s to work, and using the goods sprite if really nothing is returned. 17 years ago
newgrf_cargo.h (svn r9620) -Codechange: apply cargo translation table to newstation variables 0x60..0x65 17 years ago
newgrf_commons.cpp (svn r10040) -Codechange: Make the function GetTerrainType public, as other functions require it 17 years ago
newgrf_commons.h (svn r10040) -Codechange: Make the function GetTerrainType public, as other functions require it 17 years ago
newgrf_config.cpp (svn r9662) -Documentation: Doxygen corrections and @file omissions 17 years ago
newgrf_config.h (svn r9560) -Codechange: add support for multiple 'base' directories for newgrf searching. 17 years ago
newgrf_engine.cpp (svn r9841) -Codechange: add a little more type strictness to the vehicle types. 17 years ago
newgrf_engine.h (svn r9818) -Codechange: Cache wagon override sprite set whenever consist is changed, instead of 'recalculating' it every time it is used or just tested. 17 years ago
newgrf_gui.cpp (svn r10021) -Fix (r9560): memory "corruption" that could lead to a failure to load newgrfs. 17 years ago
newgrf_house.cpp (svn r10040) -Codechange: Make the function GetTerrainType public, as other functions require it 17 years ago
newgrf_house.h (svn r9873) -Codechange: Add missing second callback parameter for houses 17 years ago
newgrf_sound.cpp (svn r9385) -Cleanup: doxygen changes. Today, we are exploring the letter N. 17 years ago
newgrf_sound.h (svn r9385) -Cleanup: doxygen changes. Today, we are exploring the letter N. 17 years ago
newgrf_spritegroup.cpp (svn r9837) -Fix: [NewGRF] Catch occurance of division-by-zero in varaction handling. 17 years ago
newgrf_spritegroup.h (svn r9797) -Feature: [NewGRF] Add action 1, 2 and 3 support for canals. 17 years ago
newgrf_station.cpp (svn r9914) -Codechange: prepare GTTS and the pathfinders to handle multiple road types on a single tile. 17 years ago
newgrf_station.h (svn r9601) -Codechange: Store grf file reference in station spec, not just GRF ID 17 years ago
newgrf_text.cpp (svn r9769) [newGRF] -Feature: Add translation support for Esperanto, Bulgarian, Japanese and Korean 17 years ago
newgrf_text.h (svn r9385) -Cleanup: doxygen changes. Today, we are exploring the letter N. 17 years ago
newgrf_town.cpp (svn r9709) -Fix (r9706): Larger towns use t->larger_towns, not the town index. 17 years ago
newgrf_town.h (svn r9315) -Merge: The newhouses branch. With this merge comes almost complete support for 17 years ago
news.h (svn r9672) -Cleanup: lots of coding style fixes around operands. 17 years ago
news_gui.cpp (svn r9844) -Codechange: replace zoomlevel with an enum 17 years ago
npf.cpp (svn r10006) -Fix (FS#362): allow different signal types on one tile 17 years ago
npf.h (svn r9914) -Codechange: prepare GTTS and the pathfinders to handle multiple road types on a single tile. 17 years ago
oldloader.cpp (svn r10058) -Codechange: give some industry variable sensible names (like not telling "last_mo_production" when it is the production of the current month). 17 years ago
oldpool.cpp (svn r9390) -Documentation : correct Doxygen of comments and @file inclusion. This time, brought to you by the letter O 17 years ago
oldpool.h (svn r9390) -Documentation : correct Doxygen of comments and @file inclusion. This time, brought to you by the letter O 17 years ago
openttd.cpp (svn r10006) -Fix (FS#362): allow different signal types on one tile 17 years ago
openttd.h (svn r9914) -Codechange: prepare GTTS and the pathfinders to handle multiple road types on a single tile. 17 years ago
order.h (svn r9072) -Codechange: [Orders] added methods to orders to free them and check if they are in use 17 years ago
order_cmd.cpp (svn r10033) -Feature [FS#760]: skip to the selected order in the order list when clicking on the "skip" button while pressing CTRL. 17 years ago
order_gui.cpp (svn r10046) -Documentation: add some documentation in order_gui (skidd13). 17 years ago
os2.cpp (svn r9673) -Cleanup: remove spaces before tabs and replace non-indenting tabs with spaces. 17 years ago
os_timer.cpp (svn r9390) -Documentation : correct Doxygen of comments and @file inclusion. This time, brought to you by the letter O 17 years ago
ottdres.rc (svn r7968) -Update copyright/etc information to 2007 18 years ago
pathfind.cpp (svn r9914) -Codechange: prepare GTTS and the pathfinders to handle multiple road types on a single tile. 17 years ago
pathfind.h (svn r9914) -Codechange: prepare GTTS and the pathfinders to handle multiple road types on a single tile. 17 years ago
player.h (svn r9917) -Codechange: prepare some more areas for more road types. 17 years ago
player_face.h (svn r9376) -Fix (r8969): off-by-one error for the amount of mouth pieces for men. 17 years ago
player_gui.cpp (svn r10005) -Codechange: Merge two flags (2cc and newhouses) indicating some newgrf features have been loaded, and introduce the newindustry one. 17 years ago
players.cpp (svn r9956) -Codechange: Add tram livery schemes 17 years ago
queue.cpp (svn r9391) -Documentation : correct Doxygen of comments and @file inclusion. Time for P and Q files 17 years ago
queue.h (svn r9391) -Documentation : correct Doxygen of comments and @file inclusion. Time for P and Q files 17 years ago
rail.cpp (svn r9988) -Codechange: remove the last direct map accesses, except the ones needed for the savegame saving/loading mechanisms. 17 years ago
rail.h (svn r9556) -Documentation: doxygen and comment-style changes. 'R', 'S'.. The end of the preliminary work is near 17 years ago
rail_cmd.cpp (svn r10030) -Fix [FS#823]: one could build on (some) slopes when building on slopes was disabled. 17 years ago
rail_gui.cpp (svn r9914) -Codechange: prepare GTTS and the pathfinders to handle multiple road types on a single tile. 17 years ago
rail_map.h (svn r10006) -Fix (FS#362): allow different signal types on one tile 17 years ago
railtypes.h (svn r9523) -Cleanup: doxygen changes. Time to take care of "R" 17 years ago
resource.h (svn r9523) -Cleanup: doxygen changes. Time to take care of "R" 17 years ago
road.h (svn r9923) -Add: support for Action 0 Road vehicles, property 1C, bit 0. 17 years ago
road_cmd.cpp (svn r10053) -Fix: could not clear a level-crossing tile with tram tracks. 17 years ago
road_cmd.h (svn r9897) -Codechange: prepare the toolbar for more road types. 17 years ago
road_gui.cpp (svn r10015) -Fix: one could build (only) tram tracks when that was the last built roadtype (in a normal game). 17 years ago
road_map.cpp (svn r9914) -Codechange: prepare GTTS and the pathfinders to handle multiple road types on a single tile. 17 years ago
road_map.h (svn r10014) -Fix: roads became automatically one way in the scenario editor. 17 years ago
roadveh.h (svn r10009) -Codechange: Add and use Vehicle::IsPrimaryVehicle to replace individual checks depending on the vehicle type. 17 years ago
roadveh_cmd.cpp (svn r10029) -Fix (r9923): trams should not/cannot turn on roadworks. 17 years ago
roadveh_gui.cpp (svn r9923) -Add: support for Action 0 Road vehicles, property 1C, bit 0. 17 years ago
saveload.cpp (svn r10056) -Revert (r10049): removing SLE_WRITEBYTE didn't work as expected :(. Somehow SlIterateArray and SlObject depend on eachother and adding a some arbitrary data before the SlObject makes it go crazy. 17 years ago
saveload.h (svn r10056) -Revert (r10049): removing SLE_WRITEBYTE didn't work as expected :(. Somehow SlIterateArray and SlObject depend on eachother and adding a some arbitrary data before the SlObject makes it go crazy. 17 years ago
screenshot.cpp (svn r9846) -Codechange: introduced ZOOM_LVL_MIN and ZOOM_LVL_MAX for the obvious reasons 17 years ago
screenshot.h (svn r9556) -Documentation: doxygen and comment-style changes. 'R', 'S'.. The end of the preliminary work is near 17 years ago
sdl.cpp (svn r9556) -Documentation: doxygen and comment-style changes. 'R', 'S'.. The end of the preliminary work is near 17 years ago
sdl.h (svn r9556) -Documentation: doxygen and comment-style changes. 'R', 'S'.. The end of the preliminary work is near 17 years ago
settings.cpp (svn r10042) -Codechange: Replace hardcoded spritecache size with a configuration 17 years ago
settings.h (svn r9565) -Feature: Add list_patches console command. This shows all patches along with their current values. Based on patch by madman2003/GrimRC. 17 years ago
settings_gui.cpp (svn r10037) -Fix (r10035, r10036): silence some 'may be used uninitialized' warnings 17 years ago
ship.h (svn r10009) -Codechange: Add and use Vehicle::IsPrimaryVehicle to replace individual checks depending on the vehicle type. 17 years ago
ship_cmd.cpp (svn r9914) -Codechange: prepare GTTS and the pathfinders to handle multiple road types on a single tile. 17 years ago
ship_gui.cpp (svn r9844) -Codechange: replace zoomlevel with an enum 17 years ago
signs.cpp (svn r9932) -Fix: can't assume a zoom-level with MarkAllViewportsDirty, causing segfaults when trying to load savegames in dedicated server via -g (reported by peter1138) 17 years ago
signs.h (svn r9556) -Documentation: doxygen and comment-style changes. 'R', 'S'.. The end of the preliminary work is near 17 years ago
signs_gui.cpp (svn r9556) -Documentation: doxygen and comment-style changes. 'R', 'S'.. The end of the preliminary work is near 17 years ago
slope.h (svn r9556) -Documentation: doxygen and comment-style changes. 'R', 'S'.. The end of the preliminary work is near 17 years ago
smallmap_gui.cpp (svn r9992) -Codechange: Remove some hardcoded references to Industry IDs. 17 years ago
sound.cpp (svn r9885) -Fix r9846: some last bitshifts with zoom-levels that were forgotten 17 years ago
sound.h (svn r9556) -Documentation: doxygen and comment-style changes. 'R', 'S'.. The end of the preliminary work is near 17 years ago
sprite.h (svn r9556) -Documentation: doxygen and comment-style changes. 'R', 'S'.. The end of the preliminary work is near 17 years ago
spritecache.cpp (svn r10042) -Codechange: Replace hardcoded spritecache size with a configuration 17 years ago
spritecache.h (svn r10042) -Codechange: Replace hardcoded spritecache size with a configuration 17 years ago
station.cpp (svn r9932) -Fix: can't assume a zoom-level with MarkAllViewportsDirty, causing segfaults when trying to load savegames in dedicated server via -g (reported by peter1138) 17 years ago
station.h (svn r9908) -Codechange: prepare the station picker for more road types. 17 years ago
station_cmd.cpp (svn r9996) -Fix: be more strict when building/upgrading roads and/or road stops. 17 years ago
station_gui.cpp (svn r9888) -Codechange: [NewGRF] allow non-spec cargo action2s to work, and using the goods sprite if really nothing is returned. 17 years ago
station_map.cpp (svn r9670) -Documentation: add documentation to some the _map files. 17 years ago
station_map.h (svn r9892) -Codechange: lots of ground work for allowing multiple types of "road" with multiple owners on a single tile. 17 years ago
stdafx.h (svn r9865) -Fix (r9862): NOT_REACHED() and error() declarations are needed for strgen 17 years ago
string.cpp (svn r9556) -Documentation: doxygen and comment-style changes. 'R', 'S'.. The end of the preliminary work is near 17 years ago
string.h (svn r9556) -Documentation: doxygen and comment-style changes. 'R', 'S'.. The end of the preliminary work is near 17 years ago
strings.cpp (svn r10036) -Add: sort the strings in town names dropdown 17 years ago
strings.h (svn r10032) -Add: sort the strings in server language dropdown 17 years ago
subsidy_gui.cpp (svn r9556) -Documentation: doxygen and comment-style changes. 'R', 'S'.. The end of the preliminary work is near 17 years ago
terraform_gui.cpp (svn r9901) -Codechange: Decide what to do with selected land areas based on the specific variable, not how it was highlighted. 17 years ago
texteff.cpp (svn r9884) -Feature: 2 new zoom-out levels: 8 times and 16 times 17 years ago
tgp.cpp (svn r9558) -Documentation: doxygen and comment changes: 'T' now. Almost done 17 years ago
tgp.h (svn r9558) -Documentation: doxygen and comment changes: 'T' now. Almost done 17 years ago
thread.cpp (svn r9759) -Add: added threading code for MorphOS (tokai) 17 years ago
thread.h (svn r9558) -Documentation: doxygen and comment changes: 'T' now. Almost done 17 years ago
tile.cpp (svn r9558) -Documentation: doxygen and comment changes: 'T' now. Almost done 17 years ago
tile.h (svn r9558) -Documentation: doxygen and comment changes: 'T' now. Almost done 17 years ago
town.h (svn r9823) -Feature: Add support for house property 1F - minimum life span. 17 years ago
town_cmd.cpp (svn r10005) -Codechange: Merge two flags (2cc and newhouses) indicating some newgrf features have been loaded, and introduce the newindustry one. 17 years ago
town_gui.cpp (svn r9844) -Codechange: replace zoomlevel with an enum 17 years ago
town_map.h (svn r9558) -Documentation: doxygen and comment changes: 'T' now. Almost done 17 years ago
train.h (svn r10009) -Codechange: Add and use Vehicle::IsPrimaryVehicle to replace individual checks depending on the vehicle type. 17 years ago
train_cmd.cpp (svn r10028) -Fix (r2270/r2951): When deleting the first engine of a train with multiple engines, only reopen the train window if the player had the original train window open. This fixes 'random' windows opening for multiple players of the same company. 17 years ago
train_gui.cpp (svn r9844) -Codechange: replace zoomlevel with an enum 17 years ago
transparency_gui.cpp (svn r9814) -Fix (r1): Remove the duplicate sign sprite from openttd.grf since it's in the original data files. 17 years ago
transparency_gui.h (svn r9564) -Fix (r9563): When adding files remember to add them... 17 years ago
tree_cmd.cpp (svn r9914) -Codechange: prepare GTTS and the pathfinders to handle multiple road types on a single tile. 17 years ago
tree_map.h (svn r9558) -Documentation: doxygen and comment changes: 'T' now. Almost done 17 years ago
tunnel_map.cpp (svn r9670) -Documentation: add documentation to some the _map files. 17 years ago
tunnel_map.h (svn r9892) -Codechange: lots of ground work for allowing multiple types of "road" with multiple owners on a single tile. 17 years ago
tunnelbridge_cmd.cpp (svn r9966) -Fix: bridges and tunnels were not always removed on bankruptcy, thus leaving tunnels/bridges with an invalid owner that would crash the game when clicking with the query tool on them. 17 years ago
unix.cpp (svn r9990) -Fix: MorphOS and AmigaOS do not like "//" in filenames as that means the same as "/../" in means in Unix. 17 years ago
unmovable.h (svn r9559) -Documentation: doxygen and comment changes: 'U' and 'V' now. Almost done. Yeah. I know, I've already said that... 17 years ago
unmovable_cmd.cpp (svn r9952) -Fix r9951: it was not possible to build a drive-through station over a road/tram 17 years ago
unmovable_map.h (svn r9670) -Documentation: add documentation to some the _map files. 17 years ago
variables.h (svn r9962) -Feature: Add smooth viewport scrolling. This must be enabled with patch setting 'smooth_scroll' 17 years ago
vehicle.cpp (svn r10056) -Revert (r10049): removing SLE_WRITEBYTE didn't work as expected :(. Somehow SlIterateArray and SlObject depend on eachother and adding a some arbitrary data before the SlObject makes it go crazy. 17 years ago
vehicle.h (svn r10009) -Codechange: Add and use Vehicle::IsPrimaryVehicle to replace individual checks depending on the vehicle type. 17 years ago
vehicle_gui.cpp (svn r9874) -Feature: advanced vehicle lists a.k.a. group interface. Now you can make groups of vehicles and perform all kinds of tasks on that given group. Original code by nycom and graphics by skidd13. 17 years ago
vehicle_gui.h (svn r9874) -Feature: advanced vehicle lists a.k.a. group interface. Now you can make groups of vehicles and perform all kinds of tasks on that given group. Original code by nycom and graphics by skidd13. 17 years ago
viewport.cpp (svn r9963) -Fix (r9962): 'smooth_scroll' patch setting was ignored (always on) in some places. 17 years ago
viewport.h (svn r9900) -Codechange: Separate the variables for how to highlight a land area and what to do with it afterwards. 17 years ago
void_map.h (svn r9670) -Documentation: add documentation to some the _map files. 17 years ago
water_cmd.cpp (svn r9914) -Codechange: prepare GTTS and the pathfinders to handle multiple road types on a single tile. 17 years ago
water_map.h (svn r9568) -Documentation: doxygen and comment changes: Root of src is finally done. Now, time to start clearing as much as possible 17 years ago
waypoint.cpp (svn r9609) -Codechange: Move some function prototypes out of functions.h and into landscape.h, and add a few where they didn't exist. 17 years ago
waypoint.h (svn r9568) -Documentation: doxygen and comment changes: Root of src is finally done. Now, time to start clearing as much as possible 17 years ago
widget.cpp (svn r9662) -Documentation: Doxygen corrections and @file omissions 17 years ago
win32.cpp (svn r9834) -Add: win9x check in win32 builds 17 years ago
win32.h (svn r9055) -Codechange: Change windows unicode handling and allow a pure non-unicode build to function. Win9x binaries will be possible with mingw/nightly system. 17 years ago
win64.asm (svn r8933) -Fix [Win64]: rdtsc now uses intrinsic on VC8 (michi_cc) 18 years ago
window.cpp (svn r9846) -Codechange: introduced ZOOM_LVL_MIN and ZOOM_LVL_MAX for the obvious reasons 17 years ago
window.h (svn r9962) -Feature: Add smooth viewport scrolling. This must be enabled with patch setting 'smooth_scroll' 17 years ago
zoom.hpp (svn r9936) -Fix: (Un)ScaleByZoom missed a minus sign in some cases 17 years ago