Charles

Results 6 issues of 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...

enhancement

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...

bug

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...

enhancement
good first issue

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. ```...

ptext

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...

Submodule: display
SDL2
Compatability (Pygame 2)
Difficulty: moderate

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...

Submodule: display
Platform: Windows
SDL2
Difficulty: Waiting