summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-05-06(svn r4748) - Newstations: use custom sprite layout callback for waypoints ↵peter1138
as well as stations. Supports merging of adjacent waypoints if the GRF supports it (newstatsw.grf)
2006-05-06(svn r4747) - Newstations: implement support for variables 40, 41, 46, 47 ↵peter1138
and 49.
2006-05-05(svn r4746) - Fix: VC shows warning in newgrf_station.c:211 and complains ↵KUDr
about missing sprite.c
2006-05-04(svn r4742) - Newstations: Add callbacks for building and drawing custom ↵peter1138
stations.
2006-05-04(svn r4741) - NewGRF: use the correct variable type for the random bit maskpeter1138
2006-05-04(svn r4740) - Newstations: add function to evaluate station callbackspeter1138
2006-05-04(svn r4739) - Newstations: remove cargo type parameter of ↵peter1138
GetCustomStationRelocation() as we can determine it internally
2006-05-04(svn r4738) - Newstations: attach all sprite group cargo types, not just the ↵peter1138
default and purchase pseudo types, to a station spec.
2006-05-04(svn r4737) - Newstations: 'real' groups picked the wrong set of loading or ↵peter1138
loaded sprites
2006-05-04(svn r4736) - Newstations: use the correct value for PBS status (No PBS)peter1138
2006-05-04(svn r4735) WebTranslator2 update to 2006-05-04 16:19:23miham
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)
2006-05-04(svn r4734) - Newstations: add more variables and fix a division by zero.peter1138
2006-05-04(svn r4733) - NewGRF: remove remnants of old resolver code.peter1138
2006-05-03(svn r4732) - Fix: use correct types in IsValid[Direction|Axis]glx
2006-05-03(svn r4729) - Newstations: replace old station resolver with new resolver ↵peter1138
code (as has happened for vehicles)
2006-05-03(svn r4724) - Newstations: Add per-tile random data for station tiles.peter1138
2006-05-03(svn r4723) - Newstations: add TileIndex parameter to station resolver.peter1138
2006-05-03(svn r4722) - Newstations: release station sprite layout data when ↵peter1138
uninitializing NewGRF data.
2006-05-03(svn r4721) - NewGRF: use loading sprites rather than loaded when there is ↵peter1138
no vehicle (fixes issue with purchase list)
2006-05-03(svn r4720) - Newstations: instead of literally copying sprite layout data, ↵peter1138
just copy the pointer to the existing data.
2006-05-03(svn r4719) - Newstations: instead of drawing nothing, fall back to the ↵peter1138
default sprite layout if a station layout specifies so.
2006-05-03(svn r4716) - NewGRF: fix problem with loading custom station class id; use ↵peter1138
BSWAP32() only on variables, not functions.
2006-05-03(svn r4715) - Fix: (FS#109) — Wrongfully bad signal - Don't allow OPF to ↵KUDr
enter train depot from the back
2006-05-03(svn r4714) - NewGRF: simplify evaluation of 'real' sprite groups.peter1138
2006-05-03(svn r4713) - Fix: random crashes when opening some GUI (i.e. cheats window) ↵KUDr
on Win32 debug build.
2006-05-03(svn r4709) - Codechange: avoid messing around with globals, magic numbers ↵peter1138
and literal strings by using a string ID, when drawing the small right arrow for the small order lists (aircraft and ships)
2006-05-03(svn r4708) - NewGRF: fix selection of number of loaded and loading states.peter1138
2006-05-03(svn r4707) - NewGRF: minor code duffage; return early and less indentation.peter1138
2006-05-03(svn r4706) - NewGRF: add the correct default error message for the wagon ↵peter1138
attach callback.
2006-05-02(svn r4704) - NewGRF: in Action 0x03, set the engine type's GRF ID on the ↵peter1138
'default' cargo type, not for each specific cargo. Fixes '(undefined string)' issues, as some engines weren't set properly.
2006-05-02(svn r4703) - NewGRF: add support for callback 0x1D, "can wagon be ↵peter1138
attached". This can be used to disallow freight wagons to be placed in passenger trains, along with other uses.
2006-05-02(svn r4702) - NewGRF: add support for 'special' vehicle callbacks that use a ↵peter1138
different vehicle for parent scope than the first vehicle in the consist.
2006-05-02(svn r4698) - When selecting files to commit, select the correct ones... ↵peter1138
missed header file update in r4697
2006-05-02(svn r4697) - NewGRF: callback IDs can now be 16 bit values.peter1138
2006-05-02(svn r4696) - NewGRF: add support for vehicle variable 0x60, count vehicle ↵peter1138
type occurance.
2006-05-02(svn r4693) - NewGRF: invalidate aircraft in viewports during loading stages ↵peter1138
so that graphic changes are visible. (mart3p)
2006-05-02(svn r4692) - Use DEBUG() instead of direct fprintf in extmidi music driver, ↵peter1138
and silence 'set volume not implemented' warning at the default debug level.
2006-05-02(svn r4691) - Codechange: don't use unnamed unions as GCC 2.95.ancient won't ↵peter1138
compile it. Needed for our MorphOS user ;)
2006-05-02(svn r4690) [Fix] Fixed ShowQueryString() to close FS#151miham
2006-05-02(svn r4689) - Codechange: correct parameter order or calloc, and use the ↵peter1138
sizeof the variable rather than a struct
2006-05-02(svn r4688) - Ensure the map memory is cleared after it is allocated. This ↵peter1138
fixes random deserts that sometimes occurred.
2006-05-02(svn r4674) - Codechange: use correct parameter order for allocating sound ↵peter1138
file memory
2006-05-02(svn r4658) - NewGRF: add Action 0xNN comments before each action handler. ↵peter1138
This mainly aids code navigation...
2006-05-02(svn r4657) - NewGRF: use grf_load_byte() in favour of array accessespeter1138
2006-05-02(svn r4656) MSV project : Little correction of forgotten filesbelugas
2006-05-01(svn r4655) - Fix [NewGRF r4654]: /me bangs head against the wall....gaahDarkvater
2006-05-01(svn r4654) - Fix [NewGRF]: Properly read in the GRFID. This fixes GRFID ↵Darkvater
checking and activation/deactivation. Do swap the GRFID for displaying purposes.
2006-05-01(svn r4653) - NewGRF: enable use of custom helicopter rotors in game (but ↵peter1138
not GUI windows yet) (mart3p)
2006-05-01(svn r4652) - NewGRF: support loading of foundation and canal graphics from ↵peter1138
NewGRF files via action 5
2006-05-01(svn r4651) - NewGRF: support loading of catenary sprites from NewGRF files. ↵peter1138
This actually works by replacing our hardcoded sprites.