Anonymous Maarten
57c5aebe3e
Replace magic mask in WNDPROC with macro's
2023-06-15 23:33:05 +02:00
Anonymous Maarten
aedef9680f
Format DefWndProc calls in WndProc
2023-06-15 23:33:05 +02:00
Anonymous Maarten
2c9f6dc876
Replace 256 with sizeof(...)
2023-06-15 23:33:05 +02:00
Anonymous Maarten
e07bfce936
MxDSAction has a setAtomId method
2023-06-15 23:33:05 +02:00
itsmattkc
1c95cbe40e
isle: named last global var
2023-06-13 20:25:42 -07:00
itsmattkc
12a90b8730
fixed reg reading bug/inaccuracy
2023-06-12 13:06:10 -07:00
itsmattkc
7a5dc664ac
improved accuracy of isle constructor
2023-06-12 13:05:55 -07:00
itsmattkc
dcf37c5244
isle: fix decomp inaccuracy
2023-06-11 18:04:09 -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
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
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
d4e2fb8d8a
reorganized repo, implemented mxcore
2023-05-05 02:54:17 -07:00