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

Related to #17, but more simple way, closer to makefiles. [TUP build system docs](http://gittup.org/tup/)

enhancement
help wanted

I've spent a while trying to get the CMake to work, but every time I run the given command, I get this error: ``` CMake Error at CMakeLists.txt:2 (project): Running...

Could be based on http://aminet.net/package/dev/asm/ReadJoyPad . Rewriting this to C shouldn't be much of hassle.

enhancement

now that mod_tool can merge samples from bunch of .mod files and store them in separate samplepack file and rest of .mod data separately, perhaps it'd be wise to store...

Apparently calling FreeMem when OS is disabled doesn't crash the system. Calling `systemUse()` could be avoided to improve performance. - [ ] Create a test which repeatedly allocates deallocates memory...

enhancement
help wanted
question
Easy

Moved from https://github.com/AmigaPorts/ACE/issues/69 - [ ] Add IFF support in bitmap_conv - [ ] Add IFF palette chunk support in palette_conv The code for parsing IFF must be flexible enough...

help wanted

WinUAE 4.4.0 introduced console logger via dedicated memory addresses. Log manager supports this, but the quirk is that UAE treats each string as separate line and puts `\n` by itself....

Since ACE is mostly included to projects as submodules, I think it's not reasonable since old commits may have broken references to proper submodule commits. I've linked ACE's submodule `ptplayer`...

question

As new state managers landed in ACE, it would be nice to include example for nested state managers. In impsbru I actually use this approach, so preparing example from it...

Easy

While refactoring state manager and updating some code in showcase, I stumbled upon this strange behavior.

bug