isle-portable/LEGO1/mxdirectx
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
..
legodxinfo.cpp merge 2024-07-28 10:01:31 -07:00
legodxinfo.h Refactor file names based on BETA10 (#1064) 2024-07-08 14:52:50 -07:00
mxdirect3d.cpp merge 2024-07-01 16:52:14 -07:00
mxdirect3d.h Add clang-tidy readability-redundant-inline-specifier (#1060) 2024-07-05 01:06:32 +02:00
mxdirectdraw.cpp Clean up unused annotations to reduce errors (#1177) 2024-11-29 22:31:37 +01:00
mxdirectdraw.h Use SDL3 functions in more locations (#44) 2024-12-24 18:04:46 -07:00
mxdirectxinfo.cpp Use SDL3 functions in more locations (#44) 2024-12-24 18:04:46 -07:00
mxdirectxinfo.h Refactor file names based on BETA10 (#1064) 2024-07-08 14:52:50 -07:00
mxstopwatch.h Beta addrs for TglSurface and related (#905) 2024-05-11 18:27:06 +02:00