Basxto

Results 64 comments of Basxto

https://github.com/SimonLarsen/mmlgb/wiki/Data-format In Song.java and Parser.java it looks like being mostly a binary and unrolled version the MML. The channels look like containing commands (Song.CMD) and values.

Pluralize might need something like this? ``` pluralize.addIrregularRule('rapport', 'rapporter') pluralize.addIrregularRule('Bericht', 'Berichte') ``` Or something like that?: ``` pluralize.addIrregularRule(t('report'), t('reports')) ```

The game does not work flawless, all video cut scenes are missing. In wine this game needs Quartz, Windows Media Player 10 and Devenum installed. WMP10 can only be installed...

I downloaded a 100% savegame and clicked through all the cutscenes in the event log. So cutscenes should work soon-ish with steam’s proton. > So, is there a way to...

This further does: * Make it easy to just compile and run the game with commands like `make run EMU=emulicious` * Allow to run with snapshots, that aren’t properly installed...

* Rename a few variables according to https://www.gnu.org/software/make/manual/html_node/Implicit-Variables.html * Use bbbbbr’s [romusage](https://github.com/bbbbbr/romusage) tool to be able to compare rom size created by different versions of SDCC * Generate .cdb file...

After some more manual optimization: ``` Bank Range Size Used Used% Free Free% ---------- ---------------- ----- ----- ----- ----- ----- ROM 0x0000 -> 0x3FFF 16384 15900 97% 484 2% |.###########################|...

I might be to much used to reddit, but that sounds a lot like it’s profile posts. Those get put in /user/*/comments/ for some reason and only show up in...

As long as it mirrors F-Droid’s APKs, F-Droid will be able to update it. The APK only needs to be signed with the same key. The burger menu also has...

@MADesign-CG it’s a bit offtopic here, but you can directly clone a branch like `git clone -b goo-engine-v3.6-release https://github.com/dillongoostudios/goo-engine.git --recursive` or manually switch branch with `git checkout goo-engine-v3.6-release` after cloning....