ACE icon indicating copy to clipboard operation
ACE copied to clipboard

Amiga C Engine

Results 64 ACE issues
Sort by recently updated
recently updated
newest added

- [ ] Determine unit test framework - [ ] Do some basic tests on easily testable functions - [ ] Generate coverage report - [ ] Create issues for...

enhancement
help wanted
question

Make interrupt servers also register in OS so that keyboard is properly updated when OS is active - needed for tehKaiN/ld40-squared#1

enhancement
help wanted

`fix16_t` is of 16.16 format, so it's 32-bit value. A500 & A600 have 16-bit data bus, so 8 and 16-bit vars are faster than 32-bit to fetch. Implementing `fix8_t` with...

enhancement

Right now having sine table precalculated with floats is better. 2 things should be considered: - improving sin/cos approximation without greater calculation costs - removing fix16_sin and fix16_cos to force...

bug
enhancement
question

So std library has malloc, calloc and realloc. calloc is quite useless, but realloc would be nice. I think it should only take new size as a parameter, since memory...

enhancement
Easy

So in openFire I'm implementing chat and there i have to draw something like: `"%s: %s"` consisting of nick and message. So it would be cool to be able to...

enhancement
question

One could wonder, why there is so much commented code in copper's process function. The idea was that copper manager would mark copperlist areas which were modified and then update...

bug

- Remove unused fields in header. - Add version field in header. - Add data format in header: planar, interleaved, chunky. - Support reads from all three modes with possible...

enhancement

See "Blits with small dst" test. There are some other problems with this fn, mainly apparent in font blits.

bug
help wanted