------------------------------------------------------------------------ r4750 | tron | 2006-05-06 14:32:16 +0000 (Sat, 06 May 2006) | 1 line -Fix: Trains could enter certain sloped rail tiles under bridges with incompatible rail type ------------------------------------------------------------------------ r4749 | peter1138 | 2006-05-06 09:43:38 +0000 (Sat, 06 May 2006) | 2 lines - Newstations: add snowline support to variable 42. ------------------------------------------------------------------------ r4748 | peter1138 | 2006-05-06 09:40:12 +0000 (Sat, 06 May 2006) | 2 lines - Newstations: use custom sprite layout callback for waypoints as well as stations. Supports merging of adjacent waypoints if the GRF supports it (newstatsw.grf) ------------------------------------------------------------------------ r4747 | peter1138 | 2006-05-06 09:31:06 +0000 (Sat, 06 May 2006) | 2 lines - Newstations: implement support for variables 40, 41, 46, 47 and 49. ------------------------------------------------------------------------ r4746 | KUDr | 2006-05-05 19:30:09 +0000 (Fri, 05 May 2006) | 1 line - Fix: VC shows warning in newgrf_station.c:211 and complains about missing sprite.c ------------------------------------------------------------------------ r4742 | peter1138 | 2006-05-04 20:00:50 +0000 (Thu, 04 May 2006) | 2 lines - Newstations: Add callbacks for building and drawing custom stations. ------------------------------------------------------------------------ r4741 | peter1138 | 2006-05-04 19:42:50 +0000 (Thu, 04 May 2006) | 2 lines - NewGRF: use the correct variable type for the random bit mask ------------------------------------------------------------------------ r4740 | peter1138 | 2006-05-04 19:27:41 +0000 (Thu, 04 May 2006) | 2 lines - Newstations: add function to evaluate station callbacks ------------------------------------------------------------------------ r4739 | peter1138 | 2006-05-04 19:21:16 +0000 (Thu, 04 May 2006) | 2 lines - Newstations: remove cargo type parameter of GetCustomStationRelocation() as we can determine it internally ------------------------------------------------------------------------ r4738 | peter1138 | 2006-05-04 19:15:02 +0000 (Thu, 04 May 2006) | 2 lines - Newstations: attach all sprite group cargo types, not just the default and purchase pseudo types, to a station spec. ------------------------------------------------------------------------ r4737 | peter1138 | 2006-05-04 18:10:17 +0000 (Thu, 04 May 2006) | 2 lines - Newstations: 'real' groups picked the wrong set of loading or loaded sprites ------------------------------------------------------------------------ r4736 | peter1138 | 2006-05-04 18:07:18 +0000 (Thu, 04 May 2006) | 2 lines - Newstations: use the correct value for PBS status (No PBS) ------------------------------------------------------------------------ r4735 | miham | 2006-05-04 14:21:57 +0000 (Thu, 04 May 2006) | 11 lines 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) ------------------------------------------------------------------------ r4734 | peter1138 | 2006-05-04 07:26:30 +0000 (Thu, 04 May 2006) | 2 lines - Newstations: add more variables and fix a division by zero. ------------------------------------------------------------------------ r4733 | peter1138 | 2006-05-04 03:38:09 +0000 (Thu, 04 May 2006) | 2 lines - NewGRF: remove remnants of old resolver code. ------------------------------------------------------------------------ r4732 | glx | 2006-05-03 22:12:09 +0000 (Wed, 03 May 2006) | 1 line - Fix: use correct types in IsValid[Direction|Axis] ------------------------------------------------------------------------ r4729 | peter1138 | 2006-05-03 21:35:33 +0000 (Wed, 03 May 2006) | 2 lines - Newstations: replace old station resolver with new resolver code (as has happened for vehicles) ------------------------------------------------------------------------ r4724 | peter1138 | 2006-05-03 21:25:49 +0000 (Wed, 03 May 2006) | 2 lines - Newstations: Add per-tile random data for station tiles. ------------------------------------------------------------------------ r4723 | peter1138 | 2006-05-03 21:19:21 +0000 (Wed, 03 May 2006) | 2 lines - Newstations: add TileIndex parameter to station resolver. ------------------------------------------------------------------------ r4722 | peter1138 | 2006-05-03 21:07:44 +0000 (Wed, 03 May 2006) | 2 lines - Newstations: release station sprite layout data when uninitializing NewGRF data. ------------------------------------------------------------------------ r4721 | peter1138 | 2006-05-03 20:51:42 +0000 (Wed, 03 May 2006) | 2 lines - NewGRF: use loading sprites rather than loaded when there is no vehicle (fixes issue with purchase list) ------------------------------------------------------------------------ r4720 | peter1138 | 2006-05-03 20:42:45 +0000 (Wed, 03 May 2006) | 2 lines - Newstations: instead of literally copying sprite layout data, just copy the pointer to the existing data. ------------------------------------------------------------------------ r4719 | peter1138 | 2006-05-03 20:35:41 +0000 (Wed, 03 May 2006) | 2 lines - Newstations: instead of drawing nothing, fall back to the default sprite layout if a station layout specifies so. ------------------------------------------------------------------------ r4716 | peter1138 | 2006-05-03 19:31:00 +0000 (Wed, 03 May 2006) | 2 lines - NewGRF: fix problem with loading custom station class id; use BSWAP32() only on variables, not functions. ------------------------------------------------------------------------ r4715 | KUDr | 2006-05-03 16:18:45 +0000 (Wed, 03 May 2006) | 1 line - Fix: (FS#109) — Wrongfully bad signal - Don't allow OPF to enter train depot from the back ------------------------------------------------------------------------ r4714 | peter1138 | 2006-05-03 15:46:21 +0000 (Wed, 03 May 2006) | 2 lines - NewGRF: simplify evaluation of 'real' sprite groups. ------------------------------------------------------------------------ r4713 | KUDr | 2006-05-03 15:21:49 +0000 (Wed, 03 May 2006) | 1 line - Fix: random crashes when opening some GUI (i.e. cheats window) on Win32 debug build. ------------------------------------------------------------------------ r4709 | peter1138 | 2006-05-03 14:22:59 +0000 (Wed, 03 May 2006) | 2 lines - 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) ------------------------------------------------------------------------ r4708 | peter1138 | 2006-05-03 12:17:02 +0000 (Wed, 03 May 2006) | 2 lines - NewGRF: fix selection of number of loaded and loading states. ------------------------------------------------------------------------ r4707 | peter1138 | 2006-05-03 11:19:17 +0000 (Wed, 03 May 2006) | 2 lines - NewGRF: minor code duffage; return early and less indentation. ------------------------------------------------------------------------ r4706 | peter1138 | 2006-05-03 06:24:14 +0000 (Wed, 03 May 2006) | 2 lines - NewGRF: add the correct default error message for the wagon attach callback. ------------------------------------------------------------------------ r4704 | peter1138 | 2006-05-02 21:58:02 +0000 (Tue, 02 May 2006) | 2 lines - 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. ------------------------------------------------------------------------ r4703 | peter1138 | 2006-05-02 21:43:47 +0000 (Tue, 02 May 2006) | 2 lines - 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. ------------------------------------------------------------------------ r4702 | peter1138 | 2006-05-02 21:42:11 +0000 (Tue, 02 May 2006) | 2 lines - NewGRF: add support for 'special' vehicle callbacks that use a different vehicle for parent scope than the first vehicle in the consist. ------------------------------------------------------------------------ r4698 | peter1138 | 2006-05-02 20:48:27 +0000 (Tue, 02 May 2006) | 2 lines - When selecting files to commit, select the correct ones... missed header file update in r4697 ------------------------------------------------------------------------ r4697 | peter1138 | 2006-05-02 20:44:06 +0000 (Tue, 02 May 2006) | 2 lines - NewGRF: callback IDs can now be 16 bit values. ------------------------------------------------------------------------ r4696 | peter1138 | 2006-05-02 20:17:17 +0000 (Tue, 02 May 2006) | 2 lines - NewGRF: add support for vehicle variable 0x60, count vehicle type occurance. ------------------------------------------------------------------------ r4693 | peter1138 | 2006-05-02 19:24:02 +0000 (Tue, 02 May 2006) | 2 lines - NewGRF: invalidate aircraft in viewports during loading stages so that graphic changes are visible. (mart3p) ------------------------------------------------------------------------ r4692 | peter1138 | 2006-05-02 19:09:49 +0000 (Tue, 02 May 2006) | 2 lines - Use DEBUG() instead of direct fprintf in extmidi music driver, and silence 'set volume not implemented' warning at the default debug level. ------------------------------------------------------------------------ r4691 | peter1138 | 2006-05-02 18:56:07 +0000 (Tue, 02 May 2006) | 2 lines - Codechange: don't use unnamed unions as GCC 2.95.ancient won't compile it. Needed for our MorphOS user ;) ------------------------------------------------------------------------ r4690 | miham | 2006-05-02 17:28:29 +0000 (Tue, 02 May 2006) | 1 line [Fix] Fixed ShowQueryString() to close FS#151 ------------------------------------------------------------------------ r4689 | peter1138 | 2006-05-02 14:34:53 +0000 (Tue, 02 May 2006) | 2 lines - Codechange: correct parameter order or calloc, and use the sizeof the variable rather than a struct ------------------------------------------------------------------------ r4688 | peter1138 | 2006-05-02 14:34:00 +0000 (Tue, 02 May 2006) | 2 lines - Ensure the map memory is cleared after it is allocated. This fixes random deserts that sometimes occurred. ------------------------------------------------------------------------ r4674 | peter1138 | 2006-05-02 13:35:23 +0000 (Tue, 02 May 2006) | 2 lines - Codechange: use correct parameter order for allocating sound file memory ------------------------------------------------------------------------ r4658 | peter1138 | 2006-05-02 09:31:59 +0000 (Tue, 02 May 2006) | 2 lines - NewGRF: add Action 0xNN comments before each action handler. This mainly aids code navigation... ------------------------------------------------------------------------ r4657 | peter1138 | 2006-05-02 09:18:51 +0000 (Tue, 02 May 2006) | 2 lines - NewGRF: use grf_load_byte() in favour of array accesses ------------------------------------------------------------------------ r4656 | belugas | 2006-05-02 03:11:45 +0000 (Tue, 02 May 2006) | 1 line MSV project : Little correction of forgotten files ------------------------------------------------------------------------ r4655 | Darkvater | 2006-05-01 21:47:30 +0000 (Mon, 01 May 2006) | 1 line - Fix [NewGRF r4654]: /me bangs head against the wall....gaah ------------------------------------------------------------------------ r4654 | Darkvater | 2006-05-01 21:45:35 +0000 (Mon, 01 May 2006) | 1 line - Fix [NewGRF]: Properly read in the GRFID. This fixes GRFID checking and activation/deactivation. Do swap the GRFID for displaying purposes. ------------------------------------------------------------------------ r4653 | peter1138 | 2006-05-01 20:05:03 +0000 (Mon, 01 May 2006) | 2 lines - NewGRF: enable use of custom helicopter rotors in game (but not GUI windows yet) (mart3p) ------------------------------------------------------------------------ r4652 | peter1138 | 2006-05-01 18:57:43 +0000 (Mon, 01 May 2006) | 2 lines - NewGRF: support loading of foundation and canal graphics from NewGRF files via action 5 ------------------------------------------------------------------------ r4651 | peter1138 | 2006-05-01 16:54:18 +0000 (Mon, 01 May 2006) | 2 lines - NewGRF: support loading of catenary sprites from NewGRF files. This actually works by replacing our hardcoded sprites. ------------------------------------------------------------------------ r4650 | peter1138 | 2006-05-01 16:52:43 +0000 (Mon, 01 May 2006) | 2 lines - NewGRF: use the correct type for _cur_spriteid ------------------------------------------------------------------------ r4649 | peter1138 | 2006-05-01 14:30:24 +0000 (Mon, 01 May 2006) | 2 lines - NewGRF: limit helicopter rotor animation frames to the number of sprites in the set. ------------------------------------------------------------------------ r4648 | Darkvater | 2006-05-01 13:24:37 +0000 (Mon, 01 May 2006) | 1 line - Fix (r4196): Company HQ's were not upgraded during the monthly loops. ------------------------------------------------------------------------ r4645 | peter1138 | 2006-05-01 12:07:44 +0000 (Mon, 01 May 2006) | 2 lines - NewGRF: pretend to be the last alpha version of TTDPatch in our version value. ------------------------------------------------------------------------ r4644 | peter1138 | 2006-05-01 12:00:14 +0000 (Mon, 01 May 2006) | 2 lines - NewGRF: support for variable 0x44, aircraft information. (mart3p) ------------------------------------------------------------------------ r4643 | peter1138 | 2006-05-01 11:35:18 +0000 (Mon, 01 May 2006) | 2 lines - NewGRF: Add support for ttdp aircraft states. This involves mapping from our own state. (heavily based on mart3p's code) ------------------------------------------------------------------------ r4642 | peter1138 | 2006-05-01 11:27:39 +0000 (Mon, 01 May 2006) | 2 lines - Codechange: reorganise airport.h and airport_movement.h to avoid having 8 copies of the airport FTAs, and make the enums used available elsewhere. ------------------------------------------------------------------------ r4641 | matthijs | 2006-05-01 09:58:43 +0000 (Mon, 01 May 2006) | 2 lines * Remove svk property added with the last commit. Bad svk, bad svk! Sorry for that. ------------------------------------------------------------------------ r4640 | matthijs | 2006-05-01 09:34:23 +0000 (Mon, 01 May 2006) | 3 lines - Add: IsValidDiagDirection, IsValidDirection and IsValidAxis functions. - Codechange: Use IsValidDiagDirection() in CmdBuildRoadStop(). ------------------------------------------------------------------------ r4639 | celestar | 2006-05-01 09:25:23 +0000 (Mon, 01 May 2006) | 2 lines -Feature: Turkish town names (jnmbk) ------------------------------------------------------------------------ r4638 | peter1138 | 2006-05-01 08:37:54 +0000 (Mon, 01 May 2006) | 2 lines - Codestyle: replacing aligning tabs with spaces ------------------------------------------------------------------------ r4636 | peter1138 | 2006-05-01 06:38:36 +0000 (Mon, 01 May 2006) | 2 lines - NewGRF: when dealing with vehicle types other than trains, set the parent scope vehicle to be the same as self scope. (Thanks mart3p) ------------------------------------------------------------------------ r4632 | peter1138 | 2006-04-30 18:41:16 +0000 (Sun, 30 Apr 2006) | 2 lines - NewGRF: support loading of helicopter rotor sprites (mart3p) ------------------------------------------------------------------------ r4631 | peter1138 | 2006-04-30 18:39:31 +0000 (Sun, 30 Apr 2006) | 2 lines - NewGRF: fix incorrect length check ------------------------------------------------------------------------ r4629 | peter1138 | 2006-04-30 18:19:37 +0000 (Sun, 30 Apr 2006) | 2 lines - NewGRF: constify more code that deals with sprite groups, now that ref counting is gone. ------------------------------------------------------------------------