isle/LEGO1/tgl/d3drm
Anonymous Maarten fbe7f8bbb0
Fix all mingw errors & warnings (#411)
* Use COMPAT_MODE macro to fix errors with mingw gcc 12.2

* MxOmni::m_timerRunning is a MxBool

* MxDirect3D::m_unk0x88c is a MxBool

* MxBackgroundAudioManager::m_unk0x13c is a MxS32

* Fix warning: deleting 'void*' is undefined [-Wdelete-incomplete]

* Fix inline function 'void TglImpl::RendererImpl::Destroy()' used but never defined

* Fix warning: inline function 'MxStreamerSubClass1::MxStreamerSubClass1(undefined4)' used but never defined

* Use `FALSE` for m_timerRunning

* Format

* Format

* Remove comment

* Limit scope for variables in compat mode

* clang-format

---------

Co-authored-by: Christian Semmler <mail@csemmler.com>
2024-01-07 18:30:45 +01:00
..
camera.cpp (Discussion/Proposals) Consistency regarding annotations of header-implemented functions (#316) 2023-12-12 20:27:17 +01:00
device.cpp (Discussion/Proposals) Consistency regarding annotations of header-implemented functions (#316) 2023-12-12 20:27:17 +01:00
group.cpp (Discussion/Proposals) Consistency regarding annotations of header-implemented functions (#316) 2023-12-12 20:27:17 +01:00
impl.h Fix all mingw errors & warnings (#411) 2024-01-07 18:30:45 +01:00
light.cpp (Discussion/Proposals) Consistency regarding annotations of header-implemented functions (#316) 2023-12-12 20:27:17 +01:00
mesh.cpp (Discussion/Proposals) Consistency regarding annotations of header-implemented functions (#316) 2023-12-12 20:27:17 +01:00
renderer.cpp Fix all mingw errors & warnings (#411) 2024-01-07 18:30:45 +01:00
texture.cpp (Discussion/Proposals) Consistency regarding annotations of header-implemented functions (#316) 2023-12-12 20:27:17 +01:00
unk.cpp (Discussion/Proposals) Consistency regarding annotations of header-implemented functions (#316) 2023-12-12 20:27:17 +01:00
view.cpp Implement/match LegoVideoManager::ConfigureD3DRM (#408) 2024-01-05 20:38:34 +01:00