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 8ef56794ab (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
..
ai (svn r9068) -Codechange: capitalize the VEH_Train etc. enums to match the coding style (and rest of the code). 18 years ago
lang (svn r9054) -Update: WebTranslator2 update to 2007-03-07 18:39:14 18 years ago
misc (svn r9050) -Codechange: Foo(void) -> Foo() 18 years ago
music (svn r9050) -Codechange: Foo(void) -> Foo() 18 years ago
network (svn r9068) -Codechange: capitalize the VEH_Train etc. enums to match the coding style (and rest of the code). 18 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 r9077) -Fix [FS#612]: the wrong catenary wires were drawn for tunnel entrances. 18 years ago
video (svn r9086) -Feature/Fix: [win32] Rewrite keyboard input and handle all keypresses in a WM_CHAR event. This saves us from doing translation (ToUnicode[Ex], ToAscii[Ex]), and we get free IME-input support as a plus. 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 r9068) -Codechange: capitalize the VEH_Train etc. enums to match the coding style (and rest of the code). 18 years ago
aircraft_cmd.cpp (svn r9072) -Codechange: [Orders] added methods to orders to free them and check if they are in use 18 years ago
aircraft_gui.cpp (svn r8978) -Feature: Rewrite of transfer system. 18 years ago
airport.cpp (svn r9050) -Codechange: Foo(void) -> Foo() 18 years ago
airport.h (svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {}; 18 years ago
airport_gui.cpp (svn r9050) -Codechange: Foo(void) -> Foo() 18 years ago
airport_movement.h (svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {}; 18 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 r9068) -Codechange: capitalize the VEH_Train etc. enums to match the coding style (and rest of the code). 18 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 r8859) -Cleanup: doxygen changes. Mostly @files missing tags and a few comments style. 18 years ago
bridge_map.h (svn r8908) -Codechange: declaration of DrawBridgeMiddle does not belong in a map accessors header. 18 years ago
build_vehicle_gui.cpp (svn r9068) -Codechange: capitalize the VEH_Train etc. enums to match the coding style (and rest of the code). 18 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 r8891) -Codechange: Remove remains of global cargo scheme. All cargo mapping is now dealt with only in NewGRF code, on load where possible. 18 years ago
cargotype.h (svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {}; 18 years ago
clear_cmd.cpp (svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {}; 18 years ago
clear_map.h (svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {}; 18 years ago
cmd_helper.h (svn r8876) -Fix 18 years ago
command.cpp (svn r9050) -Codechange: Foo(void) -> Foo() 18 years ago
command.h (svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {}; 18 years ago
console.cpp (svn r9050) -Codechange: Foo(void) -> Foo() 18 years ago
console.h (svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {}; 18 years ago
console_cmds.cpp (svn r9068) -Codechange: capitalize the VEH_Train etc. enums to match the coding style (and rest of the code). 18 years ago
currency.cpp (svn r9050) -Codechange: Foo(void) -> Foo() 18 years ago
currency.h (svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {}; 18 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 r9068) -Codechange: capitalize the VEH_Train etc. enums to match the coding style (and rest of the code). 18 years ago
direction.h (svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {}; 18 years ago
disaster_cmd.cpp (svn r9072) -Codechange: [Orders] added methods to orders to free them and check if they are in use 18 years ago
dock_gui.cpp (svn r9050) -Codechange: Foo(void) -> Foo() 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 r9071) -Fix [FS#459]: when in networking an other player takes over an AI which is also controlled by a player, move the player with the company to the company who bought out the AI 18 years ago
economy.h (svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {}; 18 years ago
elrail.cpp (svn r9078) -Codechange: coding style. 18 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 r9068) -Codechange: capitalize the VEH_Train etc. enums to match the coding style (and rest of the code). 18 years ago
fileio.cpp (svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {}; 18 years ago
fileio.h (svn r9050) -Codechange: Foo(void) -> Foo() 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 r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {}; 18 years ago
fontcache.h (svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {}; 18 years ago
functions.h (svn r9050) -Codechange: Foo(void) -> Foo() 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 r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {}; 18 years ago
gfx.cpp (svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {}; 18 years ago
gfx.h (svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {}; 18 years ago
gfxinit.cpp (svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {}; 18 years ago
gfxinit.h (svn r9050) -Codechange: Foo(void) -> Foo() 18 years ago
graph_gui.cpp (svn r9079) -Codechange: add WWT_LAST widget when dynamically building cargo payment graph 18 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 r9075) -Codechange: Cleanup of industry_cmd (Step-7). Small step that is. The new industry messages do not need a series of tests. Only one property to use. 18 years ago
industry_cmd.cpp (svn r9075) -Codechange: Cleanup of industry_cmd (Step-7). Small step that is. The new industry messages do not need a series of tests. Only one property to use. 18 years ago
industry_gui.cpp (svn r9050) -Codechange: Foo(void) -> Foo() 18 years ago
industry_map.h (svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {}; 18 years ago
intro_gui.cpp (svn r9050) -Codechange: Foo(void) -> Foo() 18 years ago
landscape.cpp (svn r9050) -Codechange: Foo(void) -> Foo() 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 r9068) -Codechange: capitalize the VEH_Train etc. enums to match the coding style (and rest of the code). 18 years ago
map.cpp (svn r8987) -Cleanup: doxygen changes. Again. Mostly (still) @files missing tags and (more than just) a few comments style. 18 years ago
map.h (svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {}; 18 years ago
masm64.rules
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 r9050) -Codechange: Foo(void) -> Foo() 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 r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {}; 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 r8033) [cpp] - Prepare for merge from branches/cpp (all .c files renamed to .cpp) 18 years ago
namegen.h
newgrf.cpp (svn r9068) -Codechange: capitalize the VEH_Train etc. enums to match the coding style (and rest of the code). 18 years ago
newgrf.h (svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {}; 18 years ago
newgrf_callbacks.h (svn r9029) -Fix (r7326): Only call the gradual loading amount callback if the bit for it is set in the vehicle's callbackmask. 18 years ago
newgrf_cargo.h (svn r8891) -Codechange: Remove remains of global cargo scheme. All cargo mapping is now dealt with only in NewGRF code, on load where possible. 18 years ago
newgrf_config.cpp (svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {}; 18 years ago
newgrf_config.h (svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {}; 18 years ago
newgrf_engine.cpp (svn r9068) -Codechange: capitalize the VEH_Train etc. enums to match the coding style (and rest of the code). 18 years ago
newgrf_engine.h (svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {}; 18 years ago
newgrf_gui.cpp (svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {}; 18 years ago
newgrf_sound.cpp (svn r9050) -Codechange: Foo(void) -> Foo() 18 years ago
newgrf_sound.h (svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {}; 18 years ago
newgrf_spritegroup.cpp (svn r9050) -Codechange: Foo(void) -> Foo() 18 years ago
newgrf_spritegroup.h (svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {}; 18 years ago
newgrf_station.cpp (svn r9050) -Codechange: Foo(void) -> Foo() 18 years ago
newgrf_station.h (svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {}; 18 years ago
newgrf_text.cpp (svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {}; 18 years ago
newgrf_text.h (svn r9050) -Codechange: Foo(void) -> Foo() 18 years ago
news.h (svn r9050) -Codechange: Foo(void) -> Foo() 18 years ago
news_gui.cpp (svn r9050) -Codechange: Foo(void) -> Foo() 18 years ago
npf.cpp (svn r9068) -Codechange: capitalize the VEH_Train etc. enums to match the coding style (and rest of the code). 18 years ago
npf.h (svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {}; 18 years ago
oldloader.cpp (svn r9072) -Codechange: [Orders] added methods to orders to free them and check if they are in use 18 years ago
oldpool.cpp (svn r8066) - Codechange: MallocT(), CallocT(), ReallocT() now return the pointer to allocated memory instead of modifying the pointer given as parameter 18 years ago
oldpool.h (svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {}; 18 years ago
openttd.cpp (svn r9068) -Codechange: capitalize the VEH_Train etc. enums to match the coding style (and rest of the code). 18 years ago
openttd.h (svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {}; 18 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 r9072) -Codechange: [Orders] added methods to orders to free them and check if they are in use 18 years ago
order_gui.cpp (svn r9072) -Codechange: [Orders] added methods to orders to free them and check if they are in use 18 years ago
os2.cpp (svn r9050) -Codechange: Foo(void) -> Foo() 18 years ago
os_timer.cpp (svn r9050) -Codechange: Foo(void) -> Foo() 18 years ago
ottdres.rc (svn r7968) -Update copyright/etc information to 2007 18 years ago
pathfind.cpp (svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {}; 18 years ago
pathfind.h (svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {}; 18 years ago
player.h (svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {}; 18 years ago
player_face.h (svn r8969) -Codechange: rework of the player face bits. 18 years ago
player_gui.cpp (svn r9068) -Codechange: capitalize the VEH_Train etc. enums to match the coding style (and rest of the code). 18 years ago
players.cpp (svn r9068) -Codechange: capitalize the VEH_Train etc. enums to match the coding style (and rest of the code). 18 years ago
queue.cpp (svn r8840) -Fix 18 years ago
queue.h (svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {}; 18 years ago
rail.cpp (svn r8935) -Codechange: unification of track type between road and rail tiles, unification of ground type between normal rail tiles and depots/waypoints and removing the need for RailTileSubType. 18 years ago
rail.h (svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {}; 18 years ago
rail_cmd.cpp (svn r9068) -Codechange: capitalize the VEH_Train etc. enums to match the coding style (and rest of the code). 18 years ago
rail_gui.cpp (svn r9050) -Codechange: Foo(void) -> Foo() 18 years ago
rail_map.h (svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {}; 18 years ago
railtypes.h
resource.h
road.h (svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {}; 18 years ago
road_cmd.cpp (svn r9068) -Codechange: capitalize the VEH_Train etc. enums to match the coding style (and rest of the code). 18 years ago
road_cmd.h
road_gui.cpp (svn r9050) -Codechange: Foo(void) -> Foo() 18 years ago
road_map.cpp (svn r8735) -Feature: drive-through road stops made possible by the hard work of mart3p. 18 years ago
road_map.h (svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {}; 18 years ago
roadveh.h (svn r9068) -Codechange: capitalize the VEH_Train etc. enums to match the coding style (and rest of the code). 18 years ago
roadveh_cmd.cpp (svn r9072) -Codechange: [Orders] added methods to orders to free them and check if they are in use 18 years ago
roadveh_gui.cpp (svn r8995) -Fix (FS#620, r8464): revert properly (reversion of r4322) internal speeds 18 years ago
saveload.cpp (svn r9066) -Fix [FS#638]: store the owner of a statue, so when it gets removed, the town is notified of it 18 years ago
saveload.h (svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {}; 18 years ago
screenshot.cpp (svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {}; 18 years ago
screenshot.h (svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {}; 18 years ago
sdl.cpp (svn r9050) -Codechange: Foo(void) -> Foo() 18 years ago
sdl.h (svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {}; 18 years ago
settings.cpp (svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {}; 18 years ago
settings.h (svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {}; 18 years ago
settings_gui.cpp (svn r9068) -Codechange: capitalize the VEH_Train etc. enums to match the coding style (and rest of the code). 18 years ago
ship.h (svn r9068) -Codechange: capitalize the VEH_Train etc. enums to match the coding style (and rest of the code). 18 years ago
ship_cmd.cpp (svn r9072) -Codechange: [Orders] added methods to orders to free them and check if they are in use 18 years ago
ship_gui.cpp (svn r8978) -Feature: Rewrite of transfer system. 18 years ago
signs.cpp (svn r9050) -Codechange: Foo(void) -> Foo() 18 years ago
signs.h (svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {}; 18 years ago
signs_gui.cpp (svn r9050) -Codechange: Foo(void) -> Foo() 18 years ago
slope.h (svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {}; 18 years ago
smallmap_gui.cpp (svn r9068) -Codechange: capitalize the VEH_Train etc. enums to match the coding style (and rest of the code). 18 years ago
sound.cpp (svn r9050) -Codechange: Foo(void) -> Foo() 18 years ago
sound.h (svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {}; 18 years ago
sprite.h (svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {}; 18 years ago
spritecache.cpp (svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {}; 18 years ago
spritecache.h (svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {}; 18 years ago
station.cpp (svn r9068) -Codechange: capitalize the VEH_Train etc. enums to match the coding style (and rest of the code). 18 years ago
station.h (svn r9070) -Fix [FS#404]: if bribe failed and you didn't pick up cargo yet, you wouldn't ever be able to do so for a given station 18 years ago
station_cmd.cpp (svn r9076) -Fix [FS#529]: the intercontinental airport used 'T-junction' runway sprites when there is no exit in the middle of the runway as in the city airport (skidd13). 18 years ago
station_gui.cpp (svn r9081) -Fix(r9080): UINT32_MAX is undefined on MSVC. Use std::numeric_limits<uint32>::max() instead. 18 years ago
station_map.cpp (svn r8528) -Codechange: Rename IsBuoy_() to IsBuoy() now that the naming conflict no longer exists. 18 years ago
station_map.h (svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {}; 18 years ago
stdafx.h (svn r9081) -Fix(r9080): UINT32_MAX is undefined on MSVC. Use std::numeric_limits<uint32>::max() instead. 18 years ago
string.cpp (svn r9083) -Codechange: Be more lenient when trimming UTF-8 strings and don't terminate the string when an invalid encoding is encountered, but only focus on maximum length. 18 years ago
string.h (svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {}; 18 years ago
strings.cpp (svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {}; 18 years ago
strings.h (svn r9050) -Codechange: Foo(void) -> Foo() 18 years ago
subsidy_gui.cpp (svn r9050) -Codechange: Foo(void) -> Foo() 18 years ago
terraform_gui.cpp (svn r8841) -Fix 18 years ago
texteff.cpp (svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {}; 18 years ago
tgp.cpp (svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {}; 18 years ago
tgp.h (svn r9050) -Codechange: Foo(void) -> Foo() 18 years ago
thread.cpp (svn r9050) -Codechange: Foo(void) -> Foo() 18 years ago
thread.h (svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {}; 18 years ago
tile.cpp (svn r8038) -Merge: the cpp branch. Effort of KUDr, Celestar, glx, Smoovius, stillunknown and pv2b. 18 years ago
tile.h (svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {}; 18 years ago
town.h (svn r9050) -Codechange: Foo(void) -> Foo() 18 years ago
town_cmd.cpp (svn r9066) -Fix [FS#638]: store the owner of a statue, so when it gets removed, the town is notified of it 18 years ago
town_gui.cpp (svn r9050) -Codechange: Foo(void) -> Foo() 18 years ago
town_map.h (svn r8651) -Codechange: group the functions related to getting and setting the town index and move one function that is not related to the map array out of town_map.h. 18 years ago
train.h (svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {}; 18 years ago
train_cmd.cpp (svn r9072) -Codechange: [Orders] added methods to orders to free them and check if they are in use 18 years ago
train_gui.cpp (svn r9068) -Codechange: capitalize the VEH_Train etc. enums to match the coding style (and rest of the code). 18 years ago
tree_cmd.cpp (svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {}; 18 years ago
tree_map.h (svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {}; 18 years ago
tunnel_map.cpp (svn r8033) [cpp] - Prepare for merge from branches/cpp (all .c files renamed to .cpp) 18 years ago
tunnel_map.h
tunnelbridge_cmd.cpp (svn r9068) -Codechange: capitalize the VEH_Train etc. enums to match the coding style (and rest of the code). 18 years ago
unix.cpp (svn r9050) -Codechange: Foo(void) -> Foo() 18 years ago
unmovable.h
unmovable_cmd.cpp (svn r9067) -Fix [FS#637]: don't make owner signs transparent, as then you loose the information who it owns 18 years ago
unmovable_map.h (svn r9066) -Fix [FS#638]: store the owner of a statue, so when it gets removed, the town is notified of it 18 years ago
variables.h (svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {}; 18 years ago
vehicle.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
vehicle.h (svn r9073) -Codechange: moved autoreplace to a file of it's own (now autoreplace has a cmd and a gui file) 18 years ago
vehicle_gui.cpp (svn r9068) -Codechange: capitalize the VEH_Train etc. enums to match the coding style (and rest of the code). 18 years ago
vehicle_gui.h (svn r9068) -Codechange: capitalize the VEH_Train etc. enums to match the coding style (and rest of the code). 18 years ago
viewport.cpp (svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {}; 18 years ago
viewport.h (svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {}; 18 years ago
void_map.h (svn r8050) -Codechange: Rename map member extra to m6, since its usage has been widden. 18 years ago
water_cmd.cpp (svn r9068) -Codechange: capitalize the VEH_Train etc. enums to match the coding style (and rest of the code). 18 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 r9085) -Codechange/Fix: [win32] Move the initialisation of _codepage (non-UNICODE) to winMain as a dedicated server, or different video driver will not have a win32 messageloop. 18 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 r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {}; 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