Commit Graph

2670 Commits (c9605dde578d56c2ea098fa8b6cb43807b64bd30)
 

Author SHA1 Message Date
dfighter1985 c9605dde57 Little bit of refactoring.
--HG--
branch : gsoc2013-dfighter
dfighter1985 832178a83f Adding / Removing properties will now work.
--HG--
branch : gsoc2013-dfighter
dfighter1985 94fe455a1a Material widget now retrieves the passes when loading a material.
--HG--
branch : gsoc2013-dfighter
dfighter1985 067676c049 Changing passes should now show up on the material widget too!
--HG--
branch : gsoc2013-dfighter
dfighter1985 02e61b1e1b Implemented the functionality of the Render Passes widget.
--HG--
branch : gsoc2013-dfighter
dfighter1985 30f8c9f9e1 Added a Nel3D proxy class.
--HG--
branch : gsoc2013-dfighter
dfighter1985 8c35946010 Material properties widget is now linked to the right button.
--HG--
branch : gsoc2013-dfighter
dfighter1985 85e885f274 Worked a bit more on dynamic material. Also started to rework the material and pass widgets since I've realized I messed it up. Eg.: passes should have properties, not the material itself.
--HG--
branch : gsoc2013-dfighter
dfighter1985 26fab0c173 Forgot to add these to CMakeLists.txt
--HG--
branch : gsoc2013-dfighter
dfighter1985 32071d9053 Added skeleton for CDynMaterial. This class will be the new material.
--HG--
branch : gsoc2013-dfighter
dfighter1985 40c95e82ff Changed the shader editor widget into a dialog. Implemented some of the button functions of Shader widget.
--HG--
branch : gsoc2013-dfighter
dfighter1985 abbc09e19c Added ShaderWidget, and restructured the material related menu items.
--HG--
branch : gsoc2013-dfighter
dfighter1985 d46944f258 More GUI skeleton work. Added Shader Editor widget.
--HG--
branch : gsoc2013-dfighter
dfighter1985 e87e265c42 Implemented some of the buttons of the GUI skeleton.
--HG--
branch : gsoc2013-dfighter
dfighter1985 5aec012c5f Added some more widget skeletons.
--HG--
branch : gsoc2013-dfighter
dfighter1985 ca52a76e5d Added the skeleton of the OVQT Material Editor plugin.
--HG--
branch : gsoc2013-dfighter
dfighter1985 8fa5067506 Created my GSOC2013 branch.
--HG--
branch : gsoc2013-dfighter
dfighter1985 81df0aae27 Merged client_config_qt.
dfighter1985 301077c93d Merged default
--HG--
branch : client_config_qt
dfighter1985 d2a7c66e9f Use to .toUTF8() instead of .toStdString().
--HG--
branch : client_config_qt
dfighter1985 e950834079 Merged default
--HG--
branch : client_config_qt
Dzmitry Kamiahin 68fe576f01 Fixed self-comparsion in ps.
sfb 1bfba35cd0 merge
kaetemi 76a7df820b This should fix . It was creating the unknown for the new type and then returning a new sheet for the requested unknown
sfb 2bf56882f8 merge
sfb 8fe6eee93c fixed with an explicit static_cast.
dfighter1985 bdfa7dbc37 Don't build GUI Editor when not building the GUI library.
kervala 2aea567fe2 Changed: Moved Ryzom detailed version in client
kervala f68cda5cd2 Changed: Process EventCloseWindowId by client
kervala 0624da9c82 Changed: Added a new event EventCloseWindowId when system reports window should be closed
kervala 67c93a1238 Changed: Warning
kervala d85e4f9ec7 Changed: EOL fixes
kervala 381eeaef8a Fixed: Virtual destructor warning
kervala 920cbf55ca Fixed: Assign instead of a comparison
kervala b0e717728b Changed: French comments translated to English
kervala 9aff9ae939 Fixed: PCH compilation
kervala d505b181f9 Changed: Define CMAKE_OSX_DEPLOYMENT_TARGET if not specified on command line
kervala 33c73f3f16 fixes build failure/error using clang
kervala 0c2e2d3e8f fixes build failure/error using clang
kervala 3aee7c3ac8 fixes a warning
kervala ab454f3d92 fixes Luabind can't be found
Added PCH support to NeL GUI
kervala a5806126b4 Fixed: Compilation under Mac OS X (CMAKE_OSX_DEPLOYMENT_TARGET and CMAKE_OSX_SYSROOT must be set on CMake command-line if needed)
dfighter1985 526da8ddf8 MODIFIED: no more action handler spam.
dfighter1985 fb4875570e Merging dangling default branch.
mattraykowski b90737e365 changes - updated the NL_VERSION_MINOR version from 8 to 9.
dfighter1985 2bdceaecda Resolved some build errors occuring after previous commit.
dfighter1985 fe456d91b6 GUI Editor no longer depends on RTTI typename, instead it uses GetClassName() string provided by DECLARE_UI_CLASS().
dfighter1985 ea8d82cfa6 MODIFIED: Resolved build errors with stlport.
dfighter1985 d106260646 Merged in dfighter1985/ryzomcore (pull request )
GCC build error fixes for 
dfighter1985 df7cf9704f Merged some changes.