fdelapena

Results 139 comments of fdelapena

There is a "recording" gameplay feature implemented since #1096 (also #2301). How to use: From the Player command line documentation: https://easyrpg.org/player/manual/ To record, use some deterministic random seed. 123456789 is...

These command line arguments are a good candidate for a global settings scene to implement this.

Parche: ```diff diff --git a/api/contrib/firmarXML/xmlseclibs/src/XMLSecurityDSig.php b/api/contrib/firmarXML/xmlseclibs/src/XMLSecurityDSig.php index 0fd4426..0dd8088 100644 --- a/api/contrib/firmarXML/xmlseclibs/src/XMLSecurityDSig.php +++ b/api/contrib/firmarXML/xmlseclibs/src/XMLSecurityDSig.php @@ -949,6 +949,26 @@ class XMLSecurityDSig } + // Allows converting large hexadecimal string to large decimal...

IPv6 is highly broken in OVH. I've moved all my VPS to somewhere else and all my issues got solved. Just don't use OVH, they don't care about IPv6 in...

The solution is: migrate from OVH to a serious provider. I've wasted too much months contacting support about broken routes randomly. Even Let's Encript OCSP responders for stapling cache were...

Another option is the Unlicense, similar to CC0 (Fedora suggests this one as a closer replacement).

The `Feature::HasRow()` could help with this with the new settings system, as the chunk is present with `easyrpg_disable_row_feature` since https://github.com/EasyRPG/Player/pull/2697/commits/c5a95ff2c06047b7732f0b531e1a16c916e94dc6

SDL3 [Added an example program of video decoding with ffmpeg](https://github.com/libsdl-org/SDL/pull/8366) that got substantial changes after the initial commit: https://github.com/libsdl-org/SDL/blob/main/test/testffmpeg.c More games with videos via KotatsuAkira, updated the wiki list: https://wiki.easyrpg.org/development/technical-details/games-using-play-movie-command

It looks safe to bump, so looks good to me :+1:.

Recompressed 8-bit PNG logos for slightly smaller executable binary size: 15175 -> 14213 ![8bit-320x240-EasyRPG-A](https://user-images.githubusercontent.com/174885/224772839-27aff451-9215-4cd2-b93a-3a7d7ccd00cf.png) 7413 -> 6763 ![8bit-320x240-EasyRPG-B](https://user-images.githubusercontent.com/174885/224772834-90287c78-7a23-4b78-a31a-49459b6d3433.png)