Adam
|
44372c8696
|
Another method
|
2016-01-11 08:44:49 -05:00 |
|
Adam
|
f418d95b84
|
Add another method
|
2016-01-10 19:00:37 -05:00 |
|
Adam
|
6dc905a347
|
thats weird, map static test passes on vmethod3054 vs vmethod2973
|
2016-01-08 16:25:29 -05:00 |
|
Adam
|
261e195ea5
|
Add isSame(). I guess I changed the methods being tested too.
|
2016-01-03 18:38:37 -05:00 |
|
Adam
|
d029c128e3
|
Allow parallel mapping executor to step through static methods if it encounters an invokestatic that doesn't match the other executor. Maybe works. Hitting an ifnull vs if check fail in my test.
|
2016-01-01 19:01:40 -05:00 |
|
Adam
|
6bb02614ca
|
Skip ctors and class initializers, and exception frames for now in parallel executor. Found a case of ifeq with one side null vs ifnull, so, need to write some if logic.
|
2015-12-31 18:49:48 -05:00 |
|
Adam
|
c5941c5f6a
|
Fix tests
|
2015-12-31 13:20:46 -05:00 |
|
Adam
|
5e8681adfd
|
parallel mapping executor
|
2015-12-13 16:14:28 -05:00 |
|
Adam
|
5ca2e373f5
|
Test seems promising
|
2015-12-13 12:39:48 -05:00 |
|
Adam
|
3ce0b0a7b9
|
Add graphbuilder to statically build graph
|
2015-12-12 15:19:55 -05:00 |
|
Adam
|
a2581e62c1
|
total crap
|
2015-11-28 23:27:34 -05:00 |
|
Adam
|
1f778cfd67
|
Add export test to check all exports are met from RL
|
2015-11-26 22:17:49 -06:00 |
|
Adam
|
f540d76b47
|
Idr this. Some fields have different accessors (at least public) between versions and is messing with this.
|
2015-11-24 22:20:12 -06:00 |
|
Adam
|
ab86ae3a02
|
Strip rl package name
|
2015-11-22 21:03:36 -06:00 |
|
Adam
|
0d7b1ff89a
|
Add interface injector
|
2015-11-22 19:57:11 -06:00 |
|
Adam
|
e2b0c90e7a
|
Check mappings works now, add array load/store instruction types. Beginning of mapping importer.
|
2015-11-22 19:45:20 -06:00 |
|
Adam
|
96468b1547
|
Fix test, but I don't think this fixes the underlying problem
|
2015-11-22 16:19:07 -06:00 |
|
Adam
|
adcfdc471a
|
Added failing negative mul test
|
2015-11-22 15:07:15 -06:00 |
|
Adam
|
30ed0b4309
|
Runeloader test
|
2015-11-22 11:43:49 -06:00 |
|
Adam
|
304b78dfd7
|
Move rl injection to test
|
2015-11-22 09:39:19 -06:00 |
|
Adam
|
dac030002a
|
More assertions
|
2015-11-20 16:02:44 -05:00 |
|
Adam
|
4c0d8de65b
|
String annotation reading/writing
|
2015-11-20 15:52:22 -05:00 |
|
Adam
|
804b34d075
|
hm
|
2015-11-19 16:32:19 -05:00 |
|
Adam
|
ceafe5acec
|
Execution test is inf looping with new frame/exec stuff, dont know why.
|
2015-11-15 21:35:35 -05:00 |
|
Adam
|
44767a9735
|
Add flag for graph building, which uses too much memory.
|
2015-11-15 11:59:08 -05:00 |
|
Adam
|
337e98fb95
|
Include prev invokes for deciding if weve jumped before, fixes the graph jump test
|
2015-11-14 20:33:38 -05:00 |
|
Adam
|
10a613a601
|
NPC dumping. Weird tool leprechaun is id 0? This might be wrong.
|
2015-11-13 18:52:51 -05:00 |
|
Adam
|
0bce4dcbde
|
.
|
2015-11-13 18:23:31 -05:00 |
|
Adam
|
0ae993e8fa
|
Item def dumper
|
2015-11-13 18:23:17 -05:00 |
|
Adam
|
e30b69d190
|
More cleanup. Also dump more than one image if more than one exists.
|
2015-11-13 16:55:28 -05:00 |
|
Adam
|
abb7d699b7
|
Little bit of rewriting
|
2015-11-12 20:01:33 -05:00 |
|
Adam
|
1a8e11b7f9
|
Test exports png files ok, need to clean this up as it is mostly ripped from os cache suite
|
2015-11-12 19:01:48 -05:00 |
|
Adam
|
a312edd581
|
Beginning of work on sprite loading/exporting
|
2015-11-12 18:50:38 -05:00 |
|
Adam
|
3c5fcc018f
|
Add basic failing graph test
|
2015-11-11 20:22:46 -05:00 |
|
Adam
|
8df59fb261
|
Fix test, fail in dup2_x1
|
2015-11-02 17:56:25 -05:00 |
|
Adam
|
483bdbc165
|
Add failing test, I think this should be passing
|
2015-11-01 19:07:13 -05:00 |
|
Adam
|
1f716bf10d
|
Small fix found by test, not sure if it breaks the larger picture
|
2015-10-25 20:08:57 -04:00 |
|
Adam
|
018a3619a8
|
Call constructor so executor picks it up
|
2015-10-25 19:28:27 -04:00 |
|
Adam
|
9cf9c31f2d
|
This doesn't pass if this field isn't static
|
2015-10-25 19:20:17 -04:00 |
|
Adam
|
e81e46c68c
|
First modarith test
|
2015-10-25 19:11:25 -04:00 |
|
Adam
|
f21cbba8b5
|
Fix test
|
2015-10-23 12:27:44 -04:00 |
|
Adam
|
d4f40eaf03
|
Trying to fine tune stuff, found a *1 not removed which is messing with some stuff, added test
|
2015-10-23 12:04:23 -04:00 |
|
Adam
|
5f6b01f4a0
|
1/0 works once again, maybe.
|
2015-10-22 11:01:43 -04:00 |
|
Adam
|
2f5f9861ef
|
one/zero? obs arent handling stuff right, add test. now im setting null on instructions some places they fail
|
2015-10-22 09:53:56 -04:00 |
|
Adam
|
f43a926e61
|
Not sure if this is right, but two different ins ctxs were popping this, but the same instruction, so I made it compare instructions
|
2015-10-17 23:16:13 -04:00 |
|
Adam
|
eee5f72d4e
|
Add disabled test to dump cache
|
2015-10-17 20:19:37 -04:00 |
|
Adam
|
5e28fe9768
|
Use apache compression commons for compressing gzip
|
2015-10-17 16:07:41 -04:00 |
|
Adam
|
52e631b74e
|
gzip compressoin test
|
2015-10-17 14:23:54 -04:00 |
|
Adam
|
7c7de16025
|
refactor move utils
|
2015-10-17 14:12:04 -04:00 |
|
Adam
|
a16bf14e08
|
datafile can handle all of the compression
|
2015-10-17 11:47:26 -04:00 |
|