rlu:develop

Last commit made on 2023-06-03
Get this branch:
git clone -b develop https://git.launchpad.net/rlu

Branch merges

Branch information

Name:
develop
Repository:
lp:rlu

Recent commits

01c9bb6... by Kyle Benesch <email address hidden>

Move tcod.sdl internals to a sub-module.

To keep things out of a potential namespace.

ce0ea64... by Kyle Benesch <email address hidden>

Add more logging for libtcod and SDL.

Move protected context closer to tcod.sdl internals.

49ebc65... by Kyle Benesch <email address hidden>

Update issue templates

c061679... by Kyle Benesch <email address hidden>

Prepare 16.0.2 release.

3bed09f... by Kyle Benesch <email address hidden>

Fix joystick removal access.

Joysticks can not be accessed by their instance id during removal.
This change stores them in a weak dictionary so that they may be
accessed that way.

9e1291d... by Kyle Benesch <email address hidden>

Backport deprecated line_where test.

So that this is still covered since the doctest has been removed.

fc2ba4f... by Kyle Benesch <email address hidden>

Handle warnings better in deprecated tests.

Remove outdated doctest which was fully deprecated.

21c93c1... by Kyle Benesch <email address hidden>

Increase test timeout.

Now that hanging issues are fixed the timeout should be far more relaxed.

b28789c... by Kyle Benesch <email address hidden>

Give a better error when a context is used after it's closed.

af6d8ea... by Kyle Benesch <email address hidden>

Fix readme typo.