Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-12-03 | (svn r920) Replace vehicle info macros with inline functions and add asserts ↵ | tron | |
to check limits | |||
2004-12-02 | (svn r901) Small step in the process to clean up the DPARAM mess: | tron | |
- reduce to 2 sizes (*DParam64 for 64bit values, *DParam for the rest) - use inline functions instead of macros - add assert()s to check for buffer overruns | |||
2004-11-29 | (svn r854) -Fix [1070274] Invisible trains. Weird macros and MSVC optimizing ↵ | darkvater | |
don't always mix. (Tron) | |||
2004-11-27 | (svn r842) -Fix: [ 985925 ] Start/stop flag in train depots always works, ↵ | tron | |
regardless of the horizontal scroll position | |||
2004-11-25 | (svn r815) Include strings.h only in the files which need it. | tron | |
This should reduce the compile time after altering english.txt by about 1/3, because "only" 62 instead of 90 .c files must be recompiled. | |||
2004-11-19 | (svn r677) -newgrf: Fix some custom electric trains appearing in maglev ↵ | darkvater | |
depots (pasky). | |||
2004-11-14 | (svn r617) -newgrf: Support for parameter 0x8E (train Y-pitch in info ↵ | darkvater | |
windows) both setting and testing. This should fix displaced wagons in DBSetXL as reported by DarkVater. (pasky) | |||
2004-11-14 | (svn r587) -newgrf: Rename all /Checkpoint/i tokens to 'Waypoint's. The name ↵ | darkvater | |
actually makes some sense and is also compatible with TTDPatch (pasky). | |||
2004-11-13 | (svn r572) -newgrf: Support for custom (newGRF-yielded) refit masks for ↵ | darkvater | |
trains and aircrafts (pasky). | |||
2004-11-06 | (svn r514) -Fix: [1053397] Refit Train Window Stays Open | tron | |
2004-09-14 | (svn r244) -Fix: Stations were not sorted for non-player-0 players | darkvater | |
-Fix: Correctly resorting vehicle list of player when the list of another player is open. | |||
2004-09-10 | (svn r194) -Codechange: stripping trailing-spaces. Please keep this that way! | truelight | |
2004-09-07 | (svn r177) -Fix: padded out Widget code to solve warnings on C99 compiler (Tron) | darkvater | |
-Fix: added WIDGETS_END macro for WWT_LAST which does this for all last widget-types | |||
2004-09-07 | (svn r175) -Fix: [1023771] inconsistent/missing stations in station list. ↵ | darkvater | |
Forgot to change owner-sort after changing function. -Codechange: some more asserts to vehicle-sorts to quickly find any possible problems. | |||
2004-09-06 | (svn r169) -Fix: move around sort-widgets a bit so it looks more natural | darkvater | |
-Fix: savegames are sorted with newest date first by default -Codechange: refine sorter functions -Fix: fixed linux warnings (tokai) | |||
2004-09-06 | (svn r165) -Feature: Option to sort vehicles in vehicle-list window by ↵ | darkvater | |
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. | |||
2004-09-04 | (svn r157) -Feature: [1009708] Percent-based service intervals. Send a ↵ | darkvater | |
vehicle to depot after it has lost X% of its reliability (mivlad) | |||
2004-08-11 | (svn r23) -Some omments on the code (blathijs) | darkvater | |
2004-08-10 | (svn r11) Feature: Copy/share orders now works from ship depot window for ↵ | dominik | |
ships and hangar window for aircraft | |||
2004-08-09 | (svn r1) Import of revision 975 of old (crashed) SVN | truelight | |