Commit Graph

7658 Commits (b8b71cf89004352fa3ce726db1f570210989d4ee)
 

Author SHA1 Message Date
dfighter1985 63370056f0 CHANGED: #1471 GUI Editor can now be linked without manually supplying the libraries.
--HG--
branch : gsoc2012-gui-editor
13 years ago
dfighter1985 efc9890e08 CHANGED: #1471 Serialize links that belong to the root group too. Also deactivate the active group when serializing.
--HG--
branch : gsoc2012-gui-editor
13 years ago
dfighter1985 0da667bffb CHANGED: #1471 CGroupContainer action handlers will now be retrievable, even if the action handler couldn't be found at the time of parsing.
--HG--
branch : gsoc2012-gui-editor
13 years ago
dfighter1985 6d343a460b CHANGED: #1471 CGroupWheel action handlers will now be retrievable, even if the action handler couldn't be found at the time of parsing.
--HG--
branch : gsoc2012-gui-editor
13 years ago
dfighter1985 905c19b4e4 CHANGED: #1471 CGroupEditBox action handlers will now be retrievable, even if the action handler couldn't be found at the time of parsing.
--HG--
branch : gsoc2012-gui-editor
13 years ago
dfighter1985 0e46b933e4 CHANGED: #1471 CInterfaceGroup action handlers will now be retrievable, even if the action handler couldn't be found at the time of parsing.
--HG--
branch : gsoc2012-gui-editor
13 years ago
dfighter1985 e620f725c3 CHANGED: #1471 CCtrlBaseButton action handlers will now be retrievable, even if the action handler couldn't be found at the time of parsing.
--HG--
branch : gsoc2012-gui-editor
13 years ago
kaetemi 33f548341a Added: #1440 Extended parser for DllDirectory
--HG--
branch : build_pipeline_v3
13 years ago
kaetemi dc0e9a513e Changed: #1440 Parse function instead of serialized handler
--HG--
branch : build_pipeline_v3
13 years ago
kaetemi 8cacf5f386 Added: #1440 Parser skeleton for Scene
--HG--
branch : build_pipeline_v3
13 years ago
dfighter1985 7bfecaad4b CHANGED: #1471 Need to serialize root group first, otherwise client crashes when loading the pointer settings.
--HG--
branch : gsoc2012-gui-editor
13 years ago
dfighter1985 6b42c11626 CHANGED: #1471 I probably shouldn't sacrifice the game's key config parsing on the altar of the GUI editor :P
--HG--
branch : gsoc2012-gui-editor
13 years ago
dfighter1985 53eb29fef8 CHANGED: #1471 got rid of a crash.
--HG--
branch : gsoc2012-gui-editor
13 years ago
kaetemi a50cbe9a5f Changed: #1440 Print container indices
--HG--
branch : build_pipeline_v3
13 years ago
kaetemi 90956e39d9 Changed: #1440 Some useful stuff
--HG--
branch : build_pipeline_v3
13 years ago
kaetemi 8a1b32561d Added: #1440 Parser for config, 0x20a0
--HG--
branch : build_pipeline_v3
13 years ago
kaetemi 546334a261 Added: #1440 Parser for Config, ConfigScript
--HG--
branch : build_pipeline_v3
13 years ago
kaetemi 7fa54f1164 Added: #1440 Parser for ClassData
--HG--
branch : build_pipeline_v3
13 years ago
kaetemi 7266711002 Added: #1440 Parser for ClassDirectory3
--HG--
branch : build_pipeline_v3
13 years ago
dfighter1985 a0559ee680 CHANGED: #1471 Keys are now parsed from the config files, and then serialized on save.
--HG--
branch : gsoc2012-gui-editor
13 years ago
kaetemi 8410019c50 Added: #1440 Parser for DllDirectory
--HG--
branch : build_pipeline_v3
13 years ago
kaetemi 274ed370af Added: #1440 Templates for storage values
--HG--
branch : build_pipeline_v3
13 years ago
dfighter1985 c532f23ac1 CHANGED: #1471 Pointer settings are now parsed even when the particular pointer cannot be instantiated. They are also serialized when serializing the GUI.
--HG--
branch : gsoc2012-gui-editor
13 years ago
kaetemi cfb1d808cc Added: #1440 Raw data to string
--HG--
branch : build_pipeline_v3
13 years ago
kaetemi 635092b0db Added: #1440 Simple library for serializing max storage through an IStream
--HG--
branch : build_pipeline_v3
13 years ago
kaetemi 9beb31bac4 Added: #1440 Write functionality for storage stream
--HG--
branch : build_pipeline_v3
13 years ago
kaetemi a90d76361c Added: #1440 Serial function for class id
--HG--
branch : build_pipeline_v3
13 years ago
kaetemi 4b1a310dfb Added: #1440 Max file utility library
--HG--
branch : build_pipeline_v3
13 years ago
kaetemi 4e35b4f551 Added: #1440 Additional utility functions for class id
--HG--
branch : build_pipeline_v3
13 years ago
dfighter1985 0d4c4cd56d CHANGED: #1471 Should be able to change text options for CCtrlTextButton.
--HG--
branch : gsoc2012-gui-editor
13 years ago
dfighter1985 caa024b0be CHANGED: #1471 Serialize text options for Buttons with text too.
--HG--
branch : gsoc2012-gui-editor
13 years ago
dfighter1985 152aacc41e CHANGED: #1471 Squashed a bug that prevented text to be displayed when hardtextformat was specified as an empty string. A.K.A hidden mines in the code. There are some more :(
--HG--
branch : gsoc2012-gui-editor
13 years ago
dfighter1985 d23b17f8a0 CHANGED: #1471 Apparently when parsing variables, the parser changes the parsed entry, so better to re-read it from the XML-tree when caching.
--HG--
branch : gsoc2012-gui-editor
13 years ago
dfighter1985 91368514b6 CHANGED: #1471 GUI Procedures are now serialized.
--HG--
branch : gsoc2012-gui-editor
13 years ago
dfighter1985 87001d8ff1 CHANGED: #1471 Links are now serialized.
--HG--
branch : gsoc2012-gui-editor
13 years ago
kaetemi c6bf6be172 Added: #1440 Basic support for 64 bit formatted chunk headers
--HG--
branch : build_pipeline_v3
13 years ago
kaetemi 4e27c6f4b4 Added: #1440 Comments
--HG--
branch : build_pipeline_v3
13 years ago
kaetemi e4709fcddd Added: #1440 More types to read
--HG--
branch : build_pipeline_v3
13 years ago
kaetemi 08c7c6bf6e Added: #1440 Simple interface to parse the max file into an easy to use tree structure
--HG--
branch : build_pipeline_v3
13 years ago
dfighter1985 4ae34c1844 CHANGED: #1471 Variables are now serialized.
--HG--
branch : gsoc2012-gui-editor
13 years ago
dfighter1985 ceba5457c5 CHANGED: #1471 Squashed a bug that prevented many widgets from being serialized right. Therefore preventing correct display when loading the saved XML.
--HG--
branch : gsoc2012-gui-editor
13 years ago
dfighter1985 503b9c4234 CHANGED: #1471 Tree/node data is now serialized.
--HG--
branch : gsoc2012-gui-editor
13 years ago
kaetemi 544660d8b3 Added: #1440 NeL IStream interface to gsflib with max specific features
--HG--
branch : build_pipeline_v3
13 years ago
kaetemi 15602bb2c6 Added: #1440 Temporary experimental tool related to max files
--HG--
branch : build_pipeline_v3
13 years ago
dfighter1985 180f86694d CHANGED: #1471 interface options are now serialized.
--HG--
branch : gsoc2012-gui-editor
13 years ago
dfighter1985 cae68df393 CHANGED: #1471 CGroupMenu's previously unnamed children will now be named properly.
--HG--
branch : gsoc2012-gui-editor
13 years ago
dfighter1985 94a6fe7595 CHANGED: #1471 CCtrlTextButton created CViewText shouldn't be serialized.
--HG--
branch : gsoc2012-gui-editor
13 years ago
dfighter1985 0e33091e27 CHANGED: #1471 CGroupMenu and CGroupList created widgets shouldn't be serialized by CInterfaceGroup.
--HG--
branch : gsoc2012-gui-editor
13 years ago
dfighter1985 c554c90fbe CHANGED: #1471 Widgets can now be flagged as non-serializable, in which case they won't be serialized.
--HG--
branch : gsoc2012-gui-editor
13 years ago
dfighter1985 e684882296 CHANGED: #1471 CInterfaceElement::convertBool is now implemented with NLMISC::fromString, and can convert both 0/1 and false/true style strings to boolean.
--HG--
branch : gsoc2012-gui-editor
13 years ago