Search found 7 matches

by arrummzen
Wed Oct 31, 2007 17:02
Forum: Modifications / Integrations / Customisations
Topic: How long does it take for a connection disconnect to work?
Replies: 3
Views: 3289

Yea, I am disconnecting from within the subscriber on the same event. What is the suggested work around for this? void Event::operator()(EventArgs& args) { SlotContainer::iterator iter(d_slots.begin()); const SlotContainer::const_iterator end_iter(d_slots...
by arrummzen
Wed Oct 31, 2007 05:44
Forum: Modifications / Integrations / Customisations
Topic: How long does it take for a connection disconnect to work?
Replies: 3
Views: 3289

How long does it take for a connection disconnect to work?

After I disconnect my connection (via the Event::Connection object returned when I create it) I get a segfault from CEGUI: #0 0x00002b2bdfcdbe04 in CEGUI::Event::operator() () from /usr/lib/libCEGUIBase.so.1 #1 0x00002b2bdfd7591b in CEGUI::PushButton::onMouseButtonUp () from ...
by arrummzen
Thu Jun 21, 2007 12:26
Forum: Unofficial CEGUI-Related Tools
Topic: CELayoutUser: Lets use DevIL not SILLY?
Replies: 7
Views: 13461

Yes. I removed the call to
CEGUI::OpenGLRenderer::setDefaultImageCodecName("SILLYImageCodec");
and it works fine. I suppose that is a much easier way to solve the problem.

Thank you for your time,
James Steven Supancic III
by arrummzen
Thu Jun 21, 2007 11:03
Forum: Unofficial CEGUI-Related Tools
Topic: CELayoutUser: Lets use DevIL not SILLY?
Replies: 7
Views: 13461

I am using the most recent SVN version. --with-default-image-codec=DevILImageCodec has no effect at all. ./configure --help makes zero mention of that option or anything similar. I have created a patch for the svn version: http://arrummzen.net/celayout.patch that enables an option that does just tha...
by arrummzen
Mon Jun 18, 2007 23:30
Forum: Unofficial CEGUI-Related Tools
Topic: CELayoutUser: Lets use DevIL not SILLY?
Replies: 7
Views: 13461

CELayoutUser: Lets use DevIL not SILLY?

I don't know what the SILLY codec is, and apparently it isn't installed by default on most Linux distros, can we either make this user configurable or switch to the more common DevIL? Change: CEGUI::OpenGLRenderer::setDefaultImageCodecName("SILLYImageCodec"); To: CEGUI::OpenGLRenderer::set...
by arrummzen
Mon Jun 18, 2007 23:24
Forum: Unofficial CEGUI-Related Tools
Topic: compiling CELayoutEditor 0.5.0 on Kubuntu
Replies: 3
Views: 6226

The problem looks to be the '^M'? ./bootstrap looks like a UNIX text executable, and hence needs to begin with an interpreter name like #!/bin/sh or #!/bin/bash The problem is, CELayoutEditor appears to be cross platform, and might have Windows (not UNIX) line endings being last edited by someone on...
by arrummzen
Mon Jun 18, 2007 14:20
Forum: Unofficial CEGUI-Related Tools
Topic: Very strange bug in the offical celayout tool...
Replies: 1
Views: 4303

Very strange bug in the offical celayout tool...

I downloaded the svn version of the celayout tool and tried to compile it but ran into a serious issue, someone left the letter 'a' at the very top of src/EditorCanvas.cpp. I suggest that the following patch be used to fix the program. Index: src/EditorCanvas.cpp ====================================...

Go to advanced search