mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 08:24:16 +00:00
(Proposal) Introduction of naming convention checker (ncc
) (#322)
* Add ncc tool * Add symlink * Fixes * Try this * Try this * Try this * Try this * Add include path * Update style * Update style * Add more rules * Fix style * Update styles * Fix name parameter * Fix MxParam p * Fix m_unk0x pattern * Allow 4 digits for relative hex * Add missing offset * Fix some parameters * Fix some vtables * Fix more vtables * Update rules, fixes * More fixes * More fixes * More fixes * More fixes * More fixes * More fixes * More fixes * Fix last issue * Update readme * Update readme * Update CONTRIBUTING.md * Fix annotations * Rename * Update CONTRIBUTING.md * Update README.md
This commit is contained in:

committed by
GitHub

parent
3b155bfe38
commit
bc5ca621a4
@@ -5,14 +5,14 @@ DECOMP_SIZE_ASSERT(LegoVideoManager, 0x590);
|
||||
// FUNCTION: LEGO1 0x1007aa20
|
||||
LegoVideoManager::LegoVideoManager()
|
||||
{
|
||||
m_unk64 = 0;
|
||||
m_unk0x64 = 0;
|
||||
m_3dManager = NULL;
|
||||
m_unk6c = 0;
|
||||
m_unk0x6c = 0;
|
||||
m_direct3d = 0;
|
||||
m_unk0xe6 = FALSE;
|
||||
memset(m_unk0x78, 0, sizeof(m_unk0x78));
|
||||
m_unk0x78[0] = 0x6c;
|
||||
m_unk4e8 = 0;
|
||||
m_unk0x4e8 = 0;
|
||||
m_isFullscreenMovie = FALSE;
|
||||
m_palette = NULL;
|
||||
m_prefCounter = NULL;
|
||||
@@ -47,11 +47,11 @@ void LegoVideoManager::Destroy()
|
||||
m_arialFont = NULL;
|
||||
}
|
||||
|
||||
// delete m_unk64; //TODO: delete d3drm
|
||||
// delete m_unk0x64; //TODO: delete d3drm
|
||||
|
||||
delete m_3dManager;
|
||||
MxVideoManager::Destroy();
|
||||
// todo: delete m_unk4e8
|
||||
// todo: delete m_unk0x4e8
|
||||
delete[] m_prefCounter;
|
||||
}
|
||||
|
||||
@@ -94,7 +94,7 @@ void LegoVideoManager::SetSkyColor(float p_red, float p_green, float p_blue)
|
||||
m_videoParam.GetPalette()->SetOverrideSkyColor(TRUE);
|
||||
|
||||
// TODO 3d manager
|
||||
// m_3dManager->m_pViewport->vtable1c(red, green, blue)
|
||||
// m_3dManager->m_pViewport->VTable0x1c(red, green, blue)
|
||||
}
|
||||
|
||||
// STUB: LEGO1 0x1007c560
|
||||
|
Reference in New Issue
Block a user