Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-02-20 | Fix typos | hondew | |
2022-02-20 | Switch to 'symbol' nomenclature | hondew | |
2022-02-20 | Address comments | hondew | |
2022-02-20 | Minor fixes | hondew | |
2022-02-20 | Remove stuff | hondew | |
2022-02-20 | Document slot machine more (unabridged) | Abaresk | |
2021-12-28 | RGB macro use in slot_machine | GriffinR | |
2021-11-16 | Label slot machine ids, fix GetPriceReduction | GriffinR | |
2021-11-03 | Add COPYWIN constants | GriffinR | |
2021-10-30 | Add font id constants | GriffinR | |
2021-09-24 | Merge branch 'master' into tag-none | GriffinR | |
2021-09-14 | Add TAG_NONE | GriffinR | |
2021-08-24 | Removed trailing spaces in the most relevant files | LOuroboros | |
Command used for the job: egrep -rl ' $' --include *.c --include *.h --include *.s --include *.inc --include *.txt * | xargs sed -i 's/\s\+$//g' Credits to Grant Murphy from Stack Overflow. | |||
2021-07-07 | Flatten pos fields in struct Sprite | PikalaxALT | |
2021-04-26 | Document TV | GriffinR | |
2021-04-09 | standardize "grey" to "gray" | Kurausukun | |
2021-02-24 | Add palette selection constants | GriffinR | |
2021-02-24 | Use TASK_NONE constant | GriffinR | |
2020-11-02 | Re-apply joypad macros (minus merge conflicts) | aaaaaa123456789 | |
2020-09-13 | Undo PokeCodec's PRs | aaaaaa123456789 | |
This commit undoes most of PokeCodec's PRs after the debate in chat. Some harmless or completely superseded PRs have been left alone, as there is not much benefit in attempting to undo them. Reverts #1104, #1108, #1115, #1118, #1119, #1124, #1126, #1127, #1132, #1136, #1137, #1139, #1140, #1144, #1148, #1149, #1150, #1153, #1155, #1177, #1179, #1180, #1181, #1182 and #1183. | |||
2020-09-04 | Switch to button macros | PokeCodec | |
2020-09-04 | Fix Typos and capitalization | PokeCodec | |
2020-08-20 | Give songs meaningful english names | GriffinR | |
2020-07-28 | Merge branch 'master' into doc-slotmachine | GriffinR | |
2020-07-28 | Document slot machine funcs | GriffinR | |
2020-07-28 | Clean up slot machine data doc | GriffinR | |
2020-07-28 | More slot machine data documentation | GriffinR | |
2020-07-26 | Document some slot machine data | GriffinR | |
2020-07-24 | Change signedness and add casts to avoid implicit conversion warnings | PokeCodec | |
2020-07-05 | fix aggressive loop optimizations | Michael Panzlaff | |
Previously, aggressive loop optimizations with a new compiler were not possible due to undefined behaviour at end of arrays. A macro "UBFIX" is added to allow ifdefs for fixes which resolve undefined behavior. For example newer GCC versions will detect various bugs in the original game code and will otherwise not compile with -Werror. | |||
2020-05-24 | Clean up slot drawing | hondew | |
Fix typos | |||
2020-05-24 | Rename tag offset functions | hondew | |
Fix typo | |||
2020-02-09 | Move slot machine data to src | GriffinR | |
2020-01-26 | Add some capacity constants | GriffinR | |
2019-12-10 | Document misc strings and text colors | GriffinR | |
2019-10-20 | Clean up berry_tree.inc and misc adjacent documentation | GriffinR | |
2019-09-08 | Move gflib srcs and headers to gflib subdir | PikalaxALT | |
2019-06-26 | Fix/suppress warnings when building with gcc-8 | PikalaxALT | |
2019-04-04 | RGB Constants | Phlosioneer | |
2019-03-02 | Merge branch 'master' into main-menu-state-machine | Phlosioneer | |
2019-03-02 | Rename macro with correct name for pixel values | Phlosioneer | |
2019-02-28 | fix formatting in slot_machine.c | hondew | |
2019-02-28 | fix spelling error | hondew | |
2019-02-28 | fix mistakes and bad formatting | hondew | |
2019-02-28 | label luckyFlags | hondew | |
2019-02-28 | minor reeltime changes | hondew | |
2019-02-28 | finish DecideReelTurns | hondew | |
2019-02-28 | clean up slot machine more | hondew | |
2019-02-28 | clean up slot machine until AwardPayout | hondew | |
2019-02-28 | document slot machine | hondew | |