darkvater [Mon, 06 Sep 2004 18:22:25 +0000] rev 165
(svn r166) -Codechange: change 74 for constant DAY_TICKS
darkvater [Mon, 06 Sep 2004 18:15:13 +0000] rev 164
(svn r165) -Feature: Option to sort vehicles in vehicle-list window by different criteria. Total independent sort for all types and players. Periodic resort of list every 10 TTD days. Thank you for your graphical inspiration follow and buxo (since none of you provided any code).
-Fix: Sorter icon pointing down 'v' sorts in every window lowest value first, '^' highest value first
-CodeChange: move Dropdownlist from settings_gui.c to widget.c. More in place there.
truelight [Mon, 06 Sep 2004 16:57:40 +0000] rev 163
(svn r164) -Fix: Makefile did not clean up endian-files
-Add: Also display text for endian.h and endian_check
bjarni [Mon, 06 Sep 2004 16:45:53 +0000] rev 162
(svn r163) Makefile: made compileroutput nicer and added NOVERBOSE to supress all warnings/errors if wanted(default off) (sign_de)
darkvater [Mon, 06 Sep 2004 16:21:35 +0000] rev 161
(svn r162) -Feature: when exit game window pops up, 'Enter' quits the game
darkvater [Sun, 05 Sep 2004 17:11:00 +0000] rev 160
(svn r161) -Fix: added missing file to project and solved wrong type bug
truelight [Sun, 05 Sep 2004 16:15:22 +0000] rev 159
(svn r160) -Codechange: made GetTileTrackStatus more readable (blathijs)
-Fix: some minor fixes around GetTileTrackStatus (blathijs)
truelight [Sun, 05 Sep 2004 14:20:36 +0000] rev 158
(svn r159) -Fix: w->custom[] was too small for 64bit pointers
truelight [Sat, 04 Sep 2004 14:20:12 +0000] rev 157
(svn r158) -Fix: make endianess check 100% accurate (hopefully ;))
darkvater [Sat, 04 Sep 2004 13:06:09 +0000] rev 156
(svn r157) -Feature: [1009708] Percent-based service intervals. Send a vehicle to depot after it has lost X% of its reliability (mivlad)