isle-portable/LEGO1
Anonymous Maarten 196259c6c9
Parse cli arguments + log with SDL_Log (#30)
* cmake: copy DLL dependencies to output path

This also copies SDL3.dll from an external path when using system
dependencies.

* Only include <SDL3/SDL.h>

* isle: parse cli argument (--ini for custom ini path)

* Use SDL_CreateWIndowWithProperties to create SDL window

Less branching => Clearer code

* Log mxdirectx failure using SDL_Log + E_NOINTERFACE

* Fix d3drm32.def for msvc

* Define D3DRM_WINE when using d3drm from wine

* Ignore failed assertions from d3drm unimplemented functions

* inparser will/should create libiniparser.lib for static libraries and iniparser.lib for a shared library
2024-06-26 11:24:40 -07:00
..
lego Parse cli arguments + log with SDL_Log (#30) 2024-06-26 11:24:40 -07:00
modeldb Implement/match LegoAnimPresenter::ParseExtra (#848) 2024-04-25 16:00:58 +02:00
mxdirectx Parse cli arguments + log with SDL_Log (#30) 2024-06-26 11:24:40 -07:00
mxgeometry Fix camera glitch (#1031) 2024-06-13 22:09:14 +02:00
mxstl Refactor LegoContainer (#587) 2024-02-23 16:06:16 +01:00
omni Add support for building x64 executables (#29) 2024-06-25 18:47:43 -07:00
realtime Fix camera glitch (#1031) 2024-06-13 22:09:14 +02:00
res Support building isle with modern MSVC + msys2 (#421) 2024-01-10 23:34:32 +01:00
tgl Parse cli arguments + log with SDL_Log (#30) 2024-06-26 11:24:40 -07:00
viewmanager Backports of isle-portable x64 fixes (#1044) 2024-06-25 17:56:30 +02:00
define.cpp Implement/match LegoPathActor::ParseAction (#946) 2024-05-24 19:07:45 +02:00
define.h Implement/match LegoPathActor::ParseAction (#946) 2024-05-24 19:07:45 +02:00
LegoOmni64.def Add support for building x64 executables (#29) 2024-06-25 18:47:43 -07:00
LegoOmni.def Add support for building x64 executables (#29) 2024-06-25 18:47:43 -07:00
LegoOmni.mingw.def Fix mingw build + copy d3drm from wine (#25) 2024-06-25 20:02:58 +02:00
library_msvc.h Implement/match LegoPathController::Read (#904) 2024-05-11 18:23:18 +02:00
library_smack.h Add library symbols for flic and smack (#461) 2024-01-19 23:11:51 +01:00
main.cpp Spinoff some sources to static libraries (#484) 2024-01-24 21:16:29 -05:00