Adrien Bertrand

Results 43 issues of Adrien Bertrand

Right now, only the ZDS assembler is supported, but that's been made obsolete with fasmg, so it'd be nice to be able to use that. Would also make things easier...

`==` and `!=` will have to be custom.

## Some bugs/things we saw over time: * [ ] **Support of `double` type.** Temporary (?) workaround: `#define double float` * [ ] **Register allocation** Some things still manage to...

Update some copyright years, abbreviation case, and website link. cmake: improved various things.

**Before:** ![maVU12E](https://user-images.githubusercontent.com/660896/78511957-acf3fb00-776e-11ea-887b-f284c19a0547.png) **After:** ![LJmIGIK](https://user-images.githubusercontent.com/660896/78511956-a9607400-776e-11ea-9d2b-d620f61b98cf.png) I've tried listing files on a CE, still works fine.

Hi, We've been using this library and needed to extend it to support userdata-based class. It works fine internally but it would be great it this can be upstreamed! Let...

As we've [seen](https://github.com/CE-Programming/toolchain/commit/abc5db5aad6ea8e06f5d6ccf3c55d1fea6948328) with the SpriteRotate command, it was broken for certain cases that we don't test - we should definitely have more than one test/example for each thing. At...

enhancement
help wanted
lib/graphx

It's annoying in the build logs: ``` 2021-06-03 13:14:38.693438 cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++ 2021-06-03 13:14:38.693438 cc1plus: warning: ‘-Werror=’ argument ‘-Werror=missing-prototypes’ is not valid for...

annoyance
build

Following up on the comments from #392 ``` otool -L ./CEmu.app/Contents/MacOS/CEmu ./CEmu.app/Contents/MacOS/CEmu: /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa (compatibility version 1.0.0, current version 23.0.0) /usr/local/opt/zlib/lib/libz.1.dylib (compatibility version 1.0.0, current version 1.2.11) /usr/local/opt/libarchive/lib/libarchive.13.dylib (compatibility version 19.0.0,...

build
OS:macOS

Following #354, we need to make auto-unthrottling an option (enabled by default for convenience probably?)

enhancement
GUI
usb