summaryrefslogtreecommitdiff
path: root/ship_gui.c
AgeCommit message (Expand)Author
2007-01-02(svn r7759) -Merge: makefile rewrite. This merge features:rubidium
2006-12-30(svn r7637) -Codechange: Change ShowQueryString to use a window pointer as a ...Darkvater
2006-12-01(svn r7313) -Codechange: Calling invalidate data on a window will surely warr...Darkvater
2006-11-18(svn r7206) -Codechange: Remove (some of) the magic needed for windows that c...Darkvater
2006-11-14(svn r7142) -Fix: disable clone button in vehicle view for not owned vehicles...glx
2006-11-11(svn r7129) -Codechange: Get rid of a global variable that only sets a window...Darkvater
2006-11-10(svn r7128) -Codechange: Replace magic numbers by magic enums (windowdesc pos...Darkvater
2006-10-24(svn r6926) -Codechange: Rename WWT_4 to WWT_TEXTBTN_2 and WWT_6 to WWT_INSET...Darkvater
2006-10-24(svn r6925) -Codechange: Be more strict with widget distinctions. WWT_PANEL i...Darkvater
2006-10-24(svn r6924) -Codechange: Give the last (in the widget arrays at least) sprite...Darkvater
2006-10-23(svn r6912) - Feature: Show a list of cargo types that a vehicle is refittabl...peter1138
2006-10-23(svn r6911) - Codechange: Add extra space to all purchase windows (and the re...peter1138
2006-10-23(svn r6910) - Codechange: Supply width of area when drawing purchase info ins...peter1138
2006-10-20(svn r6855) - Codechange: When displaying a "quantity of cargo" string, use t...peter1138
2006-10-10(svn r6715) -Fix r6714: roadvehicle and ship building windows are now also ma...bjarni
2006-10-10(svn r6712) -Code cleanup: renamed buildtrain_d to buildvehicle_d as it's use...bjarni
2006-10-08(svn r6693) -Fix: [ship view window] disable the refit button when the ship i...bjarni
2006-10-05(svn r6646) -Codechange: [vehicle list window] Cleaned up the drawing codebjarni
2006-10-03(svn r6624) -Feature: added ability to add refit commands to vehicle orders (...bjarni
2006-10-03(svn r6619) -Codechange: Use accessors for disabled_state.belugas
2006-10-02(svn r6612) -Codechange: Use accessors for hidden_state.belugas
2006-09-28(svn r6562) -Codechange: merged the vehicle list window widget arraysbjarni
2006-09-27(svn r6518) -Codechange: unified the vehicle refit windowsbjarni
2006-09-26(svn r6513) -Codechange: unified the code to draw depot windowsbjarni
2006-09-24(svn r6503) -Codechange: added a function to tell what vehicles a depot containsbjarni
2006-09-23(svn r6499) -Codechange: Finally, got "byte event" outside of the union Windo...belugas
2006-09-22(svn r6497) -Fix r6165: Vehicles heading for depots when their orders contain...bjarni
2006-09-11(svn r6442) -Fix: ship depots windows now only draws the ships inside the dep...bjarni
2006-09-04(svn r6379) -Codechange: cast 'remove babel' on widget's unkA and rename it t...Darkvater
2006-09-03(svn r6370) -Codechange: moved all the remaining setup for PlayerVehWndProc()...bjarni
2006-09-03(svn r6359) -Fix: Do not reset the current cursor action when centering on a ...tron
2006-09-03(svn r6353) -Codechange: Make DestinationID a typedef of uin16, which is as l...tron
2006-09-02(svn r6350) -Codechange: moved some setup stuff into WE_CREATE in PlayerVehWn...bjarni
2006-09-01(svn r6291) -Feature: Vehicle lists from the station window now also got the ...bjarni
2006-08-30(svn r6239) -Code cleanup: cleaned up PlayerVehWndProcbjarni
2006-08-29(svn r6227) -Codechange: added window type flags to use with PlayerVehWndProcbjarni
2006-08-29(svn r6215) -Codechange: [vehicle list windows] unified Player(vehicle)WndPro...bjarni
2006-08-29(svn r6208) Reduce the number of induction variables for claritytron
2006-08-29(svn r6205) -CodeChange : use a switch case instead of a cascade of ifbelugas
2006-08-28(svn r6204) -Cleanup: replace non-indentation with spaces; like '}<TAB>else {...rubidium
2006-08-28(svn r6182) -Code cleanup: replaced one (1 << 8) with SHARE_FLAG (missed in r...bjarni
2006-08-28(svn r6181) -Fix r6161: The list of vehicles using a certain station got a bi...bjarni
2006-08-27(svn r6167) -Code cleanup r6161: replaced some uint16 with OrderID and (1 << ...bjarni
2006-08-27(svn r6165) -Feature: control click Goto Depot will now make the vehicle servicebjarni
2006-08-26(svn r6161) -Feature: List of vehicles with the same shared ordersbjarni
2006-08-26(svn r6142) -Codechange: added WaypointID (sorry DV, couldn't splits it anymore)truelight
2006-08-22(svn r6046) CodeChange : Rename WWT_5 Widget type to WWT_LABEL : a centered ...belugas
2006-08-22(svn r6045) -Cleanup: align all table-like structures using spaces, i.e. whit...rubidium
2006-08-20(svn r6002) -Cleanup: remove the now redundant BASE_YEAR constant.rubidium
2006-08-19(svn r5944) -Merge TGP (r5578, r5579, r5724, r5726): -Feature: filter for tex...truelight