rofl0r
rofl0r
> (I was getting Amiberry v7 ready to release, now I have to merge the changes in :D ) reading the changelog, the changes made appear to (temporarily, at least)...
> in my opinion older CPUs are too slow and I don't want to care about those until things stabilize too slow for what? emulating an A500? i think the...
sure, if there's an obvious bugfix i can merge it, so please go ahead
> I believe it's not possible to truly abort preprocessing with a clear message without using e.g. compiler-specific pragmas or stuff like that (even a pragma would not necessarily cause...
https://noiselabs.io/tar-file-name-is-too-long-max-99/ i'd use tar-ustar setting instead of tar-pax though.
`#reaver` on irc.libera.chat
indeed, the sandboxing mechanisms of such programs are incompatible with proxychains. as for your second problem: in case you use X11 it might fail to connect to the display server...
ok, as usual all your AI generated content again makes this a huge PR, which takes every reload take half a minute. for now, exclude all your README and zsh...
agstract works on AGS file containers (multifile libraries, in AGS terms), which are typically .exe, .ags or .vox files. if you have a game28.dta file, the container is already extracted....
potential fix: ```diff --- a/maps/GoldenrodMagnetTrainStation.asm +++ b/maps/GoldenrodMagnetTrainStation.asm @@ -45,7 +45,7 @@ GoldenrodMagnetTrainStationOfficerScript: warpcheck newloadmap MAPSETUP_TRAIN applyonemovement PLAYER, turn_head_down - wait 36 + wait 9 end Script_ArriveFromSaffron: diff --git a/maps/SaffronTrainStation.asm b/maps/SaffronTrainStation.asm...