Activity for Artem Shoobovych

  • Artem Shoobovych Artem Shoobovych created ticket #323

    Clear existing GUI elements before loading GUI from file

  • Artem Shoobovych Artem Shoobovych created ticket #320

    CMake support

  • Artem Shoobovych Artem Shoobovych modified a comment on ticket #319

    Oh, by the way, this same fix could be applied to the 1.8 branch to fix the problem there, just the line numbers are different: Index: source/Irrlicht/MacOSX/CIrrDeviceMacOSX.mm =================================================================== --- source/Irrlicht/MacOSX/CIrrDeviceMacOSX.mm (revision 5652) +++ source/Irrlicht/MacOSX/CIrrDeviceMacOSX.mm (working copy) @@ -495,8 +495,8 @@ if(!CreationParams.WindowId) //load menus if standalone application { [[NSAutoreleasePool alloc] init]; - [NSApplication...

  • Artem Shoobovych Artem Shoobovych posted a comment on ticket #319

    Oh, by the way, this same fix could be applied to the 1.8 branch to fix the problem there: Index: source/Irrlicht/MacOSX/CIrrDeviceMacOSX.mm =================================================================== --- source/Irrlicht/MacOSX/CIrrDeviceMacOSX.mm (revision 5652) +++ source/Irrlicht/MacOSX/CIrrDeviceMacOSX.mm (working copy) @@ -495,8 +495,8 @@ if(!CreationParams.WindowId) //load menus if standalone application { [[NSAutoreleasePool alloc] init]; - [NSApplication sharedApplication]; - [NSApp...

  • Artem Shoobovych Artem Shoobovych created ticket #319

    Compilation fails on OSX

1