From 12eb254d769d84743b5cc6cd5424057c57eaf0ad Mon Sep 17 00:00:00 2001 From: TakaRikka <38417346+TakaRikka@users.noreply.github.com> Date: Thu, 10 Oct 2024 07:29:58 -0700 Subject: switch to dtk setup (#2203) * switch to dtk setup * some cleanup / fixes * cleanup d_a_alink literals * Restore doxygen, update CI & README.md (#1) * Fix build image ref (#2) --------- Co-authored-by: Luke Street --- src/d/msg/d_msg_string.cpp | 102 --------------------------------------------- 1 file changed, 102 deletions(-) delete mode 100644 src/d/msg/d_msg_string.cpp (limited to 'src/d/msg/d_msg_string.cpp') diff --git a/src/d/msg/d_msg_string.cpp b/src/d/msg/d_msg_string.cpp deleted file mode 100644 index 41a4c720c0..0000000000 --- a/src/d/msg/d_msg_string.cpp +++ /dev/null @@ -1,102 +0,0 @@ -// -// Generated By: dol2asm -// Translation Unit: d/msg/d_msg_string -// - -#include "d/msg/d_msg_string.h" -#include "JSystem/J2DGraph/J2DTextBox.h" -#include "d/msg/d_msg_out_font.h" -#include "dol2asm.h" - -// -// Forward References: -// - -extern "C" void __ct__12dMsgString_cFv(); -extern "C" void __ct__12dMsgString_cFUc(); -extern "C" void __dt__12dMsgString_cFv(); -extern "C" void resetStringLocal__12dMsgString_cFP10J2DTextBox(); -extern "C" void drawOutFontLocal__12dMsgString_cFP10J2DTextBoxf(); -extern "C" void drawFontLocal__12dMsgString_cFP10J2DTextBoxUcffffUlUc(); - -// -// External References: -// - -extern "C" void getString__12dMsgString_cFUlP10J2DTextBoxP10J2DTextBoxP7JUTFontP10COutFont_cUc(); -extern "C" void -getStringPage__12dMsgString_cFUlUcUcP10J2DTextBoxP10J2DTextBoxP7JUTFontP10COutFont_cUc(); -extern "C" void __ct__10COutFont_cFUc(); -extern "C" void __ct__16dMsgStringBase_cFv(); -extern "C" void __dt__16dMsgStringBase_cFv(); -extern "C" void getResource__16dMsgStringBase_cFv(); -extern "C" void getMessage__16dMsgStringBase_cFUlPc(); -extern "C" void* __nw__FUl(); -extern "C" void __dl__FPv(); -extern "C" void getGlbVtx__7J2DPaneCFUc(); - -// -// Declarations: -// - -/* ############################################################################################## */ -/* 803C1498-803C14B8 01E5B8 0020+00 3/3 0/0 0/0 .data __vt__12dMsgString_c */ -SECTION_DATA extern void* __vt__12dMsgString_c[8] = { - (void*)NULL /* RTTI */, - (void*)NULL, - (void*)getString__12dMsgString_cFUlP10J2DTextBoxP10J2DTextBoxP7JUTFontP10COutFont_cUc, - (void*)getStringPage__12dMsgString_cFUlUcUcP10J2DTextBoxP10J2DTextBoxP7JUTFontP10COutFont_cUc, - (void*)getMessage__16dMsgStringBase_cFUlPc, - (void*)resetStringLocal__12dMsgString_cFP10J2DTextBox, - (void*)drawOutFontLocal__12dMsgString_cFP10J2DTextBoxf, - (void*)drawFontLocal__12dMsgString_cFP10J2DTextBoxUcffffUlUc, -}; - -/* 80249C20-80249CA0 244560 0080+00 0/0 15/15 0/0 .text __ct__12dMsgString_cFv */ -dMsgString_c::dMsgString_c() { - field_0x28 = 0; - mpOutFont = new COutFont_c(field_0x28); - mpOutFont->createPane(); - getResource(); -} - -/* 80249CA0-80249D28 2445E0 0088+00 0/0 1/1 0/0 .text __ct__12dMsgString_cFUc */ -dMsgString_c::dMsgString_c(u8 param_0) { - field_0x28 = param_0; - mpOutFont = new COutFont_c(field_0x28); - mpOutFont->createPane(); - getResource(); -} - -/* 80249D28-80249DB4 244668 008C+00 0/0 17/17 0/0 .text __dt__12dMsgString_cFv */ -dMsgString_c::~dMsgString_c() { - delete mpOutFont; - mpOutFont = NULL; -} - -/* 80249DB4-80249DE4 2446F4 0030+00 1/0 0/0 0/0 .text - * resetStringLocal__12dMsgString_cFP10J2DTextBox */ -void dMsgString_c::resetStringLocal(J2DTextBox* p_textBox) { - mpOutFont->reset(p_textBox); -} - -/* 80249DE4-80249ED0 244724 00EC+00 1/0 0/0 0/0 .text - * drawOutFontLocal__12dMsgString_cFP10J2DTextBoxf */ -void dMsgString_c::drawOutFontLocal(J2DTextBox* p_textBox, f32 i_alpha) { - Vec pos = p_textBox->getGlbVtx(0); - f32 y = pos.y; - - if (i_alpha == -1.0f) { - i_alpha = p_textBox->getAlpha() / 255.0f; - } - - mpOutFont->setAlphaRatio(i_alpha); - mpOutFont->draw(p_textBox, pos.x, y, 1.0f); -} - -/* 80249ED0-80249F00 244810 0030+00 1/0 0/0 0/0 .text - * drawFontLocal__12dMsgString_cFP10J2DTextBoxUcffffUlUc */ -void dMsgString_c::drawFontLocal(J2DTextBox* p_textBox, u8 type, f32 posX, f32 posY, - f32 sizeX, f32 sizeY, u32 color, u8 alpha) { - mpOutFont->drawFont(p_textBox, type, posX, posY, sizeX, sizeY, color, alpha); -} -- cgit v1.2.3