unC0Rr [Mon, 27 Jan 2025 19:11:58 +0100] rev 16098
Description: Find clangs
Author: Gianfranco Costamagna <locutusofborg@debian.org>
Last-Update: 2022-10-03
Lars Wendler <polynomial-c@gmx.de> [Mon, 27 Jan 2025 19:08:55 +0100] rev 16097
Rename appdata to metainfo
See https://www.freedesktop.org/software/appstream/docs/chap-Metadata.html
chapter 2.1.2 "Filesystem locations"
Signed-off-by: Lars Wendler <polynomial-c@gmx.de>
Pekka Ristola <pekkarr@protonmail.com> [Mon, 27 Jan 2025 19:08:05 +0100] rev 16096
Add support for ffmpeg 6.0
- Use the new send_frame/receive_packet API for encoding
- Use the new channel layout API for audio
- Fix audio recording
- Copy codec parameters to the stream parameters
- Set correct pts for audio frames
- Read audio samples from file directly to the refcounted AVFrame buffer instead of the `g_pSamples` buffer
- Use global AVPackets allocated with `av_packet_alloc`
- Stop trying to write more audio frames when `WriteAudioFrame` fails with a negative error code
- Fix segfault with `g_pContainer->url`. The field has to be allocated with `av_malloc` before writing to it. It's set to `NULL` by default.
- Properly free allocations with `avcodec_free_context` and `avformat_free_context`
unC0Rr [Mon, 13 Jan 2025 11:39:58 +0100] rev 16095
Make bots wait a bit if there are air mines moving
unC0Rr [Mon, 27 Jan 2025 15:48:24 +0100] rev 16094
Switch to toml for WFC templates
unC0Rr [Mon, 27 Jan 2025 14:06:10 +0100] rev 16093
Implement simplified format for edges in config
unC0Rr [Mon, 27 Jan 2025 13:08:58 +0100] rev 16092
Add some further work on hhtracer
unC0Rr [Sun, 26 Jan 2025 21:29:54 +0100] rev 16091
Fix inversion parameters being disregarded
unC0Rr [Sun, 26 Jan 2025 20:51:38 +0100] rev 16090
Add Rooms tile set
unC0Rr [Tue, 21 Jan 2025 22:14:28 +0100] rev 16089
Adopt newer version of png lib
unC0Rr [Tue, 21 Jan 2025 22:10:55 +0100] rev 16088
Fix generation in corners by extending outline edge definitions
unC0Rr [Sat, 18 Jan 2025 16:57:26 +0100] rev 16087
Make slider below preview affect WFC generator by skewing tile probabilities
unC0Rr [Sat, 18 Jan 2025 16:55:04 +0100] rev 16086
Revert the idea of using prime number in hedgewars prng
unC0Rr [Sun, 12 Jan 2025 22:48:47 +0100] rev 16085
Add some progress on hhtracer
unC0Rr [Fri, 10 Jan 2025 17:37:34 +0100] rev 16084
Start work on hedgehog tracer
unC0Rr [Tue, 31 Dec 2024 15:19:43 +0100] rev 16083
Merge transitional_engine branch into default
unC0Rr [Tue, 31 Dec 2024 15:18:18 +0100] rev 16082
Add some more work on rust ai
unC0Rr [Thu, 19 Dec 2024 14:18:55 +0100] rev 16081
Make wider range of numbers representable with FPNum on the cost of smaller precision
unC0Rr [Thu, 19 Dec 2024 12:43:38 +0100] rev 16080
Add a benchmark for landgen
unC0Rr [Thu, 19 Dec 2024 12:40:48 +0100] rev 16079
Make FPNum use saturating calculations
unC0Rr [Tue, 17 Dec 2024 15:44:21 +0100] rev 16078
Implement passing of available ammo to rust AI
unC0Rr [Sat, 14 Dec 2024 18:07:29 +0100] rev 16077
Add templates for maps with 3 to 8 vertical structures
unC0Rr [Tue, 03 Dec 2024 16:23:30 +0100] rev 16076
Add the template to selection
unC0Rr [Tue, 03 Dec 2024 14:12:28 +0100] rev 16075
Add one more template