Mark Street

Results 48 issues of Mark Street

There is currently a draft PR but there is no associated issue to track the work required to replace `wine` with `wibo`. ### Testing We need to sanity test against...

backend

Creating an issue to track a discussion on discord between mkst/mono/lunar. ```as .macro arm_func_start_no_ual name .arm .endm .macro thumb_func_start_no_ual name .thumb .endm .macro arm_func_start name .arm .syntax unified .endm .macro...

It is not great UX to submit a compile request as the user is in the middle of typing/editing code only to submit another one when they've finished typing. Whilst...

frontend
ux

We shouldn't let users make a 🥪, e.g. ```yaml - [0x100, .data, foo] - [0x200, .rodata, bar] - [0x300, .data, baz] ```

(copy/pasta from Discord): The linker names are a little crazy because we are taking the file suffixes and dropping the last one (the aim being to drop the .o) this...

Currently all segments are loaded at startup which means all dependencies are required (e.g. crunch64, libgfxd) - even if the user does not use the segments that use them. This...

**Description of new feature** Add 'auto' functionality that sets core arguments to encode.py based on the signature. **Describe alternatives you've considered** n/a **Additional context** n/a

I lack the creative talent for this, but hopefully someone can create some nice, copyright-free, assets to use when building the CIA. - Icon needs to be 48x48 png -...

help wanted
good first issue

Creating PR to track progress. **Known issues:** - [ ] Texture corruption after playing for a while; I guess I'm not doing texture loading quite right... **Resolved issues:** - [x]...

Vanish cap effect does not match N64 **3DS** ![image](https://user-images.githubusercontent.com/22226349/90731358-810e8780-e2c1-11ea-889e-09de9d0a5d92.png) **N64** ![image](https://user-images.githubusercontent.com/22226349/90620661-a55b5d00-e20a-11ea-9afa-4f415f8260f4.png) **Edit:** Naive edit, applied to triangles rather than per-pixel ```c if (hasNoise && hasAlpha) { *dst++ = buf_vbo[offset +...

help wanted