11235813 / matlabadin

Automatically exported from code.google.com/p/matlabadin
0 stars 0 forks source link

Pass all talent/spec info to fsm #16

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Update the matlab-C# command-line interface to pass actual talent choices 
instead of true/false values.

- Pass the 6 talents chosen as per talent.m into fsm
- Add a spec parameter to the talent choices
- Update GraphParameters<T> with a Talent structure
- Update GraphParameters<T> with a Spec enum
- Int64StateManager: perform buff compression based on Talent/Spec
-- Allocate space for only one of the SH/EF/SS buffs
-- GC for prot, sunder for ret, etc

Original issue reported on code.google.com by iminmm...@gmail.com on 30 Mar 2012 at 2:24

GoogleCodeExporter commented 8 years ago

Original comment by iminmm...@gmail.com on 5 Apr 2012 at 9:01

GoogleCodeExporter commented 8 years ago
C# code complete. Need to update matlab args, in-memory cache & file cache (new 
file naming convention required due to additional graph parameters)

Original comment by iminmm...@gmail.com on 6 Apr 2012 at 4:37