Documentation: Adjust low level changes document

pull/532/head
Jonathan G Rennison 1 year ago
parent dc32b0533c
commit 7119550aa7

@ -38,7 +38,7 @@ This document does not describe the player-visible changes/additions described i
#### Logging #### Logging
* Add yapfdesync, linkgraph and sound log levels. * Add yapfdesync, linkgraph, sound, and command log levels.
* Extend desync and random logging. * Extend desync and random logging.
### Map ### Map
@ -70,6 +70,7 @@ This document does not describe the player-visible changes/additions described i
* Reduce unnecessary status bar and vehicle list window redraws. * Reduce unnecessary status bar and vehicle list window redraws.
* Filter out tile parts which are entirely outside the drawing area, within DrawTileProc handlers. * Filter out tile parts which are entirely outside the drawing area, within DrawTileProc handlers.
* Improve performance of drawing rail catenary. * Improve performance of drawing rail catenary.
* Cache which window types are currently shown.
### Data structures ### Data structures
@ -165,7 +166,6 @@ This document does not describe the player-visible changes/additions described i
* Avoid redundant re-scans for AI and game script files. * Avoid redundant re-scans for AI and game script files.
* Avoid iterating vehicle list to release disaster vehicles if there are none. * Avoid iterating vehicle list to release disaster vehicles if there are none.
* Avoid quadratic behaviour in updating station nearby lists in RecomputeCatchmentForAll. * Avoid quadratic behaviour in updating station nearby lists in RecomputeCatchmentForAll.
* Increase FIO buffer size.
### Command line ### Command line

Loading…
Cancel
Save