seadra

Results 26 issues of seadra

gc compiler has -buildmode=c-shared. With LLVM, this should be possible, no?

enhancement
windows

### Operating System Linux x64 ### DevilutionX version 1.5.1 ### Describe Following the compilation instructions from [here](https://github.com/diasurgical/devilutionX/blob/master/docs/building.md#64-bit). Several issues: 1. The script `Packaging/windows/mingw-prep64.sh` doesn't handle zlib as claimed, manually installed...

Whenever fallout2 crashes, the desktop is left at some very low resolution. How about adding `atexit(SDL_Quit);` to clean all all subsystems including video?

I earlier reported this [here](https://github.com/RetroPie/mame4all-pi/issues/3), and the pointed me to the upstream, but I didn't pursue it further since they also mentioned the project has been inactive recently. That was...

Using BigFloat with a TwoPointBVProblem and MIRK4 solver currently fails with the following error: > ArgumentError: matrix type SparseArrays.SparseMatrixCSC{BigFloat,Int64}not supported. Try lu(convert(SparseMatrixCSC{Float64/ComplexF64,Int}, A)) for sparse floating point LU using UMFPACK...

mame4all-pi is using almost 100% CPU on a Raspberry Pi Zero when paused. This is particularly relevant given that this fork is based on MAME 0.37b5 which doesn't support save/load...