~unity-team/nux/nux-remove-glew-mx

« back to all changes in this revision

Viewing changes to NuxCore/NuxCore.h

  • Committer: Jay Taoko
  • Date: 2011-05-30 02:54:31 UTC
  • mfrom: (353.1.1 nux)
  • Revision ID: jay.taoko@canonical.com-20110530025431-kpqcnbcq3apsfz92
* Object::Dispose() now does the same thing as Object::UnReference()
* Fixed memory leak in UXTheme::Load2DTextureFile
* Mesh Resource manager
    - Fixed mesh Resource manager pipeline
    - See example ProgObjMeshLoader

* Fixed GLSL Shaders in FontRendering.cpp
    - removed global variable USE_ARB_SHADERS and replaced with GraphicsEngine::UsingGLSLCodePath()

* Removing files IniFile.cpp/.h
* Removing files UIColorTheme.cpp/.h

Show diffs side-by-side

added added

removed removed

Lines of Context:
762
762
 
763
763
#ifdef NUX_OS_WINDOWS
764
764
  #include "Win32Dialogs/NWin32CustomDialog.h"
765
 
#endif
766
 
 
767
 
#ifdef NUX_OS_WINDOWS
768
765
  #include "Win32Dialogs/NWin32Clipboard.h"
769
766
#endif
770
 
//#include "NSocket.h"
 
767
 
771
768
 
772
769
#include "GlobalInitializer.h"
773
770