Commit Graph

1295 Commits (422977be8c19d73aec3321d78a90f6be9442e383)

Author SHA1 Message Date
sfb df7110d2d6 Bad merge resolution, fixed a couple source files which merged poorly.
--HG--
branch : gsoc2011-worldeditorqt
11 years ago
sfb d86f150caa Bad merge resolution, fixed the build files that merged poorly.
--HG--
branch : gsoc2011-worldeditorqt
11 years ago
sfb 892ed1ed3d merge from default
--HG--
branch : gsoc2011-worldeditorqt
11 years ago
kervala de43ea8d86 Fixed: Some warnings 12 years ago
kervala c7899841d3 Fixed: Compilation under Linux 12 years ago
kervala eebe74066e Changed: Include Lua headers directory for GUI Editor 12 years ago
kaetemi 85365fd7bb Fix line endings 12 years ago
kervala c8c296f484 Changed: Created NELID macro to fix warning "multi-character character constant" 12 years ago
kervala 6695a9064e Changed: Created NELID macro to fix warning "multi-character character constant" 12 years ago
kervala 0b9092a547 Changed: lua, luabind, libwww and libxml2 already linked to previous libraries (NLMISC and NLGUI) 12 years ago
kervala 86dfd0350b Fixed: Integer 32 bits conversion to 64 bits pointer 12 years ago
kervala 2c7f848c83 Changed: Tabulations to spaces 12 years ago
kaetemi 5ad6373f61 Build ligo outside the database
--HG--
branch : build_pipeline_py
12 years ago
kaetemi 78595ec0e6 Silently sneaking in a nicer splash image for ovqt 12 years ago
kaetemi e9c274c135 Use tags for pacs prim export 12 years ago
kaetemi 2866fc4b01 Merge with default
--HG--
branch : build_pipeline_v3
12 years ago
kaetemi f94021ac92 Merge with default
--HG--
branch : build_pipeline_v3
12 years ago
kaetemi ef72bfc828 Merge with default
--HG--
branch : build_pipeline_v3
12 years ago
kaetemi 91a8acfd72 Merge with default
--HG--
branch : build_pipeline_v3
12 years ago
kaetemi 58028ce6a5 Merge with default
--HG--
branch : build_pipeline_v3
12 years ago
kaetemi b74292e34f Merge with default
--HG--
branch : build_pipeline_v3
12 years ago
kaetemi ce798c4bf1 Merge with default
--HG--
branch : build_pipeline_v3
12 years ago
kaetemi 02dc3c1cfe Fix a divide-by-zero crash in the 3ds Max plugins on really fast PCs 12 years ago
liria 487799cbf5 kervala's enhancements and fixes for the Windows compilation.
--HG--
branch : ig_elevaton_port_to_linux
12 years ago
liria 6b750cf042 FIXE: Linux/Windows compilation : revert the code of the 'void dir(...)' function for windows.
--HG--
branch : ig_elevaton_port_to_linux
12 years ago
liria 46d99e4a6d FIXE: Linux/Windows compilation : revert the code of the 'void dir(...)' function for windows with using conditional compilation.
--HG--
branch : ig_elevaton_port_to_linux
12 years ago
liria 99efdb2a23 FIXE: replace the WIN32 API for directories manipulation by the the POSIX API to compile with linux.
--HG--
branch : ig_elevaton_port_to_linux
12 years ago
dfighter1985 f382b97f74 Making GCC happy.
--HG--
branch : gsoc2012-gui-editor
12 years ago
dfighter1985 2faff4dfaa Inconsistent line ending style, according to VS. How it managed to do this is a mystery tho.
--HG--
branch : gsoc2012-gui-editor
12 years ago
dfighter1985 b49a6ca04d Added some defaults.
--HG--
branch : gsoc2012-gui-editor
12 years ago
dfighter1985 9042de4ab2 Make sure to apply the changes, when changing properties.
--HG--
branch : gsoc2012-gui-editor
12 years ago
dfighter1985 337f93a233 When adding a new widget, the correct widget is now instantiated. Also added some checks.
--HG--
branch : gsoc2012-gui-editor
12 years ago
dfighter1985 142bc623c9 Some more work for widget adding support. Basically the system works, just need to make sure the proper widget is instantiated, and the defaults are loaded ( so it shows up ).
--HG--
branch : gsoc2012-gui-editor
12 years ago
dfighter1985 45f5d6cc0d Added some more checks, signal and slots related to widget adding.
--HG--
branch : gsoc2012-gui-editor
12 years ago
dfighter1985 c91e7492bb Added GUI for widget adding.
--HG--
branch : gsoc2012-gui-editor
12 years ago
dfighter1985 a0af49fd40 Merged default.
--HG--
branch : gsoc2012-gui-editor
12 years ago
dfighter1985 67a24bb1b0 Merged default
--HG--
branch : gsoc2012-gui-editor
12 years ago
sfb 2bf56882f8 merge 12 years ago
sfb 8fe6eee93c fixed #40 with an explicit static_cast. 12 years ago
dfighter1985 bdfa7dbc37 Don't build GUI Editor when not building the GUI library. 12 years ago
dfighter1985 df834e0584 FIXED: Widgets will no longer get stuck in the widget hierarchy tree, when deleting their parent.
--HG--
branch : gsoc2012-gui-editor
12 years ago
dfighter1985 660fb00895 MODIFIED: Widgets derived from CInterfaceGroup should now be deleted too properly.
--HG--
branch : gsoc2012-gui-editor
12 years ago
dfighter1985 532a3ef7d3 MODIFIED: collapse the widget hierarchy tree and remove the widget from it when it's deleted. Also clear the widget properties panel.
--HG--
branch : gsoc2012-gui-editor
12 years ago
dfighter1985 026ccfcd13 MODIFIED: GUI Editor can now delete widgets.
--HG--
branch : gsoc2012-gui-editor
12 years ago
dfighter1985 29ef7af61a MODIFIED: When selecting a widget in the central widget, the hierarchy tree should now be updated as well.
--HG--
branch : gsoc2012-gui-editor
12 years ago
dfighter1985 365ef61ec9 MODIFIED: Update property browser when selecting in the central widget.
--HG--
branch : gsoc2012-gui-editor
12 years ago
dfighter1985 fe456d91b6 GUI Editor no longer depends on RTTI typename, instead it uses GetClassName() string provided by DECLARE_UI_CLASS(). 12 years ago
dfighter1985 ea8d82cfa6 MODIFIED: #20 Resolved build errors with stlport. 12 years ago
dfighter1985 f7962597bd MODIFIED: #20 Resolved some GCC build in the GUI Editor. 12 years ago
mattraykowski e7e51f01e0 merging gui editor repo. 12 years ago
dfighter1985 fcb736c387 Merged mainline default branch changes.
--HG--
branch : gsoc2012-gui-editor
12 years ago
kervala 4f8b62acb4 Changed: Typo fixes (Thanks to DuDraig!) 12 years ago
kervala e53d42ea0e Changed: Typo fixes (Thanks to DuDraig!) 12 years ago
kervala fc0f58e99b Changed: Typo fixes (Thanks to DuDraig!) 12 years ago
kervala 671827225d Changed: French comments translated to English 12 years ago
kervala 6e498aefad Changed: Typo fixes (thanks to Vagrant!) 12 years ago
kervala c71e6e82f1 Changed: Typo fixes (thanks to Vagrant!) 12 years ago
kervala 45c8b20f39 Changed: Typo fixes (thanks to Vagrant!) 12 years ago
mattraykowski 032ff53d38 merge from default
--HG--
branch : branch-features-geqt-plugin
12 years ago
mattraykowski af14e1e591 merge, fixed inconsistent newlines 12 years ago
dnk-88 d301e9ac67 Change: Optimized placement source files in object viewer qt 12 years ago
dnk-88 d62b9db23c Change: Fixed incorrect behavior scroll of 2d view in landscape editor qt
--HG--
branch : gsoc2011-worldeditorqt
12 years ago
kervala 5efeb5ba62 Fixed: Compilation with VC++ 2010 and 2012 12 years ago
kervala 4a63d4556a Fixed: PCH for Object Viewer plugin 12 years ago
kervala 21b784cc84 Changed: Methods constification 12 years ago
kervala 80d16e39eb Changed: Add Qt headers in PCH for speed improvement 12 years ago
kervala 0cabe14089 Changed: Code simplification 12 years ago
kervala d1dfe4eb62 Added: PCH for Georges Editor Plugin 12 years ago
kervala d9e75b1e03 Changed: Compilation with GCC 12 years ago
dfighter1985 a98b99865e MODIFIED: #1471 Forgot to remove parents' properties before saving the node properties.
--HG--
branch : gsoc2012-gui-editor
12 years ago
dfighter1985 e376bed8f1 MODIFIED: #1471 We should be able to close the application even when there's no loaded project.
--HG--
branch : gsoc2012-gui-editor
12 years ago
kervala d890af5175 Changed: Applied Kaetemi patch to disable old S3TC library mistakes 12 years ago
dfighter1985 cb13ce46cd MODIFIED: #1471 Merged mainline default to this branch.
--HG--
branch : gsoc2012-gui-editor
12 years ago
kervala 9ceb9e7d81 Fixed: Wrong EOL 12 years ago
dfighter1985 3bcbcd45e7 MODIFIED: #1471 Exiting OVQT will now work again properly.
--HG--
branch : gsoc2012-gui-editor
12 years ago
dfighter1985 514536f0ff MODIFIED: #1471 There shouldn't be an error message when clicking cancel in the open file dialog.
--HG--
branch : gsoc2012-gui-editor
12 years ago
dfighter1985 7cad2331e7 MODIFIED: #1471 Widget template changes can now be saved.
--HG--
branch : gsoc2012-gui-editor
12 years ago
dfighter1985 6e1254b612 MODIFIED: #1471 Oups, forgot these warning messages...
--HG--
branch : gsoc2012-gui-editor
12 years ago
dfighter1985 c87cc27ae3 MODIFIED: #1471 Adding new widget now works in the widget property dialog.
--HG--
branch : gsoc2012-gui-editor
12 years ago
dfighter1985 4a9fb9e013 MODIFIED: #1471 Adding new property now works.
--HG--
branch : gsoc2012-gui-editor
12 years ago
dfighter1985 3c854dc1e2 CHANGED: #1471 Removing widget properties from the widget properties dialog will now work.
--HG--
branch : gsoc2012-gui-editor
12 years ago
dfighter1985 f31af3d95b CHANGED: #1471 Removing widgets from the widget properties dialog will now work.
--HG--
branch : gsoc2012-gui-editor
12 years ago
dfighter1985 2cebadaa79 CHANGED: #1471 Widget property templates are now stored in a tree. Also added some new controls to the widget property dialog.
--HG--
branch : gsoc2012-gui-editor
12 years ago
dnk-88 602ca06998 Changed: Fixed crash land editor qt
--HG--
branch : gsoc2011-worldeditorqt
12 years ago
kervala eb6ccdaad8 Fixed: MFC tools compilation with STLport 12 years ago
kervala a3376d32a4 fixes #3 allow Qt without STLport to link to NeL with STLport 12 years ago
kervala 34bf41082f Fixed: Compilation with 64 bits MFC 12 years ago
kervala b7be696848 Move all PACS headers in nel/include/pacs directory (fixes #2) 12 years ago
mattraykowski a45cf415c3 Changed: if-statements for context menu selection - no logic
--HG--
branch : branch-features-geqt-plugin
12 years ago
mattraykowski c5cafc7acc Changed: Enabled custom context menu signal to open a menu at the mouse position.
--HG--
branch : branch-features-geqt-plugin
12 years ago
sfb f7ffb4b865 GEQt Plugin: Starting to add the context menu back.
--HG--
branch : branch-features-geqt-plugin
12 years ago
kervala d8c7fa52f9 Changed: Replaced string empty comparisons with empty() 13 years ago
kaetemi ae467715a8 Merged: From default to build_pipeline_v3
--HG--
branch : build_pipeline_v3
13 years ago
sfb 6560f0c473 Changed: #1306 Fixed index bug with form array rename.
--HG--
branch : branch-features-geqt-plugin
13 years ago
sfb cc5e8c043e Changed: #1306 Moved creation of undo command for form array renames to the model.
--HG--
branch : branch-features-geqt-plugin
13 years ago
kervala 6c1f14778e Changed: #825 Remove all warnings when compiling Ryzom 13 years ago
kervala 6c0bd82c2a Changed: Use *_PREFIX instead of fixed values with INSTALL 13 years ago
sfb c770c7ac78 Added: #1306 Added undo/redo action for renaming array entry names
--HG--
branch : branch-features-geqt-plugin
13 years ago
kervala f7ee271a8f Changed: Use RYZOM_SHARE_PREFIX as prefix to look for leveldesign data 13 years ago
kervala cb12a7546a Changed: #1254 Error while compiling with current stable squish 13 years ago
kervala 1374286cab Changed: #825 Remove all warnings when compiling Ryzom 13 years ago
kervala 0795a61516 Changed: #825 Remove all warnings when compiling Ryzom 13 years ago
kervala fc8c26ff9f Fixed: #1254 Error while compiling with current stable squish 13 years ago
kervala 0d4f383a7f Changed: Plugins specs and plugins installation 13 years ago
kervala ddd33c6090 Fixed: OVQT plugins loading under Unices (in the order: local, OVQT plugins, system) 13 years ago
kervala 541a147d34 Changed: Homogeneous carriage returns 13 years ago
kervala 476377dd88 Changed: Fixed plugins specs name to install 13 years ago
kervala 2028034214 Changed: Install plugins specs in ${NL_SHARE_PREFIX}/object_viewer_qt/plugins under Linux 13 years ago
kervala 8d9c96a97a Changed: Use "lib" prefix under unices for plugins 13 years ago
kervala 8ab293a6ec Changed: #1493 Fixed some directories 13 years ago
kervala 7a04e920e1 Fixed: #1493 MultiArch support 13 years ago
sfb a42a58590e Changed: #1306 Radically changed the plugin in a new branch to match the way classic GE loads forms.
- Refactored the tree view to show only structs, arrays, vstructs and eliminated atoms from its view.
- Refactored the form view to have a Qt Properties Browser
- Refactored the loader to use the classic GE addStruct/addArray.
- Moved some functionality into CFormItem.
- Added icons from classic GE and configured model/item to return them appropriately.
- Getting read for changes via undo commands.
- Eliminating/ignoring the hold/slots business from classic GE code.

--HG--
branch : branch-features-geqt-plugin
13 years ago
kervala 3f764df03e Added: shape2obj project to convert NeL .shape to standard .obj file format 13 years ago
sfb df07598a45 merging legacy dfn-based method into geqt. Warning: broke the build.
--HG--
branch : branch-features-geqt-plugin
13 years ago
kervala f61d6c9ae2 Changed: Updated some object_viewer_qt french translations 13 years ago
dnk-88 068b9bf7bb Changed: #1302 Polish code of property editor
--HG--
branch : gsoc2011-worldeditorqt
13 years ago
kaetemi 433cf02624 Added: #1440 Initial code for shape export
--HG--
branch : build_pipeline_v3
13 years ago
kaetemi 5e1cab83f5 Removed: #1440 Duplicate project
--HG--
branch : build_pipeline_v3
13 years ago
kaetemi 4cc4eb431f Changed: #1440 Remove old code
--HG--
branch : build_pipeline_v3
13 years ago
kaetemi 3cdda9cd1d Changed: #1440 Disable compilation of max file library
--HG--
branch : build_pipeline_v3
13 years ago
kaetemi edd73a2493 Changed: #1440 Asset path rewrite configuration
--HG--
branch : build_pipeline_v3
13 years ago
kaetemi 2e2013abec Changed: #1440 Typo
--HG--
branch : build_pipeline_v3
13 years ago
kaetemi 979c9b56d8 Added: #1440 Replace xref paths and more renaming rules
--HG--
branch : build_pipeline_v3
13 years ago
kaetemi 6083dfd829 Added: #1440 Additional filename rewriting rules
--HG--
branch : build_pipeline_v3
13 years ago
kaetemi 523ad30655 Changed: #1440 Fallback to filename only instead of using fallback texture
--HG--
branch : build_pipeline_v3
13 years ago
kaetemi 45cca62041 Changed: #1440 Also make it work with certain irregular format differences
--HG--
branch : build_pipeline_v3
13 years ago
kaetemi a26ec41392 Added: #1440 Convert Map Extender to Unwrap UVW modifier
--HG--
branch : build_pipeline_v3
13 years ago
kaetemi 9a707b0c95 Changed: #1440 Some additional rules
--HG--
branch : build_pipeline_v3
13 years ago
kaetemi 8d91f412b4 Added: #1440 Rewrite chunks containing asset paths
--HG--
branch : build_pipeline_v3
13 years ago
kaetemi 5361e3cc3d Added: #1440 Initial asset path rewriting code
--HG--
branch : build_pipeline_v3
13 years ago
kaetemi 77f5547f15 Added: #1440 Handle some more unknown chunks
--HG--
branch : build_pipeline_v3
13 years ago
kaetemi 30954ec397 Changed: #1440 Additional superclass dummies
--HG--
branch : build_pipeline_v3
13 years ago
kaetemi 67c245ffcb Added: #1440 Max file scanner
--HG--
branch : build_pipeline_v3
13 years ago
kaetemi 7a8b6fc1f8 Added: #1440 File map initialization for asset path rewriting tool
--HG--
branch : build_pipeline_v3
13 years ago
kaetemi 7fd3252564 Changed: #1440 Typos
--HG--
branch : build_pipeline_v3
13 years ago
kaetemi acf6a8981f Merged: build_pipeline_v3
--HG--
branch : build_pipeline_v3
13 years ago
kaetemi 80e17db602 Added: #1440 Initial tool to fix asset paths
--HG--
branch : build_pipeline_v3
13 years ago
kaetemi dd50972c0c Changed: #1440 Simplify AppData interface
--HG--
branch : build_pipeline_v3
13 years ago
kaetemi 534d0bdca9 Added: #1440 PolyObject triangulation and obj test exporter
--HG--
branch : build_pipeline_v3
13 years ago
kaetemi 4f544bf916 Added: #1440 Parser for CEditablePoly
--HG--
branch : build_pipeline_v3
13 years ago
kaetemi 9db385c94c Added: #1440 Parser for CEditableMesh
--HG--
branch : build_pipeline_v3
13 years ago
kaetemi 9c7a3921ea Added: #1440 Poly face info to string
--HG--
branch : build_pipeline_v3
13 years ago
kaetemi 3a6b7fc130 Added: #1440 Extended parser for GeomObject
--HG--
branch : build_pipeline_v3
13 years ago
kaetemi 3f6de020c0 Added: #1440 Same filter for toStringLocal
--HG--
branch : build_pipeline_v3
13 years ago
kaetemi 6af13cafd4 Added: #1440 Parse filter for out of order parsing tricks
--HG--
branch : build_pipeline_v3
13 years ago
kaetemi e5cd5eb497 Added: #1440 Dummy classes for editable mesh, poly and patch
--HG--
branch : build_pipeline_v3
13 years ago
kaetemi b6ec41f53d Added: #1440 Parser for PolyObject faces
--HG--
branch : build_pipeline_v3
13 years ago
kaetemi 56fbd0bbb8 Added: #1440 Description of the bitfield used in faces
--HG--
branch : build_pipeline_v3
13 years ago
kaetemi 3a09142dc7 Added: #1440 Some notes on PolyObject format
--HG--
branch : build_pipeline_v3
13 years ago
kaetemi fe82439b97 Changed: #1440 Typo
--HG--
branch : build_pipeline_v3
13 years ago
kaetemi 89df4ad8f7 Added: #1440 Serialization types for different geometry buffers
--HG--
branch : build_pipeline_v3
13 years ago
kaetemi a8a6be68d5 Changed: #1440 Use more specific structures
--HG--
branch : build_pipeline_v3
13 years ago
kaetemi 6e8e6ab86a Added: #1440 Basic export of a TriObject to obj
--HG--
branch : build_pipeline_v3
13 years ago
kaetemi 58d57d3304 Changed: #1440 Simplify
--HG--
branch : build_pipeline_v3
13 years ago
kaetemi 1161178d2a Added: #1440 Node graph printout
--HG--
branch : build_pipeline_v3
13 years ago
kaetemi 15f52ccfac Added: #1440 Parse INode
--HG--
branch : build_pipeline_v3
13 years ago
kaetemi f5d2048f7c Added: #1440 Extended parser for CTrackViewNode
--HG--
branch : build_pipeline_v3
13 years ago
kaetemi 028c5381d1 Added: #1440 Base parser for CTrackViewNode
--HG--
branch : build_pipeline_v3
13 years ago
kaetemi 359ee113a7 Changed: #1440 Removed parse level
--HG--
branch : build_pipeline_v3
13 years ago
kaetemi 76b33139e2 Added: #1440 Parse scene references
--HG--
branch : build_pipeline_v3
13 years ago
kaetemi 7eb1eb3313 Added: #1440 Skeleton for scene parser
--HG--
branch : build_pipeline_v3
13 years ago
kaetemi 444b71ba92 Changed: #1440 Handle the unknown identifiers safely
--HG--
branch : build_pipeline_v3
13 years ago
kaetemi dce3e67b73 Added: #1440 Parse references
--HG--
branch : build_pipeline_v3
13 years ago
kaetemi 72d587fb51 Added: #1440 Pointer to CScene storage
--HG--
branch : build_pipeline_v3
13 years ago
kaetemi 1f49f906ba Added: #1440 INode
--HG--
branch : build_pipeline_v3
13 years ago
kaetemi 228b787513 Changed: #1440 Take both superclassid and classid into account in the scene class registry
--HG--
branch : build_pipeline_v3
13 years ago
kaetemi 12690604ee Added: #1440 Initial parsing of references
--HG--
branch : build_pipeline_v3
13 years ago
kaetemi c037ac9334 Added: #1440 CStorageArray template
--HG--
branch : build_pipeline_v3
13 years ago
kaetemi a4654cdf28 Changed: #1440 Read AppData chunk into Animatable
--HG--
branch : build_pipeline_v3
13 years ago
kaetemi c61fee7a85 Added: #1440 More superclass dummies
--HG--
branch : build_pipeline_v3
13 years ago
kaetemi 543f729d42 Added: #1440 More superclass dummies
--HG--
branch : build_pipeline_v3
13 years ago
kaetemi 143d8392f1 Added: #1440 More superclass dummy descriptions
--HG--
branch : build_pipeline_v3
13 years ago
kaetemi bf38e47579 Added: #1440 Dummy descriptions for encountered unimplemented superclasses
--HG--
branch : build_pipeline_v3
13 years ago
kaetemi e9fcadb737 Changed: #1440 Constness
--HG--
branch : build_pipeline_v3
13 years ago
kaetemi 6ee389a1cf Changed: #1440 Constness
--HG--
branch : build_pipeline_v3
13 years ago
kaetemi 3184ce4edc Added: #1440 First registration to the class registry
--HG--
branch : build_pipeline_v3
13 years ago
kaetemi e9a179b203 Added: #1440 Initial class descriptions
--HG--
branch : build_pipeline_v3
13 years ago
kaetemi 6520b793ad Added: #1440 Skeleton for superclasses
--HG--
branch : build_pipeline_v3
13 years ago
kaetemi 9775de10ea Changed: #1440 Make template for unknown classes so they can be based on the superclasses
--HG--
branch : build_pipeline_v3
13 years ago
kaetemi 96ebef489d Added: #1440 Implementation for CSceneClass
--HG--
branch : build_pipeline_v3
13 years ago
kaetemi 2cf7892854 Added: #1440 CSceneClass interface and comments
--HG--
branch : build_pipeline_v3
13 years ago
kaetemi ca9a7ab913 Changed: #1440 Additional tests
--HG--
branch : build_pipeline_v3
13 years ago
kaetemi 5fd3d7f275 Changed: #1440 Stricter code
--HG--
branch : build_pipeline_v3
13 years ago
kaetemi 49aff3b7d7 Added: #1440 Test for AppData, which works
--HG--
branch : build_pipeline_v3
13 years ago
kaetemi c8f3d2cb9b Added: #1440 Functionality for AppData
--HG--
branch : build_pipeline_v3
13 years ago
kaetemi 396fe01197 Added: #1440 Extended parser for AppData
--HG--
branch : build_pipeline_v3
13 years ago
kaetemi 492a1701cb Added: #1440 Extended parser for AppData entries
--HG--
branch : build_pipeline_v3
13 years ago
kaetemi 6f1125b97a Added: #1440 Parser for AppData
--HG--
branch : build_pipeline_v3
13 years ago
kaetemi fa32c4d664 Added: #1440 Additional output
--HG--
branch : build_pipeline_v3
13 years ago
kaetemi 0b9cbf147e Added: #1440 More useful print output
--HG--
branch : build_pipeline_v3
13 years ago
kaetemi 28e4b2c76c Added: #1440 Parser for scene container
--HG--
branch : build_pipeline_v3
13 years ago
kaetemi dee1431c97 Added: #1440 Parser for unknown scene classes
--HG--
branch : build_pipeline_v3
13 years ago
kaetemi 0286e6bf72 Added: #1440 Internal DllDirectory indices
--HG--
branch : build_pipeline_v3
13 years ago
kaetemi b175f4e8bc Added: #1440 Test code for writing the storage back to a stream, which works
--HG--
branch : build_pipeline_v3
13 years ago
kaetemi 39feef9c8b Added: #1440 Some comments
--HG--
branch : build_pipeline_v3
13 years ago
kaetemi ab57e97782 Added: #1440 Functionality between ClassDirectory3 and DllDirectory
--HG--
branch : build_pipeline_v3
13 years ago
kaetemi f56e7e2b18 Added: #1440 Initial link between ClassDirectory3 and DllDirectory
--HG--
branch : build_pipeline_v3
13 years ago
kaetemi 8946674dd0 Added: #1440 Initial functionality for DllDirectory
--HG--
branch : build_pipeline_v3
13 years ago
kaetemi c1279c1a6e Added: #1440 Plugin descriptions
--HG--
branch : build_pipeline_v3
13 years ago
kaetemi 847ca01fb6 Added: #1440 Functionality for ClassDirectory3
--HG--
branch : build_pipeline_v3
13 years ago
kaetemi 6fc37e7338 Added: #1440 Extended parser for ClassDirectory3
--HG--
branch : build_pipeline_v3
13 years ago
kaetemi 2042692ad1 Added: #1440 Clean duplicate unparsed data after parsing
--HG--
branch : build_pipeline_v3
13 years ago
kaetemi 93365f8618 Added: #1440 Unparser for DllDirectory
--HG--
branch : build_pipeline_v3
13 years ago
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
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
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 4b1a310dfb Added: #1440 Max file utility library
--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 91368514b6 CHANGED: #1471 GUI Procedures 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 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 bffa5806ca CHANGED: #1471 CCtrlScroll fields can now be serialized.
--HG--
branch : gsoc2012-gui-editor
13 years ago
dfighter1985 190a048641 CHANGED: #1471 Apparently the *root* group needed to be serializes separately, otherwise the parser cannot read it back.
--HG--
branch : gsoc2012-gui-editor
13 years ago
dfighter1985 50c2f4a41b CHANGED: #1471 CCtrlBase fields can now be serialized.
--HG--
branch : gsoc2012-gui-editor
13 years ago
dfighter1985 4c43870a47 ADDED: #1471 CWidgetSerializer class, that serializes the widgets into a single XML file. Also CInterfaceElement fields can now be serializes.
--HG--
branch : gsoc2012-gui-editor
13 years ago
dfighter1985 498a1a2ef1 CHANGED: #1471 Partially implemented save-as(only the project file is saved for now )
--HG--
branch : gsoc2012-gui-editor
13 years ago
dfighter1985 f10ef64bee ADDED: #1471 CProjectFileSerializer class, and also it's possible to save the project file changes now.
--HG--
branch : gsoc2012-gui-editor
13 years ago
dfighter1985 ce86607415 CHANGED: #1471 Added and implemented File->Close option.
--HG--
branch : gsoc2012-gui-editor
13 years ago
kaetemi 5ef33b6210 Added: #1440 More path rewriting rules
--HG--
branch : build_pipeline_v3
13 years ago
kaetemi 44218214bb Added: #1440 Experimental tool for finding missing assets refered to in max files
--HG--
branch : build_pipeline_v3
13 years ago
kaetemi 67084cea1b Added: #1440 Additional build stats
--HG--
branch : build_pipeline_v3
13 years ago
kaetemi 38eb6f56fc Changed: #1440 Put the actual project and plugin values into the metadata storage request for appending errors
--HG--
branch : build_pipeline_v3
13 years ago
dfighter1985 dca5394f4e CHANGED: #1471 Enabled the new and save actions in the file menu. (They are not implemented yet)
--HG--
branch : gsoc2012-gui-editor
13 years ago
dfighter1985 10ff9355e0 CHANGED: #1471 some simple bugfixes, like missing properties, misspelled properties, widget not updating when changed, etc.
--HG--
branch : gsoc2012-gui-editor
13 years ago
kaetemi b53c2aad26 Added: #1440 Placeholder error logging code
--HG--
branch : build_pipeline_v3
13 years ago
kaetemi 7292685545 Added: #1440 Send tool errors from slave to master
--HG--
branch : build_pipeline_v3
13 years ago
kaetemi 5e168b210a Added: #1440 Pipeline projects for objects bnp
--HG--
branch : build_pipeline_v3
13 years ago