632f1e7b32f08cb90472a9f0f5b6d683cf2edda6
Formerly there were three separate copies of the dialog code; now there's only one. It's still quite rough around the edges, though – the edit terrain dialog causes the scenario editor to crash, and for some reason the dialog controls are not drawn in the game or in the character editor. I am still working to resolve this. It can't be seen in the diff, since it involves a binary file, but the resources representing dialogs for the character editor were altered. Basically, every text item with a label of "0_105" was changed to "0_150", and each one with a label of "0_106" was changed to "0_151". The reason for this is a conflict between the meaning of those two labels in the character editor and in the scenario editor and the game. In addition to the consolidation of the dialog code, I have made alterations that should theoretically allow the scenario editor to draw custom graphics in its dialogs. I am uncertain that this works, though, since the scenario editor is now failing to FIND the custom graphics. git-svn-id: http://openexile.googlecode.com/svn/trunk@22 4ebdad44-0ea0-11de-aab3-ff745001d230
Description
Languages
C++
51.5%
Scenario
31.1%
Maps
11.2%
SpecialNodes
4.3%
Objective-C++
0.7%
Other
1.1%