This website requires JavaScript.
Explore
Help
Sign in
isledecomp
/
isle-portable
Watch
1
Star
0
Fork
You've already forked isle-portable
0
mirror of
https://github.com/isledecomp/isle-portable.git
synced
2024-11-22 15:37:55 -05:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
724c953947
isle-portable
/
.gitignore
9 lines
59 B
Text
Raw
Normal View
History
Unescape
Escape
git: include Debug/ in ignore
2023-04-29 17:39:45 -04:00
Debug/
initial commit
2023-04-27 22:19:39 -04:00
Release/
ignore *.ncb files
2023-04-27 23:33:28 -04:00
*.ncb
MxDirectDraw functions and structures (#33) * MxDirectDraw functions and structures * fix indents, and globals * fix build, add mxdirectdraw build configuration * add new files to cmake * MxDirectDraw: Add code from my PR #19 on main repo Merging in the missing functions from my pull request for MxDirectDraw on the main repo. Credit to @foxtacles for the GetPrimaryBitDepth function. All match 100% on reccmp except ErrorToString, but the problem there is with the jump table at the end. Co-authored-by: Christian Semmler <mail@csemmler.com> * improve match * improve accuracy * improve accuracy * move _countof, impove up to 96.90% * Update LEGO1/mxdirectdraw.h Co-authored-by: MattKC <34096995+itsmattkc@users.noreply.github.com> * Update LEGO1/mxdirectdraw.cpp Co-authored-by: MattKC <34096995+itsmattkc@users.noreply.github.com> * Update LEGO1/mxdirectdraw.cpp Co-authored-by: MattKC <34096995+itsmattkc@users.noreply.github.com> * Update LEGO1/mxdirectdraw.cpp Co-authored-by: MattKC <34096995+itsmattkc@users.noreply.github.com> * Update LEGO1/mxdirectdraw.cpp * Update LEGO1/mxdirectdraw.cpp --------- Co-authored-by: itsmattkc <34096995+itsmattkc@users.noreply.github.com> Co-authored-by: disinvite <disinvite@users.noreply.github.com> Co-authored-by: Christian Semmler <mail@csemmler.com>
2023-08-03 13:09:22 -04:00
/.vs
gitignore ISLE.EXE/LEGO1.DLL
2023-06-22 03:43:37 -04:00
ISLE.EXE
LEGO1.DLL
Yet another CMake implementation (#61) * initial cmake implementation * ci: i guess older cmake doesn't support this * cmake: add max version to suppress warning Co-authored-by: Anonymous Maarten <madebr@users.noreply.github.com> --------- Co-authored-by: Anonymous Maarten <madebr@users.noreply.github.com>
2023-06-29 19:39:02 -04:00
build/
MxNotificationManager and MxParam initial work. (#78) * MxNotificationManager initial work. * Add .swp files to .gitignore. * Checkpoint before anything too crazy with param * Cleanup and add MxParam. * Checkpoint for everything except MxNotificationManager::Register. * Add int return type to MxCore::GetId instead of relying on implicit function nonsense. * Add stlcompat.h so this can still be built on modern compilers, fix affected type size asserts. * Switch to Mx types * Add BUILD_COMPAT option to CMake so the project can still be built with modern compilers. * Change vtable14 and vtable18 to Register and Unregister in MxTickleManager. * Remove last unsigned int reference to id type. * Remove MxList, use one inherited class per type. Improves accuracy again. * Address compiler compatibility code review. * Match MxNotificationManager::Register. * Re-enable MxNotificationManager DECOMP_SIZE_ASSERT.
2023-07-16 02:43:08 -04:00
*.swp
Reference in a new issue
Copy permalink