isle/LEGO1/omni/src/video
Anonymous Maarten c77b5869f5
Fix warnings triggered by isle-portable (#1304)
* Replace computed constant with more readable computed constants

* LegoAnim::GetActorUnknown0x04 returns a number, not a pointer

* Add macro for creating RGB555 colors

* Texture pixel data is passed through as const data

* Compare palette index against 0 instead of NULL pointer

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

Some DirectX sdk's declars D3DRMIMAGE::buffer1 and D3DRMIMAGE::buffer2
as a void pointer.

* Don't use floats

* Fix wrong op

---------

Co-authored-by: Christian Semmler <mail@csemmler.com>
2024-12-29 22:45:00 +01:00
..
flic.cpp Beta match progress for flic.cpp (#1162) 2024-11-22 01:07:40 +01:00
mxbitmap.cpp Refactor surrounding MxBitmap::GetAdjustedStride (#1057) 2024-07-04 09:50:04 -07:00
mxdisplaysurface.cpp Fix warnings triggered by isle-portable (#1304) 2024-12-29 22:45:00 +01:00
mxflcpresenter.cpp Beta match progress for flic.cpp (#1162) 2024-11-22 01:07:40 +01:00
mxloopingflcpresenter.cpp Implement/match LegoLoopingAnimPresenter (#924) 2024-05-15 20:34:36 +02:00
mxloopingsmkpresenter.cpp rename MxSmack to MxSmk (#1288) 2024-12-27 13:00:56 -05:00
mxpalette.cpp Beta match MxPalette (#968) 2024-05-29 22:52:45 +02:00
mxregion.cpp Minor tweak to MxList template (#1083) 2024-08-11 13:23:39 -07:00
mxregioncursor.cpp Minor tweak to MxList template (#1083) 2024-08-11 13:23:39 -07:00
mxsmk.cpp rename MxSmack to MxSmk (#1288) 2024-12-27 13:00:56 -05:00
mxsmkpresenter.cpp rename MxSmack to MxSmk (#1288) 2024-12-27 13:00:56 -05:00
mxstillpresenter.cpp Remove USHRT_MAX from ParseExtra functions (#1086) 2024-08-17 08:56:25 -07:00
mxvideomanager.cpp Rename InitPresenters to Create, remove this keyword (#1000) 2024-06-07 22:13:42 +02:00
mxvideoparam.cpp Streamline MxVideoParamFlags (#999) 2024-06-06 17:15:57 -04:00
mxvideoparamflags.cpp Streamline MxVideoParamFlags (#999) 2024-06-06 17:15:57 -04:00
mxvideopresenter.cpp Complete LegoCarBuildAnimPresenter (#1114) 2024-10-20 14:00:44 -07:00