summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-05-02(svn r4704) - NewGRF: in Action 0x03, set the engine type's GRF ID on the 'de...peter1138
2006-05-02(svn r4703) - NewGRF: add support for callback 0x1D, "can wagon be attached"....peter1138
2006-05-02(svn r4702) - NewGRF: add support for 'special' vehicle callbacks that use a ...peter1138
2006-05-02(svn r4698) - When selecting files to commit, select the correct ones... miss...peter1138
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 ty...peter1138
2006-05-02(svn r4693) - NewGRF: invalidate aircraft in viewports during loading stages ...peter1138
2006-05-02(svn r4692) - Use DEBUG() instead of direct fprintf in extmidi music driver, ...peter1138
2006-05-02(svn r4691) - Codechange: don't use unnamed unions as GCC 2.95.ancient won't ...peter1138
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 size...peter1138
2006-05-02(svn r4688) - Ensure the map memory is cleared after it is allocated. This fi...peter1138
2006-05-02(svn r4674) - Codechange: use correct parameter order for allocating sound fi...peter1138
2006-05-02(svn r4658) - NewGRF: add Action 0xNN comments before each action handler. Th...peter1138
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 chec...Darkvater
2006-05-01(svn r4653) - NewGRF: enable use of custom helicopter rotors in game (but not...peter1138
2006-05-01(svn r4652) - NewGRF: support loading of foundation and canal graphics from N...peter1138
2006-05-01(svn r4651) - NewGRF: support loading of catenary sprites from NewGRF files. ...peter1138
2006-05-01(svn r4650) - NewGRF: use the correct type for _cur_spriteidpeter1138
2006-05-01(svn r4649) - NewGRF: limit helicopter rotor animation frames to the number o...peter1138
2006-05-01(svn r4648) - Fix (r4196): Company HQ's were not upgraded during the monthly ...Darkvater
2006-05-01(svn r4645) - NewGRF: pretend to be the last alpha version of TTDPatch in our...peter1138
2006-05-01(svn r4644) - NewGRF: support for variable 0x44, aircraft information. (mart3p)peter1138
2006-05-01(svn r4643) - NewGRF: Add support for ttdp aircraft states. This involves map...peter1138
2006-05-01(svn r4642) - Codechange: reorganise airport.h and airport_movement.h to avoi...peter1138
2006-05-01(svn r4641) * Remove svk property added with the last commit. Bad svk, bad s...matthijs
2006-05-01(svn r4640) - Add: IsValidDiagDirection, IsValidDirection and IsValidAxis fu...matthijs
2006-05-01(svn r4639) -Feature: Turkish town names (jnmbk)celestar
2006-05-01(svn r4638) - Codestyle: replacing aligning tabs with spacespeter1138
2006-05-01(svn r4636) - NewGRF: when dealing with vehicle types other than trains, set ...peter1138
2006-04-30(svn r4632) - NewGRF: support loading of helicopter rotor sprites (mart3p)peter1138
2006-04-30(svn r4631) - NewGRF: fix incorrect length checkpeter1138
2006-04-30(svn r4629) - NewGRF: constify more code that deals with sprite groups, now t...peter1138
2006-04-29(svn r4623) - Codechange: s/byte/PlayerID/Darkvater
2006-04-29(svn r4619) -Codechange: Rename FindRoadStationSpot into FindRoadStopSpot and...celestar
2006-04-29(svn r4616) - NewGRF: when evaluating a variable adjustment, give our value t...peter1138
2006-04-28(svn r4614) CodeChange : Cleanup of industry_cmd (Step-4).belugas
2006-04-28(svn r4613) - NewGRF: fix two struct declarationspeter1138
2006-04-28(svn r4612) - NewStations: add random bits (for graphic variation) to stationspeter1138
2006-04-28(svn r4611) - NewGRF: introduce new vehicle sprite group resolver code. This ...peter1138
2006-04-28(svn r4610) - If a wagon has a capacity of 0 (zero), display it in the purcha...peter1138
2006-04-28(svn r4609) - NewGRF: give GetCustomEngineSprite the correct return typepeter1138
2006-04-28(svn r4604) - Set correct svn propertiespeter1138
2006-04-28(svn r4602) - Fix: an assertion triggered when building a station near the s...glx
2006-04-27(svn r4601) - NewGRF: after evalutaing a 'real' group, return the chosen grou...peter1138
2006-04-27(svn r4600) - NewGRF: minor code style tidy uppeter1138
2006-04-27(svn r4599) -Fix: [Cloning, autoreplace] FS#141 clone service-intervalbjarni