Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-01-05 | Change: move "give money" from client-list to company window | Patric Stout | |
This is a much better location for this button, as you send money from one company to another company, not from player to player. This is based on work done by JGRPP in: https://github.com/JGRennison/OpenTTD-patches/commit/f82054339124cc6b89c5f4f9dac2d9da62f0108b and surrounding commits, which took the work from estys: https://www.tt-forums.net/viewtopic.php?p=1183311#p1183311 We did modify it to fix several bugs and clean up the code while here anyway. The callback was removed, as it meant a modified client could prevent anyone from seeing money was transfered. The message is now generated in the command itself, making that impossible. | |||
2019-11-10 | Cleanup: Removed SVN headers | S. D. Cloudt | |
2019-05-01 | Feature: Add NotRoadTypes (NRT) | peter1138 | |
2019-01-31 | Feature: Group liveries, and livery window usability enhancements. (#7108) | PeterN | |
* Change: Replace checkbox in livery selection window with Default option in drop down selection. This reduces clutter in the UI and allows for primary/secondary colours to independently follow the default scheme if desired. * Feature: Add vehicle group liveries. | |||
2011-12-19 | (svn r23600) -Codechange: link WC+number to a Widget, and the Widget to a ↵ | truebrain | |
Window class | |||
2011-12-16 | (svn r23562) -Codechange: don't be lazy with the spacebar | truebrain | |
2011-12-16 | (svn r23531) -Codechange: document and rename widgets to be consistent and ↵ | truebrain | |
understandable | |||
2011-12-15 | (svn r23528) -Codechange: move widget enums to widgets/NNN_type.h | truebrain | |