isle-portable/LEGO1/omni/src/action
Anonymous Maarten bb4db6caac
Use SDL3 functions in more locations (#44)
* Use strcasecmp, strncasecmp, strlwr, strupr and itoa from SDL

* Use SDL_GetTicks instead of timeGetTime

* Use MxDSFile::OPEN_READ instead of OF_READ

* Use SDL_IOStream to read bitmaps

* Use SDL_LogXXX instead of OutputDebugString

* Undo mxvideoparam.h change

* Revert "Undo mxvideoparam.h change"

This reverts commit 4a20cf6c46.

* Fix _MxTrace

* Reapply "Undo mxvideoparam.h change"

This reverts commit b3a09dc520.

* fix _MxTrace

* Use __declspec(dllexport) for exporting symbols from dll

Refactored CMake script such that all objects are passed to the lego1 library.

* clang-format

* fix msvc build

* MSVC fixed for real now?

* Forgot about d3drm_guid

* Fix naming issue

* Use Uint64 in LegoCarBuild::Tickle for dTime
2024-12-24 18:04:46 -07:00
..
mxdsaction.cpp Beta matching MxDSObject/MxDSAction (#878) 2024-05-03 14:01:27 +02:00
mxdsanim.cpp Beta matching MxDSObject/MxDSAction (#878) 2024-05-03 14:01:27 +02:00
mxdsevent.cpp Beta matching MxDSObject/MxDSAction (#878) 2024-05-03 14:01:27 +02:00
mxdsmediaaction.cpp Add MxTrace function (#1054) 2024-07-02 10:46:40 -07:00
mxdsmultiaction.cpp Minor tweak to MxList template (#1083) 2024-08-11 13:23:39 -07:00
mxdsobject.cpp Merge remote-tracking branch 'isle/master' into merge 2024-12-23 09:38:55 -07:00
mxdsobjectaction.cpp Beta matching MxDSObject/MxDSAction (#878) 2024-05-03 14:01:27 +02:00
mxdsparallelaction.cpp Beta matching MxDSObject/MxDSAction (#878) 2024-05-03 14:01:27 +02:00
mxdsselectaction.cpp Use SDL3 functions in more locations (#44) 2024-12-24 18:04:46 -07:00
mxdsserialaction.cpp Beta matching MxDSObject/MxDSAction (#878) 2024-05-03 14:01:27 +02:00
mxdssound.cpp Beta matching MxDSObject/MxDSAction (#878) 2024-05-03 14:01:27 +02:00
mxdsstill.cpp Beta matching MxDSObject/MxDSAction (#878) 2024-05-03 14:01:27 +02:00
mxdsstreamingaction.cpp cmake+ci: run clang-tidy (#512) 2024-02-01 21:42:10 +01:00