Kagamia

Results 6 issues of Kagamia

*example code:* ``` protected override void Initialize() { var mgfxo = File.ReadAllBytes(@"test.mgfxo"); var index = 100000; var byteArray = new byte[index+mgfxo.Length]; Buffer.BlockCopy(mgfxo, 0, byteArray, index, mgfxo.Length); var effect = new...

checkout the new pre-release version, and enable this feature manually: ![Z$9BJ0 6$MTH)HZ@8MKR7~Y](https://user-images.githubusercontent.com/10445904/162784988-9c9f3804-b6c9-4465-95d9-ec36cd2429ee.png) waiting your feedback :)

discussion

After a year's continually developing, we a about to the last version of wcR2-2.0.x. The main theme of version 2.0 is '**Spine and Links**', ImageViewer and MapRender are both refactored...

![qq 20150415125612](https://cloud.githubusercontent.com/assets/10445904/7152456/db0861a0-e36e-11e4-95e6-d83edd88ee9c.png) System.NullReferenceException: Object reference not set to an instance of an object. at WzComparerR2.Skill.CreateFromNode(Wz_Node node) at WzComparerR2.DBConnection.ExportSkillOption(String outputDir) at WzComparerR2.MainForm.btnExportSkillOption_Click(Object sender, EventArgs e) at System.Windows.Forms.Control.OnClick(EventArgs e) at DevComponents.DotNetBar.ButtonX.OnClick(EventArgs e)...

bug

I'm trying to migrate wcR2 to .Net 6, but meet some blocking issue. Here's the migration steps that I plan to take: 1. migrate `.csproj` to sdk-style project file, so...

discussion