OpenTTD/src/ai
Peter Nelson 2a0365b3d9 Cleanup: Remove unnecessary parameter of GetScrolledRowFromWidget()
Line height defaults to the resize height of the relevant widget, which is
set in all cases. Therefore it is not necessary to specify this value every time.

Additionally fixes scrolled padding for the framerate window.
2021-04-21 23:12:10 +02:00
..
CMakeLists.txt Add: introduce CMake for project management 2020-06-05 19:36:05 +02:00
ai.hpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
ai_config.cpp Codechange: Remove min/max functions in favour of STL variants (#8502) 2021-01-08 11:16:18 +01:00
ai_config.hpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
ai_core.cpp Codechange: Replace FOR_ALL_COMPANIES with range-based for loops 2019-12-21 20:13:03 +01:00
ai_gui.cpp Cleanup: Remove unnecessary parameter of GetScrolledRowFromWidget() 2021-04-21 23:12:10 +02:00
ai_gui.hpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
ai_info.cpp Change: Heading for 1.12 now (#8862) 2021-03-14 20:47:31 +01:00
ai_info.hpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
ai_instance.cpp Change: rewrote squirrel_export in CMake 2020-07-16 00:53:26 +02:00
ai_instance.hpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
ai_scanner.cpp Codechange: Use std::string in file scanners. 2020-12-27 13:19:25 +01:00
ai_scanner.hpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00