Charles
Charles
This update adds support for an on_exit() hook. Overview of changes contained in this pull request: - Support for users to define an `on_exit()` function which is called after the...
During an `Actor`'s initialization only a small portion of invalid keyword argument names (kwargs) are detected by the spellchecker. If the spellchecker does not find a match, then the invalid...
Better detection and error messages for invalid values during `Actor` initialization would be useful to aid users in debugging. Expected result: Better and consistent error messages to aid in debugging...
Using `screen.draw.text()` with a color gradient (`gcolor` argument) will clip characters having decenders (i.e. 'g', 'j', 'p', 'q', 'y'). The following code reproduces the issue using the 'g' character. ```...
The depth value is ignored when setting the display mode for pygame SDL2 builds. The depth can be set correctly for pygame SDL1.2 builds. Code example to show the depth...
The display width defaults to a minimum value when setting the mode for pygame SDL2 builds. This does not occur for pygame SDL1.2 builds. Code example to show the width...