nemo [Mon, 10 Feb 2025 09:52:32 -0500] rev 16117
fix arm build
unC0Rr [Tue, 04 Feb 2025 17:31:55 +0100] rev 16116
Modernize approach for building qmlfrontend
unC0Rr [Tue, 04 Feb 2025 15:53:16 +0100] rev 16115
Implement shoppa border generation
unC0Rr [Tue, 04 Feb 2025 15:52:02 +0100] rev 16114
Fix land generation and texturing passes having different parameters leading to empty map texture
unC0Rr [Mon, 03 Feb 2025 16:52:05 +0100] rev 16113
Update lib-hedgewars-engine to use newer versions of dependencies
unC0Rr [Mon, 03 Feb 2025 16:32:44 +0100] rev 16112
Remove deprecated source file
unC0Rr [Mon, 03 Feb 2025 15:25:28 +0100] rev 16111
Simplify 'for' loop by keeping more information about iterator
unC0Rr [Mon, 03 Feb 2025 15:03:26 +0100] rev 16110
Tune shoppa tile set for better results
unC0Rr [Sun, 02 Feb 2025 22:30:49 +0100] rev 16109
Introduce hard match option for edges to reduce backtracking
unC0Rr [Sun, 02 Feb 2025 17:47:54 +0100] rev 16108
Add anti_match feature, log some info when cannot satisfy rules
unC0Rr [Thu, 30 Jan 2025 16:38:20 +0100] rev 16107
Tune Shoppa tile set for better result
unC0Rr [Thu, 30 Jan 2025 16:38:00 +0100] rev 16106
Implement configurable weight for tiles
unC0Rr [Thu, 30 Jan 2025 13:59:41 +0100] rev 16105
Add Shoppa tile set
unC0Rr [Thu, 30 Jan 2025 13:59:31 +0100] rev 16104
Square tile weights for better control over probabilities
unC0Rr [Tue, 28 Jan 2025 15:57:05 +0100] rev 16103
Fix bugs in edge definitions in Rooms tile set, remove spikes tile set
unC0Rr [Tue, 28 Jan 2025 15:49:45 +0100] rev 16102
- Update landgen to use the latest rand crate
- Change Size width and height from usize to u32 for portability
- Implement backtracking in wfc generator
unC0Rr [Tue, 28 Jan 2025 10:37:46 +0100] rev 16101
- Adopt newest version of rand crate
- Rework fill_bytes() method to use full generated values
unC0Rr [Mon, 27 Jan 2025 22:22:10 +0100] rev 16100
- Reduce wfc templates definition file by removing excess fields with false value
- Add first attempt at spikes tile set
unC0Rr [Mon, 27 Jan 2025 21:24:16 +0100] rev 16099
Fix installation
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