1
0
Fork 0

Commit Graph

  • d52bf846f3 (svn r3047) The parameters for the railtype check got flipped in the train build window (this caused no visible problem so far, therefore no Fix tag) tron 2005-10-15 16:43:18 +0000
  • d5042d4ab2 (svn r3046) Replace some numbers with sprite names and fix a typo in the sprite list tron 2005-10-15 11:06:54 +0000
  • ab41ccb23c (svn r3045) -NewGRF, Codechange: Don't attempt to map and empty sprite group to a vehicle. peter1138 2005-10-15 07:40:22 +0000
  • 5c3625b88f (svn r3044) -NewGRF, Codechange: Improve handling of non-existent sprite sets. peter1138 2005-10-14 20:10:12 +0000
  • f97d1274bc (svn r3040) Don't deduce the cursor sprites when building rails from magic numbers, but fetch them from the central rail info array. tron 2005-10-14 08:11:18 +0000
  • 1667628659 (svn r3039) Revert accidently commited changes from last commit tron 2005-10-14 08:02:18 +0000
  • 67741ceace (svn r3038) Reorder the loading of standard graphics files to reflect a bit where in the sprite array the sprites end up and assert, that the indices are equal to the corresponding sprite base enums, to guard against typos. tron 2005-10-14 07:59:16 +0000
  • 7520ef8f33 (svn r3037) Don't deduce the sprites for tunnels and level crossings from magic numbers, but fetch them from the central rail info array. This is a preparation step for electrified rails tron 2005-10-13 16:00:14 +0000
  • d37639ac3e (svn r3036) Use IsCompatibleRail() to check the rail type of level crossings (not a fix, because the old == method works so far) tron 2005-10-13 14:44:03 +0000
  • 03e947cbfe (svn r3035) Augment the engine table with symbolic names for rail types and climates tron 2005-10-13 12:33:03 +0000
  • 5551b423fc (svn r3034) -NewGRF: Improve error checking of setting price bases. peter1138 2005-10-12 09:54:29 +0000
  • 0321dc9fc5 (svn r3033) [Translations] Fixed (? :-)) lithuanian language miham 2005-10-12 09:35:14 +0000
  • c78e87d4da (svn r3032) -NewGRF, Feature: Add support for changing base prices. peter1138 2005-10-12 07:27:56 +0000
  • d678a12445 (svn r3031) forgot 1 file and two lines in rev 3029 (mac midi stuff) bjarni 2005-10-11 16:40:56 +0000
  • 9fea263c77 (svn r3030) More work for GB/SB, this time concerning the waiting_acceptance attribute of stations tron 2005-10-11 13:54:21 +0000
  • 6fb7381efa (svn r3029) -Change: [OSX] removed the buggy java midi player, which was rendered obsolite by r3022 bjarni 2005-10-10 15:22:47 +0000
  • 76db75d81a (svn r3028) s/255/OWNER_SPECTATOR/ tron 2005-10-10 10:36:37 +0000
  • cafd3528a4 (svn r3027) -Feature: [OSX] command+q now works in main menu (Tobin) bjarni 2005-10-07 20:53:21 +0000
  • 7ba69ad146 (svn r3026) -Fix: [OSX] fixed bug that prevented dedicated servers from compiling (introduced in r3022) bjarni 2005-10-07 16:48:53 +0000
  • 9134e19d7e (svn r3025) -Fix: Rail convert issue introduced in r3019 Darkvater 2005-10-07 15:53:33 +0000
  • 3397e202c8 (svn r3024) -Codechange: Another batch of replacements of int/uint/int16/byte/-1 with proper types and constants tron 2005-10-07 07:35:15 +0000
  • 2b44da199c (svn r3023) -Fix [BeOS] fixed compilation on BeOS R5 (MYOB) bjarni 2005-10-06 18:28:27 +0000
  • 37af5bc475 (svn r3022) -feature: [OSX] OSX now uses quicktime to play midi files this eliminates the long pauses between songs and the "leaving process hehind" bug (moebius_) bjarni 2005-10-06 17:57:18 +0000
  • 9666e753fb (svn r3021) -Fix: "The finnish markka was never abbreviated with capital letters." (ln-) tron 2005-10-06 09:35:08 +0000
  • 6006aa1a04 (svn r3020) [Translations] Updating translations to 2005-10-06 {@326} (4 langs changed) miham 2005-10-06 06:49:53 +0000
  • ae4a1f3675 (svn r3019) -Codechange: Replace explicit shifting/anding/oring with GB and SB tron 2005-10-05 07:20:26 +0000
  • 102cf2615f (svn r3018) -Fix: Fixed industry colour issue introduced in r3010. peter1138 2005-10-05 04:00:39 +0000
  • abe60acbbb (svn r3017) -NewGRF: Implement sprite group unreferencing and unloading. peter1138 2005-10-04 21:42:00 +0000
  • c655e13e92 (svn r3016) -NewGRF: Implement the start of reference counting for sprite groups. This will allow unloading. peter1138 2005-10-04 20:58:10 +0000
  • d1591e864d (svn r3015) -NewGRF: Add a new sprite group result type, and support loading of callbacks results within random and "real" groups. (Not fully supported yet.) peter1138 2005-10-04 20:38:26 +0000
  • 9fabe008a0 (svn r3014) -NewGRF, Codechange: Make all sprite group references be pointers instead of copying the data around. peter1138 2005-10-04 19:52:26 +0000
  • c3a73d4047 (svn r3013) Update the documentation: The 'owner' attribute was renamed to 'm1' long ago tron 2005-10-04 17:34:50 +0000
  • 8bd4a63c47 (svn r3012) Extract the correct bits when checking if it's a road or rail tunnel; this is not flagged as fix, because it accidently worked tron 2005-10-04 06:34:39 +0000
  • 01559c99b1 (svn r3011) Refix last revision's fix of VS6 which broke compilation on MinGW. Also beautify stdafx.h with nice indentation and comments after big #ifdef blocks. Hope it didn't break compilation on any OS's. Darkvater 2005-10-03 22:16:30 +0000
  • db3b1228bf (svn r3010) Get rid of quite some dubious casts, either by using GB(), proper types or just removing them tron 2005-10-03 21:20:01 +0000
  • b0a365ee67 (svn r3009) DIEEEEEEEEEEE VS6 (you good-for-nothing compiler) Darkvater 2005-10-03 21:10:51 +0000
  • a3d40a29fc (svn r3008) [ 1247535 ] Native Support for Win64 (compile&run only) (michi_cc) Fix warning in graph_gui.c with const problem Darkvater 2005-10-02 22:39:56 +0000
  • e8fac6c6cb (svn r3007) [Translations] Updating translations to 2005-10-02 {@563} (4 langs changed) miham 2005-10-02 12:31:00 +0000
  • c294de06b9 (svn r3006) -Fix, NewGRF: Don't assert on user input, skip data instead. -Codechange, NewGRF: Remove unnecessary NULL check. peter1138 2005-10-02 12:00:30 +0000
  • 4fe06ceecc (svn r3005) -Fix, NewGRF: Some GRF files don't specify a name or description, in which case the Action 8 is 8 bytes, not 9. (pb_viaduct) peter1138 2005-10-01 17:41:41 +0000
  • adc5c1230f (svn r3004) -Feature, NewGRF: Support loading of bridge attributes and tables from GRF. Currently drawing tall pillars uses old data. peter1138 2005-10-01 17:38:48 +0000
  • 0cc45ecd8e (svn r3003) Change int, uint, uin16 and byte to EngineID where appropriate, plus some related changes (mostly casts) tron 2005-10-01 12:43:34 +0000
  • eb1d025d08 (svn r3002) -Fix, Newgrf: Max speed of 0xFFFF means no max speed. -Fix, Newgrf: Don't mark an engine as a wagon after setting speed -- wagons can have speed limits. peter1138 2005-09-30 20:51:20 +0000
  • ed8c9c91d6 (svn r3001) s/Player*/const Player*/ s/byte/PlayerID/ s/int/PlayerID/ and related changes tron 2005-09-30 20:37:25 +0000
  • af5b74f0ed (svn r3000) [Translations] Updating translations to 2005-09-30 {@457} (15 langs changed) miham 2005-09-30 09:58:59 +0000
  • f6bda82806 (svn r2999) Do not pass if the HQ gets built for the first time or gets relocated as parameter - the command function has to check this anyway tron 2005-09-30 08:57:12 +0000
  • f8d1267d71 (svn r2998) -Codechange: Split rail drawing code off from DrawTile_Rail into a separate function to be used elsewhere. (Deja vu?) peter1138 2005-09-29 20:20:34 +0000
  • e33faa5ed5 (svn r2997) -Codechange: Split road drawing code off from DrawTile_Road into a separate function to be used elsewhere. peter1138 2005-09-29 19:59:57 +0000
  • 3a964862f7 (svn r2996) 0xFFFF -> INVALID_STRING_ID tron 2005-09-28 21:49:55 +0000
  • ce1c72cf6e (svn r2995) Replace 0xFF/0xFFFF with CT_INVALID/OWNER_SPECTATOR/INVALID_STATION where appropriate tron 2005-09-28 19:35:36 +0000
  • 6249dd46ad (svn r2994) Another small hack regarding currencies: add a #define to emulate a variable, that holds the current currency; again this should increase readability tron 2005-09-27 20:55:42 +0000
  • 5f3bb18eb7 (svn r2993) Fix: Reset aircraft images differently. Fixes assertion introduced in r2991. peter1138 2005-09-27 19:16:37 +0000
  • ff30404170 (svn r2992) Use PlayerID, StationID and INVALID_STATION instead of int, int and -1 tron 2005-09-27 18:51:04 +0000
  • 50f1a93664 (svn r2991) Reset vehicle images on game load. Allows savegames with NewGRFs saved prior to r2868 to load. peter1138 2005-09-26 20:32:13 +0000
  • fbf06041ca (svn r2990) Remove _engine_original_sprites and replace all uses with references to our (new) original engine/vehicle tables. peter1138 2005-09-26 19:01:49 +0000
  • 2314431a59 (svn r2989) - Make engine/vehicle information tables constant. Duplicate them so NewGRF data can be loaded without wiping out the default data. peter1138 2005-09-26 18:43:58 +0000
  • c76f01b6ff (svn r2988) static where static is due tron 2005-09-26 13:38:12 +0000
  • d28067445a (svn r2987) -Fix: restart_game_date is an UINT16, not a BYTE. Now setting the game restart year via the console should work (Debolaz) tron 2005-09-26 08:11:48 +0000
  • 23838df7fa (svn r2986) [Translations] Fixed up english.txt (still don't know how Webtranslator screwed it up) miham 2005-09-25 19:39:42 +0000
  • 269627b0ba (svn r2985) Print warnings and errors in the canonical file:line: form to make life for IDEs easier (ln-) tron 2005-09-25 09:15:09 +0000
  • c2c865e4b9 (svn r2984) Use adequate types, this should aid portability a bit tron 2005-09-25 09:04:59 +0000
  • 03ad234d47 (svn r2983) [Translations] Updating translations to 2005-09-24 {@892} (11 langs changed) miham 2005-09-24 20:24:35 +0000
  • c02b1d555d (svn r2982) Newgrf: Added patch option for wagon speed limits. This is enabled by default. peter1138 2005-09-24 13:56:39 +0000
  • 47de27ab69 (svn r2981) Remove a no-op tron 2005-09-24 06:43:26 +0000
  • 5dad0588df (svn r2980) - Add some comments to some setting enums, and fix a 'const' warning. - Add settings.h to VS.NET project. Darkvater 2005-09-23 23:23:01 +0000
  • 1b16f210c2 (svn r2979) Avoid unnecessary recursion tron 2005-09-23 20:20:08 +0000
  • b1e6b54f94 (svn r2978) Make a global variable local tron 2005-09-23 20:13:48 +0000
  • d5d8d29c9f (svn r2977) - CodeChange: [pbs] Use a check to see if a rail segment is a pbs segment, instead of letting the pathfinder determine this. hackykid 2005-09-23 17:37:21 +0000
  • 35ce780bb6 (svn r2976) -Fix: Align settings pool items to the size of void* to fix bus errors on 64bit architectures which require aligned variables tron 2005-09-23 14:21:39 +0000
  • 7ee0b8ac86 (svn r2975) Use the correct types, not types which accidently have the same size on 32bit machines tron 2005-09-23 12:13:58 +0000
  • 9c2700b14c (svn r2974) -Fix: Drag and drop selection on drop down boxes didn't select correct item when some items were hidden. -Separate disabled and hidden masks in drop downs to support both hidden and disabled items. peter1138 2005-09-23 07:44:03 +0000
  • 313fcfbd83 (svn r2973) Move a function declaration somewhere where it belongs tron 2005-09-23 06:38:36 +0000
  • afcb9f0d60 (svn r2972) Fix the speed of the AI tron 2005-09-23 06:34:06 +0000
  • eeeeecb030 (svn r2971) - Newgrf: Support loading VarAction2 parameter for variables 0x60-0x7F. This parameter isn't used yet. peter1138 2005-09-22 20:58:14 +0000
  • e380abec97 (svn r2970) - Newgrf: Allocate spritegroups dynamically; this allows a cargo ID to reference the previous definition of the same cargo ID, instead of causing loops. peter1138 2005-09-22 20:35:20 +0000
  • 02c2de2a67 (svn r2969) -Newgrf: Show a wagon's speed limit in purchase list. peter1138 2005-09-22 10:31:09 +0000
  • 1195076373 (svn r2968) -Newgrf: Implement current set of action D (ParamSet) operations. peter1138 2005-09-21 19:07:58 +0000
  • 4d8c903d62 (svn r2967) Fix: newgrf: Wagon speed limits don't apply for wagons with livery overrides. Fixes max speed in dbsetxl etc. peter1138 2005-09-20 19:35:52 +0000
  • 5676cc32b4 (svn r2966) Fix: newgrf: Replace special case with a check for the existence of a handler in VehicleChangeInfo. peter1138 2005-09-20 17:33:57 +0000
  • 2f0616e9f2 (svn r2965) Fix: newgrf: Add bounds checking to VehicleChangeInfo for vehicles and change station special case to vehicle special case. peter1138 2005-09-20 11:07:33 +0000
  • a3b3c3cf31 (svn r2964) Fix: newgrf: Include missing grf feature canal. peter1138 2005-09-20 09:38:09 +0000
  • 3d197e0861 (svn r2963) Fix: calculate proportions of non-square giant screenshot correctly. peter1138 2005-09-19 16:03:47 +0000
  • 8e6a911700 (svn r2962) - const correctness for all Get* functions and most Draw* functions that don't change their pointer parameters - change a lot of byte player types to PlayerID - beautify header files, same "#endif /* filename */" ending Darkvater 2005-09-18 20:56:44 +0000
  • 3097ee2429 (svn r2961) - Fix: [ 1219123 ] Fix for [ 1216203 ] UFO-broken waypoint (lucaspiller) Darkvater 2005-09-17 13:57:01 +0000
  • 72ef17dace (svn r2960) - Fix: [ 1227779 ] Fix win32 midi volume level control which didn't work (glx) Darkvater 2005-09-17 13:15:16 +0000
  • c930f8f8c0 (svn r2959) - Fix: [ 1266036 ] Fix [ 1236317 ] Vehicles with and TRANSFER order don't have that order restored (i_dachev). Also disallow non-train type vehicles to have non-stop orders. Darkvater 2005-09-16 16:03:18 +0000
  • 4797310f91 (svn r2958) - Feature: [ 1258971 ] Menu option to toggle console. Mainly for MacOS's or PDA's. (toholio) Darkvater 2005-09-16 10:50:06 +0000
  • 2525e1d507 (svn r2957) - Feature: [ 1263280 ] Danish town names (fey_dk) Darkvater 2005-09-16 10:37:21 +0000
  • 180997534c (svn r2956) - Fix: [ 1253736 ] creating many town crash to desktop. Now it 'dies' with an ingame error message informing the gamer if it couldn't generate any towns in user-space. Still if it happens during new-game generation it crashes since we don't yet have actions to do in such a circumstance. Darkvater 2005-09-16 00:33:33 +0000
  • 1419244551 (svn r2955) Fix: make ottd start with the last resolution you had set (custom) (win32) Darkvater 2005-09-15 22:42:59 +0000
  • e9401f09a7 (svn r2954) - Force assertion message to be output to a messagebox instead to the console which MinGW32 had the habit of doing. Using undocumented (in mingw) __set_error_mode() function. Darkvater 2005-09-15 21:59:07 +0000
  • 7164ff86f9 (svn r2953) - Fix: [ 1257766 ] Cannot make ships go to an oil platform (oilrig has no station). While it is still possible that oilrigs end up without a station, it is only the case where no more stations can be built at all Darkvater 2005-09-14 22:03:27 +0000
  • db31fe8e15 (svn r2952) Querytool output is be 0xAAAA. with leading 0x. Couldn't use # cause that would have written 0X Darkvater 2005-09-14 19:22:06 +0000
  • 2131f68ae2 (svn r2951) - Fix: [ 1259345 ] Changing engine in netgame opens train window for everyone - Add IsLocalPlayer() which substitutes _local_player == _current_player Darkvater 2005-09-14 18:03:38 +0000
  • 1bf06d7da4 (svn r2950) -Fix: [ 1259327 ] Server crash with "say" -command Darkvater 2005-09-14 17:21:30 +0000
  • 236abb6a6c (svn r2949) The AI no longer needs to 'cheat' to build aircraft; eg it builds them now from a hangar. Also, to query the price of a new aircraft tile information is not needed Darkvater 2005-09-13 13:30:18 +0000
  • 2e87864d0b (svn r2948) -Fix: the old AI needs a special flag that triggers all kind of special abilities you really don't want to know about (free bridges, etc..) I removed this flag some revisions ago, but the Aircraft part depends on it, so I re-enabled it again.. truelight 2005-09-13 12:19:27 +0000
  • 42813c5426 (svn r2947) Reorder some code to prepare for future enhancements and get rid of some gotos (peter1138) tron 2005-09-13 09:23:23 +0000
  • b84e36d717 (svn r2946) Remove redundant calls, simplify a check and terminate the argument list of execlp() as suggested by the manpage to make it correctly work on 64bit platforms tron 2005-09-12 09:53:56 +0000
  • 02472528ad (svn r2945) Add 'del' alias to rm console command Darkvater 2005-09-11 18:36:22 +0000