MS
810c0b0654
Fix some MSVC annotations for LEGO1 ( #1480 )
2025-05-13 14:18:08 -04:00
Anders Jenbo
83f092d8df
minwin: Add implementations for some minor function ( #74 )
2025-05-13 10:21:31 +02:00
AllMeatball
c48935a64b
Create config with sane defaults if not already present ( #71 )
...
* Create config with sane defaults if not present
* isleapp: Use binary mode for iniFP
Windows treats newlines differently then on *nix systems. Using binary mode makes this consistent.
Co-authored-by: Anonymous Maarten <madebr@users.noreply.github.com>
* isleapp: Remove extern "C"
It seems like it's fine including these libraries without extern "C"
* isleapp: Use boolean return in LoadConfig
This to check if the config loaded correctly or not.
Seems to be a good solution to the file loading issue.
Maybe there's a better solution
SetupWindow failing because of a config erroring seems a bit odd.
* isleapp: Remove that dumb use after free.
I forgot you don't specify a filename you specify a *file pointer*
* isleapp: Fix iniFP to be in proper scope
This also fixes the missing parameter in `iniparser_dump_ini`
* .gitignore: Exclude the kate .cache folder
* isleapp: Match prototype of LoadConfig in header
* isleapp: Fix formating to comply with .clang-format
* isleapp: Don't create new config if manually set
---------
Co-authored-by: Anonymous Maarten <madebr@users.noreply.github.com>
2025-05-12 17:25:16 -07:00
Anders Jenbo
dc8b044b50
miniwin: Init graphics API ( #73 )
2025-05-12 17:23:48 -07:00
Christian Semmler
8849d32d36
Update README.md [skip ci]
2025-05-13 00:06:53 +02:00
Christian Semmler
c921773d4e
Merge remote-tracking branch 'isle/master'
2025-05-12 14:17:33 -07:00
Anders Jenbo
08b2dab108
Make things build on Linux ( #69 )
2025-05-12 23:10:53 +02:00
Anders Jenbo
7e98f0e11c
Rename FUN_1009d0d0 into GetBestDevice ( #1478 )
2025-05-12 22:34:37 +02:00
Anders Jenbo
7aac7353ff
Improve SIMD detection ( #72 )
2025-05-12 22:26:23 +02:00
Christian Semmler
a1c4897e5e
Merge pull request #70 from foxtacles/mergeisle8
...
Merge from isledecomp/isle
2025-05-12 08:48:16 -07:00
Christian Semmler
b1623302c9
Merge remote-tracking branch 'isle/master' into mergeisle8
2025-05-12 08:39:16 -07:00
Florian Kaiser
e59345c88c
Rename SetUnknown84
to SetNotificationObject
( #1474 )
2025-05-12 17:20:38 +02:00
Zoë B
81f28f149f
pin container base image repository and debian version ( #1473 ) [skip ci]
2025-05-11 21:59:16 -04:00
Anders Jenbo
6482a89ea2
Correct argument names for FUN_100bc8b0 ( #1472 )
...
* Correct argument names for FUN_100bc8b0
* Update mxdisplaysurface.h
2025-05-11 16:17:28 -07:00
Ramen2X
38e3ecb1c6
make MIDIOUTCAPS format-agnostic ( #1471 )
...
Signed-off-by: Ramen2X <contact@ramen2x.com>
2025-05-11 19:02:41 -04:00
Ramen2X
2b3e7176d3
make all calls to winapi format-agnostic ( #1470 )
2025-05-11 15:03:32 -04:00
Christian Semmler
2231fadee2
Merge remote-tracking branch 'isle/master'
2025-05-11 08:42:53 -07:00
Anders Jenbo
6968a3ba00
Fix definition of WriteRegisterSettings() ( #1469 )
...
I think this is right ...
2025-05-11 17:42:45 +02:00
Christian Semmler
f4ba9301d5
Fix bad merge
2025-05-11 08:36:01 -07:00
Christian Semmler
d9dac02db5
Merge remote-tracking branch 'isle/master'
2025-05-11 08:31:25 -07:00
Anders Jenbo
00ac032761
Fix input to FUN_10064740 ( #1467 )
2025-05-10 17:37:02 -07:00
Christian Semmler
fff2021bb5
Match Hospital::ReadyWorld
( #1465 )
2025-05-10 18:11:53 +02:00
Christian Semmler
447fcd0c00
Match LegoCarBuild::FUN_100246e0
( #1464 )
2025-05-10 17:48:08 +02:00
Christian Semmler
30facd3c90
Match JetskiRace::Create
( #1463 )
2025-05-10 17:16:18 +02:00
Anders Jenbo
e92805e863
Let CMake handle fetching of libsmacker and miniaudio when DOWNLOAD_DEPENDENCIES is enabled ( #67 )
2025-05-09 23:34:52 +02:00
Florian Kaiser
a3d773f629
Rename functions in LegoWorldPresenter
: FUN_10067360
to LoadWorldPart
and FUN_100674b0
to LoadWorldModel
. Update m_unk0x50
to m_maxObjectId
. ( #1460 )
2025-05-09 21:23:02 +02:00
Florian Kaiser
c59343c220
Rename m_unk0x64
to m_world
in LegoAnimMMPresenter
( #1461 )
2025-05-09 20:55:22 +02:00
Florian Kaiser
81ce446628
Rename m_unk0x28
to m_characterIndex
in AnimInfo
struct and update references in LegoAnimationManager
( #1462 )
2025-05-09 20:54:44 +02:00
Florian Kaiser
674197555c
Rename m_list0x68
to m_pathControllerList
in LegoWorld
class ( #1459 )
2025-05-09 20:49:52 +02:00
Christian Semmler
436936c384
Merge pull request #65 from foxtacles/mergeisle7
...
Update from isledecomp/isle
2025-05-09 09:36:59 -07:00
Christian Semmler
fa126f77ce
Merge remote-tracking branch 'isle/master' into mergeisle7
2025-05-09 09:27:32 -07:00
Leah Anderson
0c79481f35
fix: update libiniparser repository link ( #64 )
...
* fix: update libiniparser repository link
* fix: update iniparser link in cmake
2025-05-09 18:24:06 +02:00
Florian Kaiser
5fd5a4cec0
Clear unknowns in LegoROI and related classes ( #1457 )
...
* Clear unknowns in LegoROI and related classes
* Update names
* Consistently naming: `GetTextureInfo`
---------
Co-authored-by: Christian Semmler <mail@csemmler.com>
2025-05-09 18:13:19 +02:00
Florian Kaiser
3811d61ea4
Rename c_bit5
to c_ctrl
in LegoInputManager
, change m_unk0x6c
to m_isAccelerating
and clear some local unknowns ( #1458 )
2025-05-09 07:40:00 -07:00
Florian Kaiser
711134b3b8
Replace m_unk0x04
and m_unk0x08
with m_modelDataLength
and m_modelDataOffset
( #1456 )
2025-05-09 07:35:11 -07:00
Florian Kaiser
9027849848
Rename parameter p_stack
to p_stackSize
in MxThread::Start
method ( #1452 )
2025-05-09 12:44:53 +02:00
Florian Kaiser
0a2d598b57
Refactor Deserialize
method parameters in MxDS classes to use p_flags
instead of p_unk0x24
( #1450 )
2025-05-08 12:26:48 -07:00
Florian Kaiser
c8ae2e22cc
Update .gitignore to include .DS_Store ( #1448 )
2025-05-08 12:24:22 -07:00
MattKC
2fac11cff0
readme: update playlist link ( #1444 )
...
Co-authored-by: MattKC <mattkc@noreply.git.mattkc.com>
2025-05-07 20:31:34 -07:00
Christian Semmler
f851103d48
Match LegoDeviceEnumerate::SupportsMMX
( #1443 )
...
* Match `LegoDeviceEnumerate::SupportsMMX`
* Fix indent
2025-05-08 00:46:21 +02:00
Florian Kaiser
2cab039a5f
Add info about long file path issue to README.md ( #1442 )
...
* Add info about long file path issue to README.md
* Update README.md
---------
Co-authored-by: Christian Semmler <mail@csemmler.com>
2025-05-07 21:43:54 +02:00
Christian Semmler
02c38d55a3
Match MxDisplaySurface::SetPalette
( #1438 )
...
* Match `MxDisplaySurface::SetPalette`
* Match
2025-05-05 17:19:23 -07:00
Christian Semmler
fa6c62f7b3
Match MxCompositeMediaPresenter::Tickle
( #1437 )
...
* Match `MxCompositeMediaPresenter::Tickle`
* Remove file
2025-05-06 01:04:55 +02:00
Christian Semmler
da8162c07b
Merge pull request #61 from foxtacles/mergeisle6
...
Merge from isledecomp/isle
2025-04-26 09:25:47 -07:00
Christian Semmler
7670f89f03
Merge remote-tracking branch 'isle/master' into mergeisle6
2025-04-26 09:16:06 -07:00
MS
2fef2858c9
Add all TglImpl::ImplementationData
methods ( #1436 )
...
* ImplementationData methods and typedefs
* RendererImpl::CreateView
* RendererImpl::CreateMeshBuilder
* DeepClone
* CreateCamera and CreateTexture
* CreateDevice
* Disable static var annotation
2025-04-19 10:30:47 -04:00
MS
451fd63eee
Match a few more Tgl
functions ( #1435 )
...
* RendererImpl::CreateLight
* Swap addrs for LightImpl and MeshBuilderImpl
* SetShadingModel functions
2025-04-17 17:19:54 -04:00
MS
544372759e
Add abstraction functions to TglImpl::ViewImpl
( #1434 )
...
* Add Destroy methods to TglImpl
* Test one abstraction
* More ViewImpl abstractions
* Finish ViewImpl
2025-04-15 16:30:56 -04:00
MS
0bc31450a4
Some beta addrs for Tgl and TglImpl ( #1433 )
2025-04-14 18:29:38 -04:00
MS
688c203f70
Beta match and cleanup of MxDS*
classes ( #1432 )
...
* Clean up / beta match MxDS* classes
* ;)
2025-04-10 22:59:55 -04:00