summaryrefslogtreecommitdiff
path: root/ship.h
AgeCommit message (Collapse)Author
2006-10-04(svn r6637) -Codechange: merged all (vehicle type)EnterDepot into ↵bjarni
VehicleEnterDepot() This revealed duplicated code like aircraft lists got invalidated twice Moved invalidation of the vehicle detail window to VehicleServiceInDepot() as it should always be updated when serviced
2006-09-28(svn r6560) - Codechange: Minor fix; add missing #include guards and ↵peter1138
comments, and correct svn properties on bmp.[ch]
2006-09-26(svn r6513) -Codechange: unified the code to draw depot windowsbjarni
This change is intended to make it easier to make depot behaviour consistent and faster to code when adding more features in the future The user interface should hopefully not be affected by this
2006-06-05(svn r5121) Add forgotten file in r5120tron