1
0
Fork 0

Commit Graph

  • a55ac6efac (svn r4738) - Newstations: attach all sprite group cargo types, not just the default and purchase pseudo types, to a station spec. peter1138 2006-05-04 19:15:02 +0000
  • 0a16393ffe (svn r4737) - Newstations: 'real' groups picked the wrong set of loading or loaded sprites peter1138 2006-05-04 18:10:17 +0000
  • 263281ef82 (svn r4736) - Newstations: use the correct value for PBS status (No PBS) peter1138 2006-05-04 18:07:18 +0000
  • 1335813d08 (svn r4735) WebTranslator2 update to 2006-05-04 16:19:23 czech - 1 changed by Hadez (1) dutch - 3 fixed by webfreakz (3) german - 1 fixed, 3 changed by Neonox (3), moewe2 (1) hungarian - 2 changed by miham (2) polish - 9 changed by meush (9) portuguese - 3 fixed, 3 changed by izhirahider (6) romanian - 58 fixed by kneekoo (58) slovenian - 95 fixed by christooss (95) turkish - 1 fixed by jnmbk (1) miham 2006-05-04 14:21:57 +0000
  • d8ea65dc82 (svn r4734) - Newstations: add more variables and fix a division by zero. peter1138 2006-05-04 07:26:30 +0000
  • c768bfbba5 (svn r4733) - NewGRF: remove remnants of old resolver code. peter1138 2006-05-04 03:38:09 +0000
  • ac18c6063a (svn r4732) - Fix: use correct types in IsValid[Direction|Axis] glx 2006-05-03 22:12:09 +0000
  • 8892c1d1de (svn r4731) - Backport from trunk (r4203): Fix: compile on older mingw32 versions (3.1.0) Darkvater 2006-05-03 21:57:09 +0000
  • 660d991cc1 (svn r4730) - Backport from trunk (r4690): Fix (r4668, br4301): Editing a too long string in the editbox resulted in improper strings Update about box with Mihamix's real name Darkvater 2006-05-03 21:40:45 +0000
  • fe6801bb57 (svn r4729) - Newstations: replace old station resolver with new resolver code (as has happened for vehicles) peter1138 2006-05-03 21:35:33 +0000
  • 63a1bc7ee7 (svn r4728) - Backport from trunk (r4689): Codechange: correct parameter order or calloc, and use the sizeof the variable rather than a struct Darkvater 2006-05-03 21:35:10 +0000
  • 2aba4c3354 (svn r4727) - Backport from trunk (r4688): Fix: Ensure the map memory is cleared after it is allocated. This fixes random deserts that sometimes occurred. Darkvater 2006-05-03 21:34:07 +0000
  • 4021f48c58 (svn r4726) - Backport from trunk (r4373, r4374, r4402): Fix: Some weird behaviour with tile selection near bridges Darkvater 2006-05-03 21:28:48 +0000
  • 530b413612 (svn r4724) - Newstations: Add per-tile random data for station tiles. peter1138 2006-05-03 21:25:49 +0000
  • be5744ae50 (svn r4723) - Newstations: add TileIndex parameter to station resolver. peter1138 2006-05-03 21:19:21 +0000
  • b4a254cd43 (svn r4722) - Newstations: release station sprite layout data when uninitializing NewGRF data. peter1138 2006-05-03 21:07:44 +0000
  • 79f0628139 (svn r4721) - NewGRF: use loading sprites rather than loaded when there is no vehicle (fixes issue with purchase list) peter1138 2006-05-03 20:51:42 +0000
  • debfc88862 (svn r4720) - Newstations: instead of literally copying sprite layout data, just copy the pointer to the existing data. peter1138 2006-05-03 20:42:45 +0000
  • 76411cef63 (svn r4719) - Newstations: instead of drawing nothing, fall back to the default sprite layout if a station layout specifies so. peter1138 2006-05-03 20:35:41 +0000
  • ca6ccf035f (svn r4718) - Backport from trunk (r4715): Fix: Don't allow PF to enter train depot from the back (signal updates) Darkvater 2006-05-03 20:25:10 +0000
  • f2143b3d9b (svn r4717) - Backport from trunk (r4466): Fix: Game no longer crashes when the last vehicle serving a station has been deleted. This is not exactly the same fix as in trunk/ where it might still accept types of invalid types but it doesn't crash anymore. The true fix is not possible without a savegame bump. Darkvater 2006-05-03 20:09:28 +0000
  • 6b01384faf (svn r4716) - NewGRF: fix problem with loading custom station class id; use BSWAP32() only on variables, not functions. peter1138 2006-05-03 19:31:00 +0000
  • 758bb8f34b (svn r4715) - Fix: (FS#109) — Wrongfully bad signal - Don't allow OPF to enter train depot from the back KUDr 2006-05-03 16:18:45 +0000
  • 4ef1033287 (svn r4714) - NewGRF: simplify evaluation of 'real' sprite groups. peter1138 2006-05-03 15:46:21 +0000
  • 9cd88e7153 (svn r4713) - Fix: random crashes when opening some GUI (i.e. cheats window) on Win32 debug build. KUDr 2006-05-03 15:21:49 +0000
  • 790d0b1703 (svn r4709) - Codechange: avoid messing around with globals, magic numbers and literal strings by using a string ID, when drawing the small right arrow for the small order lists (aircraft and ships) peter1138 2006-05-03 14:22:59 +0000
  • d50896be63 (svn r4708) - NewGRF: fix selection of number of loaded and loading states. peter1138 2006-05-03 12:17:02 +0000
  • 102ca98c1c (svn r4707) - NewGRF: minor code duffage; return early and less indentation. peter1138 2006-05-03 11:19:17 +0000
  • 36d1e4a1a1 (svn r4706) - NewGRF: add the correct default error message for the wagon attach callback. peter1138 2006-05-03 06:24:14 +0000
  • a8bd882577 (svn r4704) - NewGRF: in Action 0x03, set the engine type's GRF ID on the 'default' cargo type, not for each specific cargo. Fixes '(undefined string)' issues, as some engines weren't set properly. peter1138 2006-05-02 21:58:02 +0000
  • 6c3cc7fd16 (svn r4703) - NewGRF: add support for callback 0x1D, "can wagon be attached". This can be used to disallow freight wagons to be placed in passenger trains, along with other uses. peter1138 2006-05-02 21:43:47 +0000
  • a38c8605b0 (svn r4702) - NewGRF: add support for 'special' vehicle callbacks that use a different vehicle for parent scope than the first vehicle in the consist. peter1138 2006-05-02 21:42:11 +0000
  • 9c97eb32ba (svn r4701) - Backport from trunk (r4520): Fix: Reset the last built railtype when starting a new game Darkvater 2006-05-02 21:19:48 +0000
  • aee14a4a1e (svn r4698) - When selecting files to commit, select the correct ones... missed header file update in r4697 peter1138 2006-05-02 20:48:27 +0000
  • 36a98ba47e (svn r4697) - NewGRF: callback IDs can now be 16 bit values. peter1138 2006-05-02 20:44:06 +0000
  • 26f6659ec0 (svn r4696) - NewGRF: add support for vehicle variable 0x60, count vehicle type occurance. peter1138 2006-05-02 20:17:17 +0000
  • f9fc273d2a (svn r4695) - Backport language changes from trunk up to r4592. Darkvater 2006-05-02 19:52:56 +0000
  • a2ce9d7535 (svn r4693) - NewGRF: invalidate aircraft in viewports during loading stages so that graphic changes are visible. (mart3p) peter1138 2006-05-02 19:24:02 +0000
  • 9671d6a9eb (svn r4692) - Use DEBUG() instead of direct fprintf in extmidi music driver, and silence 'set volume not implemented' warning at the default debug level. peter1138 2006-05-02 19:09:49 +0000
  • 60b3d37dff (svn r4691) - Codechange: don't use unnamed unions as GCC 2.95.ancient won't compile it. Needed for our MorphOS user ;) peter1138 2006-05-02 18:56:07 +0000
  • f9316c5a65 (svn r4690) [Fix] Fixed ShowQueryString() to close FS#151 miham 2006-05-02 17:28:29 +0000
  • 387ce97c28 (svn r4689) - Codechange: correct parameter order or calloc, and use the sizeof the variable rather than a struct peter1138 2006-05-02 14:34:53 +0000
  • 143b8d1f67 (svn r4688) - Ensure the map memory is cleared after it is allocated. This fixes random deserts that sometimes occurred. peter1138 2006-05-02 14:34:00 +0000
  • 343fdd71ef (svn r4687) - Backport from trunk (r4674): Codechange: use correct parameter order for allocating sound file memory Darkvater 2006-05-02 14:14:04 +0000
  • 3d8b1c4fec (svn r4686) - Backport from trunk (r4639): Feature: Turksih town names (Turkish is in the lang/ folder, so town names are appropiate) Darkvater 2006-05-02 14:12:19 +0000
  • 00c45347fd (svn r4685) - Backport from trunk (r4599): Fix: Cloned vehicles get the same service interval as the original vehicle Darkvater 2006-05-02 14:06:15 +0000
  • 6fc56409e6 (svn r4684) - Backport from trunk (r4591): Fix: Game no longer errors out when "Many random towns" is selected in the scenario editor. Darkvater 2006-05-02 14:02:23 +0000
  • 8e4cf4d599 (svn r4683) - Backport from trunk (r4586): Codechange: Recursive commands that rely on _error_message to handle success/failure can fail if a recursive call fails but doesn't set the error message, thus resulting in an old, possibly erroneous being used Darkvater 2006-05-02 14:00:26 +0000
  • 52d25fe06f (svn r4682) - Backport from trunk (r4585, r4950): Fix: Obscure road dragging bug. The road build command did not return the appropiate error message of invalid-slope when building road. Darkvater 2006-05-02 13:58:43 +0000
  • 17b691188d (svn r4681) - Backport from trunk (r4576): Fix : Temperate bank will no longer appear (during game) in tropic landscape. This bug is from the original game. Darkvater 2006-05-02 13:50:30 +0000
  • ec18908c82 (svn r4680) - Backport from trunk (r4560): Fix: Remove VS2005 undefined vsnprintf() as it doesn't exist in the windows libraries (only _vsnprintf). This caused the bad function to be called that could result in non-properly terminated strings Darkvater 2006-05-02 13:48:33 +0000
  • 271af9fbfc (svn r4679) - Backport from trunk (r4521): Fix: be consistent about the size of the player-name in MP. This hopefully fixes a crash on lesser OS's (eg Win98) Darkvater 2006-05-02 13:47:00 +0000
  • ba6fcc84c8 (svn r4678) - Backport from trunk (r4518, r4558): Fix: specify the 'stopall' console command as a debug command. Darkvater 2006-05-02 13:44:41 +0000
  • a8ddd50157 (svn r4677) - Backport from trunk (r4508): Fix: Fixed a problem that caused DeliverGoodsToIndustry to not work as intended Darkvater 2006-05-02 13:42:33 +0000
  • dcfd3acc8f (svn r4676) - Backport from trunk (r4505): Fix: Ships can now be used to set up feeders as well. Darkvater 2006-05-02 13:37:36 +0000
  • d5bcaec677 (svn r4675) - Backport from trunk (r4501): Fix: When, in a train that has multiple engines in front, the _first_ of those engines is sold, all the orders are copied to the second engine (to ensure "seamless" operation). The next_shared/prev_shared pointers where not updated correctly during this operation. Darkvater 2006-05-02 13:36:38 +0000
  • 73b718a667 (svn r4674) - Codechange: use correct parameter order for allocating sound file memory peter1138 2006-05-02 13:35:23 +0000
  • a336c7cd0c (svn r4673) - Backport from trunk (r4468): Correct declaration of NORETURN for gcc Darkvater 2006-05-02 13:30:13 +0000
  • a343d86500 (svn r4672) - Backport from trunk (r4467): New plantations now cause the correct ".. being planted .." news item Darkvater 2006-05-02 13:29:06 +0000
  • 61370f9e14 (svn r4671) - Backport from trunk (r4445): Danish town names were saved/loaded as Swiss (previous in the list) Darkvater 2006-05-02 13:27:19 +0000
  • f7228e0b3a (svn r4670) - Backport from trunk (r4435): In CmdRemoveRoad tiletype was not checked for ownership (heavily edited) Darkvater 2006-05-02 13:25:03 +0000
  • eb703a5768 (svn r4669) - Backport from trunk (r4343): [Autoreplace] Fix drawing of train list for outdated engines. Darkvater 2006-05-02 13:11:00 +0000
  • f0e3fa29e5 (svn r4668) - Backport from trunk (r4301): Fix: the maxlength parameter of Textbuf is supposed to be the siz of the buffer (so length of string + '\0'), but in the code it was a mix of both. Darkvater 2006-05-02 13:07:23 +0000
  • aba21dd563 (svn r4667) - Backport from trunk (r4291): Fix: validate all received strings for correctness. This fixes potential crashes on hacked clients/servers Darkvater 2006-05-02 13:00:07 +0000
  • f8eb72e188 (svn r4666) - Backport from trunk (r4267): Validate the error number that a client receives from a server, and encapsulate this functionality into GetNetworkErrorMsg() Darkvater 2006-05-02 12:58:13 +0000
  • f9a2d113ab (svn r4665) - Backport from trunk (r4241, r4243): Fix: Perform validation on the error number that a server receives from a client. An invalid value may cause the server to terminate. Darkvater 2006-05-02 12:54:23 +0000
  • f26027da17 (svn r4664) - Backport from trunk (r4228): Fix: [autoreplace] allow replacement of wagons even when the engine fails to be replaced Darkvater 2006-05-02 12:52:09 +0000
  • a32fdb390f (svn r4663) - Backport from trunk (r4195): Codechange: Initialize order variables to avoid a compiler warning. Darkvater 2006-05-02 12:47:51 +0000
  • 8bfb955d4b (svn r4662) - Backport from trunk (r4192): Fix: In the depot, moving wagons from the end of a very long train to a short train where the short train was scrolled off the window would cause a game crash. Darkvater 2006-05-02 12:44:55 +0000
  • 3a3a1da4e7 (svn r4661) - Backport from trunk (r3865-r3867, r3869, r3870, r3873, r3894, r4059, r4064-r4066, r4217): Add: a fully optional configure script, that is a wrapper around makefile.config Darkvater 2006-05-02 12:42:21 +0000
  • ec47441ce4 (svn r4660) - Backport from trunk (r4183, r4197, r4217): Codechange: [Makefile]: removed MANUAL_CONFIG as it's not used anymore This should hopefully fix the issue where WITH_SDL can be defined while SDL_CONFIG is not. Added an error if WITH_SDL is defined but SDL_CONFIG is not. Replace the dash of SDL_CONFIG/LIBPNG_CONFIG with an underscore Darkvater 2006-05-02 12:28:35 +0000
  • 39ebb55b9b (svn r4659) - Backport from trunk (r4158): Fix: [autoreplace] cost for refitting the new vehicle is now added to the cost animation. The player always paid for it, but it was not displayed until now Darkvater 2006-05-02 12:17:16 +0000
  • b1f436df59 (svn r4658) - NewGRF: add Action 0xNN comments before each action handler. This mainly aids code navigation... peter1138 2006-05-02 09:31:59 +0000
  • b1e928e889 (svn r4657) - NewGRF: use grf_load_byte() in favour of array accesses peter1138 2006-05-02 09:18:51 +0000
  • 9d8a0366b3 (svn r4656) MSV project : Little correction of forgotten files belugas 2006-05-02 03:11:45 +0000
  • 08e10e167f (svn r4655) - Fix [NewGRF r4654]: /me bangs head against the wall....gaah Darkvater 2006-05-01 21:47:30 +0000
  • c0cf93a9b0 (svn r4654) - Fix [NewGRF]: Properly read in the GRFID. This fixes GRFID checking and activation/deactivation. Do swap the GRFID for displaying purposes. Darkvater 2006-05-01 21:45:35 +0000
  • 22fd1a348e (svn r4653) - NewGRF: enable use of custom helicopter rotors in game (but not GUI windows yet) (mart3p) peter1138 2006-05-01 20:05:03 +0000
  • 6ed002db53 (svn r4652) - NewGRF: support loading of foundation and canal graphics from NewGRF files via action 5 peter1138 2006-05-01 18:57:43 +0000
  • 6942f235cc (svn r4651) - NewGRF: support loading of catenary sprites from NewGRF files. This actually works by replacing our hardcoded sprites. peter1138 2006-05-01 16:54:18 +0000
  • 4e85de164c (svn r4650) - NewGRF: use the correct type for _cur_spriteid peter1138 2006-05-01 16:52:43 +0000
  • 8d5d386e77 (svn r4649) - NewGRF: limit helicopter rotor animation frames to the number of sprites in the set. peter1138 2006-05-01 14:30:24 +0000
  • 9482534f5e (svn r4648) - Fix (r4196): Company HQ's were not upgraded during the monthly loops. Darkvater 2006-05-01 13:24:37 +0000
  • f4dcf22f2c (svn r4645) - NewGRF: pretend to be the last alpha version of TTDPatch in our version value. peter1138 2006-05-01 12:07:44 +0000
  • 6d1dc477f6 (svn r4644) - NewGRF: support for variable 0x44, aircraft information. (mart3p) peter1138 2006-05-01 12:00:14 +0000
  • f0ea2b0551 (svn r4643) - NewGRF: Add support for ttdp aircraft states. This involves mapping from our own state. (heavily based on mart3p's code) peter1138 2006-05-01 11:35:18 +0000
  • d1fa0742a5 (svn r4642) - Codechange: reorganise airport.h and airport_movement.h to avoid having 8 copies of the airport FTAs, and make the enums used available elsewhere. peter1138 2006-05-01 11:27:39 +0000
  • 80a75e3573 (svn r4641) * Remove svk property added with the last commit. Bad svk, bad svk! Sorry for that. matthijs 2006-05-01 09:58:43 +0000
  • daef7e410c (svn r4640) - Add: IsValidDiagDirection, IsValidDirection and IsValidAxis functions. - Codechange: Use IsValidDiagDirection() in CmdBuildRoadStop(). matthijs 2006-05-01 09:34:23 +0000
  • 5c677d49f4 (svn r4639) -Feature: Turkish town names (jnmbk) celestar 2006-05-01 09:25:23 +0000
  • 9fc8d0fb92 (svn r4638) - Codestyle: replacing aligning tabs with spaces peter1138 2006-05-01 08:37:54 +0000
  • 984a7f808b (svn r4636) - NewGRF: when dealing with vehicle types other than trains, set the parent scope vehicle to be the same as self scope. (Thanks mart3p) peter1138 2006-05-01 06:38:36 +0000
  • ddbb61199b (svn r4632) - NewGRF: support loading of helicopter rotor sprites (mart3p) peter1138 2006-04-30 18:41:16 +0000
  • 967752fe7c (svn r4631) - NewGRF: fix incorrect length check peter1138 2006-04-30 18:39:31 +0000
  • 771b9fc75b (svn r4629) - NewGRF: constify more code that deals with sprite groups, now that ref counting is gone. peter1138 2006-04-30 18:19:37 +0000
  • c59beffe6b (svn r4624) -Backported r4149 from trunk main reason is that it fixes the load/save issue for OSX 10.3.9, but the other stuff in this commit can't be taken as it's a result of the fix bjarni 2006-04-29 14:38:21 +0000
  • 8faf1838e6 (svn r4623) - Codechange: s/byte/PlayerID/ Darkvater 2006-04-29 14:31:16 +0000
  • d3edede498 (svn r4619) -Codechange: Rename FindRoadStationSpot into FindRoadStopSpot and try to document it a little. if anyone comes up with an idea on how to simplify this thing a bit, I'd be grateful celestar 2006-04-29 09:47:43 +0000
  • 19e3eb6f3c (svn r4616) - NewGRF: when evaluating a variable adjustment, give our value the correct type after rather than before it has been adjusted. peter1138 2006-04-29 07:26:57 +0000
  • 7ab8b20faf (svn r4614) CodeChange : Cleanup of industry_cmd (Step-4). Removing the _industry_type_costs in favor of IndustrySpec.cost_multiplier; In order to let industry_gui use the GetIndustrySpec accessor, some structs had to be moved in industry.h belugas 2006-04-28 21:58:16 +0000