isle-portable/LEGO1
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
..
lego Use SDL3 functions in more locations (#44) 2024-12-24 18:04:46 -07:00
modeldb Use SDL3 functions in more locations (#44) 2024-12-24 18:04:46 -07:00
mxdirectx Use SDL3 functions in more locations (#44) 2024-12-24 18:04:46 -07:00
mxgeometry Improve Helicopter::Animate() (#1251) 2024-12-21 17:21:22 +01:00
mxstl Implement LegoPathController::FUN_10048310 (#1192) 2024-12-06 20:50:40 +01:00
omni Use SDL3 functions in more locations (#44) 2024-12-24 18:04:46 -07:00
realtime Implement/match Act3Brickster::FUN_10042300 (#1238) 2024-12-17 23:16:00 +01:00
res Support building isle with modern MSVC + msys2 (#421) 2024-01-10 23:34:32 +01:00
tgl merge from isle/master 2024-12-20 11:54:06 -07:00
viewmanager Use SDL3 functions in more locations (#44) 2024-12-24 18:04:46 -07:00
define.cpp Implement/match LegoRaceActor (#1072) 2024-08-02 22:29:21 -07:00
define.h Implement/match LegoRaceActor (#1072) 2024-08-02 22:29:21 -07:00
lego1_export.h Use SDL3 functions in more locations (#44) 2024-12-24 18:04:46 -07:00
library_msvc.h Add all BETA10 ClassName() functions and vtables (#1258) 2024-12-22 08:13:34 -07:00
library_smack.h MxSmack::LoadHeader (#1080) 2024-08-07 20:19:12 -07:00
main.cpp Spinoff some sources to static libraries (#484) 2024-01-24 21:16:29 -05:00