OpenTTD-patches/src
rubidium 2664f2a2d9 (svn r16242) -Codechange: rework pausing
-Fix [FS#2864]: autopause and manual pausing conflict with eachother
-Fix: new game + pause on new game + autopause make the game not unpause on the first join
2009-05-06 15:06:57 +00:00
..
3rdparty/squirrel (svn r16241) -Fix (r16181): regression failing due to wrongly initialised amount of traps 2009-05-06 13:42:31 +00:00
ai (svn r16239) -Fix (r16199): Use the stop/non-stop intermediate orderflags AIs can give for goto-depot orders 2009-05-06 12:48:13 +00:00
blitter (svn r15718) -Cleanup: apply some comment coding style on the rest of the sources too 2009-03-15 00:32:18 +00:00
core (svn r16148) -Fix [FS#2839]: misleading comment (part by Bilbo) 2009-04-25 22:22:27 +00:00
lang (svn r16229) -Update: WebTranslator2 update to 2009-05-05 12:43:50 2009-05-05 12:43:55 +00:00
misc (svn r15718) -Cleanup: apply some comment coding style on the rest of the sources too 2009-03-15 00:32:18 +00:00
music (svn r16221) -Change: support building 64 bits OSX binaries and add optional support for 64 bits binaries in OSX universal binaries. However, do not default to adding 64 bits binaries because benchmarking has shown that they are slower than the 32 bits binaries. 2009-05-03 15:46:36 +00:00
network (svn r16242) -Codechange: rework pausing 2009-05-06 15:06:57 +00:00
os/macosx (svn r16177) -Fix (r15892): [OSX] fixed linking error regarding _select$1050 (only present on some systems) 2009-04-27 00:39:15 +00:00
saveload (svn r16242) -Codechange: rework pausing 2009-05-06 15:06:57 +00:00
script (svn r16222) -Fix: unneeded pointer dereferencing 2009-05-03 21:56:46 +00:00
sound
spriteloader
strgen (svn r16145) -Add: '-export-pragmas' to strgen so external tools can (hopefully) automatically be updated to support new pragmas 2009-04-25 21:09:42 +00:00
table (svn r16145) -Add: '-export-pragmas' to strgen so external tools can (hopefully) automatically be updated to support new pragmas 2009-04-25 21:09:42 +00:00
video (svn r16242) -Codechange: rework pausing 2009-05-06 15:06:57 +00:00
widgets (svn r16227) -Codechange: Added nested widgets for error windows, tooltip window, and dropdown window. 2009-05-04 18:42:49 +00:00
yapf (svn r15900) -Fix (r5076): Adding settings is not enough, you also have to use them. 2009-03-30 20:19:25 +00:00
aircraft_cmd.cpp (svn r16118) -Change/cleanup: remove the hexadecimal 'in TTD the string had this ID' from 'some' strings and replace the string name with something more sensible. 2009-04-21 23:40:56 +00:00
aircraft_gui.cpp (svn r16160) -Codechange: remove the need for explicit TC_FROMSTRING for DrawString. 2009-04-26 14:52:56 +00:00
aircraft.h
airport_gui.cpp (svn r16160) -Codechange: remove the need for explicit TC_FROMSTRING for DrawString. 2009-04-26 14:52:56 +00:00
airport_movement.h (svn r15718) -Cleanup: apply some comment coding style on the rest of the sources too 2009-03-15 00:32:18 +00:00
airport.cpp
airport.h (svn r15718) -Cleanup: apply some comment coding style on the rest of the sources too 2009-03-15 00:32:18 +00:00
animated_tile_func.h
animated_tile.cpp
articulated_vehicles.cpp (svn r15763) -Codechange/Fix: Add Engine::GetDisplayDefaultCapacity() and use it everywhere, so CB 36 is also used everywhere. 2009-03-18 19:32:13 +00:00
articulated_vehicles.h (svn r15701) -Fix [FS#2595]: Blame NewGRFs returning inconsistent information in purchase-list/after building before users have a chance to blame OpenTTD for incorrectly autorenewing/-replacing. 2009-03-13 21:28:40 +00:00
autoreplace_base.h
autoreplace_cmd.cpp (svn r15692) -Fix [FS#2721]: Just sell the old engines after autorenew/replace. Don't bother about trains exceeding the trainlimit, which will be sold anyway. 2009-03-12 19:40:16 +00:00
autoreplace_func.h
autoreplace_gui.cpp (svn r16162) -Codechange: remove needless TC_ colours from DrawString when they are part of strings and add some colours to a few strings. 2009-04-26 15:26:19 +00:00
autoreplace_gui.h
autoreplace_type.h
autoreplace.cpp
autoslope.h
aystar.cpp (svn r15718) -Cleanup: apply some comment coding style on the rest of the sources too 2009-03-15 00:32:18 +00:00
aystar.h (svn r15718) -Cleanup: apply some comment coding style on the rest of the sources too 2009-03-15 00:32:18 +00:00
bmp.cpp
bmp.h
bridge_gui.cpp (svn r16118) -Change/cleanup: remove the hexadecimal 'in TTD the string had this ID' from 'some' strings and replace the string name with something more sensible. 2009-04-21 23:40:56 +00:00
bridge_map.cpp
bridge_map.h (svn r15643) -Fix [FS#2711]: be more strict with zeroing unused map array bits 2009-03-08 16:10:39 +00:00
bridge.h
build_vehicle_gui.cpp (svn r16160) -Codechange: remove the need for explicit TC_FROMSTRING for DrawString. 2009-04-26 14:52:56 +00:00
callback_table.cpp
callback_table.h
cargo_type.h
cargopacket.cpp
cargopacket.h (svn r14137) -Codechange: Remove a now unused member of CargoPacket 2008-08-23 09:31:53 +00:00
cargotype.cpp
cargotype.h
cheat_func.h
cheat_gui.cpp (svn r16160) -Codechange: remove the need for explicit TC_FROMSTRING for DrawString. 2009-04-26 14:52:56 +00:00
cheat_type.h
cheat.cpp
clear_cmd.cpp (svn r16118) -Change/cleanup: remove the hexadecimal 'in TTD the string had this ID' from 'some' strings and replace the string name with something more sensible. 2009-04-21 23:40:56 +00:00
clear_map.h (svn r15643) -Fix [FS#2711]: be more strict with zeroing unused map array bits 2009-03-08 16:10:39 +00:00
cmd_helper.h (svn r15718) -Cleanup: apply some comment coding style on the rest of the sources too 2009-03-15 00:32:18 +00:00
command_func.h
command_type.h
command.cpp (svn r16118) -Change/cleanup: remove the hexadecimal 'in TTD the string had this ID' from 'some' strings and replace the string name with something more sensible. 2009-04-21 23:40:56 +00:00
company_base.h (svn r15584) -Codechange: Move several variables from variables.h to more appropriate headers. 2009-02-25 21:45:14 +00:00
company_cmd.cpp (svn r16118) -Change/cleanup: remove the hexadecimal 'in TTD the string had this ID' from 'some' strings and replace the string name with something more sensible. 2009-04-21 23:40:56 +00:00
company_func.h
company_gui.cpp (svn r16208) -Codechange: Added nested widgets for the buy company and show company windows. 2009-05-03 08:27:12 +00:00
company_gui.h
company_manager_face.h (svn r15718) -Cleanup: apply some comment coding style on the rest of the sources too 2009-03-15 00:32:18 +00:00
company_type.h
console_cmds.cpp (svn r16242) -Codechange: rework pausing 2009-05-06 15:06:57 +00:00
console_func.h
console_gui.cpp (svn r16021) -Codechange: Offset current console output by (width of "] ")+5 pixels instead of 5+5 pixels. 2009-04-10 18:55:38 +00:00
console_gui.h
console_internal.h
console_type.h
console.cpp (svn r15718) -Cleanup: apply some comment coding style on the rest of the sources too 2009-03-15 00:32:18 +00:00
currency.cpp (svn r16144) -Fix (r16129): setting the custom digit grouping separator required to restart OpenTTD to take effect. Now also support non 1 ASCII character custom grouping separators. 2009-04-25 20:16:56 +00:00
currency.h (svn r16144) -Fix (r16129): setting the custom digit grouping separator required to restart OpenTTD to take effect. Now also support non 1 ASCII character custom grouping separators. 2009-04-25 20:16:56 +00:00
date_func.h
date_type.h
date.cpp
debug.cpp
debug.h
dedicated.cpp
depot_base.h
depot_func.h
depot_gui.cpp (svn r16160) -Codechange: remove the need for explicit TC_FROMSTRING for DrawString. 2009-04-26 14:52:56 +00:00
depot_map.h
depot_type.h
depot.cpp
direction_func.h
direction_type.h (svn r15718) -Cleanup: apply some comment coding style on the rest of the sources too 2009-03-15 00:32:18 +00:00
disaster_cmd.cpp (svn r16118) -Change/cleanup: remove the hexadecimal 'in TTD the string had this ID' from 'some' strings and replace the string name with something more sensible. 2009-04-21 23:40:56 +00:00
dock_gui.cpp (svn r16118) -Change/cleanup: remove the hexadecimal 'in TTD the string had this ID' from 'some' strings and replace the string name with something more sensible. 2009-04-21 23:40:56 +00:00
driver.cpp
driver.h
dummy_land.cpp (svn r16146) -Codechange: use faster algorithm in SetSelectionTilesDirty(). Up to 1000 times faster when large area is selected 2009-04-25 22:04:13 +00:00
economy_func.h
economy_type.h (svn r14332) -Fix[FS#1885]: Balance the monthly random industry changes, by introducing a daily random industry change. 2008-09-15 17:18:22 +00:00
economy.cpp (svn r16118) -Change/cleanup: remove the hexadecimal 'in TTD the string had this ID' from 'some' strings and replace the string name with something more sensible. 2009-04-21 23:40:56 +00:00
effectvehicle_base.h
effectvehicle_func.h
effectvehicle.cpp (svn r15676) -Codechange: remove the need for BeginVehicleMove and merge VehiclePositionChanged and EndVehicleMove. 2009-03-11 20:43:14 +00:00
elrail_func.h
elrail.cpp (svn r15718) -Cleanup: apply some comment coding style on the rest of the sources too 2009-03-15 00:32:18 +00:00
endian_check.cpp
engine_base.h (svn r15763) -Codechange/Fix: Add Engine::GetDisplayDefaultCapacity() and use it everywhere, so CB 36 is also used everywhere. 2009-03-18 19:32:13 +00:00
engine_func.h (svn r15666) -Fix [FS#2689]: sorting of engines in the purchase list didn't use the same numbers as the GUI showed, e.g. articulated parts weren't taken into accound when ordering by capacity. 2009-03-10 21:17:00 +00:00
engine_gui.cpp (svn r16156) -Codechange: make the parameters of DrawStringMultiline the same as for DrawString (except the addition of the bottom parameter) 2009-04-26 10:45:07 +00:00
engine_gui.h (svn r16042) -Feature [FS#1941]: Allow filtering of vehicle purchase lists by cargo. Based on patch by sbr. 2009-04-12 17:38:01 +00:00
engine_type.h (svn r15845) -Fix: Ancient comments 2009-03-25 14:03:29 +00:00
engine.cpp (svn r16118) -Change/cleanup: remove the hexadecimal 'in TTD the string had this ID' from 'some' strings and replace the string name with something more sensible. 2009-04-21 23:40:56 +00:00
fileio_func.h (svn r15606) -Codechange: make it possible to not recursively search with the file scanner (i.e. only search a single directory). 2009-03-04 00:17:51 +00:00
fileio_type.h
fileio.cpp (svn r16024) -Codechange: harden string copying on places where it's possible 2009-04-10 20:37:05 +00:00
fios.cpp (svn r16118) -Change/cleanup: remove the hexadecimal 'in TTD the string had this ID' from 'some' strings and replace the string name with something more sensible. 2009-04-21 23:40:56 +00:00
fios.h (svn r15608) -Codechange: use the file scanner to find the files for the saveload window. 2009-03-04 01:09:48 +00:00
fontcache.cpp (svn r15851) -Fix (r15849): compile failure when there's no freetype... 2009-03-25 21:35:22 +00:00
fontcache.h (svn r15849) -Codechange: provide easy access to the real height of the used fonts 2009-03-25 20:01:34 +00:00
functions.h (svn r16155) -Codechange: remove MarkTileDirty, use MarkTileDirtyByTile instead 2009-04-26 10:21:50 +00:00
gamelog_internal.h (svn r15893) -Add: watermark crash.sav and don't generate crash information if a loaded crash.sav causes a crash 2009-03-30 00:21:43 +00:00
gamelog.cpp (svn r15893) -Add: watermark crash.sav and don't generate crash information if a loaded crash.sav causes a crash 2009-03-30 00:21:43 +00:00
gamelog.h (svn r15893) -Add: watermark crash.sav and don't generate crash information if a loaded crash.sav causes a crash 2009-03-30 00:21:43 +00:00
genworld_gui.cpp (svn r16220) -Fix [FS#2862]: possible crashes when quiting OpenTTD or forcing resizes/redraws of the screen during map generation 2009-05-03 15:44:05 +00:00
genworld.cpp (svn r16242) -Codechange: rework pausing 2009-05-06 15:06:57 +00:00
genworld.h (svn r16220) -Fix [FS#2862]: possible crashes when quiting OpenTTD or forcing resizes/redraws of the screen during map generation 2009-05-03 15:44:05 +00:00
gfx_func.h (svn r16160) -Codechange: remove the need for explicit TC_FROMSTRING for DrawString. 2009-04-26 14:52:56 +00:00
gfx_type.h
gfx.cpp (svn r16242) -Codechange: rework pausing 2009-05-06 15:06:57 +00:00
gfxinit.cpp (svn r15694) -Codechange/feature/fix: invert the order in which base graphics sets are queried making it fairly unlikely that downloaded graphics sets override the original graphics. 2009-03-12 20:43:03 +00:00
gfxinit.h
graph_gui.cpp (svn r16242) -Codechange: rework pausing 2009-05-06 15:06:57 +00:00
group_cmd.cpp
group_gui.cpp (svn r16242) -Codechange: rework pausing 2009-05-06 15:06:57 +00:00
group_gui.h
group_type.h (svn r14063) -Codechange: replace some "magic" constants with enumified constants. 2008-08-13 06:05:01 +00:00
group.h
gui.h
heightmap.cpp (svn r15685) -Fix [FS#2720]: do not crash when someone substitutes the "map generation" sprites with garbage. 2009-03-12 14:21:18 +00:00
heightmap.h (svn r15685) -Fix [FS#2720]: do not crash when someone substitutes the "map generation" sprites with garbage. 2009-03-12 14:21:18 +00:00
highscore_gui.cpp (svn r16242) -Codechange: rework pausing 2009-05-06 15:06:57 +00:00
highscore.cpp (svn r16118) -Change/cleanup: remove the hexadecimal 'in TTD the string had this ID' from 'some' strings and replace the string name with something more sensible. 2009-04-21 23:40:56 +00:00
highscore.h
industry_cmd.cpp (svn r16118) -Change/cleanup: remove the hexadecimal 'in TTD the string had this ID' from 'some' strings and replace the string name with something more sensible. 2009-04-21 23:40:56 +00:00
industry_gui.cpp (svn r16242) -Codechange: rework pausing 2009-05-06 15:06:57 +00:00
industry_map.h (svn r15643) -Fix [FS#2711]: be more strict with zeroing unused map array bits 2009-03-08 16:10:39 +00:00
industry_type.h
industry.h (svn r15726) -Codechange: unify coding style for const pointers 2009-03-15 16:04:39 +00:00
ini_type.h
ini.cpp (svn r16128) -Change: allow loading (and storing) NULL values for STRQ in openttd.cfg. 2009-04-23 19:13:41 +00:00
intro_gui.cpp (svn r16118) -Change/cleanup: remove the hexadecimal 'in TTD the string had this ID' from 'some' strings and replace the string name with something more sensible. 2009-04-21 23:40:56 +00:00
landscape_type.h
landscape.cpp (svn r15895) -Fix (r15685): fixing the slopes was done a bit more often than intended making map generation with the original generator horribly slow 2009-03-30 08:59:26 +00:00
landscape.h
livery.h
lzoconf.h
main_gui.cpp (svn r16088) -Codechange: merge HighLightStyle and ViewportHighlightMode as they are basically the same thing 2009-04-19 10:31:30 +00:00
map_func.h (svn r16138) -Codechange: move GetClosestWaterDistance to map* 2009-04-24 22:27:21 +00:00
map_type.h
map.cpp (svn r16138) -Codechange: move GetClosestWaterDistance to map* 2009-04-24 22:27:21 +00:00
masm64.rules
md5.cpp
md5.h
minilzo.cpp
minilzo.h
misc_cmd.cpp (svn r16242) -Codechange: rework pausing 2009-05-06 15:06:57 +00:00
misc_gui.cpp (svn r16242) -Codechange: rework pausing 2009-05-06 15:06:57 +00:00
misc.cpp (svn r16242) -Codechange: rework pausing 2009-05-06 15:06:57 +00:00
mixer.cpp
mixer.h
music_gui.cpp (svn r16160) -Codechange: remove the need for explicit TC_FROMSTRING for DrawString. 2009-04-26 14:52:56 +00:00
music.cpp
music.h (svn r15718) -Cleanup: apply some comment coding style on the rest of the sources too 2009-03-15 00:32:18 +00:00
namegen_func.h (svn r15740) -Codechange: make code in namegen.cpp ~50% faster, apply coding style and add comments 2009-03-16 10:51:49 +00:00
namegen.cpp (svn r16090) -Fix: s/Slovakish/Slovak/ (unimatrix) 2009-04-19 14:11:17 +00:00
newgrf_callbacks.h
newgrf_canal.cpp (svn r15651) -Codechange: Codestyle and comments. 2009-03-09 13:38:00 +00:00
newgrf_canal.h
newgrf_cargo.cpp
newgrf_cargo.h
newgrf_commons.cpp (svn r15583) -Fix: Do not use TILE_MASK when you do not want to wrap around them map. 2009-02-25 21:29:50 +00:00
newgrf_commons.h
newgrf_config.cpp
newgrf_config.h (svn r16223) -Fix (r8881): ActionB should use the online parameters from GRFFile instead of the initial user-specified values from GRFConfig. Also use the values as they were set when the ActionB was executed, not as they are set when the message is shown. 2009-05-04 11:23:21 +00:00
newgrf_engine.cpp (svn r15739) -Codechange: Expose GRF ID of engines in var action property 0x25. 2009-03-16 08:03:50 +00:00
newgrf_engine.h
newgrf_generic.cpp
newgrf_generic.h
newgrf_gui.cpp (svn r16223) -Fix (r8881): ActionB should use the online parameters from GRFFile instead of the initial user-specified values from GRFConfig. Also use the values as they were set when the ActionB was executed, not as they are set when the message is shown. 2009-05-04 11:23:21 +00:00
newgrf_house.cpp (svn r15755) -Fix: Number of houses in house variables 0x44, 0x60 and 0x61 were incorrect after 0xFF had been reached and could desync clients joining afterwards. 2009-03-17 19:40:10 +00:00
newgrf_house.h
newgrf_industries.cpp (svn r16138) -Codechange: move GetClosestWaterDistance to map* 2009-04-24 22:27:21 +00:00
newgrf_industries.h
newgrf_industrytiles.cpp (svn r16118) -Change/cleanup: remove the hexadecimal 'in TTD the string had this ID' from 'some' strings and replace the string name with something more sensible. 2009-04-21 23:40:56 +00:00
newgrf_industrytiles.h
newgrf_sound.cpp
newgrf_sound.h
newgrf_spritegroup.cpp (svn r15711) -Codechange: lots of whitespace cleanup/fixes 2009-03-14 18:16:29 +00:00
newgrf_spritegroup.h
newgrf_station.cpp (svn r15957) -Fix (r4767): Set callback_param1 (var 10) to 1 only when requested. 2009-04-05 08:06:40 +00:00
newgrf_station.h (svn r15956) -Codechange: Enumorize station spec flags. 2009-04-05 08:01:36 +00:00
newgrf_storage.cpp
newgrf_storage.h
newgrf_text.cpp (svn r15718) -Cleanup: apply some comment coding style on the rest of the sources too 2009-03-15 00:32:18 +00:00
newgrf_text.h (svn r15696) -Codechange: move the NewGRF language ID into the language file instead of maintaining a table in the code. 2009-03-13 00:30:26 +00:00
newgrf_town.cpp
newgrf_town.h
newgrf_townname.cpp
newgrf_townname.h
newgrf.cpp (svn r16223) -Fix (r8881): ActionB should use the online parameters from GRFFile instead of the initial user-specified values from GRFConfig. Also use the values as they were set when the ActionB was executed, not as they are set when the message is shown. 2009-05-04 11:23:21 +00:00
newgrf.h (svn r15645) -Fix (r12924)[FS#2612]: Add an EngineOverrideManager to give the term 'compatible newgrf' again some sense and to not crash because of trivial changes. 2009-03-08 16:51:08 +00:00
news_func.h (svn r15830) -Codechange: don't use fixed size of array in news_gui.cpp and news_func.h 2009-03-23 11:48:05 +00:00
news_gui.cpp (svn r16205) -Codechange: Added nested widgets for news windows and news-settings window. 2009-05-02 17:00:56 +00:00
news_gui.h
news_type.h (svn r16200) -Codechange: Moving news-type description to NewsTypeData array. 2009-05-02 13:05:00 +00:00
npf.cpp (svn r15718) -Cleanup: apply some comment coding style on the rest of the sources too 2009-03-15 00:32:18 +00:00
npf.h
oldpool_func.h
oldpool.cpp
oldpool.h (svn r15718) -Cleanup: apply some comment coding style on the rest of the sources too 2009-03-15 00:32:18 +00:00
openttd.cpp (svn r16242) -Codechange: rework pausing 2009-05-06 15:06:57 +00:00
openttd.h (svn r16242) -Codechange: rework pausing 2009-05-06 15:06:57 +00:00
order_base.h (svn r16199) -Codechange: Pass OrderNonStopFlags also to MakeGoToDepotOrder(). 2009-05-02 00:10:24 +00:00
order_cmd.cpp (svn r16199) -Codechange: Pass OrderNonStopFlags also to MakeGoToDepotOrder(). 2009-05-02 00:10:24 +00:00
order_func.h
order_gui.cpp (svn r16199) -Codechange: Pass OrderNonStopFlags also to MakeGoToDepotOrder(). 2009-05-02 00:10:24 +00:00
order_type.h (svn r16037) -Feature: allow (per order) to let a train stop at the near end, middle or far end of a platform from the point of view of the driver of the train that enters the station. 2009-04-12 14:11:14 +00:00
os2.cpp (svn r15718) -Cleanup: apply some comment coding style on the rest of the sources too 2009-03-15 00:32:18 +00:00
os_timer.cpp
osk_gui.cpp (svn r16170) -Codechange: Added nested widgets to OSK. 2009-04-26 16:51:50 +00:00
ottdres.rc.in (svn r15762) -Codechange: inlined utf8 chars are not handled properly on eastern version of windows so escape them 2009-03-18 17:55:47 +00:00
pathfind.cpp (svn r15718) -Cleanup: apply some comment coding style on the rest of the sources too 2009-03-15 00:32:18 +00:00
pathfind.h
pbs.cpp
pbs.h
querystring_gui.h
queue.cpp (svn r15718) -Cleanup: apply some comment coding style on the rest of the sources too 2009-03-15 00:32:18 +00:00
queue.h
rail_cmd.cpp (svn r16118) -Change/cleanup: remove the hexadecimal 'in TTD the string had this ID' from 'some' strings and replace the string name with something more sensible. 2009-04-21 23:40:56 +00:00
rail_gui.cpp (svn r16225) -Codechange: Added nested widgets to all rail_gui windows (except the build depot window). 2009-05-04 12:22:01 +00:00
rail_gui.h
rail_map.h (svn r15643) -Fix [FS#2711]: be more strict with zeroing unused map array bits 2009-03-08 16:10:39 +00:00
rail_type.h
rail.cpp (svn r15718) -Cleanup: apply some comment coding style on the rest of the sources too 2009-03-15 00:32:18 +00:00
rail.h (svn r15417) -Codechange: Add default rail type labels and support for per-GRF translation table. 2009-02-08 18:11:06 +00:00
rev.cpp.in (svn r15735) -Update: trunk ain't going to 0.7 anymore ;) 2009-03-15 22:16:02 +00:00
rev.h
road_cmd.cpp (svn r16118) -Change/cleanup: remove the hexadecimal 'in TTD the string had this ID' from 'some' strings and replace the string name with something more sensible. 2009-04-21 23:40:56 +00:00
road_cmd.h
road_func.h
road_gui.cpp (svn r16219) -Codechange: Added nested widgets to rv station picker window. 2009-05-03 13:55:22 +00:00
road_gui.h
road_internal.h
road_map.cpp
road_map.h (svn r15711) -Codechange: lots of whitespace cleanup/fixes 2009-03-14 18:16:29 +00:00
road_type.h (svn r15601) -Fix [FS#2615]: bridges/tunnels don't store tram owner making it possible to remove someone's tram tracks. 2009-03-02 22:57:47 +00:00
road.cpp
roadveh_cmd.cpp (svn r16118) -Change/cleanup: remove the hexadecimal 'in TTD the string had this ID' from 'some' strings and replace the string name with something more sensible. 2009-04-21 23:40:56 +00:00
roadveh_gui.cpp (svn r16163) -Codechange: instead of SetDParamStr(0, string); DrawString(..., STR_JUST_RAW_STRING, ...) use DrawString(..., string, ...). 2009-04-26 15:42:45 +00:00
roadveh.h
screenshot.cpp (svn r16024) -Codechange: harden string copying on places where it's possible 2009-04-10 20:37:05 +00:00
screenshot.h
sdl.cpp (svn r15718) -Cleanup: apply some comment coding style on the rest of the sources too 2009-03-15 00:32:18 +00:00
sdl.h
settings_func.h
settings_gui.cpp (svn r16160) -Codechange: remove the need for explicit TC_FROMSTRING for DrawString. 2009-04-26 14:52:56 +00:00
settings_internal.h
settings_type.h (svn r16129) -Feature-ish: configurable digit group separator per language with user override. 2009-04-23 21:05:00 +00:00
settings.cpp (svn r16161) -Fix (r16128): AILoadConfig() could not handle NULL settings. 2009-04-26 14:57:42 +00:00
ship_cmd.cpp (svn r16118) -Change/cleanup: remove the hexadecimal 'in TTD the string had this ID' from 'some' strings and replace the string name with something more sensible. 2009-04-21 23:40:56 +00:00
ship_gui.cpp (svn r16160) -Codechange: remove the need for explicit TC_FROMSTRING for DrawString. 2009-04-26 14:52:56 +00:00
ship.h
signal_func.h
signal_type.h
signal.cpp
signs_base.h
signs_cmd.cpp (svn r16118) -Change/cleanup: remove the hexadecimal 'in TTD the string had this ID' from 'some' strings and replace the string name with something more sensible. 2009-04-21 23:40:56 +00:00
signs_func.h (svn r15700) -Codechange: split Cmd* from signs.cpp to signs_cmd.cpp. 2009-03-13 20:29:35 +00:00
signs_gui.cpp (svn r16160) -Codechange: remove the need for explicit TC_FROMSTRING for DrawString. 2009-04-26 14:52:56 +00:00
signs_type.h
signs.cpp (svn r16118) -Change/cleanup: remove the hexadecimal 'in TTD the string had this ID' from 'some' strings and replace the string name with something more sensible. 2009-04-21 23:40:56 +00:00
slope_func.h
slope_type.h (svn r16166) -Add [NoAI]: AITile::Get(Min|Max|Corner)Height 2009-04-26 16:26:41 +00:00
smallmap_gui.cpp (svn r16193) -Codechange: Added nested widgets for smallmap and extra viewport windows. 2009-05-01 08:50:07 +00:00
sortlist_type.h
sound_func.h
sound_type.h
sound.cpp (svn r15718) -Cleanup: apply some comment coding style on the rest of the sources too 2009-03-15 00:32:18 +00:00
sprite.h (svn r15772) -Fix (r15767): MSVC can't find the right function anymore because the return value in the header was not updated. 2009-03-19 23:03:53 +00:00
spritecache.cpp (svn r15767) -Fix: infinite loop when skipping sprites when a GRF is invalid (or truncated). 2009-03-19 17:58:25 +00:00
spritecache.h
station_base.h (svn r15635) -Fix [FS#2707]: don't allow more than 64 road vehicles to reserve a slot at a single road stop. 255 + 1 gives trouble, but 64 is even more than the roadstop would be able to handle within the slot timeout time. 2009-03-07 18:19:53 +00:00
station_cmd.cpp (svn r16118) -Change/cleanup: remove the hexadecimal 'in TTD the string had this ID' from 'some' strings and replace the string name with something more sensible. 2009-04-21 23:40:56 +00:00
station_func.h
station_gui.cpp (svn r16242) -Codechange: rework pausing 2009-05-06 15:06:57 +00:00
station_gui.h (svn r16211) -Codechange: Moving StationListWidgets out of the window class, completing StationViewWidgets. 2009-05-03 10:38:35 +00:00
station_map.h (svn r15643) -Fix [FS#2711]: be more strict with zeroing unused map array bits 2009-03-08 16:10:39 +00:00
station_type.h (svn r16025) -Fix [FS#2818]: "build separate station" in the station picker would reuse deleted stations. 2009-04-10 22:47:19 +00:00
station.cpp (svn r16118) -Change/cleanup: remove the hexadecimal 'in TTD the string had this ID' from 'some' strings and replace the string name with something more sensible. 2009-04-21 23:40:56 +00:00
statusbar_gui.cpp (svn r16242) -Codechange: rework pausing 2009-05-06 15:06:57 +00:00
statusbar_gui.h
stdafx.h (svn r15892) -Codechange: [OSX] some type fixes so OpenTTD likes more of the 3.1.x Xcodes. 2009-03-29 19:55:08 +00:00
string_func.h (svn r15626) -Fix [FS#2698]: UTF8 string handling could cause buffer overruns. 2009-03-06 01:23:25 +00:00
string_type.h
string.cpp (svn r15963) -Fix [FS#2814]: (v)seprintf chopped of strings one character earlier than necessary. 2009-04-06 10:05:36 +00:00
strings_func.h
strings_type.h (svn r16090) -Fix: s/Slovakish/Slovak/ (unimatrix) 2009-04-19 14:11:17 +00:00
strings.cpp (svn r16188) -Fix [FS#2874] (r16124): printing the first 4 bytes worth of a 8 byte integer causes some unwanted side effects when the system is not little-endian. 2009-04-30 12:11:51 +00:00
subsidy_gui.cpp (svn r16160) -Codechange: remove the need for explicit TC_FROMSTRING for DrawString. 2009-04-26 14:52:56 +00:00
tar_type.h
terraform_cmd.cpp (svn r16118) -Change/cleanup: remove the hexadecimal 'in TTD the string had this ID' from 'some' strings and replace the string name with something more sensible. 2009-04-21 23:40:56 +00:00
terraform_gui.cpp (svn r16118) -Change/cleanup: remove the hexadecimal 'in TTD the string had this ID' from 'some' strings and replace the string name with something more sensible. 2009-04-21 23:40:56 +00:00
terraform_gui.h
textbuf_gui.h
texteff.cpp
texteff.hpp
tgp.cpp
tgp.h
thread_morphos.cpp
thread_none.cpp
thread_os2.cpp (svn r15746) -Fix: Update threading code for OS/2, add mutex support 2009-03-16 20:05:24 +00:00
thread_pthread.cpp (svn r15663) -Fix: growing of vsize as (some) threads weren't properly released. 2009-03-10 11:12:03 +00:00
thread_win32.cpp
thread.h
tile_cmd.h (svn r16189) -Doc: Additions and improvement of (mainly) nested widgets/widget-parts doxygen docs. 2009-04-30 17:35:38 +00:00
tile_map.cpp
tile_map.h
tile_type.h (svn r16086) -Codechange: magic numbers substitutes by enums and some type safety 2009-04-18 21:10:36 +00:00
tilehighlight_func.h (svn r16088) -Codechange: merge HighLightStyle and ViewportHighlightMode as they are basically the same thing 2009-04-19 10:31:30 +00:00
tilehighlight_type.h (svn r16088) -Codechange: merge HighLightStyle and ViewportHighlightMode as they are basically the same thing 2009-04-19 10:31:30 +00:00
timetable_cmd.cpp
timetable_gui.cpp (svn r16213) -Codechange: Added nested widgets to timetable window. 2009-05-03 11:53:06 +00:00
timetable.h
toolbar_gui.cpp (svn r16242) -Codechange: rework pausing 2009-05-06 15:06:57 +00:00
toolbar_gui.h (svn r15718) -Cleanup: apply some comment coding style on the rest of the sources too 2009-03-15 00:32:18 +00:00
town_cmd.cpp (svn r16147) -Feature [FS#2635]: give the town generator a slight tendency to build towns near water by not discarding watery random tiles but by searching for near land (db48x) 2009-04-25 22:12:59 +00:00
town_gui.cpp (svn r16160) -Codechange: remove the need for explicit TC_FROMSTRING for DrawString. 2009-04-26 14:52:56 +00:00
town_map.h
town_type.h (svn r15718) -Cleanup: apply some comment coding style on the rest of the sources too 2009-03-15 00:32:18 +00:00
town.h (svn r15755) -Fix: Number of houses in house variables 0x44, 0x60 and 0x61 were incorrect after 0xFF had been reached and could desync clients joining afterwards. 2009-03-17 19:40:10 +00:00
track_func.h
track_type.h
train_cmd.cpp (svn r16242) -Codechange: rework pausing 2009-05-06 15:06:57 +00:00
train_gui.cpp (svn r16162) -Codechange: remove needless TC_ colours from DrawString when they are part of strings and add some colours to a few strings. 2009-04-26 15:26:19 +00:00
train.h (svn r16037) -Feature: allow (per order) to let a train stop at the near end, middle or far end of a platform from the point of view of the driver of the train that enters the station. 2009-04-12 14:11:14 +00:00
transparency_gui.cpp (svn r16118) -Change/cleanup: remove the hexadecimal 'in TTD the string had this ID' from 'some' strings and replace the string name with something more sensible. 2009-04-21 23:40:56 +00:00
transparency_gui.h
transparency.h
transport_type.h
tree_cmd.cpp (svn r16118) -Change/cleanup: remove the hexadecimal 'in TTD the string had this ID' from 'some' strings and replace the string name with something more sensible. 2009-04-21 23:40:56 +00:00
tree_gui.cpp (svn r16118) -Change/cleanup: remove the hexadecimal 'in TTD the string had this ID' from 'some' strings and replace the string name with something more sensible. 2009-04-21 23:40:56 +00:00
tree_map.h (svn r15643) -Fix [FS#2711]: be more strict with zeroing unused map array bits 2009-03-08 16:10:39 +00:00
tunnel_map.cpp
tunnel_map.h (svn r15643) -Fix [FS#2711]: be more strict with zeroing unused map array bits 2009-03-08 16:10:39 +00:00
tunnelbridge_cmd.cpp (svn r16118) -Change/cleanup: remove the hexadecimal 'in TTD the string had this ID' from 'some' strings and replace the string name with something more sensible. 2009-04-21 23:40:56 +00:00
tunnelbridge_map.h (svn r15601) -Fix [FS#2615]: bridges/tunnels don't store tram owner making it possible to remove someone's tram tracks. 2009-03-02 22:57:47 +00:00
tunnelbridge.h
unix.cpp (svn r15718) -Cleanup: apply some comment coding style on the rest of the sources too 2009-03-15 00:32:18 +00:00
unmovable_cmd.cpp (svn r16118) -Change/cleanup: remove the hexadecimal 'in TTD the string had this ID' from 'some' strings and replace the string name with something more sensible. 2009-04-21 23:40:56 +00:00
unmovable_map.h (svn r15643) -Fix [FS#2711]: be more strict with zeroing unused map array bits 2009-03-08 16:10:39 +00:00
unmovable.h
variables.h (svn r15999) -Codechange: VARDEF--; 2009-04-09 01:22:33 +00:00
vehicle_base.h (svn r15672) -Codechange: (left,right,top,bottom)_coord -> coord.(left,right,top,bottom), i.e. use Rect. 2009-03-11 17:26:58 +00:00
vehicle_cmd.cpp (svn r16118) -Change/cleanup: remove the hexadecimal 'in TTD the string had this ID' from 'some' strings and replace the string name with something more sensible. 2009-04-21 23:40:56 +00:00
vehicle_func.h (svn r15701) -Fix [FS#2595]: Blame NewGRFs returning inconsistent information in purchase-list/after building before users have a chance to blame OpenTTD for incorrectly autorenewing/-replacing. 2009-03-13 21:28:40 +00:00
vehicle_gui_base.h (svn r15726) -Codechange: unify coding style for const pointers 2009-03-15 16:04:39 +00:00
vehicle_gui.cpp (svn r16242) -Codechange: rework pausing 2009-05-06 15:06:57 +00:00
vehicle_gui.h (svn r15807) -Codechange: let the build vehicle gui helper function pass around left and right instead of only left and assuming infinite width. 2009-03-22 11:06:25 +00:00
vehicle_type.h (svn r15718) -Cleanup: apply some comment coding style on the rest of the sources too 2009-03-15 00:32:18 +00:00
vehicle.cpp (svn r16242) -Codechange: rework pausing 2009-05-06 15:06:57 +00:00
vehiclelist.cpp
vehiclelist.h
viewport_func.h (svn r15725) -Fix: centering on a vehicle didn't respect its z coordinate 2009-03-15 15:25:18 +00:00
viewport_type.h (svn r16095) -Change/Feature-ish: make the first 4 rail building tools behave more like autorail 2009-04-19 21:26:06 +00:00
viewport.cpp (svn r16155) -Codechange: remove MarkTileDirty, use MarkTileDirtyByTile instead 2009-04-26 10:21:50 +00:00
void_map.h
water_cmd.cpp (svn r16118) -Change/cleanup: remove the hexadecimal 'in TTD the string had this ID' from 'some' strings and replace the string name with something more sensible. 2009-04-21 23:40:56 +00:00
water_map.h (svn r15643) -Fix [FS#2711]: be more strict with zeroing unused map array bits 2009-03-08 16:10:39 +00:00
water.h
waypoint_cmd.cpp (svn r16118) -Change/cleanup: remove the hexadecimal 'in TTD the string had this ID' from 'some' strings and replace the string name with something more sensible. 2009-04-21 23:40:56 +00:00
waypoint_gui.cpp (svn r16118) -Change/cleanup: remove the hexadecimal 'in TTD the string had this ID' from 'some' strings and replace the string name with something more sensible. 2009-04-21 23:40:56 +00:00
waypoint_type.h
waypoint.cpp (svn r15704) -Cleanup: remove further includes from recently split files 2009-03-13 23:48:07 +00:00
waypoint.h (svn r15703) -Codechange: split Cmd* from waypoint.cpp to waypoint_cmd.cpp. 2009-03-13 21:49:24 +00:00
widget_type.h (svn r16226) -Codechange: Separating generation of a widget array from WindowDesc to the InitializeWidgetArrayFromNestedWidgets function. 2009-05-04 18:40:37 +00:00
widget.cpp (svn r16226) -Codechange: Separating generation of a widget array from WindowDesc to the InitializeWidgetArrayFromNestedWidgets function. 2009-05-04 18:40:37 +00:00
win32.cpp (svn r15893) -Add: watermark crash.sav and don't generate crash information if a loaded crash.sav causes a crash 2009-03-30 00:21:43 +00:00
win32.h
win64.asm
window_func.h
window_gui.h (svn r15885) -Codechange: Removed new_size parameter of Window::OnResize() callback 2009-03-29 09:49:11 +00:00
window_type.h
window.cpp (svn r16242) -Codechange: rework pausing 2009-05-06 15:06:57 +00:00
zoom_func.h
zoom_type.h