-
(this was split off from #71)
To show tracebacks from Cython code, we need to:
1) add `SAGE_SRC` to `sys.path` since Cython uses relative paths in its tracebacks
2) add a patch to IPython to not re…
-
-
Move `c_lib` code to Cython modules, or refactor code to no longer use `c_lib`:
* #17180: Move and fix rational reconstruction
* #10103: Remove gmp_globals and gmp.pxi
* #17668: Replace PY_NEW and …
-
the following is weird:
```
sage: RDF(1/10)-RDF(1)/RDF(10)
-1.38777878078e-17
```
One would expect that the conversion from 1/10 to RDF is done as follows:
- first convert 1 to RDF, which is exact
…
-
**Description**:
I tried to compile TBC core and after compiling I found a bug. In C:\AscEmu\tools have something messed up because after
ae_tools.bat running I extract maps but when I try to extra…
-
Working with MPQ archives can be tedious, adding support for loading assets from standard zip files would make adding and managing games assets easier. Possibly via [physfs](https://icculus.org/physfs…
-
Not worried with server side heuristic detection. That can be handled in the scripts themselves. More concerned with preventing the exe and its actions client side being detected.
I'm not sure wh…
-
We explicitly declare things to be `int` type so Cython can generate better C code.
CC: @sagetrac-Stefan @sagetrac-Rudi @sagetrac-yomcat @sagetrac-msaaltink
Component: **matroid theory**
Author:…
-
### Operating System
Android
### DevilutionX version
1.4.1 (latest release)
### Describe
my phone's resolution is 960x540,and the touch buttons are too big when i launch game.
i also set the s…
-
Rogue attacking with a bow looks glitchy.
We're probably passing the wrong width to some of the CLX conversion commands
https://github.com/diasurgical/devilutionx-mpq-tools/blob/0938147fb350e9ee34…