Commit Graph

27 Commits

Author SHA1 Message Date
Henrique Gemignani Passos Lima 020542afea Add wip CCredits
Former-commit-id: 7d627be624
2023-01-30 23:17:54 +02:00
Luke Street 4f772afca4 Delete CInstruction, fix --no-static-libs build, fix all_source build
Former-commit-id: f02833c84e
2023-01-19 00:31:27 -08:00
Phillip Stephens 65efa56f99 Add CWordInstruction
Former-commit-id: 2f75767d00
2023-01-11 16:12:37 -08:00
Phillip Stephens 1383cfad4f Match and link CBlockInstruction
Former-commit-id: 3bba1300af
2023-01-11 15:17:26 -08:00
Phillip Stephens 6888bad050 Use union in CTextColor
Former-commit-id: b49d6096c7
2023-01-11 14:03:38 -08:00
Phillip Stephens 72e9d4d086 Match and link CColorOverrideInstruction
Former-commit-id: 1ee8ca9225
2023-01-11 13:26:39 -08:00
Phillip Stephens dbf90286dc Match and link CRemoveColorOverrideInstruction
Former-commit-id: d0b7837042
2023-01-11 12:16:02 -08:00
Phillip Stephens 187c29105e Match and link CColorInstruction
Former-commit-id: e0d723eaeb
2023-01-11 12:06:08 -08:00
Phillip Stephens 2bd5aa55f8 More text implementations
Former-commit-id: 4b664aaf36
2023-01-11 11:08:11 -08:00
Phillip Stephens 9488e643e5 Match and link CLineExtraSpaceInstruction
Former-commit-id: 28c5e7d23f
2023-01-10 15:03:07 -08:00
Phillip Stephens 6d153e758c Match and link CLineSpacingInstruction
Former-commit-id: 481e7e2100
2023-01-07 18:31:19 -08:00
Phillip Stephens 8ac75a38d8 Match and link CGuiSys
Former-commit-id: b3dbdac91a
2022-12-31 11:59:30 -08:00
Phillip Stephens e3cd879f16 Finish CRasterFont constructor, has regswaps though
Former-commit-id: febfc28b63
2022-12-23 21:07:46 -08:00
Phillip Stephens 04a5e9001a Add CRasterFont
Former-commit-id: ea0198a1de
2022-12-23 20:27:33 -08:00
Phillip Stephens 984f4623d9 Fix naming of CSaveableState
Former-commit-id: 8cd4e80bb0
2022-12-22 18:18:46 -08:00
Phillip Stephens 1e84728937 Match and link CDrawString, CSaveableState, minor OS.c cleanup
Former-commit-id: f3e0324674
2022-12-22 18:15:25 -08:00
Phillip Stephens 39d22b8758 Match and link CFont
Former-commit-id: 914ca994a0
2022-12-22 17:18:13 -08:00
Phillip Stephens ac0e3ef534 Match CConsoleOutputWindow, regswaps in constructor
Former-commit-id: 27bd20ff1d
2022-10-08 23:55:36 -07:00
Luke Street 7ca3a1c0bb Replace int types in Retro code
Retro seemingly avoided using the Dolphin
typedefs in most places, opting to use int/uint
instead. This likely means they didn't use
u8/s8/u16/s16/etc either.


Former-commit-id: 133326ae40
2022-10-09 01:37:23 -04:00
Luke Street 7f83e1fa03 Standardize include guards, clang-format headers
Former-commit-id: 261ee48bba
2022-10-09 01:13:17 -04:00
Luke Street f6cde6899c Link CFontImageDef
Former-commit-id: bbf3b658c2
2022-10-01 15:00:38 -04:00
Phillip Stephens ba75752e14 Match CFontImageDef, can't link due to extraneous TToken destructor
Former-commit-id: 77b921601a
2022-10-01 01:33:18 -07:00
Phillip Stephens 4e754e9163 Minor fixes, start CTextParser
Former-commit-id: e39a8e4c47
2022-09-29 21:24:13 -07:00
Luke Street 234afca6c2 clang-format pass
Former-commit-id: 6a979e343f
2022-09-18 02:05:46 -04:00
Luke Street 329618c585 More main progress; tons of headers & stuff
Former-commit-id: a6e365791b
2022-09-13 00:28:02 -04:00
Luke Street 0f25a3c8d4 Migrate s32->int, u32->uint; fix dolphin/types.h
Former-commit-id: 7eb08b6ee8
2022-09-05 00:01:22 -04:00
Luke Street bed1bb88de Reorganize includes to match asm
Former-commit-id: 848752477e
2022-07-18 18:42:58 -04:00