summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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 uninitiali...peter1138
2006-05-03(svn r4721) - NewGRF: use loading sprites rather than loaded when there is no...peter1138
2006-05-03(svn r4720) - Newstations: instead of literally copying sprite layout data, j...peter1138
2006-05-03(svn r4719) - Newstations: instead of drawing nothing, fall back to the defau...peter1138
2006-05-03(svn r4716) - NewGRF: fix problem with loading custom station class id; use B...peter1138
2006-05-03(svn r4715) - Fix: (FS#109) — Wrongfully bad signal - Don't allow OPF to en...KUDr
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
2006-05-03(svn r4709) - Codechange: avoid messing around with globals, magic numbers an...peter1138
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 att...peter1138
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