Christoph Oelckers
|
1f2162fea8
|
- moved the scripted creation functions for tag iterators to LevelLocals
The old static methods are now deprecated, this was done to clarify the relationships at play here.
|
2019-01-24 02:17:10 +01:00 |
|
Christoph Oelckers
|
97495e1857
|
- moved the tag manager into FLevelLocals
|
2019-01-24 01:53:05 +01:00 |
|
Christoph Oelckers
|
e4e86dd4f8
|
- fixed: Direct native functions for the JIT compiler may not return bool.
A bool will only set the al register on x64, but the entire eax needs to be set for the JIT code to deal with it.
|
2018-12-05 18:41:19 +01:00 |
|
Christoph Oelckers
|
5e1fc45816
|
fixed missing include.
|
2018-12-05 08:22:24 +01:00 |
|
Christoph Oelckers
|
a3265c2963
|
- more direct native entry points.
|
2018-12-04 23:12:16 +01:00 |
|