.. |
3rdparty/squirrel
|
(svn r17195) -Update: squirrel to 2.2.3 stable
|
2009-08-15 21:21:52 +00:00 |
ai
|
(svn r17203) -Change [NoAI]: Add IsRoadTypeAvailable(GetCurrentRoadType()) as precondition for several AIRoad::* functions
|
2009-08-16 10:33:36 +00:00 |
blitter
|
|
|
core
|
(svn r16745) -Fix [FS#3011]: invalidate JoinStation window after removing item from the pool
|
2009-07-05 13:20:05 +00:00 |
depend
|
|
|
lang
|
(svn r17207) -Update from WebTranslator v3.0:
|
2009-08-17 17:45:20 +00:00 |
misc
|
(svn r17169) -Codechange: apply coding style to some for statements
|
2009-08-14 17:14:04 +00:00 |
music
|
(svn r16827) -Codechange: make OSX specific files include stdafx.h always as the first file. Also unify OSX specific stuff into osx_stdafx.h and remove unused includes.
|
2009-07-14 16:43:45 +00:00 |
network
|
(svn r17169) -Codechange: apply coding style to some for statements
|
2009-08-14 17:14:04 +00:00 |
os/macosx
|
(svn r16828) -Codechange: attempt at making OSX compile with the 10.6 SDK too; no guarantees ofcourse...
|
2009-07-14 17:16:32 +00:00 |
saveload
|
(svn r17138) -Fix: some MSVC 64 bits compiler warnings
|
2009-08-09 19:06:35 +00:00 |
script
|
(svn r17013) -Fix [FS#3074]: concatenating strings in Squirrel when non-ASCII strings were received from OpenTTD failed. The number of bytes in an UTF-8 encoded string isn't always the same as the number of characters in the decoded (into wchars) string
|
2009-07-31 23:13:53 +00:00 |
sound
|
(svn r17140) -Change: allow higher sample rate and higher quality samples. Based on work by orudge.
|
2009-08-09 23:04:08 +00:00 |
spriteloader
|
|
|
strgen
|
(svn r17168) -Codechange: apply coding style to if and while statements
|
2009-08-14 17:11:59 +00:00 |
table
|
(svn r17211) -Cleanup: Remove unused RailVehicleInfo::ai_rank.
|
2009-08-18 16:21:22 +00:00 |
video
|
(svn r17168) -Codechange: apply coding style to if and while statements
|
2009-08-14 17:11:59 +00:00 |
widgets
|
(svn r17171) -Doc: Additions and corrections of various doxygen strings.
|
2009-08-14 18:41:03 +00:00 |
yapf
|
(svn r17001) -Codechange: replace some more assert(0)s to NOT_REACHED() and document why they (assert(0)) have to stay for the remaining cases.
|
2009-07-31 13:25:20 +00:00 |
aircraft_cmd.cpp
|
(svn r17121) -Fix [FS#3060]: Update vehicle position cache when the vehicle sprite changes.
|
2009-08-08 18:45:12 +00:00 |
aircraft_gui.cpp
|
(svn r17075) -Codechange: rename ~750 strings to be more uniform with their relatives
|
2009-08-05 17:59:21 +00:00 |
aircraft.h
|
(svn r16814) -Codechange: make IsNormalAircraft() member of Aircraft
|
2009-07-13 16:37:27 +00:00 |
airport_gui.cpp
|
(svn r17164) -Fix: crash when clicking on the spacer in the build airport GUI
|
2009-08-13 12:49:51 +00:00 |
airport_movement.h
|
|
|
airport.cpp
|
|
|
airport.h
|
|
|
animated_tile_func.h
|
|
|
animated_tile.cpp
|
|
|
articulated_vehicles.cpp
|
|
|
articulated_vehicles.h
|
|
|
autoreplace_base.h
|
|
|
autoreplace_cmd.cpp
|
(svn r17147) -Fix [FS#3048]: Keep vehicle news and viewports following vehicles, when autoreplacing/renewing them.
|
2009-08-10 20:06:39 +00:00 |
autoreplace_func.h
|
|
|
autoreplace_gui.cpp
|
(svn r17075) -Codechange: rename ~750 strings to be more uniform with their relatives
|
2009-08-05 17:59:21 +00:00 |
autoreplace_gui.h
|
|
|
autoreplace_type.h
|
|
|
autoreplace.cpp
|
|
|
autoslope.h
|
(svn r16912) -Codechange: split waypoint.h in waypoint_base.h and waypoint_func.h
|
2009-07-22 10:18:19 +00:00 |
aystar.cpp
|
|
|
aystar.h
|
|
|
base_media_base.h
|
(svn r17142) -Fix [FS#3103] (r17139): MSVC didn't like some template stuff
|
2009-08-10 10:25:40 +00:00 |
base_media_func.h
|
(svn r17133) -Codechange: generalise the code that searches for base graphics
|
2009-08-09 16:54:03 +00:00 |
base_station_base.h
|
(svn r16965) -Codechange: use tile area instead of sets of variables for the station joiner code.
|
2009-07-26 21:07:03 +00:00 |
bmp.cpp
|
|
|
bmp.h
|
|
|
bridge_gui.cpp
|
(svn r17075) -Codechange: rename ~750 strings to be more uniform with their relatives
|
2009-08-05 17:59:21 +00:00 |
bridge_map.cpp
|
|
|
bridge_map.h
|
|
|
bridge.h
|
|
|
build_vehicle_gui.cpp
|
(svn r17075) -Codechange: rename ~750 strings to be more uniform with their relatives
|
2009-08-05 17:59:21 +00:00 |
callback_table.cpp
|
|
|
callback_table.h
|
|
|
cargo_type.h
|
(svn r17113) -Change [FS#265][FS#2094][FS#2589]: apply the subsidy when subsidy's destination is in station's catchment area and cargo packets originate from subsidy's source
|
2009-08-08 16:42:55 +00:00 |
cargopacket.cpp
|
(svn r17113) -Change [FS#265][FS#2094][FS#2589]: apply the subsidy when subsidy's destination is in station's catchment area and cargo packets originate from subsidy's source
|
2009-08-08 16:42:55 +00:00 |
cargopacket.h
|
(svn r17113) -Change [FS#265][FS#2094][FS#2589]: apply the subsidy when subsidy's destination is in station's catchment area and cargo packets originate from subsidy's source
|
2009-08-08 16:42:55 +00:00 |
cargotype.cpp
|
(svn r16853) -Codechange: make CargoSpec const at two places
|
2009-07-16 21:37:59 +00:00 |
cargotype.h
|
(svn r16853) -Codechange: make CargoSpec const at two places
|
2009-07-16 21:37:59 +00:00 |
cheat_func.h
|
|
|
cheat_gui.cpp
|
(svn r17075) -Codechange: rename ~750 strings to be more uniform with their relatives
|
2009-08-05 17:59:21 +00:00 |
cheat_type.h
|
|
|
cheat.cpp
|
|
|
clear_cmd.cpp
|
(svn r17075) -Codechange: rename ~750 strings to be more uniform with their relatives
|
2009-08-05 17:59:21 +00:00 |
clear_map.h
|
|
|
cmd_helper.h
|
|
|
command_func.h
|
|
|
command_type.h
|
(svn r16990) -Codechange: unify some (command) naming w.r.t. stations/waypoints.
|
2009-07-29 22:32:20 +00:00 |
command.cpp
|
(svn r16990) -Codechange: unify some (command) naming w.r.t. stations/waypoints.
|
2009-07-29 22:32:20 +00:00 |
company_base.h
|
(svn r17058) -Codechange: magic numbers removal.
|
2009-08-03 20:02:25 +00:00 |
company_cmd.cpp
|
(svn r17132) -Fix: comments in company_cmd.cpp
|
2009-08-09 15:58:34 +00:00 |
company_func.h
|
|
|
company_gui.cpp
|
(svn r17075) -Codechange: rename ~750 strings to be more uniform with their relatives
|
2009-08-05 17:59:21 +00:00 |
company_gui.h
|
|
|
company_manager_face.h
|
|
|
company_type.h
|
(svn r17058) -Codechange: magic numbers removal.
|
2009-08-03 20:02:25 +00:00 |
console_cmds.cpp
|
(svn r17097) -Fix [FS#3092] (r13256): make restart command work again and make the help show how it works and how it doesn't work
|
2009-08-06 22:00:32 +00:00 |
console_func.h
|
|
|
console_gui.cpp
|
(svn r17022) -Codechange: Use nested widgets for the console window.
|
2009-08-01 12:42:58 +00:00 |
console_gui.h
|
|
|
console_internal.h
|
|
|
console_type.h
|
|
|
console.cpp
|
|
|
currency.cpp
|
(svn r17062) -Change: unify the naming of some 125 strings
|
2009-08-04 18:04:33 +00:00 |
currency.h
|
|
|
date_func.h
|
|
|
date_type.h
|
|
|
date.cpp
|
(svn r17089) -Codechange: move RunVehicleDayProc() to vehicle.cpp
|
2009-08-06 17:02:49 +00:00 |
debug.cpp
|
|
|
debug.h
|
|
|
dedicated.cpp
|
|
|
depot_base.h
|
|
|
depot_func.h
|
|
|
depot_gui.cpp
|
(svn r17194) -Fix (r17175): Depot sell buttons did not raise again.
|
2009-08-15 20:59:49 +00:00 |
depot_map.h
|
|
|
depot_type.h
|
(svn r12467) -Codechange: move DepotID to a more logical location.
|
2008-03-28 16:32:27 +00:00 |
depot.cpp
|
|
|
direction_func.h
|
|
|
direction_type.h
|
(svn r17000) -Change: allow overbuilding/extending waypoints
|
2009-07-30 22:06:54 +00:00 |
disaster_cmd.cpp
|
(svn r16967) -Fix [FS#0356]: assert when UFO tried to destroy rail
|
2009-07-27 11:59:36 +00:00 |
dock_gui.cpp
|
(svn r17075) -Codechange: rename ~750 strings to be more uniform with their relatives
|
2009-08-05 17:59:21 +00:00 |
driver.cpp
|
|
|
driver.h
|
|
|
dummy_land.cpp
|
|
|
economy_base.h
|
(svn r16914) -Codechange: split Station and BaseStation into different files
|
2009-07-22 11:35:35 +00:00 |
economy_func.h
|
(svn r17113) -Change [FS#265][FS#2094][FS#2589]: apply the subsidy when subsidy's destination is in station's catchment area and cargo packets originate from subsidy's source
|
2009-08-08 16:42:55 +00:00 |
economy_type.h
|
(svn r17037) -Fix (r17036): 'Polygonal Capabilities' are a core feature of windows.
|
2009-08-02 13:56:14 +00:00 |
economy.cpp
|
(svn r17124) -Codechange: store subsidies in a pool (instead of an array)
|
2009-08-08 20:53:36 +00:00 |
effectvehicle_base.h
|
|
|
effectvehicle_func.h
|
|
|
effectvehicle.cpp
|
|
|
elrail_func.h
|
(svn r15334) -Codechange: reset setting to old value when the callback procedure returns false
|
2009-02-04 15:01:37 +00:00 |
elrail.cpp
|
(svn r16938) -Codechange: introduce helper function to tell whether a tile is either a rail station or rail waypoint tile
|
2009-07-24 11:15:11 +00:00 |
endian_check.cpp
|
|
|
engine_base.h
|
(svn r17209) -Codechange: Move cargo_type from (Rail|Road|Ship)VehicleInfo to EngineInfo.
|
2009-08-17 18:33:48 +00:00 |
engine_func.h
|
|
|
engine_gui.cpp
|
(svn r17075) -Codechange: rename ~750 strings to be more uniform with their relatives
|
2009-08-05 17:59:21 +00:00 |
engine_gui.h
|
|
|
engine_type.h
|
(svn r17211) -Cleanup: Remove unused RailVehicleInfo::ai_rank.
|
2009-08-18 16:21:22 +00:00 |
engine.cpp
|
(svn r17209) -Codechange: Move cargo_type from (Rail|Road|Ship)VehicleInfo to EngineInfo.
|
2009-08-17 18:33:48 +00:00 |
fileio_func.h
|
|
|
fileio_type.h
|
|
|
fileio.cpp
|
|
|
fios.cpp
|
(svn r16748) -Codechange: Don't cast away constness.
|
2009-07-05 15:01:36 +00:00 |
fios.h
|
|
|
fontcache.cpp
|
|
|
fontcache.h
|
|
|
functions.h
|
(svn r16764) -Codechange: unify the way viewport signs are marked dirty
|
2009-07-08 08:30:35 +00:00 |
gamelog_internal.h
|
|
|
gamelog.cpp
|
|
|
gamelog.h
|
|
|
genworld_gui.cpp
|
(svn r17205) -Fix (r17175): Make year and snow line up/down buttons raise again.
|
2009-08-16 16:48:59 +00:00 |
genworld.cpp
|
(svn r17097) -Fix [FS#3092] (r13256): make restart command work again and make the help show how it works and how it doesn't work
|
2009-08-06 22:00:32 +00:00 |
genworld.h
|
(svn r17097) -Fix [FS#3092] (r13256): make restart command work again and make the help show how it works and how it doesn't work
|
2009-08-06 22:00:32 +00:00 |
gfx_func.h
|
|
|
gfx_type.h
|
|
|
gfx.cpp
|
(svn r16798) -Fix [FS#3016]: Added several new widget distances for better widget size computations.
|
2009-07-12 12:19:41 +00:00 |
gfxinit.cpp
|
(svn r17142) -Fix [FS#3103] (r17139): MSVC didn't like some template stuff
|
2009-08-10 10:25:40 +00:00 |
gfxinit.h
|
(svn r17133) -Codechange: generalise the code that searches for base graphics
|
2009-08-09 16:54:03 +00:00 |
graph_gui.cpp
|
(svn r17126) -Fix [FS#3096]: Initialize graph data from the constructor of the derived class.
|
2009-08-08 22:26:45 +00:00 |
group_cmd.cpp
|
(svn r17075) -Codechange: rename ~750 strings to be more uniform with their relatives
|
2009-08-05 17:59:21 +00:00 |
group_gui.cpp
|
(svn r17185) -Codechange: Tweak depot gui and vehicle lists, so text overlaps less with vehicle images.
|
2009-08-15 11:47:11 +00:00 |
group_gui.h
|
|
|
group_type.h
|
|
|
group.h
|
|
|
gui.h
|
(svn r16414) -Change: Make it harder to ignore/close important error messages. Esp. do not close them automatically after some time.
|
2009-05-24 12:50:58 +00:00 |
heightmap.cpp
|
(svn r17075) -Codechange: rename ~750 strings to be more uniform with their relatives
|
2009-08-05 17:59:21 +00:00 |
heightmap.h
|
|
|
highscore_gui.cpp
|
|
|
highscore.cpp
|
|
|
highscore.h
|
|
|
house_type.h
|
|
|
house.h
|
|
|
industry_cmd.cpp
|
(svn r17131) -Codechange: apply coding style to some switch statements
|
2009-08-09 14:40:34 +00:00 |
industry_gui.cpp
|
(svn r17198) -Fix [FS#2406]: Accept monthly production values in the scenario editor.
|
2009-08-16 07:28:00 +00:00 |
industry_map.h
|
|
|
industry_type.h
|
|
|
industry.h
|
(svn r17113) -Change [FS#265][FS#2094][FS#2589]: apply the subsidy when subsidy's destination is in station's catchment area and cargo packets originate from subsidy's source
|
2009-08-08 16:42:55 +00:00 |
ini_type.h
|
|
|
ini.cpp
|
|
|
intro_gui.cpp
|
(svn r17075) -Codechange: rename ~750 strings to be more uniform with their relatives
|
2009-08-05 17:59:21 +00:00 |
landscape_type.h
|
|
|
landscape.cpp
|
(svn r17084) -Codechange: _age_cargo_skip_counter is common to all vehicle types
|
2009-08-06 12:33:13 +00:00 |
landscape.h
|
|
|
livery.h
|
|
|
lzoconf.h
|
|
|
main_gui.cpp
|
(svn r17075) -Codechange: rename ~750 strings to be more uniform with their relatives
|
2009-08-05 17:59:21 +00:00 |
map_func.h
|
(svn r16966) -Codechange: BEGIN_TILE_LOOP and END_TILE_LOOP reworked into TILE_LOOP, which means no more duplication of parameters between BEGIN_TILE_LOOP and END_TILE_LOOP
|
2009-07-26 21:50:30 +00:00 |
map_type.h
|
|
|
map.cpp
|
|
|
masm64.rules
|
|
|
md5.cpp
|
|
|
md5.h
|
|
|
minilzo.cpp
|
|
|
minilzo.h
|
|
|
misc_cmd.cpp
|
(svn r17075) -Codechange: rename ~750 strings to be more uniform with their relatives
|
2009-08-05 17:59:21 +00:00 |
misc_gui.cpp
|
(svn r17210) -Update: credits to reflect the (current) truth a bit better
|
2009-08-18 15:19:43 +00:00 |
misc.cpp
|
(svn r17139) -Change: add the concept of sound sets
|
2009-08-09 19:50:44 +00:00 |
mixer.cpp
|
(svn r17146) -Codechange: improve the sample rate conversion a bit
|
2009-08-10 17:46:44 +00:00 |
mixer.h
|
(svn r17140) -Change: allow higher sample rate and higher quality samples. Based on work by orudge.
|
2009-08-09 23:04:08 +00:00 |
music_gui.cpp
|
(svn r17062) -Change: unify the naming of some 125 strings
|
2009-08-04 18:04:33 +00:00 |
music.cpp
|
|
|
music.h
|
|
|
namegen_func.h
|
|
|
namegen.cpp
|
|
|
newgrf_callbacks.h
|
|
|
newgrf_canal.cpp
|
|
|
newgrf_canal.h
|
|
|
newgrf_cargo.cpp
|
(svn r16849) -Codechange: replace GetCargo() by CargoSpec::Get()
|
2009-07-16 19:00:13 +00:00 |
newgrf_cargo.h
|
|
|
newgrf_commons.cpp
|
(svn r16938) -Codechange: introduce helper function to tell whether a tile is either a rail station or rail waypoint tile
|
2009-07-24 11:15:11 +00:00 |
newgrf_commons.h
|
|
|
newgrf_config.cpp
|
|
|
newgrf_config.h
|
|
|
newgrf_engine.cpp
|
(svn r16867) -Feature(ette): Turn variable 0E/8E (vertical offset for trains in depot) and variable 1E/9E bit 3 (wagon width in depot) into grf-local variables.
|
2009-07-17 22:00:13 +00:00 |
newgrf_engine.h
|
(svn r16867) -Feature(ette): Turn variable 0E/8E (vertical offset for trains in depot) and variable 1E/9E bit 3 (wagon width in depot) into grf-local variables.
|
2009-07-17 22:00:13 +00:00 |
newgrf_generic.cpp
|
|
|
newgrf_generic.h
|
|
|
newgrf_gui.cpp
|
(svn r17075) -Codechange: rename ~750 strings to be more uniform with their relatives
|
2009-08-05 17:59:21 +00:00 |
newgrf_house.cpp
|
(svn r17047) -Fix: Mark house tiles dirty when triggers were triggered.
|
2009-08-02 19:49:22 +00:00 |
newgrf_house.h
|
|
|
newgrf_industries.cpp
|
|
|
newgrf_industries.h
|
|
|
newgrf_industrytiles.cpp
|
(svn r17118) -Fix: Mark industry tiles dirty when trigger are triggered.
|
2009-08-08 18:24:48 +00:00 |
newgrf_industrytiles.h
|
|
|
newgrf_sound.cpp
|
|
|
newgrf_sound.h
|
|
|
newgrf_spritegroup.cpp
|
|
|
newgrf_spritegroup.h
|
(svn r16859) -Codechange: split the Station struct into two so parts of it can be reused for Waypoints.
|
2009-07-17 19:44:13 +00:00 |
newgrf_station.cpp
|
(svn r17075) -Codechange: rename ~750 strings to be more uniform with their relatives
|
2009-08-05 17:59:21 +00:00 |
newgrf_station.h
|
(svn r16896) -Codechange: make station spec allocation and station animation functions work for both stations and waypoints
|
2009-07-21 11:11:05 +00:00 |
newgrf_storage.cpp
|
|
|
newgrf_storage.h
|
|
|
newgrf_text.cpp
|
|
|
newgrf_text.h
|
|
|
newgrf_town.cpp
|
|
|
newgrf_town.h
|
|
|
newgrf_townname.cpp
|
|
|
newgrf_townname.h
|
|
|
newgrf.cpp
|
(svn r17211) -Cleanup: Remove unused RailVehicleInfo::ai_rank.
|
2009-08-18 16:21:22 +00:00 |
newgrf.h
|
(svn r16867) -Feature(ette): Turn variable 0E/8E (vertical offset for trains in depot) and variable 1E/9E bit 3 (wagon width in depot) into grf-local variables.
|
2009-07-17 22:00:13 +00:00 |
news_func.h
|
(svn r17147) -Fix [FS#3048]: Keep vehicle news and viewports following vehicles, when autoreplacing/renewing them.
|
2009-08-10 20:06:39 +00:00 |
news_gui.cpp
|
(svn r17204) -Codechange: Move viewport initialization into the constructor of the news item window.
|
2009-08-16 16:06:06 +00:00 |
news_gui.h
|
|
|
news_type.h
|
(svn r17199) -Codechange: Remove NF_VIEWPORT since it is implied by the news mode.
|
2009-08-16 07:31:36 +00:00 |
npf.cpp
|
(svn r17169) -Codechange: apply coding style to some for statements
|
2009-08-14 17:14:04 +00:00 |
npf.h
|
|
|
openttd.cpp
|
(svn r17139) -Change: add the concept of sound sets
|
2009-08-09 19:50:44 +00:00 |
openttd.h
|
(svn r17097) -Fix [FS#3092] (r13256): make restart command work again and make the help show how it works and how it doesn't work
|
2009-08-06 22:00:32 +00:00 |
order_base.h
|
(svn r16976) -Codechange: remove WaypointID and MAX_LENGTH constants in favour of their Station variants
|
2009-07-28 21:06:38 +00:00 |
order_cmd.cpp
|
(svn r17168) -Codechange: apply coding style to if and while statements
|
2009-08-14 17:11:59 +00:00 |
order_func.h
|
(svn r16912) -Codechange: split waypoint.h in waypoint_base.h and waypoint_func.h
|
2009-07-22 10:18:19 +00:00 |
order_gui.cpp
|
(svn r17075) -Codechange: rename ~750 strings to be more uniform with their relatives
|
2009-08-05 17:59:21 +00:00 |
order_type.h
|
|
|
os2.cpp
|
|
|
os_timer.cpp
|
|
|
osk_gui.cpp
|
(svn r17075) -Codechange: rename ~750 strings to be more uniform with their relatives
|
2009-08-05 17:59:21 +00:00 |
ottdres.rc.in
|
(svn r16318) -Change: use !! instead of @@ in src/*.in too.
|
2009-05-16 12:36:33 +00:00 |
pathfind.cpp
|
(svn r16914) -Codechange: split Station and BaseStation into different files
|
2009-07-22 11:35:35 +00:00 |
pathfind.h
|
(svn r16993) -Change: make the rail waypoint builder draggable
|
2009-07-30 17:44:13 +00:00 |
pbs.cpp
|
(svn r16939) -Codechange: s/RailwayStation/RailStation/ to unify the way it's written.
|
2009-07-24 11:47:12 +00:00 |
pbs.h
|
(svn r16939) -Codechange: s/RailwayStation/RailStation/ to unify the way it's written.
|
2009-07-24 11:47:12 +00:00 |
querystring_gui.h
|
|
|
queue.cpp
|
|
|
queue.h
|
|
|
rail_cmd.cpp
|
(svn r17075) -Codechange: rename ~750 strings to be more uniform with their relatives
|
2009-08-05 17:59:21 +00:00 |
rail_gui.cpp
|
(svn r17075) -Codechange: rename ~750 strings to be more uniform with their relatives
|
2009-08-05 17:59:21 +00:00 |
rail_gui.h
|
|
|
rail_map.h
|
(svn r16976) -Codechange: remove WaypointID and MAX_LENGTH constants in favour of their Station variants
|
2009-07-28 21:06:38 +00:00 |
rail_type.h
|
(svn r16917) -Codechange: fix some GCC 4.5 'case X is not in enum Y' warnings
|
2009-07-22 16:56:36 +00:00 |
rail.cpp
|
(svn r16938) -Codechange: introduce helper function to tell whether a tile is either a rail station or rail waypoint tile
|
2009-07-24 11:15:11 +00:00 |
rail.h
|
(svn r16869) -Codechange: make drawing waypoints a tiny bit more like drawing stations
|
2009-07-18 10:01:31 +00:00 |
rev.cpp.in
|
|
|
rev.h
|
|
|
road_cmd.cpp
|
(svn r17075) -Codechange: rename ~750 strings to be more uniform with their relatives
|
2009-08-05 17:59:21 +00:00 |
road_cmd.h
|
(svn r16746) -Codechange: use Town::PostDestructor() instead of not very clean construct for invalidating nearest town for road tiles
|
2009-07-05 13:21:51 +00:00 |
road_func.h
|
(svn r17168) -Codechange: apply coding style to if and while statements
|
2009-08-14 17:11:59 +00:00 |
road_gui.cpp
|
(svn r17075) -Codechange: rename ~750 strings to be more uniform with their relatives
|
2009-08-05 17:59:21 +00:00 |
road_gui.h
|
|
|
road_internal.h
|
|
|
road_map.cpp
|
(svn r16795) -Fix [FS#3025]: houses wouldn't get build on the map edge.
|
2009-07-12 09:39:30 +00:00 |
road_map.h
|
(svn r16907) -Codechange: make a more clear distinction between reservation functions that return a bool and that return TrackBits; GetRailStationReservation vs GetRailwayStationReservation, which one returns the bool and which one the TrackBits?
|
2009-07-21 22:37:10 +00:00 |
road_type.h
|
(svn r16917) -Codechange: fix some GCC 4.5 'case X is not in enum Y' warnings
|
2009-07-22 16:56:36 +00:00 |
road.cpp
|
|
|
roadstop_base.h
|
|
|
roadstop.cpp
|
|
|
roadveh_cmd.cpp
|
(svn r17121) -Fix [FS#3060]: Update vehicle position cache when the vehicle sprite changes.
|
2009-08-08 18:45:12 +00:00 |
roadveh_gui.cpp
|
(svn r17075) -Codechange: rename ~750 strings to be more uniform with their relatives
|
2009-08-05 17:59:21 +00:00 |
roadveh.h
|
(svn r16872) -Codechange: Add RoadVehicle::GetDisplayImageWidth and simplify DrawRoadVehImage.
|
2009-07-18 12:34:19 +00:00 |
screenshot.cpp
|
|
|
screenshot.h
|
|
|
sdl.cpp
|
|
|
sdl.h
|
|
|
settings_func.h
|
(svn r16554) -Fix (r16433): compilation with disabled network was broken
|
2009-06-10 18:53:43 +00:00 |
settings_gui.cpp
|
(svn r17167) -Fix: don't resize the 'base grf status' text part in the game options window when there is no base graphics set that misses files.
|
2009-08-13 19:54:18 +00:00 |
settings_internal.h
|
|
|
settings_type.h
|
(svn r17157) -Add: localised decimal separator
|
2009-08-12 01:28:11 +00:00 |
settings.cpp
|
(svn r17133) -Codechange: generalise the code that searches for base graphics
|
2009-08-09 16:54:03 +00:00 |
ship_cmd.cpp
|
(svn r17121) -Fix [FS#3060]: Update vehicle position cache when the vehicle sprite changes.
|
2009-08-08 18:45:12 +00:00 |
ship_gui.cpp
|
(svn r17075) -Codechange: rename ~750 strings to be more uniform with their relatives
|
2009-08-05 17:59:21 +00:00 |
ship.h
|
|
|
signal_func.h
|
|
|
signal_type.h
|
|
|
signal.cpp
|
(svn r16938) -Codechange: introduce helper function to tell whether a tile is either a rail station or rail waypoint tile
|
2009-07-24 11:15:11 +00:00 |
signs_base.h
|
(svn r16821) -Codechange: unify the naming of type::UpdateVirtCoord and UpdateAll[Type]VirtCoords.
|
2009-07-13 22:33:25 +00:00 |
signs_cmd.cpp
|
(svn r16825) -Codechange: unify dirtying when updating the viewport signs.
|
2009-07-13 23:15:13 +00:00 |
signs_func.h
|
(svn r16821) -Codechange: unify the naming of type::UpdateVirtCoord and UpdateAll[Type]VirtCoords.
|
2009-07-13 22:33:25 +00:00 |
signs_gui.cpp
|
(svn r17075) -Codechange: rename ~750 strings to be more uniform with their relatives
|
2009-08-05 17:59:21 +00:00 |
signs_type.h
|
|
|
signs.cpp
|
(svn r17075) -Codechange: rename ~750 strings to be more uniform with their relatives
|
2009-08-05 17:59:21 +00:00 |
slope_func.h
|
|
|
slope_type.h
|
|
|
smallmap_gui.cpp
|
(svn r17075) -Codechange: rename ~750 strings to be more uniform with their relatives
|
2009-08-05 17:59:21 +00:00 |
sortlist_type.h
|
|
|
sound_func.h
|
(svn r17139) -Change: add the concept of sound sets
|
2009-08-09 19:50:44 +00:00 |
sound_type.h
|
|
|
sound.cpp
|
(svn r17146) -Codechange: improve the sample rate conversion a bit
|
2009-08-10 17:46:44 +00:00 |
sprite.h
|
|
|
spritecache.cpp
|
|
|
spritecache.h
|
|
|
station_base.h
|
(svn r17106) -Codechange: move computation of station's catchment rectagle to separate function
|
2009-08-07 21:11:58 +00:00 |
station_cmd.cpp
|
(svn r17113) -Change [FS#265][FS#2094][FS#2589]: apply the subsidy when subsidy's destination is in station's catchment area and cargo packets originate from subsidy's source
|
2009-08-08 16:42:55 +00:00 |
station_func.h
|
(svn r16821) -Codechange: unify the naming of type::UpdateVirtCoord and UpdateAll[Type]VirtCoords.
|
2009-07-13 22:33:25 +00:00 |
station_gui.cpp
|
(svn r17075) -Codechange: rename ~750 strings to be more uniform with their relatives
|
2009-08-05 17:59:21 +00:00 |
station_gui.h
|
(svn r17002) -Change: also support distant join for waypoints
|
2009-07-31 16:28:28 +00:00 |
station_map.h
|
(svn r16941) -Document: some map accessors
|
2009-07-24 15:27:31 +00:00 |
station_type.h
|
(svn r16976) -Codechange: remove WaypointID and MAX_LENGTH constants in favour of their Station variants
|
2009-07-28 21:06:38 +00:00 |
station.cpp
|
(svn r17113) -Change [FS#265][FS#2094][FS#2589]: apply the subsidy when subsidy's destination is in station's catchment area and cargo packets originate from subsidy's source
|
2009-08-08 16:42:55 +00:00 |
statusbar_gui.cpp
|
(svn r16930) -Codechange: more StringID name unification and grouping
|
2009-07-23 19:31:50 +00:00 |
statusbar_gui.h
|
|
|
stdafx.h
|
(svn r16828) -Codechange: attempt at making OSX compile with the 10.6 SDK too; no guarantees ofcourse...
|
2009-07-14 17:16:32 +00:00 |
string_func.h
|
|
|
string_type.h
|
|
|
string.cpp
|
|
|
strings_func.h
|
(svn r16946) -Doc: Adding docs for some string parameter manipulation functions.
|
2009-07-25 07:49:49 +00:00 |
strings_type.h
|
|
|
strings.cpp
|
(svn r17157) -Add: localised decimal separator
|
2009-08-12 01:28:11 +00:00 |
subsidy_base.h
|
(svn r17127) -Fix (r17124): destructor has to be defined else operator delete might be called with NULL parameter
|
2009-08-08 22:42:52 +00:00 |
subsidy_func.h
|
(svn r17113) -Change [FS#265][FS#2094][FS#2589]: apply the subsidy when subsidy's destination is in station's catchment area and cargo packets originate from subsidy's source
|
2009-08-08 16:42:55 +00:00 |
subsidy_gui.cpp
|
(svn r17113) -Change [FS#265][FS#2094][FS#2589]: apply the subsidy when subsidy's destination is in station's catchment area and cargo packets originate from subsidy's source
|
2009-08-08 16:42:55 +00:00 |
subsidy_type.h
|
(svn r17113) -Change [FS#265][FS#2094][FS#2589]: apply the subsidy when subsidy's destination is in station's catchment area and cargo packets originate from subsidy's source
|
2009-08-08 16:42:55 +00:00 |
subsidy.cpp
|
(svn r17128) -Codechange: make code used for generating new subsidies nicer
|
2009-08-08 22:58:49 +00:00 |
tar_type.h
|
|
|
terraform_cmd.cpp
|
(svn r17075) -Codechange: rename ~750 strings to be more uniform with their relatives
|
2009-08-05 17:59:21 +00:00 |
terraform_gui.cpp
|
(svn r17075) -Codechange: rename ~750 strings to be more uniform with their relatives
|
2009-08-05 17:59:21 +00:00 |
terraform_gui.h
|
|
|
textbuf_gui.h
|
|
|
texteff.cpp
|
|
|
texteff.hpp
|
|
|
tgp.cpp
|
(svn r17131) -Codechange: apply coding style to some switch statements
|
2009-08-09 14:40:34 +00:00 |
tgp.h
|
|
|
thread_morphos.cpp
|
|
|
thread_none.cpp
|
|
|
thread_os2.cpp
|
|
|
thread_pthread.cpp
|
|
|
thread_win32.cpp
|
|
|
thread.h
|
(svn r15159) -Fix: move the UDP queries that resolve a hostname into threads so they don't freeze OpenTTD when for example the network connection got severed. Thanks to glx for writing the mutex implementation for Windows.
|
2009-01-20 03:44:43 +00:00 |
tile_cmd.h
|
|
|
tile_map.cpp
|
|
|
tile_map.h
|
|
|
tile_type.h
|
|
|
tilehighlight_func.h
|
|
|
tilehighlight_type.h
|
|
|
timetable_cmd.cpp
|
(svn r17075) -Codechange: rename ~750 strings to be more uniform with their relatives
|
2009-08-05 17:59:21 +00:00 |
timetable_gui.cpp
|
(svn r17075) -Codechange: rename ~750 strings to be more uniform with their relatives
|
2009-08-05 17:59:21 +00:00 |
timetable.h
|
|
|
toolbar_gui.cpp
|
(svn r17192) -Fix (r17175): Buttons in the toolbar of the scenario editor did not raise again.
|
2009-08-15 20:33:38 +00:00 |
toolbar_gui.h
|
|
|
town_cmd.cpp
|
(svn r17113) -Change [FS#265][FS#2094][FS#2589]: apply the subsidy when subsidy's destination is in station's catchment area and cargo packets originate from subsidy's source
|
2009-08-08 16:42:55 +00:00 |
town_gui.cpp
|
(svn r17131) -Codechange: apply coding style to some switch statements
|
2009-08-09 14:40:34 +00:00 |
town_map.h
|
|
|
town_type.h
|
|
|
town.h
|
(svn r17113) -Change [FS#265][FS#2094][FS#2589]: apply the subsidy when subsidy's destination is in station's catchment area and cargo packets originate from subsidy's source
|
2009-08-08 16:42:55 +00:00 |
track_func.h
|
|
|
track_type.h
|
|
|
train_cmd.cpp
|
(svn r17168) -Codechange: apply coding style to if and while statements
|
2009-08-14 17:11:59 +00:00 |
train_gui.cpp
|
(svn r17185) -Codechange: Tweak depot gui and vehicle lists, so text overlaps less with vehicle images.
|
2009-08-15 11:47:11 +00:00 |
train.h
|
(svn r16884) -Codechange: Add Train::GetFirstEnginePart() and use it.
|
2009-07-19 19:17:41 +00:00 |
transparency_gui.cpp
|
(svn r17075) -Codechange: rename ~750 strings to be more uniform with their relatives
|
2009-08-05 17:59:21 +00:00 |
transparency_gui.h
|
|
|
transparency.h
|
|
|
transport_type.h
|
|
|
tree_cmd.cpp
|
(svn r17075) -Codechange: rename ~750 strings to be more uniform with their relatives
|
2009-08-05 17:59:21 +00:00 |
tree_gui.cpp
|
(svn r17075) -Codechange: rename ~750 strings to be more uniform with their relatives
|
2009-08-05 17:59:21 +00:00 |
tree_map.h
|
|
|
tunnel_map.cpp
|
|
|
tunnel_map.h
|
|
|
tunnelbridge_cmd.cpp
|
(svn r17075) -Codechange: rename ~750 strings to be more uniform with their relatives
|
2009-08-05 17:59:21 +00:00 |
tunnelbridge_map.h
|
(svn r16907) -Codechange: make a more clear distinction between reservation functions that return a bool and that return TrackBits; GetRailStationReservation vs GetRailwayStationReservation, which one returns the bool and which one the TrackBits?
|
2009-07-21 22:37:10 +00:00 |
tunnelbridge.h
|
|
|
unix.cpp
|
|
|
unmovable_cmd.cpp
|
(svn r17113) -Change [FS#265][FS#2094][FS#2589]: apply the subsidy when subsidy's destination is in station's catchment area and cargo packets originate from subsidy's source
|
2009-08-08 16:42:55 +00:00 |
unmovable_map.h
|
|
|
unmovable.h
|
|
|
variables.h
|
(svn r17084) -Codechange: _age_cargo_skip_counter is common to all vehicle types
|
2009-08-06 12:33:13 +00:00 |
vehicle_base.h
|
(svn r17121) -Fix [FS#3060]: Update vehicle position cache when the vehicle sprite changes.
|
2009-08-08 18:45:12 +00:00 |
vehicle_cmd.cpp
|
(svn r17075) -Codechange: rename ~750 strings to be more uniform with their relatives
|
2009-08-05 17:59:21 +00:00 |
vehicle_func.h
|
(svn r17209) -Codechange: Move cargo_type from (Rail|Road|Ship)VehicleInfo to EngineInfo.
|
2009-08-17 18:33:48 +00:00 |
vehicle_gui_base.h
|
(svn r17185) -Codechange: Tweak depot gui and vehicle lists, so text overlaps less with vehicle images.
|
2009-08-15 11:47:11 +00:00 |
vehicle_gui.cpp
|
(svn r17185) -Codechange: Tweak depot gui and vehicle lists, so text overlaps less with vehicle images.
|
2009-08-15 11:47:11 +00:00 |
vehicle_gui.h
|
(svn r17147) -Fix [FS#3048]: Keep vehicle news and viewports following vehicles, when autoreplacing/renewing them.
|
2009-08-10 20:06:39 +00:00 |
vehicle_type.h
|
(svn r16960) -Doc: Added some viewport and vehicle type doxygen strings.
|
2009-07-26 12:49:26 +00:00 |
vehicle.cpp
|
(svn r17209) -Codechange: Move cargo_type from (Rail|Road|Ship)VehicleInfo to EngineInfo.
|
2009-08-17 18:33:48 +00:00 |
vehiclelist.cpp
|
|
|
vehiclelist.h
|
|
|
viewport_func.h
|
(svn r16764) -Codechange: unify the way viewport signs are marked dirty
|
2009-07-08 08:30:35 +00:00 |
viewport_type.h
|
(svn r16765) -Codechange: give ViewportSign's width_1 and width_2 more self explaining names
|
2009-07-08 08:50:20 +00:00 |
viewport.cpp
|
(svn r17171) -Doc: Additions and corrections of various doxygen strings.
|
2009-08-14 18:41:03 +00:00 |
void_map.h
|
|
|
water_cmd.cpp
|
(svn r17152) -Fix: A stuck train could free the reservation of another train if it was reversed or did crash.
|
2009-08-10 23:52:44 +00:00 |
water_map.h
|
|
|
water.h
|
|
|
waypoint_base.h
|
(svn r16976) -Codechange: remove WaypointID and MAX_LENGTH constants in favour of their Station variants
|
2009-07-28 21:06:38 +00:00 |
waypoint_cmd.cpp
|
(svn r17075) -Codechange: rename ~750 strings to be more uniform with their relatives
|
2009-08-05 17:59:21 +00:00 |
waypoint_func.h
|
(svn r17000) -Change: allow overbuilding/extending waypoints
|
2009-07-30 22:06:54 +00:00 |
waypoint_gui.cpp
|
(svn r17075) -Codechange: rename ~750 strings to be more uniform with their relatives
|
2009-08-05 17:59:21 +00:00 |
waypoint.cpp
|
(svn r16912) -Codechange: split waypoint.h in waypoint_base.h and waypoint_func.h
|
2009-07-22 10:18:19 +00:00 |
widget_type.h
|
(svn r17171) -Doc: Additions and corrections of various doxygen strings.
|
2009-08-14 18:41:03 +00:00 |
widget.cpp
|
(svn r17173) -Codechange: Vertically align WWT_TEXT widget, generalize vertical alignment of label and text buttons.
|
2009-08-14 21:20:22 +00:00 |
win32.cpp
|
|
|
win32.h
|
|
|
win64.asm
|
|
|
window_func.h
|
|
|
window_gui.h
|
(svn r17175) -Codechange: Only auto-raise push buttons.
|
2009-08-14 21:27:08 +00:00 |
window_type.h
|
|
|
window.cpp
|
(svn r17175) -Codechange: Only auto-raise push buttons.
|
2009-08-14 21:27:08 +00:00 |
zoom_func.h
|
|
|
zoom_type.h
|
|
|