File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 466
466
" TRIGGERRIGHT" ,
467
467
" tris" ,
468
468
" truetype" ,
469
+ " tryddle" ,
469
470
" typestr" ,
470
471
" undoc" ,
471
472
" Unifont" ,
Original file line number Diff line number Diff line change @@ -8,12 +8,17 @@ This project adheres to [Semantic Versioning](https://semver.org/) since version
8
8
9
9
## [ 19.3.0] - 2025-07-26
10
10
11
+ Thanks to cr0ne for pointing out missing texture scaling options.
12
+ These options did not exist in SDL2.
13
+
11
14
### Added
12
15
13
16
- ` tcod.sdl.render ` : Added ` ScaleMode ` enum and ` Texture.scale_mode ` attribute.
14
17
15
18
## [ 19.2.0] - 2025-07-20
16
19
20
+ Thanks to tryddle for demonstrating how bad the current API was with chunked world generation.
21
+
17
22
### Added
18
23
19
24
- ` tcod.noise.grid ` now has the ` offset ` parameter for easier sampling of noise chunks.
You can’t perform that action at this time.
0 commit comments