Tyler Wilding
6187b31f2c
Changes needed to get build passing
2020-09-04 23:24:16 -04:00
water
7d1625734f
small fixes for linux
2020-09-04 20:00:45 -04:00
Tyler Wilding
fa40b68a37
Aren't functions hoisted..?
2020-09-04 19:43:45 -04:00
Tyler Wilding
d86775878e
Address review feedback
2020-09-04 19:40:45 -04:00
Tyler Wilding
dcde103c26
Address compiler and test failures
2020-09-03 23:56:35 -04:00
Tyler Wilding
39eb3a90ea
Fix for cmake
2020-09-03 22:42:04 -04:00
Tyler Wilding
ef09eb12c8
Add a bunch of #ifdefs to keep things working as expected on linux
2020-09-03 22:24:50 -04:00
Tyler Wilding
f68f220e5b
Merge remote-tracking branch 'water111/master' into windows-nodeci
2020-09-03 20:16:28 -04:00
water
bf7a496bb0
implement some loads and stores
2020-08-29 19:13:29 -04:00
Tyler Wilding
710e12cfed
some cmake adjustments
2020-08-29 15:11:36 -04:00
Tyler Wilding
324d2121b1
push
2020-08-28 21:01:59 -04:00
Tyler Wilding
c5bb7aab54
nasm fixes #1
2020-08-28 20:26:27 -04:00
doctaweed
2138beb150
Windows threading fixes
...
Further cripple Deci2Listener pending Windows implementation, finish converting POSIX threads to std::thread. Hardcoded pathing in overlord\fake_iso.cpp until environment variables can be implemented for Windows.
Currently loads KERNEL.CGO and links gcommon object file, but crashes when executing due to Windows/Linux differences.
2020-08-28 11:59:20 -06:00
water
75f63d8ff3
add typecheck and tests
2020-08-27 16:47:54 -04:00
doctaweed
92976234a1
Replacing std::exception with std::runtime_error
2020-08-26 22:24:03 -06:00
water
a32e6288ac
Merge branch 'master' of https://github.com/water111/jak-project into w/type-system
2020-08-26 23:29:23 -04:00
doctaweed
86ee6637fe
Symbol fixes
...
Quick fixing a few more unresolved symbols. This should compile as is, but will not run as it requires mman.dll.
2020-08-26 21:12:32 -06:00
water
d2992ba4fe
type system method tests
2020-08-26 23:07:55 -04:00
Tyler Wilding
e0a24a4c21
Merge remote-tracking branch 'doctaweed/windows-nodeci' into windows-proj
2020-08-26 22:28:18 -04:00
doctaweed
8a81ff78dd
Windows fixes
...
Partially addresses issues with unresolved external symbols
2020-08-26 20:23:22 -06:00
Tyler Wilding
51c23aaede
A whole bunch of cmake fixes
2020-08-26 22:23:16 -04:00
doctaweed
1dc206edb9
More fixes
...
Comment out related deci2 code until networking can be reworked. Resolved std::exception errors with a temporary fix
2020-08-26 19:34:54 -06:00
Tyler Wilding
406549bf6a
some small changes
2020-08-26 21:08:18 -04:00
Tyler Wilding
e6e96400c8
commit doctor's latest changes
2020-08-26 21:02:24 -04:00
Tyler Wilding
c4bd9eaf69
__attribute__ is technically not required. We can probably replace this in a cross platform way like with clang-tidy?
2020-08-26 20:38:42 -04:00
Tyler Wilding
5a2b39641f
CMake adjustments, leave edits that didn't change file paths
2020-08-26 20:02:44 -04:00
Tyler Wilding
3c4fcbdd34
clang-format all the things
2020-08-26 01:21:33 -04:00
water
acf086a3d2
check in existing work
2020-08-22 22:30:12 -04:00