CB-XCVS
ba286affe7
Update define.cpp
...
Removing “obvious” comments
2023-06-11 15:34:02 -07:00
CB-XCVS
425bbeaf6d
Update define.cpp
...
Improve clarity of a comment.
2023-06-11 14:15:10 -07:00
CB-XCVS
1c242ff5a8
Update define.h
...
Replacing all references to the old variable name
2023-06-11 14:11:10 -07:00
CB-XCVS
442127ed13
Update define.cpp
...
Updating comments and the variable name.
2023-06-11 14:11:07 -07:00
CB-XCVS
fdeb4036a7
Update isle.cpp
...
Renamed the variable again, this time to “g_targetDepthNotSet” due to me realizing that it gets set to 0 AFTER “g_targetDepth” gets set.
2023-06-11 13:53:08 -07:00
CB-XCVS
9bdc1aed04
Update isle.cpp
...
Rename variable to “g_targetDepthSet”
2023-06-11 13:48:31 -07:00
CB-XCVS
7a697184ff
Update define.h
...
Rename variable to “g_targetDepthSet”
2023-06-11 13:47:11 -07:00
CB-XCVS
0cad480ae6
Update define.cpp
...
Adding some comments to define.cpp
2023-06-11 13:40:00 -07:00
CB-XCVS
6a51f243b5
Update isle.cpp
...
Adding some extra comments for bugs and weird things in the game.
2023-06-11 12:41:46 -07:00
MattKC
363ebd2077
Merge pull request #4 from mosswg/match-to-original
...
Match some functions and values to the original binary
2023-06-11 11:17:13 -07:00
Christian Semmler
01845a94ab
Use WM_SYSCOMMAND type constants
2023-06-11 16:12:41 +02:00
Moss Gallagher
1244a7a57b
isle: Match readReg to Original
2023-06-11 03:29:13 -07:00
Moss Gallagher
f81c5f944c
isle: Matched WNDCLASS_NAME to Original
...
In 1.0 WINDOW_TITLE seems to be a define like WNDCLASS_NAME. However, in
1.1 it is a const char* like in the already existing code. It also has a
value of "Lego Island" in 1.0 but a value of "Lego®" in 1.1.
2023-06-11 03:16:44 -07:00
Moss Gallagher
4a1ac277f9
isle: Partially Matched setupVideoFlags to Original
...
For some reason the decomp version is doing the first xor in
EnableFullScreen with the operands swapped. The source code and
the original binary both have m_flags ^ e but the decomp binary has e ^
m_flags. This gives the same result but it is not a 100% match in the
binary. I'm not sure why the compiler is doing this or how to
change it but the other inaccuracy with the function is fixed.
2023-06-11 02:06:28 -07:00
Moss Gallagher
9580402ab5
isle main: Matched startDirectSound to Original
2023-06-11 02:00:57 -07:00
itsmattkc
689a38fcfc
isle: change loadaccelerator comment (i know what this does now)
2023-06-11 01:47:30 -07:00
itsmattkc
03fcad0bd2
added some legoomni functions and named some isle global vars
2023-06-10 22:11:05 -07:00
itsmattkc
8ff739c6d3
name some functions in mxticklemanager
2023-05-21 21:45:25 -07:00
itsmattkc
fb72956339
isle: remove temp code
2023-05-21 21:44:54 -07:00
itsmattkc
d4e2fb8d8a
reorganized repo, implemented mxcore
2023-05-05 02:54:17 -07:00