Adrian Siekierka

Results 106 issues of Adrian Siekierka

``` $ ia16-elf-g++ -O0 -mno-callee-assume-ss-data-segment -MMD -MP -c -o obj/celeste.o src/celeste.c src/celeste.c: In constructor '_fix32::_fix32(T)': src/celeste.c:8:43: internal compiler error: Segmentation fault template _fix32(T v) { *this = v; /* use...

bug
help wanted

I haven't yet wrapped this into a form reproducible with vanilla gcc-ia16, but here's some notes: ``` // simplified void main(void) { const uint8_t __far *font_data = asset_map(0); for (uint16_t...

Reproduction scenario: ``` #include uint8_t x; uint16_t screen[0x400] __attribute__((aligned(0x800))); static inline void video_put_screen(void *dest, uint16_t src, uint8_t x, uint8_t y) { ((uint16_t*) dest)[((y & 0x1F)

enhancement

In the event of an active platform which is being scraped multiple times, it's a good idea to know which entries have been manually adjusted or corrected, so that their...

schema

https://gamejolt.com/games/new?os=rom Might be more useful once we have more platforms, as they do not distinguish between different consoles at the search filter level.

I'd like to use compress-tools-rs in a situation where I want to treat archive and non-archive files differently; enabling the "raw" format makes it effectively impossible to distinguish archives from...

help wanted
question

The initial OpenComputers mod developer team slowly departed at the end of the 2010s, with the final code updates from payonel coming in 2020. While I decided to briefly take...

Unfortunately, at this time it adds a noticeable (with the naked eye) performance hit to the mappings loading process - I want to look if I can get it down...

* 18w49a identified a few non-mapped method names, needs to be propagated back