Age | Commit message (Expand) | Author |
2006-09-28 | (svn r6559) -Codechange: [vehicle list windows] moved creation and drawing co... | bjarni |
2006-09-28 | (svn r6544) - Codechange: Rename CmdReplaceVehicle to CmdSetAutoReplace, to r... | peter1138 |
2006-09-27 | (svn r6519) -Code cleanup r6518: changed a line to apply to the coding style | bjarni |
2006-09-27 | (svn r6518) -Codechange: unified the vehicle refit windows | bjarni |
2006-09-23 | (svn r6499) -Codechange: Finally, got "byte event" outside of the union Windo... | belugas |
2006-09-08 | (svn r6431) -Fix r6424: removed a declaration after statement in ReplaceVehic... | bjarni |
2006-09-08 | (svn r6429) -Fix: [autoreplace GUI] selecting an empty line will now deselect... | bjarni |
2006-09-08 | (svn r6428) -Codechange: [autoreplace] removed duplicated code to draw the in... | bjarni |
2006-09-08 | (svn r6424) -Codechange: [autoreplace] removed a loop though all vehicles fro... | bjarni |
2006-09-07 | (svn r6418) -Fix: [autoreplace] now multiheaded engines and other locomotives... | bjarni |
2006-09-04 | (svn r6381) -Cleanup: make the '/* */' comments that span multiple lines more... | rubidium |
2006-09-04 | (svn r6379) -Codechange: cast 'remove babel' on widget's unkA and rename it t... | Darkvater |
2006-09-04 | (svn r6378) -Codechange: Rename VLW_FLAGS to VLW_MASK as it is a mask | Darkvater |
2006-09-04 | (svn r6377) -Codechange: Set up the widgets in the WE_CREATE instead of on ev... | Darkvater |
2006-09-03 | (svn r6372) -Codechange: static, unneeded decleration in headers, superfluous... | Darkvater |
2006-09-03 | (svn r6370) -Codechange: moved all the remaining setup for PlayerVehWndProc()... | bjarni |
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-31 | (svn r6283) -Code cleanup: fixed wrong indent in PlayerVehWndProc() | bjarni |
2006-08-31 | (svn r6282) -Codechange: made a function to create the vehicle list for vehic... | bjarni |
2006-08-31 | (svn r6271) Remove stale comment | tron |
2006-08-31 | (svn r6270) Remove the "unsorted" vehicle sorter, because it's plain useless | tron |
2006-08-31 | (svn r6269) -Fix r6240: fixed incorrect row count in vehicle lists when resiz... | bjarni |
2006-08-31 | (svn r6261) -Fix r6246: fixed sprite related crash related to other player's ... | bjarni |
2006-08-30 | (svn r6249) -Fix: fixed assert when pressing goto depot in an empty list (for... | bjarni |
2006-08-30 | (svn r6246) -Feature: added the many times requested "send all vehicle to dep... | bjarni |
2006-08-30 | (svn r6243) -Codechange: made SortVehicleList() static as well since that one... | bjarni |
2006-08-30 | (svn r6242) -Codechange: made BuildVehicleList static as it is not used in an... | bjarni |
2006-08-30 | (svn r6241) -Fix r6240: missed altering one line in last commit | bjarni |
2006-08-30 | (svn r6240) -Code cleanup: in PlayerVehWndProc: replaced size_of_row with w->... | bjarni |
2006-08-30 | (svn r6239) -Code cleanup: cleaned up PlayerVehWndProc | bjarni |
2006-08-29 | (svn r6229) -Feature: Shared order lists now got a "goto depot" button | bjarni |
2006-08-29 | (svn r6228) -Fix: redrawing an empty list of shared vehicles will now close t... | bjarni |
2006-08-29 | (svn r6227) -Codechange: added window type flags to use with PlayerVehWndProc | bjarni |
2006-08-29 | (svn r6215) -Codechange: [vehicle list windows] unified Player(vehicle)WndPro... | bjarni |
2006-08-28 | (svn r6204) -Cleanup: replace non-indentation with spaces; like '}<TAB>else {... | rubidium |
2006-08-28 | (svn r6195) -Codechange: do not use '//' in '/* ... */' style comments and '/... | rubidium |
2006-08-27 | (svn r6167) -Code cleanup r6161: replaced some uint16 with OrderID and (1 << ... | bjarni |
2006-08-26 | (svn r6161) -Feature: List of vehicles with the same shared orders | bjarni |
2006-08-26 | (svn r6142) -Codechange: added WaypointID (sorry DV, couldn't splits it anymore) | truelight |
2006-08-22 | (svn r6055) -Codechange: added GetXXXArraySize, which returns HighestID + 1 (... | truelight |
2006-08-22 | (svn r6045) -Cleanup: align all table-like structures using spaces, i.e. whit... | rubidium |
2006-08-15 | (svn r5910) Fix some more warnings on MSVC by using (void*) casts. Followup o... | Darkvater |
2006-08-15 | (svn r5907) Remove more indirection by using pointers instead of IDs. Also fi... | tron |
2006-08-14 | (svn r5895) Remove dead code | tron |
2006-08-14 | (svn r5894) Remove a totally unnecessary indirection in the vehicle sorter co... | tron |
2006-08-14 | (svn r5887) -Cleanup: move date related functions, defines and variables to d... | rubidium |
2006-08-09 | (svn r5820) - NewGRF: Add support for extra vehicle text in the purchase list... | peter1138 |
2006-06-28 | (svn r5399) Simplify a conditional expression: (a && b) || (!a && !b) -> a == b | tron |
2006-06-14 | (svn r5262) Add symbolic names for the aircraft subtypes. not perfect, but be... | tron |