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
belugas a8bedd18a5 (svn r9567) -Fix(9555, FS#718): The industry ID been collected was just an index in a out of phase array. Now, ensure that the ID will really be an IndustryType 17 years ago
..
ai (svn r9540) -Fix (r1): Bankrupt AIs no longer buy themselves (usage of wrong variable) 17 years ago
lang (svn r9563) -Feature: Add more finer control to transparency options, including a new toolbar, accessible from the map menu or Ctrl X. Patch by Wolf01. 17 years ago
misc (svn r9520) -Codechange: Add the notion of Industry behaviour. It means what an industry can do (plant fields, cut trees, do not change production), what can be done to it (disasters like mine subsidence, jet/chopper attack), when it can be built etc... 17 years ago
music (svn r9050) -Codechange: Foo(void) -> Foo() 18 years ago
network (svn r9560) -Codechange: add support for multiple 'base' directories for newgrf searching. 17 years ago
os/macosx (svn r9050) -Codechange: Foo(void) -> Foo() 18 years ago
sound (svn r9050) -Codechange: Foo(void) -> Foo() 18 years ago
strgen (svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {}; 18 years ago
table (svn r9553) -Documentation: fix ambiguity issue. 17 years ago
video (svn r9266) -Codechange: unify the retrieval of the base paths a little more. 18 years ago
yapf (svn r9068) -Codechange: capitalize the VEH_Train etc. enums to match the coding style (and rest of the code). 18 years ago
aircraft.h (svn r9551) -Documentation: Some more doxygen work 17 years ago
aircraft_cmd.cpp (svn r9551) -Documentation: Some more doxygen work 17 years ago
aircraft_gui.cpp (svn r9551) -Documentation: Some more doxygen work 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 r9050) -Codechange: Foo(void) -> Foo() 18 years ago
airport_movement.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
autoreplace_cmd.cpp (svn r9073) -Codechange: moved autoreplace to a file of it's own (now autoreplace has a cmd and a gui file) 18 years ago
autoreplace_gui.cpp (svn r9528) -Fix r8610: don't try to modify non-existent widgets (many thanks to Bruce Perence, the libefence developer) 17 years ago
aystar.cpp (svn r8856) -Fix 18 years ago
aystar.h (svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {}; 18 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 {}; 18 years ago
bridge.h (svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {}; 18 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 r9554) -Documentation: add documentation to some map accessors. 17 years ago
build_vehicle_gui.cpp (svn r9476) -Codechange: Make build windows for all vehicle types the same width. 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 r9412) -Fix (r8886): When looking up a cargo type by label skip disabled cargos 17 years ago
cargotype.h (svn r9418) -Codechange: Implement actions 1/2/3 for cargos, callback handler and custom icon sprites 17 years ago
clear_cmd.cpp (svn r9400) -Codechange: Use some more representative enum names for landscape types. 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 r9562) -Fix: When cloning, pay for the refit costs as well. 17 years ago
command.h (svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {}; 18 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 {}; 18 years ago
console_cmds.cpp (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
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() 18 years ago
date.h (svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {}; 18 years ago
debug.cpp (svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {}; 18 years ago
debug.h (svn r9050) -Codechange: Foo(void) -> Foo() 18 years ago
dedicated.cpp (svn r9050) -Codechange: Foo(void) -> Foo() 18 years ago
depot.cpp (svn r9050) -Codechange: Foo(void) -> Foo() 18 years ago
depot.h (svn r9050) -Codechange: Foo(void) -> Foo() 18 years ago
depot_gui.cpp (svn r9531) -Fix (r8661) [FS#692]: The scroll settings were wrong for trains as only a part 17 years ago
direction.h (svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {}; 18 years ago
disaster_cmd.cpp (svn r9520) -Codechange: Add the notion of Industry behaviour. It means what an industry can do (plant fields, cut trees, do not change production), what can be done to it (disasters like mine subsidence, jet/chopper attack), when it can be built etc... 17 years ago
dock_gui.cpp (svn r9105) -Fix [FS#629]: disable the ability to make flooding water with the canal build tool. In the scenario editor you can still make both canals and flooding water at height level 0. 18 years ago
driver.cpp (svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {}; 18 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 r8862) -Cleanup: doxygen changes, again. Mostly @files missing tags and a few comments style. 18 years ago
economy.cpp (svn r9541) -Codechange: Safeguard the company-buying routines so that the buying player and the bought player need to be two different entities 17 years ago
economy.h (svn r9388) -Codechange: variable scope and type, and standardify all CargoID loops. 18 years ago
elrail.cpp (svn r9563) -Feature: Add more finer control to transparency options, including a new toolbar, accessible from the map menu or Ctrl X. Patch by Wolf01. 17 years ago
endian_check.cpp (svn r8862) -Cleanup: doxygen changes, again. Mostly @files missing tags and a few comments style. 18 years ago
engine.cpp (svn r9068) -Codechange: capitalize the VEH_Train etc. enums to match the coding style (and rest of the code). 18 years ago
engine.h (svn r9068) -Codechange: capitalize the VEH_Train etc. enums to match the coding style (and rest of the code). 18 years ago
engine_gui.cpp (svn r9275) -Fix(r8973, FS#686): Faulty display of aircraft maximum velocity in the news item for new vehicles 18 years ago
fileio.cpp (svn r9560) -Codechange: add support for multiple 'base' directories for newgrf searching. 17 years ago
fileio.h (svn r9266) -Codechange: unify the retrieval of the base paths a little more. 18 years ago
fios.cpp (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. 18 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. 18 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 {}; 18 years ago
functions.h (svn r9271) -Codechange: make the language pack initialisation a little more clear and extendable (more language paths). 18 years ago
genworld.cpp (svn r9050) -Codechange: Foo(void) -> Foo() 18 years ago
genworld.h (svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {}; 18 years ago
genworld_gui.cpp (svn r9400) -Codechange: Use some more representative enum names for landscape types. 17 years ago
gfx.cpp (svn r9472) -Fix (r9449): num is the number of newlines in the string, not the number of lines. Also allow for maxh being negative. 17 years ago
gfx.h (svn r9449) -Fix: Truncate the newgrf information text in the newgrf gui if it's too long. 17 years ago
gfxinit.cpp (svn r9400) -Codechange: Use some more representative enum names for landscape types. 17 years ago
gfxinit.h (svn r9050) -Codechange: Foo(void) -> Foo() 18 years ago
graph_gui.cpp (svn r9435) -Fix (r8972): ensure the cargo payment graph is at least 12 "items" high 17 years ago
gui.h (svn r9050) -Codechange: Foo(void) -> Foo() 18 years ago
hal.h (svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {}; 18 years ago
heightmap.cpp (svn r9050) -Codechange: Foo(void) -> Foo() 18 years ago
heightmap.h (svn r8950) -Cleanup: doxygen changes. Mostly @files missing tags and a few comments style. 18 years ago
helpers.cpp (svn r8950) -Cleanup: doxygen changes. Mostly @files missing tags and a few comments style. 18 years ago
helpers.hpp (svn r8950) -Cleanup: doxygen changes. Mostly @files missing tags and a few comments style. 18 years ago
industry.h (svn r9550) -Codechange: Add notion and data of industry appearing chances, both in game and in creation mode. 17 years ago
industry_cmd.cpp (svn r9567) -Fix(9555, FS#718): The industry ID been collected was just an index in a out of phase array. Now, ensure that the ID will really be an IndustryType 17 years ago
industry_gui.cpp (svn r9050) -Codechange: Foo(void) -> Foo() 18 years ago
industry_map.h (svn r9554) -Documentation: add documentation to some map accessors. 17 years ago
intro_gui.cpp (svn r9400) -Codechange: Use some more representative enum names for landscape types. 17 years ago
landscape.cpp (svn r9400) -Codechange: Use some more representative enum names for landscape types. 17 years ago
landscape.h (svn r9371) -Feature: Add support for variable snow lines in the arctic climate, supplied 18 years ago
livery.h (svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {}; 18 years ago
lzoconf.h (svn r9050) -Codechange: Foo(void) -> Foo() 18 years ago
macros.h (svn r8987) -Cleanup: doxygen changes. Again. Mostly (still) @files missing tags and (more than just) a few comments style. 18 years ago
main_gui.cpp (svn r9563) -Feature: Add more finer control to transparency options, including a new toolbar, accessible from the map menu or Ctrl X. Patch by Wolf01. 17 years ago
map.cpp (svn r9315) -Merge: The newhouses branch. With this merge comes almost complete support for 18 years ago
map.h (svn r9315) -Merge: The newhouses branch. With this merge comes almost complete support for 18 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 {}; 18 years ago
mersenne.cpp (svn r9050) -Codechange: Foo(void) -> Foo() 18 years ago
minilzo.cpp (svn r9050) -Codechange: Foo(void) -> Foo() 18 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 r9388) -Codechange: variable scope and type, and standardify all CargoID loops. 18 years ago
misc_cmd.cpp (svn r9034) -Codechange: renamed _pause to _pause_game, as some targets already have 18 years ago
misc_gui.cpp (svn r9388) -Codechange: variable scope and type, and standardify all CargoID loops. 18 years ago
mixer.cpp (svn r9050) -Codechange: Foo(void) -> Foo() 18 years ago
mixer.h (svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {}; 18 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 {}; 18 years ago
music_gui.cpp (svn r9050) -Codechange: Foo(void) -> Foo() 18 years ago
namegen.cpp (svn r9385) -Cleanup: doxygen changes. Today, we are exploring the letter N. 18 years ago
namegen.h (svn r9553) -Documentation: fix ambiguity issue. 17 years ago
newgrf.cpp (svn r9560) -Codechange: add support for multiple 'base' directories for newgrf searching. 17 years ago
newgrf.h (svn r9411) -Codechange: Add support for loading of newcargo data. 17 years ago
newgrf_callbacks.h (svn r9549) -Codechange: Add definition of callbacks and callback masks for both industries and industry tiles 17 years ago
newgrf_cargo.cpp (svn r9473) -Codechange: add 'unhandled variable' debug message to newcargo resolver 17 years ago
newgrf_cargo.h (svn r9434) -Fix (r9418): remove typedef from forward declaration to appease MSVC or something 17 years ago
newgrf_config.cpp (svn r9561) -Fix (r9561): loading the newgrfs in openttd.cfg was broken. 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 r9385) -Cleanup: doxygen changes. Today, we are exploring the letter N. 18 years ago
newgrf_engine.h (svn r9385) -Cleanup: doxygen changes. Today, we are exploring the letter N. 18 years ago
newgrf_gui.cpp (svn r9449) -Fix: Truncate the newgrf information text in the newgrf gui if it's too long. 17 years ago
newgrf_house.cpp (svn r9563) -Feature: Add more finer control to transparency options, including a new toolbar, accessible from the map menu or Ctrl X. Patch by Wolf01. 17 years ago
newgrf_house.h (svn r9315) -Merge: The newhouses branch. With this merge comes almost complete support for 18 years ago
newgrf_sound.cpp (svn r9385) -Cleanup: doxygen changes. Today, we are exploring the letter N. 18 years ago
newgrf_sound.h (svn r9385) -Cleanup: doxygen changes. Today, we are exploring the letter N. 18 years ago
newgrf_spritegroup.cpp (svn r9400) -Codechange: Use some more representative enum names for landscape types. 17 years ago
newgrf_spritegroup.h (svn r9418) -Codechange: Implement actions 1/2/3 for cargos, callback handler and custom icon sprites 17 years ago
newgrf_station.cpp (svn r9400) -Codechange: Use some more representative enum names for landscape types. 17 years ago
newgrf_station.h (svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {}; 18 years ago
newgrf_text.cpp (svn r9385) -Cleanup: doxygen changes. Today, we are exploring the letter N. 18 years ago
newgrf_text.h (svn r9385) -Cleanup: doxygen changes. Today, we are exploring the letter N. 18 years ago
newgrf_town.cpp (svn r9315) -Merge: The newhouses branch. With this merge comes almost complete support for 18 years ago
newgrf_town.h (svn r9315) -Merge: The newhouses branch. With this merge comes almost complete support for 18 years ago
news.h (svn r9385) -Cleanup: doxygen changes. Today, we are exploring the letter N. 18 years ago
news_gui.cpp (svn r9563) -Feature: Add more finer control to transparency options, including a new toolbar, accessible from the map menu or Ctrl X. Patch by Wolf01. 17 years ago
npf.cpp (svn r9385) -Cleanup: doxygen changes. Today, we are exploring the letter N. 18 years ago
npf.h (svn r9385) -Cleanup: doxygen changes. Today, we are exploring the letter N. 18 years ago
oldloader.cpp (svn r9390) -Documentation : correct Doxygen of comments and @file inclusion. This time, brought to you by the letter O 18 years ago
oldpool.cpp (svn r9390) -Documentation : correct Doxygen of comments and @file inclusion. This time, brought to you by the letter O 18 years ago
oldpool.h (svn r9390) -Documentation : correct Doxygen of comments and @file inclusion. This time, brought to you by the letter O 18 years ago
openttd.cpp (svn r9563) -Feature: Add more finer control to transparency options, including a new toolbar, accessible from the map menu or Ctrl X. Patch by Wolf01. 17 years ago
openttd.h (svn r9563) -Feature: Add more finer control to transparency options, including a new toolbar, accessible from the map menu or Ctrl X. Patch by Wolf01. 17 years ago
order.h (svn r9072) -Codechange: [Orders] added methods to orders to free them and check if they are in use 18 years ago
order_cmd.cpp (svn r9429) -Fix r9338: when deleting a vehicle which has shared orders with one more vehicle and no orders, segfaulted 17 years ago
order_gui.cpp (svn r9390) -Documentation : correct Doxygen of comments and @file inclusion. This time, brought to you by the letter O 18 years ago
os2.cpp (svn r9390) -Documentation : correct Doxygen of comments and @file inclusion. This time, brought to you by the letter O 18 years ago
os_timer.cpp (svn r9390) -Documentation : correct Doxygen of comments and @file inclusion. This time, brought to you by the letter O 18 years ago
ottdres.rc (svn r7968) -Update copyright/etc information to 2007 18 years ago
pathfind.cpp (svn r9391) -Documentation : correct Doxygen of comments and @file inclusion. Time for P and Q files 18 years ago
pathfind.h (svn r9391) -Documentation : correct Doxygen of comments and @file inclusion. Time for P and Q files 18 years ago
player.h (svn r9391) -Documentation : correct Doxygen of comments and @file inclusion. Time for P and Q files 18 years ago
player_face.h (svn r9376) -Fix (r8969): off-by-one error for the amount of mouth pieces for men. 18 years ago
player_gui.cpp (svn r9391) -Documentation : correct Doxygen of comments and @file inclusion. Time for P and Q files 18 years ago
players.cpp (svn r9529) -Fix [FS#705]: when 2 clients joined together, the second asserted on the NewCompany command of the first 17 years ago
queue.cpp (svn r9391) -Documentation : correct Doxygen of comments and @file inclusion. Time for P and Q files 18 years ago
queue.h (svn r9391) -Documentation : correct Doxygen of comments and @file inclusion. Time for P and Q files 18 years ago
rail.cpp (svn r9556) -Documentation: doxygen and comment-style changes. 'R', 'S'.. The end of the preliminary work is near 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 r9563) -Feature: Add more finer control to transparency options, including a new toolbar, accessible from the map menu or Ctrl X. Patch by Wolf01. 17 years ago
rail_gui.cpp (svn r9050) -Codechange: Foo(void) -> Foo() 18 years ago
rail_map.h (svn r9523) -Cleanup: doxygen changes. Time to take care of "R" 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 r9523) -Cleanup: doxygen changes. Time to take care of "R" 17 years ago
road_cmd.cpp (svn r9563) -Feature: Add more finer control to transparency options, including a new toolbar, accessible from the map menu or Ctrl X. Patch by Wolf01. 17 years ago
road_cmd.h (svn r9523) -Cleanup: doxygen changes. Time to take care of "R" 17 years ago
road_gui.cpp (svn r9523) -Cleanup: doxygen changes. Time to take care of "R" 17 years ago
road_map.cpp (svn r9554) -Documentation: add documentation to some map accessors. 17 years ago
road_map.h (svn r9554) -Documentation: add documentation to some map accessors. 17 years ago
roadveh.h (svn r9553) -Documentation: fix ambiguity issue. 17 years ago
roadveh_cmd.cpp (svn r9543) -Fix [FS#691]: Split up STR_ENGINE_NOT_BUILDABLE into four strings so it can be 17 years ago
roadveh_gui.cpp (svn r9523) -Cleanup: doxygen changes. Time to take care of "R" 17 years ago
saveload.cpp (svn r9556) -Documentation: doxygen and comment-style changes. 'R', 'S'.. The end of the preliminary work is near 17 years ago
saveload.h (svn r9556) -Documentation: doxygen and comment-style changes. 'R', 'S'.. The end of the preliminary work is near 17 years ago
screenshot.cpp (svn r9556) -Documentation: doxygen and comment-style changes. 'R', 'S'.. The end of the preliminary work is near 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 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.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 r9556) -Documentation: doxygen and comment-style changes. 'R', 'S'.. The end of the preliminary work is near 17 years ago
ship.h (svn r9556) -Documentation: doxygen and comment-style changes. 'R', 'S'.. The end of the preliminary work is near 17 years ago
ship_cmd.cpp (svn r9556) -Documentation: doxygen and comment-style changes. 'R', 'S'.. The end of the preliminary work is near 17 years ago
ship_gui.cpp (svn r9556) -Documentation: doxygen and comment-style changes. 'R', 'S'.. The end of the preliminary work is near 17 years ago
signs.cpp (svn r9556) -Documentation: doxygen and comment-style changes. 'R', 'S'.. The end of the preliminary work is near 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 r9556) -Documentation: doxygen and comment-style changes. 'R', 'S'.. The end of the preliminary work is near 17 years ago
sound.cpp (svn r9556) -Documentation: doxygen and comment-style changes. 'R', 'S'.. The end of the preliminary work is near 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 r9556) -Documentation: doxygen and comment-style changes. 'R', 'S'.. The end of the preliminary work is near 17 years ago
spritecache.h (svn r9556) -Documentation: doxygen and comment-style changes. 'R', 'S'.. The end of the preliminary work is near 17 years ago
station.cpp (svn r9556) -Documentation: doxygen and comment-style changes. 'R', 'S'.. The end of the preliminary work is near 17 years ago
station.h (svn r9556) -Documentation: doxygen and comment-style changes. 'R', 'S'.. The end of the preliminary work is near 17 years ago
station_cmd.cpp (svn r9563) -Feature: Add more finer control to transparency options, including a new toolbar, accessible from the map menu or Ctrl X. Patch by Wolf01. 17 years ago
station_gui.cpp (svn r9556) -Documentation: doxygen and comment-style changes. 'R', 'S'.. The end of the preliminary work is near 17 years ago
station_map.cpp (svn r9556) -Documentation: doxygen and comment-style changes. 'R', 'S'.. The end of the preliminary work is near 17 years ago
station_map.h (svn r9556) -Documentation: doxygen and comment-style changes. 'R', 'S'.. The end of the preliminary work is near 17 years ago
stdafx.h (svn r9556) -Documentation: doxygen and comment-style changes. 'R', 'S'.. The end of the preliminary work is near 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 r9556) -Documentation: doxygen and comment-style changes. 'R', 'S'.. The end of the preliminary work is near 17 years ago
strings.h (svn r9556) -Documentation: doxygen and comment-style changes. 'R', 'S'.. The end of the preliminary work is near 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 r9558) -Documentation: doxygen and comment changes: 'T' now. Almost done 17 years ago
texteff.cpp (svn r9558) -Documentation: doxygen and comment changes: 'T' now. Almost done 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 r9558) -Documentation: doxygen and comment changes: 'T' now. Almost done 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 r9558) -Documentation: doxygen and comment changes: 'T' now. Almost done 17 years ago
town_cmd.cpp (svn r9563) -Feature: Add more finer control to transparency options, including a new toolbar, accessible from the map menu or Ctrl X. Patch by Wolf01. 17 years ago
town_gui.cpp (svn r9558) -Documentation: doxygen and comment changes: 'T' now. Almost done 17 years ago
town_map.h (svn r9558) -Documentation: doxygen and comment changes: 'T' now. Almost done 17 years ago
train.h (svn r9558) -Documentation: doxygen and comment changes: 'T' now. Almost done 17 years ago
train_cmd.cpp (svn r9558) -Documentation: doxygen and comment changes: 'T' now. Almost done 17 years ago
train_gui.cpp (svn r9558) -Documentation: doxygen and comment changes: 'T' now. Almost done 17 years ago
transparency_gui.cpp (svn r9563) -Feature: Add more finer control to transparency options, including a new toolbar, accessible from the map menu or Ctrl X. Patch by Wolf01. 17 years ago
transparency_gui.h (svn r9564) -Fix (r9563): When adding files remember to add them... 17 years ago
tree_cmd.cpp (svn r9563) -Feature: Add more finer control to transparency options, including a new toolbar, accessible from the map menu or Ctrl X. Patch by Wolf01. 17 years ago
tree_map.h (svn r9558) -Documentation: doxygen and comment changes: 'T' now. Almost done 17 years ago
tunnel_map.cpp (svn r9558) -Documentation: doxygen and comment changes: 'T' now. Almost done 17 years ago
tunnel_map.h (svn r9558) -Documentation: doxygen and comment changes: 'T' now. Almost done 17 years ago
tunnelbridge_cmd.cpp (svn r9563) -Feature: Add more finer control to transparency options, including a new toolbar, accessible from the map menu or Ctrl X. Patch by Wolf01. 17 years ago
unix.cpp (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.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 r9563) -Feature: Add more finer control to transparency options, including a new toolbar, accessible from the map menu or Ctrl X. Patch by Wolf01. 17 years ago
unmovable_map.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
variables.h (svn r9563) -Feature: Add more finer control to transparency options, including a new toolbar, accessible from the map menu or Ctrl X. Patch by Wolf01. 17 years ago
vehicle.cpp (svn r9562) -Fix: When cloning, pay for the refit costs as well. 17 years ago
vehicle.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
vehicle_gui.cpp (svn r9559) -Documentation: doxygen and comment changes: 'U' and 'V' now. Almost done. Yeah. I know, I've already said that... 17 years ago
vehicle_gui.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
viewport.cpp (svn r9563) -Feature: Add more finer control to transparency options, including a new toolbar, accessible from the map menu or Ctrl X. Patch by Wolf01. 17 years ago
viewport.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
void_map.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
water_cmd.cpp (svn r9563) -Feature: Add more finer control to transparency options, including a new toolbar, accessible from the map menu or Ctrl X. Patch by Wolf01. 17 years ago
water_map.h (svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {}; 18 years ago
waypoint.cpp (svn r9050) -Codechange: Foo(void) -> Foo() 18 years ago
waypoint.h (svn r9050) -Codechange: Foo(void) -> Foo() 18 years ago
widget.cpp (svn r9088) -Add : a new type of widget, called WWT_TEXT. It is a simple truncated string. It will be usefull on windows where lot of simple text is always drawn on the WE_PAINT event, making the code clearer. For now, left, right (total size of the window), top, color and data are necessary to use it. Maybe more features will be available soon. 18 years ago
win32.cpp (svn r9560) -Codechange: add support for multiple 'base' directories for newgrf searching. 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. 18 years ago
win64.asm (svn r8933) -Fix [Win64]: rdtsc now uses intrinsic on VC8 (michi_cc) 18 years ago
window.cpp (svn r9126) -Feature: "Function of scrollwheel" can now be set to off as well 18 years ago
window.h (svn r9088) -Add : a new type of widget, called WWT_TEXT. It is a simple truncated string. It will be usefull on windows where lot of simple text is always drawn on the WE_PAINT event, making the code clearer. For now, left, right (total size of the window), top, color and data are necessary to use it. Maybe more features will be available soon. 18 years ago