------------------------------------------------------------------------ r12149 | frosch | 2008-02-15 18:40:42 +0000 (Fri, 15 Feb 2008) | 1 line -Codechange: Merge 'ground_sprite' and 'ground_pal' of DrawTileSprites into one PalSpriteID ------------------------------------------------------------------------ r12148 | frosch | 2008-02-15 18:34:26 +0000 (Fri, 15 Feb 2008) | 1 line -Codechange: Merge 'image' and 'pal' of DrawTileSeqStruct into one PalSpriteID ------------------------------------------------------------------------ r12147 | frosch | 2008-02-15 18:21:04 +0000 (Fri, 15 Feb 2008) | 1 line -Codechange: Use macros to build DrawTileSprites-tables in station_land and unmovable_land. ------------------------------------------------------------------------ r12146 | frosch | 2008-02-15 18:00:30 +0000 (Fri, 15 Feb 2008) | 1 line -Codechange: Use macros to build DrawTileSeqStruct-tables in station_land and unmovable_land. ------------------------------------------------------------------------ r12145 | belugas | 2008-02-15 17:38:18 +0000 (Fri, 15 Feb 2008) | 2 lines -Codechange: includes should be at the top of the source file -Codechange: undefine a defined macro once work is finished, just in case ------------------------------------------------------------------------ r12144 | peter1138 | 2008-02-15 13:28:13 +0000 (Fri, 15 Feb 2008) | 5 lines -Codechange: Adjust aircraft slowing algorithm so that very fast aircraft slow down more rapidly than slower aircraft. This prevents them from reaching the end of the runway at high speed, and also stops slow aircraft from slowing down too much at the start of the runway. ------------------------------------------------------------------------ r12143 | peter1138 | 2008-02-15 11:02:50 +0000 (Fri, 15 Feb 2008) | 2 lines -Fix (r8038): Engine::preview_player does not contain a Player ID. Rename this to preview_player_rank and change back to a uint8 to avoid confusion. ------------------------------------------------------------------------ r12142 | frosch | 2008-02-15 10:52:10 +0000 (Fri, 15 Feb 2008) | 1 line -Fix [FS#1766]: Callback 0x3D always gets a cargobit in var 0x18, independent of grf version. ------------------------------------------------------------------------ r12141 | frosch | 2008-02-14 15:59:16 +0000 (Thu, 14 Feb 2008) | 1 line -Codechange: Introduce IsNormalRoad[Tile](), IsRoadDepot[Tile]() and HasTileRoadType(); and use them. ------------------------------------------------------------------------ r12140 | belugas | 2008-02-14 15:13:36 +0000 (Thu, 14 Feb 2008) | 1 line -Codechange: A bit of code style fixes(Geektoo). ------------------------------------------------------------------------ r12139 | peter1138 | 2008-02-14 11:58:36 +0000 (Thu, 14 Feb 2008) | 2 lines -Fix (r12124): The global variable value should be returned, not the variable. ------------------------------------------------------------------------ r12138 | smatz | 2008-02-14 10:19:16 +0000 (Thu, 14 Feb 2008) | 1 line -Fix: do not allow adding tram to rail-road crossing when there is a vehicle on it ------------------------------------------------------------------------ r12137 | peter1138 | 2008-02-14 07:25:24 +0000 (Thu, 14 Feb 2008) | 2 lines -Fix [FS#1769]: Show cargo capacity for articulated vehicles correctly in the purchase list. Multiple cargo types can also now been shown. ------------------------------------------------------------------------ r12136 | belugas | 2008-02-14 03:10:22 +0000 (Thu, 14 Feb 2008) | 1 line -Fix(r12135): Code style compliance and... code style as such ------------------------------------------------------------------------ r12135 | belugas | 2008-02-14 02:57:38 +0000 (Thu, 14 Feb 2008) | 2 lines -Codechange: Road and rail bridge selection windows were identical apart the caption. So remove one window definition and set manually the caption accordingly. -Codechange: prepare the "type" of bridge parameter only once, at the beginning of the selection process. Makes less magic around. ------------------------------------------------------------------------ r12134 | smatz | 2008-02-13 19:24:40 +0000 (Wed, 13 Feb 2008) | 2 lines -Change: count the number of ticks a vehicle was running this day to calculate running cost -Fix [FS#1739]: vehicle profit is now counted with 8bit fract, so it is now shown properly in the vehicle details window ------------------------------------------------------------------------ r12133 | peter1138 | 2008-02-13 18:11:19 +0000 (Wed, 13 Feb 2008) | 2 lines -Fix: Vehicle sorting by max speed did not work properly for trains. Instead of trying to work it out again, just use the cached values... ------------------------------------------------------------------------ r12132 | smatz | 2008-02-13 17:54:11 +0000 (Wed, 13 Feb 2008) | 1 line -Cleanup: convert pathfinder selection from if/else to switch/case at many places ------------------------------------------------------------------------ r12131 | smatz | 2008-02-13 16:49:25 +0000 (Wed, 13 Feb 2008) | 1 line -Fix (r3374): with mammoth trains disabled, maximum train length was limited to 9 ------------------------------------------------------------------------ r12130 | smatz | 2008-02-13 14:31:13 +0000 (Wed, 13 Feb 2008) | 1 line -Cleanup (r12129): remove now unused strings from all language files ------------------------------------------------------------------------ r12129 | smatz | 2008-02-13 14:21:36 +0000 (Wed, 13 Feb 2008) | 1 line -Change [FS#1759]: simplified patch settings for pathfinders (Yorick) ------------------------------------------------------------------------ r12128 | peter1138 | 2008-02-13 09:34:56 +0000 (Wed, 13 Feb 2008) | 2 lines -Codechange: Replace last use of TrainPlayLeaveStationSound(v) with v->PlayLeaveStationSound(), and remove wrapper function. ------------------------------------------------------------------------ r12127 | belugas | 2008-02-13 03:21:19 +0000 (Wed, 13 Feb 2008) | 1 line -Codechange: Use a variable instead of calling the same function a few times. Again. Just a different value. ------------------------------------------------------------------------ r12126 | belugas | 2008-02-13 03:02:02 +0000 (Wed, 13 Feb 2008) | 1 line -Codechange: Use a variable instead of calling the same function a few times ------------------------------------------------------------------------ r12125 | peter1138 | 2008-02-12 20:14:14 +0000 (Tue, 12 Feb 2008) | 2 lines -Codechange: Remove redundant signal lookup table, and document why normal electric signals are handled specially. ------------------------------------------------------------------------ r12124 | frosch | 2008-02-12 15:43:10 +0000 (Tue, 12 Feb 2008) | 2 lines -Codechange: Move newgrf-variables that are common to VarAction2 and Action7/9/D to their own function. -Fix: Add some variables that were missing in one or both cases. ------------------------------------------------------------------------ r12123 | glx | 2008-02-12 14:20:55 +0000 (Tue, 12 Feb 2008) | 1 line -Add: generate.vbs script to allow project files generation for users unable to run generate bash script ------------------------------------------------------------------------ r12122 | peter1138 | 2008-02-12 13:23:57 +0000 (Tue, 12 Feb 2008) | 2 lines -Codechange: Add framework for generic feature callbacks, along with some parts for AI use. ------------------------------------------------------------------------ r12121 | peter1138 | 2008-02-12 12:54:51 +0000 (Tue, 12 Feb 2008) | 2 lines -Fix [FS#1764]: Drop down item indexes are now an int instead of a byte (Yexo) ------------------------------------------------------------------------ r12120 | peter1138 | 2008-02-12 11:46:29 +0000 (Tue, 12 Feb 2008) | 2 lines -Cleanup: const-ify parameters when checking for same cargopacket source. ------------------------------------------------------------------------ r12119 | peter1138 | 2008-02-12 11:08:47 +0000 (Tue, 12 Feb 2008) | 2 lines -Codechange: Rename grfspec_feature to match code style, and expose in header for use elsewhere. ------------------------------------------------------------------------ r12118 | belugas | 2008-02-12 03:05:27 +0000 (Tue, 12 Feb 2008) | 1 line -Codechange: Put the two descriptions of bridges in an array instead of two single variables, following the transport type it represents ------------------------------------------------------------------------ r12117 | glx | 2008-02-12 02:39:22 +0000 (Tue, 12 Feb 2008) | 1 line -Fix (r12115): strgen compilation was broken ------------------------------------------------------------------------ r12116 | glx | 2008-02-11 21:01:43 +0000 (Mon, 11 Feb 2008) | 1 line -Fix (r12083): little typos in source.list ------------------------------------------------------------------------ r12115 | smatz | 2008-02-11 20:23:38 +0000 (Mon, 11 Feb 2008) | 1 line -Codechange: move malloc/realloc error messages to separate file to spare 4-8kB of binary size ------------------------------------------------------------------------ r12114 | peter1138 | 2008-02-11 19:10:33 +0000 (Mon, 11 Feb 2008) | 2 lines -Fix (r12111): missed one Bridge -> BridgeSpec ------------------------------------------------------------------------ r12111 | belugas | 2008-02-11 17:35:15 +0000 (Mon, 11 Feb 2008) | 3 lines -Codechange: Rename Bridge to BridgeSpec, out of consistensy with other Specs in used. ------------------------------------------------------------------------ r12109 | smatz | 2008-02-11 12:42:49 +0000 (Mon, 11 Feb 2008) | 1 line -Fix [FS#1745](r8973): use tile index 0 for planes in the air, so it cannot have an invalid tile index ------------------------------------------------------------------------ r12108 | peter1138 | 2008-02-11 11:21:29 +0000 (Mon, 11 Feb 2008) | 2 lines -Fix [FS#1753]: X/Y axis swap for station tiles in GetNearbyTile() was wrong way around. ------------------------------------------------------------------------ r12107 | belugas | 2008-02-11 04:12:30 +0000 (Mon, 11 Feb 2008) | 1 line -Codechange: Add and use the typedef BridgeType ------------------------------------------------------------------------ r12106 | belugas | 2008-02-11 03:22:44 +0000 (Mon, 11 Feb 2008) | 1 line -Fix(r12105): Kill warnings and raise an error when the transport type is not supported ------------------------------------------------------------------------ r12105 | belugas | 2008-02-11 01:06:44 +0000 (Mon, 11 Feb 2008) | 1 line -Codechange: Use TransportType instead of guessing what kind of bridge we are preparing to build ------------------------------------------------------------------------ r12104 | smatz | 2008-02-10 18:31:33 +0000 (Sun, 10 Feb 2008) | 1 line -Fix (r12103): remember loading indicators transparency settings and make in switchable by Ctrl+9 ------------------------------------------------------------------------ r12103 | smatz | 2008-02-10 15:53:26 +0000 (Sun, 10 Feb 2008) | 1 line -Feature(tte): separate catenary transparency settings from building transparency settings ------------------------------------------------------------------------ r12102 | maedhros | 2008-02-10 14:49:44 +0000 (Sun, 10 Feb 2008) | 1 line -Feature: Allow locking individual transparency settings so they will not be changed by pressing 'x'. (Roujin) ------------------------------------------------------------------------ r12101 | smatz | 2008-02-10 14:16:25 +0000 (Sun, 10 Feb 2008) | 1 line -Fix (r12100): there are void tiles at MapMaxX,Y - have to substract one to be on water border tiles ------------------------------------------------------------------------ r12100 | smatz | 2008-02-10 14:00:52 +0000 (Sun, 10 Feb 2008) | 1 line -Fix (r12042): check for water class of surrounding tiles fails for buoys at map borders ------------------------------------------------------------------------ r12099 | smatz | 2008-02-10 12:01:14 +0000 (Sun, 10 Feb 2008) | 1 line -Documentation: add new RailGroundType to landscape.html ------------------------------------------------------------------------ r12098 | smatz | 2008-02-10 11:35:05 +0000 (Sun, 10 Feb 2008) | 1 line -Fix: make snow appear on rail tiles dependant on track height, not on height of the lowest part of the tile ------------------------------------------------------------------------ r12097 | glx | 2008-02-10 05:21:08 +0000 (Sun, 10 Feb 2008) | 1 line -Fix (r654, r1525): loading old, pre savegame version 2, savegames. ------------------------------------------------------------------------ r12096 | smatz | 2008-02-09 17:36:21 +0000 (Sat, 09 Feb 2008) | 1 line -Fix: remove leftover property when loading older savegames ------------------------------------------------------------------------ r12095 | smatz | 2008-02-09 17:30:13 +0000 (Sat, 09 Feb 2008) | 1 line -Fix [FS#1703]: when a company bankrupts, remove drive-through road stops, ship depots and buoys too. Update owners of water and road. ------------------------------------------------------------------------ r12094 | smatz | 2008-02-09 15:07:31 +0000 (Sat, 09 Feb 2008) | 1 line -Codechange: use DC_BANKRUPT command flag when removing player property to allow further fixes ------------------------------------------------------------------------ r12093 | smatz | 2008-02-09 12:20:50 +0000 (Sat, 09 Feb 2008) | 1 line -Fix: do not set station owner for buoys when merging company ------------------------------------------------------------------------ r12092 | belugas | 2008-02-09 03:12:05 +0000 (Sat, 09 Feb 2008) | 2 lines -Fix(r11532)[FS#1755]: Make sure the production level will not get out of delimited boundaries, while using var result 0D/0E and than multiplying/dividing it. And use multiply/divide operations instead of shifting. It does the same, just adds a bit more readability ------------------------------------------------------------------------ r12091 | belugas | 2008-02-09 03:03:09 +0000 (Sat, 09 Feb 2008) | 1 line -Codechange : remove all production level magic numbers and replace them by enums ------------------------------------------------------------------------ r12090 | belugas | 2008-02-09 02:49:33 +0000 (Sat, 09 Feb 2008) | 1 line -Codechange : removed a magic number and code style application on enum ExpensesType ------------------------------------------------------------------------ r12089 | belugas | 2008-02-09 02:46:49 +0000 (Sat, 09 Feb 2008) | 1 line -Cleanup: re-order, yet another time, the files in msvc projects ------------------------------------------------------------------------ r12088 | smatz | 2008-02-08 19:57:56 +0000 (Fri, 08 Feb 2008) | 1 line -Fix: assert when loading savegame with wrong tiletype at south map borders ------------------------------------------------------------------------