OpenTTD/src
rubidium f806b46cc9 (svn r10246) -Fix (r10297): some forgotten money conversions and truncation issues. Thanks to benc for providing the patch. 2007-06-21 14:32:27 +00:00
..
ai (svn r10246) -Fix (r10297): some forgotten money conversions and truncation issues. Thanks to benc for providing the patch. 2007-06-21 14:32:27 +00:00
blitter (svn r10245) -Codechange: added GetName also to all Blitters, instead of only the Factory 2007-06-21 13:56:59 +00:00
lang (svn r10240) -Update: WebTranslator2 update to 2007-06-21 08:03:49 2007-06-21 06:09:50 +00:00
misc
music
network (svn r10246) -Fix (r10297): some forgotten money conversions and truncation issues. Thanks to benc for providing the patch. 2007-06-21 14:32:27 +00:00
os/macosx (svn r10216) -Fix: palette animation always redid all palette entries, where in fact only a few indexes were needed 2007-06-19 15:04:08 +00:00
sound
spriteloader (svn r10156) -Fix: PNG loader can now load 8bpp palette images and greyscale images 2007-06-14 14:11:08 +00:00
strgen (svn r9874) -Feature: advanced vehicle lists a.k.a. group interface. Now you can make groups of vehicles and perform all kinds of tasks on that given group. Original code by nycom and graphics by skidd13. 2007-05-19 09:40:18 +00:00
table (svn r10185) -Codechange: make the bounding boxes of the drive through road stops a little larger so NewGRFs authors have more possibilities when replacing them (minime). 2007-06-17 18:22:43 +00:00
video (svn r10243) -Fix: crash when resizing with 32bpp and 'broken' display with 'non-standard' resolutions 2007-06-21 13:30:23 +00:00
yapf (svn r10199) -Fix [FS#884, YAPF]: 'target_seen' flag that is set prematurely in some cases (1 tile long cached segment followed by target station) stops on assert (immeR) 2007-06-18 14:40:07 +00:00
aircraft.h (svn r10009) -Codechange: Add and use Vehicle::IsPrimaryVehicle to replace individual checks depending on the vehicle type. 2007-06-01 12:03:10 +00:00
aircraft_cmd.cpp (svn r10246) -Fix (r10297): some forgotten money conversions and truncation issues. Thanks to benc for providing the patch. 2007-06-21 14:32:27 +00:00
aircraft_gui.cpp
airport.cpp
airport.h
airport_gui.cpp (svn r9905) -Feature: Allow building new stations adjacent to existing stations by holding down control. Based on a patch by Wolf01. 2007-05-23 17:33:03 +00:00
airport_movement.h (svn r10187) -Fix: don't do a 270 degree turn on the international airport when a 90 degree turn is enough. 2007-06-17 19:46:01 +00:00
articulated_vehicles.cpp (svn r10097) -Feature: Add support for articulated road vehicles, or callbacks 11 and 17 for 2007-06-11 14:00:16 +00:00
articulated_vehicles.h (svn r10097) -Feature: Add support for articulated road vehicles, or callbacks 11 and 17 for 2007-06-11 14:00:16 +00:00
autoreplace_cmd.cpp (svn r10246) -Fix (r10297): some forgotten money conversions and truncation issues. Thanks to benc for providing the patch. 2007-06-21 14:32:27 +00:00
autoreplace_gui.cpp (svn r9919) -Codechange: prepare some more places for more road types. 2007-05-25 11:01:44 +00:00
aystar.cpp
aystar.h
bmp.cpp
bmp.h
bridge.h
bridge_gui.cpp (svn r10246) -Fix (r10297): some forgotten money conversions and truncation issues. Thanks to benc for providing the patch. 2007-06-21 14:32:27 +00:00
bridge_map.cpp
bridge_map.h (svn r9892) -Codechange: lots of ground work for allowing multiple types of "road" with multiple owners on a single tile. 2007-05-20 19:14:08 +00:00
build_vehicle_gui.cpp (svn r10246) -Fix (r10297): some forgotten money conversions and truncation issues. Thanks to benc for providing the patch. 2007-06-21 14:32:27 +00:00
callback_table.cpp (svn r10087) -Fix [FS#834]: multiple subsequent "give money" actions could result in duplicate messages that money has been transfered when it only happened once. 2007-06-10 21:34:45 +00:00
callback_table.h
cargotype.cpp
cargotype.h
clear_cmd.cpp (svn r10230) -Fix [FS#594]: terraforming wipes out canals. Now you always have to remove the canal before terraforming, instead of "just" removing the canal. 2007-06-19 21:15:14 +00:00
clear_map.h
cmd_helper.h
command.cpp (svn r10246) -Fix (r10297): some forgotten money conversions and truncation issues. Thanks to benc for providing the patch. 2007-06-21 14:32:27 +00:00
command.h (svn r10246) -Fix (r10297): some forgotten money conversions and truncation issues. Thanks to benc for providing the patch. 2007-06-21 14:32:27 +00:00
console.cpp
console.h
console_cmds.cpp (svn r10182) -Codechange: rewrite most part of the file loading/searching to be more flexible. 2007-06-17 15:48:57 +00:00
currency.cpp
currency.h
date.cpp
date.h
debug.cpp
debug.h (svn r10069) -Documentation: some documentation for TIC/TOC, as it isn't what I expected... 2007-06-08 18:23:26 +00:00
dedicated.cpp
depot.cpp
depot.h
depot_gui.cpp (svn r10097) -Feature: Add support for articulated road vehicles, or callbacks 11 and 17 for 2007-06-11 14:00:16 +00:00
direction.h
disaster_cmd.cpp (svn r9914) -Codechange: prepare GTTS and the pathfinders to handle multiple road types on a single tile. 2007-05-24 22:41:50 +00:00
dock_gui.cpp (svn r10068) -Fix [FS#835]: coverage area highlight was still show when it was turned off for docks. 2007-06-08 18:15:11 +00:00
driver.cpp
driver.h
dummy_land.cpp (svn r10197) -Codechange: replace int32 with CommandCost where appropriate. 2007-06-18 10:48:15 +00:00
economy.cpp (svn r10246) -Fix (r10297): some forgotten money conversions and truncation issues. Thanks to benc for providing the patch. 2007-06-21 14:32:27 +00:00
economy.h (svn r10209) -Fix/Codechange: forgot a few changes of int32 -> Money in the previous commit 2007-06-18 22:09:54 +00:00
elrail.cpp (svn r9931) -Fix: some glitches with catenary and bridges. 2007-05-26 10:40:34 +00:00
endian_check.cpp
engine.cpp (svn r10205) -Codechange: refactor returning of cost, so it can be more easily modified. 2007-06-18 19:53:50 +00:00
engine.h (svn r10197) -Codechange: replace int32 with CommandCost where appropriate. 2007-06-18 10:48:15 +00:00
engine_gui.cpp
fileio.cpp (svn r10246) -Fix (r10297): some forgotten money conversions and truncation issues. Thanks to benc for providing the patch. 2007-06-21 14:32:27 +00:00
fileio.h (svn r10198) -Fix (r10194): did not search all search paths. 2007-06-18 11:04:12 +00:00
fios.cpp (svn r10182) -Codechange: rewrite most part of the file loading/searching to be more flexible. 2007-06-17 15:48:57 +00:00
fios.h
fontcache.cpp (svn r10190) -Codechange: merged renderer and blitter to one single class API: blitter 2007-06-17 20:30:28 +00:00
fontcache.h (svn r10166) -Feature(tte): Add support for antialiased typefaces via FreeType. This is configurable for each font size in the configuration settings and requires using the 32bpp blitter and suitable fonts. 2007-06-15 16:21:56 +00:00
functions.h (svn r10246) -Fix (r10297): some forgotten money conversions and truncation issues. Thanks to benc for providing the patch. 2007-06-21 14:32:27 +00:00
genworld.cpp (svn r9995) -Fix (r9962): Don't scroll the map at the start of a new game 2007-05-31 07:21:33 +00:00
genworld.h
genworld_gui.cpp
gfx.cpp (svn r10241) -Codechange: CopyToBuffer now produces a buffer that is unreadable from outside the blitter, so the blitter can store anything he likes 2007-06-21 12:36:46 +00:00
gfx.h (svn r10216) -Fix: palette animation always redid all palette entries, where in fact only a few indexes were needed 2007-06-19 15:04:08 +00:00
gfxinit.cpp (svn r10170) -Codechange: remove some duplication of code. 2007-06-16 12:03:36 +00:00
gfxinit.h
graph_gui.cpp
group.h (svn r9874) -Feature: advanced vehicle lists a.k.a. group interface. Now you can make groups of vehicles and perform all kinds of tasks on that given group. Original code by nycom and graphics by skidd13. 2007-05-19 09:40:18 +00:00
group_cmd.cpp (svn r10205) -Codechange: refactor returning of cost, so it can be more easily modified. 2007-06-18 19:53:50 +00:00
group_gui.cpp (svn r9898) -Fix (r9874): Many... 2007-05-22 19:48:11 +00:00
gui.h (svn r10246) -Fix (r10297): some forgotten money conversions and truncation issues. Thanks to benc for providing the patch. 2007-06-21 14:32:27 +00:00
hal.h
heightmap.cpp
heightmap.h
helpers.cpp
helpers.hpp
industry.h (svn r10088) -Codechange: A typo and a code-style 2007-06-10 23:40:29 +00:00
industry_cmd.cpp (svn r10232) -Fix(r1): _numof_industry_table never was composed of 12 entries. Only 11. 2007-06-20 03:03:00 +00:00
industry_gui.cpp (svn r10058) -Codechange: give some industry variable sensible names (like not telling "last_mo_production" when it is the production of the current month). 2007-06-07 14:38:45 +00:00
industry_map.h (svn r10115) -Codechange: Create accessors to triggers and random bits for industries. 2007-06-12 14:22:28 +00:00
intro_gui.cpp (svn r10145) -Fix: make compiling with networking disabled (again) possible. 2007-06-13 17:34:05 +00:00
landscape.cpp (svn r10229) -Cleanup: removed duplicate include (dihedral) 2007-06-19 19:49:03 +00:00
landscape.h (svn r9914) -Codechange: prepare GTTS and the pathfinders to handle multiple road types on a single tile. 2007-05-24 22:41:50 +00:00
livery.h (svn r9956) -Codechange: Add tram livery schemes 2007-05-27 09:33:41 +00:00
lzoconf.h
macros.h (svn r10246) -Fix (r10297): some forgotten money conversions and truncation issues. Thanks to benc for providing the patch. 2007-06-21 14:32:27 +00:00
main_gui.cpp (svn r10246) -Fix (r10297): some forgotten money conversions and truncation issues. Thanks to benc for providing the patch. 2007-06-21 14:32:27 +00:00
map.cpp
map.h
masm64.rules
md5.cpp
md5.h
mersenne.cpp
minilzo.cpp
minilzo.h
misc.cpp (svn r10122) -Codechange: Add a CountBitsSet function and use it to replace some less efficient loops. 2007-06-12 22:13:49 +00:00
misc_cmd.cpp (svn r10212) -Fix [FS#723]: money overflow bugs in many locations. 2007-06-19 00:05:26 +00:00
misc_gui.cpp (svn r10246) -Fix (r10297): some forgotten money conversions and truncation issues. Thanks to benc for providing the patch. 2007-06-21 14:32:27 +00:00
mixer.cpp
mixer.h
music.cpp
music.h
music_gui.cpp (svn r10182) -Codechange: rewrite most part of the file loading/searching to be more flexible. 2007-06-17 15:48:57 +00:00
namegen.cpp
namegen.h
newgrf.cpp (svn r10211) -Feature: [NewGRF] Add support for action 0F 2007-06-18 23:00:55 +00:00
newgrf.h (svn r10167) -Codechange: Change the flagging system of grf loaded feature from a bitset to a bool evaluation. 2007-06-15 23:55:52 +00:00
newgrf_callbacks.h
newgrf_canal.cpp
newgrf_canal.h
newgrf_cargo.cpp (svn r9888) -Codechange: [NewGRF] allow non-spec cargo action2s to work, and using the goods sprite if really nothing is returned. 2007-05-20 09:17:42 +00:00
newgrf_cargo.h
newgrf_commons.cpp (svn r10089) -Fix (r10040): Use GetTileZ instead of GetClearGround in GetTerrainType as 2007-06-11 04:52:51 +00:00
newgrf_commons.h (svn r10074) -Add: Addition of IndustryOverrideManager as well as the basic (and unfinished) support for callbacks for industries 2007-06-09 02:05:51 +00:00
newgrf_config.cpp (svn r10223) -Fix r10211: GCF_INIT_ONLY flag was never cleared 2007-06-19 17:13:25 +00:00
newgrf_config.h (svn r10211) -Feature: [NewGRF] Add support for action 0F 2007-06-18 23:00:55 +00:00
newgrf_engine.cpp (svn r10246) -Fix (r10297): some forgotten money conversions and truncation issues. Thanks to benc for providing the patch. 2007-06-21 14:32:27 +00:00
newgrf_engine.h
newgrf_gui.cpp (svn r10211) -Feature: [NewGRF] Add support for action 0F 2007-06-18 23:00:55 +00:00
newgrf_house.cpp (svn r10167) -Codechange: Change the flagging system of grf loaded feature from a bitset to a bool evaluation. 2007-06-15 23:55:52 +00:00
newgrf_house.h (svn r10065) -Cleanup (r9850): remove now unneeded stuff 2007-06-08 16:53:21 +00:00
newgrf_industries.cpp (svn r10127) -Add: Addition of basic structure for industry tiles callbacks (unfinished). 2007-06-13 02:29:08 +00:00
newgrf_industries.h (svn r10127) -Add: Addition of basic structure for industry tiles callbacks (unfinished). 2007-06-13 02:29:08 +00:00
newgrf_industrytiles.cpp (svn r10226) -Codechange: Add support for newindustry tiles drawing. 2007-06-19 17:33:12 +00:00
newgrf_industrytiles.h (svn r10226) -Codechange: Add support for newindustry tiles drawing. 2007-06-19 17:33:12 +00:00
newgrf_sound.cpp
newgrf_sound.h
newgrf_spritegroup.cpp
newgrf_spritegroup.h (svn r10127) -Add: Addition of basic structure for industry tiles callbacks (unfinished). 2007-06-13 02:29:08 +00:00
newgrf_station.cpp (svn r10089) -Fix (r10040): Use GetTileZ instead of GetClearGround in GetTerrainType as 2007-06-11 04:52:51 +00:00
newgrf_station.h
newgrf_text.cpp (svn r10130) -Fix (r4493): SetCurrentGrfLangID returned the wrong language ids for most languages. 2007-06-13 07:59:20 +00:00
newgrf_text.h (svn r10114) -Fix: Only load newgrf error messages if the language matches the current 2007-06-12 13:22:14 +00:00
newgrf_town.cpp
newgrf_town.h
newgrf_townname.cpp (svn r10211) -Feature: [NewGRF] Add support for action 0F 2007-06-18 23:00:55 +00:00
newgrf_townname.h (svn r10211) -Feature: [NewGRF] Add support for action 0F 2007-06-18 23:00:55 +00:00
news.h
news_gui.cpp
npf.cpp (svn r10006) -Fix (FS#362): allow different signal types on one tile 2007-05-31 21:21:04 +00:00
npf.h (svn r9914) -Codechange: prepare GTTS and the pathfinders to handle multiple road types on a single tile. 2007-05-24 22:41:50 +00:00
oldloader.cpp (svn r10212) -Fix [FS#723]: money overflow bugs in many locations. 2007-06-19 00:05:26 +00:00
oldpool.cpp
oldpool.h
openttd.cpp (svn r10190) -Codechange: merged renderer and blitter to one single class API: blitter 2007-06-17 20:30:28 +00:00
openttd.h (svn r10236) -Feature: Introduce a form of timetabling for vehicles. 2007-06-20 19:17:22 +00:00
order.h (svn r10236) -Feature: Introduce a form of timetabling for vehicles. 2007-06-20 19:17:22 +00:00
order_cmd.cpp (svn r10236) -Feature: Introduce a form of timetabling for vehicles. 2007-06-20 19:17:22 +00:00
order_gui.cpp (svn r10236) -Feature: Introduce a form of timetabling for vehicles. 2007-06-20 19:17:22 +00:00
os2.cpp
os_timer.cpp
ottdres.rc (svn r10169) -Fix [FS#875]: trunk did still tell Windows that it was version 0.5.0(.0), so now we use a "bogus" version number to tell it's not a real release. The version number that will be shown in-game will not change, only the version number in the file properties. 2007-06-16 11:13:30 +00:00
pathfind.cpp (svn r9914) -Codechange: prepare GTTS and the pathfinders to handle multiple road types on a single tile. 2007-05-24 22:41:50 +00:00
pathfind.h (svn r9914) -Codechange: prepare GTTS and the pathfinders to handle multiple road types on a single tile. 2007-05-24 22:41:50 +00:00
player.h (svn r10246) -Fix (r10297): some forgotten money conversions and truncation issues. Thanks to benc for providing the patch. 2007-06-21 14:32:27 +00:00
player_face.h
player_gui.cpp (svn r10246) -Fix (r10297): some forgotten money conversions and truncation issues. Thanks to benc for providing the patch. 2007-06-21 14:32:27 +00:00
players.cpp (svn r10210) -Codechange: make all money related variables 64 bits, so overflowing them should become a little harder. 2007-06-18 22:49:55 +00:00
queue.cpp
queue.h
rail.cpp (svn r9988) -Codechange: remove the last direct map accesses, except the ones needed for the savegame saving/loading mechanisms. 2007-05-30 13:33:19 +00:00
rail.h
rail_cmd.cpp (svn r10246) -Fix (r10297): some forgotten money conversions and truncation issues. Thanks to benc for providing the patch. 2007-06-21 14:32:27 +00:00
rail_gui.cpp (svn r10103) -Fix (r10086): TrackBitsToTrack doesn't cope well with TRACK_BIT_NONE (e.g. non-rail tiles), so use FindFirstTrack instead. 2007-06-11 16:41:34 +00:00
rail_map.h (svn r10006) -Fix (FS#362): allow different signal types on one tile 2007-05-31 21:21:04 +00:00
railtypes.h
resource.h
road.h (svn r9923) -Add: support for Action 0 Road vehicles, property 1C, bit 0. 2007-05-25 22:07:40 +00:00
road_cmd.cpp (svn r10224) -Fix [FS#891]: the town road belongs to didn't get set properly when a town builds road over tram bits. 2007-06-19 17:27:59 +00:00
road_cmd.h (svn r9897) -Codechange: prepare the toolbar for more road types. 2007-05-21 21:58:31 +00:00
road_gui.cpp (svn r10015) -Fix: one could build (only) tram tracks when that was the last built roadtype (in a normal game). 2007-06-01 17:59:11 +00:00
road_map.cpp (svn r9914) -Codechange: prepare GTTS and the pathfinders to handle multiple road types on a single tile. 2007-05-24 22:41:50 +00:00
road_map.h (svn r10014) -Fix: roads became automatically one way in the scenario editor. 2007-06-01 17:58:43 +00:00
roadveh.h (svn r10097) -Feature: Add support for articulated road vehicles, or callbacks 11 and 17 for 2007-06-11 14:00:16 +00:00
roadveh_cmd.cpp (svn r10236) -Feature: Introduce a form of timetabling for vehicles. 2007-06-20 19:17:22 +00:00
roadveh_gui.cpp (svn r10097) -Feature: Add support for articulated road vehicles, or callbacks 11 and 17 for 2007-06-11 14:00:16 +00:00
saveload.cpp (svn r10236) -Feature: Introduce a form of timetabling for vehicles. 2007-06-20 19:17:22 +00:00
saveload.h (svn r10182) -Codechange: rewrite most part of the file loading/searching to be more flexible. 2007-06-17 15:48:57 +00:00
screenshot.cpp (svn r10241) -Codechange: CopyToBuffer now produces a buffer that is unreadable from outside the blitter, so the blitter can store anything he likes 2007-06-21 12:36:46 +00:00
screenshot.h
sdl.cpp
sdl.h
settings.cpp (svn r10236) -Feature: Introduce a form of timetabling for vehicles. 2007-06-20 19:17:22 +00:00
settings.h
settings_gui.cpp (svn r10236) -Feature: Introduce a form of timetabling for vehicles. 2007-06-20 19:17:22 +00:00
ship.h (svn r10009) -Codechange: Add and use Vehicle::IsPrimaryVehicle to replace individual checks depending on the vehicle type. 2007-06-01 12:03:10 +00:00
ship_cmd.cpp (svn r10236) -Feature: Introduce a form of timetabling for vehicles. 2007-06-20 19:17:22 +00:00
ship_gui.cpp
signs.cpp (svn r10205) -Codechange: refactor returning of cost, so it can be more easily modified. 2007-06-18 19:53:50 +00:00
signs.h
signs_gui.cpp
slope.h
smallmap_gui.cpp (svn r10190) -Codechange: merged renderer and blitter to one single class API: blitter 2007-06-17 20:30:28 +00:00
sound.cpp (svn r10138) -Fix: when you got a sufficiently small resolution, there is a possibility for a division by zero when a sound is played. 2007-06-13 14:56:27 +00:00
sound.h
sprite.h
spritecache.cpp (svn r10190) -Codechange: merged renderer and blitter to one single class API: blitter 2007-06-17 20:30:28 +00:00
spritecache.h (svn r10157) -Fix: use as indentified for PNGs, the place of the image as it was in the grf, not the internal SpriteID 2007-06-14 14:31:48 +00:00
station.cpp (svn r10062) -Codechange: Don't redraw all station tiles when cargo is added or removed if the station has no custom graphics. 2007-06-08 09:35:39 +00:00
station.h (svn r10208) -Codechange: replace int32 with Money where appropriate. 2007-06-18 21:44:47 +00:00
station_cmd.cpp (svn r10210) -Codechange: make all money related variables 64 bits, so overflowing them should become a little harder. 2007-06-18 22:49:55 +00:00
station_gui.cpp (svn r10246) -Fix (r10297): some forgotten money conversions and truncation issues. Thanks to benc for providing the patch. 2007-06-21 14:32:27 +00:00
station_map.cpp
station_map.h (svn r9892) -Codechange: lots of ground work for allowing multiple types of "road" with multiple owners on a single tile. 2007-05-20 19:14:08 +00:00
stdafx.h (svn r10212) -Fix [FS#723]: money overflow bugs in many locations. 2007-06-19 00:05:26 +00:00
string.cpp
string.h
strings.cpp (svn r10211) -Feature: [NewGRF] Add support for action 0F 2007-06-18 23:00:55 +00:00
strings.h (svn r10032) -Add: sort the strings in server language dropdown 2007-06-04 16:07:22 +00:00
subsidy_gui.cpp
terraform_gui.cpp (svn r9901) -Codechange: Decide what to do with selected land areas based on the specific variable, not how it was highlighted. 2007-05-23 13:52:10 +00:00
texteff.cpp (svn r10244) -Fix: make sure to let 32bpp-anim report the increased buffer-size it needs 2007-06-21 13:31:41 +00:00
tgp.cpp
tgp.h
thread.cpp
thread.h
tile.cpp
tile.h
timetable.h (svn r10237) -Fix (r10236): It helps if you use svn add with new files... 2007-06-20 19:26:25 +00:00
timetable_cmd.cpp (svn r10237) -Fix (r10236): It helps if you use svn add with new files... 2007-06-20 19:26:25 +00:00
timetable_gui.cpp (svn r10239) -Fix (r10236): The pin button didn't move when resizing the timetable gui. 2007-06-20 20:02:30 +00:00
town.h (svn r10211) -Feature: [NewGRF] Add support for action 0F 2007-06-18 23:00:55 +00:00
town_cmd.cpp (svn r10211) -Feature: [NewGRF] Add support for action 0F 2007-06-18 23:00:55 +00:00
town_gui.cpp (svn r10246) -Fix (r10297): some forgotten money conversions and truncation issues. Thanks to benc for providing the patch. 2007-06-21 14:32:27 +00:00
town_map.h
train.h (svn r10009) -Codechange: Add and use Vehicle::IsPrimaryVehicle to replace individual checks depending on the vehicle type. 2007-06-01 12:03:10 +00:00
train_cmd.cpp (svn r10246) -Fix (r10297): some forgotten money conversions and truncation issues. Thanks to benc for providing the patch. 2007-06-21 14:32:27 +00:00
train_gui.cpp
transparency_gui.cpp
transparency_gui.h
tree_cmd.cpp (svn r10205) -Codechange: refactor returning of cost, so it can be more easily modified. 2007-06-18 19:53:50 +00:00
tree_map.h
tunnel_map.cpp
tunnel_map.h (svn r9892) -Codechange: lots of ground work for allowing multiple types of "road" with multiple owners on a single tile. 2007-05-20 19:14:08 +00:00
tunnelbridge_cmd.cpp (svn r10205) -Codechange: refactor returning of cost, so it can be more easily modified. 2007-06-18 19:53:50 +00:00
unix.cpp (svn r9990) -Fix: MorphOS and AmigaOS do not like "//" in filenames as that means the same as "/../" in means in Unix. 2007-05-30 18:24:54 +00:00
unmovable.h
unmovable_cmd.cpp (svn r10208) -Codechange: replace int32 with Money where appropriate. 2007-06-18 21:44:47 +00:00
unmovable_map.h
variables.h (svn r10246) -Fix (r10297): some forgotten money conversions and truncation issues. Thanks to benc for providing the patch. 2007-06-21 14:32:27 +00:00
vehicle.cpp (svn r10236) -Feature: Introduce a form of timetabling for vehicles. 2007-06-20 19:17:22 +00:00
vehicle.h (svn r10236) -Feature: Introduce a form of timetabling for vehicles. 2007-06-20 19:17:22 +00:00
vehicle_gui.cpp (svn r10246) -Fix (r10297): some forgotten money conversions and truncation issues. Thanks to benc for providing the patch. 2007-06-21 14:32:27 +00:00
vehicle_gui.h (svn r10097) -Feature: Add support for articulated road vehicles, or callbacks 11 and 17 for 2007-06-11 14:00:16 +00:00
viewport.cpp (svn r10190) -Codechange: merged renderer and blitter to one single class API: blitter 2007-06-17 20:30:28 +00:00
viewport.h (svn r9900) -Codechange: Separate the variables for how to highlight a land area and what to do with it afterwards. 2007-05-23 12:45:56 +00:00
void_map.h
water_cmd.cpp (svn r10205) -Codechange: refactor returning of cost, so it can be more easily modified. 2007-06-18 19:53:50 +00:00
water_map.h (svn r10230) -Fix [FS#594]: terraforming wipes out canals. Now you always have to remove the canal before terraforming, instead of "just" removing the canal. 2007-06-19 21:15:14 +00:00
waypoint.cpp (svn r10205) -Codechange: refactor returning of cost, so it can be more easily modified. 2007-06-18 19:53:50 +00:00
waypoint.h (svn r10197) -Codechange: replace int32 with CommandCost where appropriate. 2007-06-18 10:48:15 +00:00
widget.cpp
win32.cpp (svn r10182) -Codechange: rewrite most part of the file loading/searching to be more flexible. 2007-06-17 15:48:57 +00:00
win32.h
win64.asm
window.cpp (svn r10190) -Codechange: merged renderer and blitter to one single class API: blitter 2007-06-17 20:30:28 +00:00
window.h (svn r9962) -Feature: Add smooth viewport scrolling. This must be enabled with patch setting 'smooth_scroll' 2007-05-28 16:46:16 +00:00
zoom.hpp (svn r10093) -Revert: removed 16x zoom-out as it is broken beyond repair 2007-06-11 11:59:36 +00:00