Search found 24 matches
- Tue Feb 15, 2005 09:58
- Forum: CEGUI Library Development Discussion
- Topic: Moving the OGRE renderer
- Replies: 16
- Views: 14046
Re: Moving the OGRE renderer
Thanks guys! Great work as usual.
- Mon Feb 14, 2005 16:09
- Forum: CEGUI Library Development Discussion
- Topic: Moving the OGRE renderer
- Replies: 16
- Views: 14046
Re: Moving the OGRE renderer
I'm all for this. ShortHike is currently in a limbo as I'm waiting for both 1.0.0 final and 0.2.0 to get released. Currently there isn't a working combination of OGRE 1.0.0 and CEGUI released, if you want to stay away from CVS. This should decouple the releases for both of them making it easier to s...
- Wed Feb 02, 2005 20:44
- Forum: User Projects
- Topic: Ann: ShortHike, the space settlement simulation guild
- Replies: 2
- Views: 5824
Ann: ShortHike, the space settlement simulation guild
(I posted a similar message in the OGRE forums.) When I released Space Station Manager in February 2003 I could never have imagined I would meet so many interesting and fascinating people. Almost overnight there sprang up a community around the simulation. After 6 months enthusiastic modders had pro...
- Mon Nov 01, 2004 14:54
- Forum: Offtopic Discussion
- Topic: Hacked WindowsLook button that reads Image Properties
- Replies: 1
- Views: 3018
Hacked WindowsLook button that reads Image Properties
This is a followup to my round button questions (about being able to use custom images). The methods were all there so I hacked in the properties in the WLButton class. As these aren't portable to Taharez, or anything near pretty I'm not ready to submit them as a patch. All in all it was pretty easy...
- Mon Nov 01, 2004 13:33
- Forum: Modifications / Integrations / Customisations
- Topic: How do I preserve transparency in the WindowsLook TGA files?
- Replies: 7
- Views: 5519
How do I preserve transparency in the WindowsLook TGA files?
Thanks Spannerman, that did the trick.
- Fri Oct 29, 2004 14:30
- Forum: Modifications / Integrations / Customisations
- Topic: How do I preserve transparency in the WindowsLook TGA files?
- Replies: 7
- Views: 5519
How do I preserve transparency in the WindowsLook TGA files?
Same problem both with Photoshop 6, Gimp 2.0 and ImageMagick. And the source file I'm supposedly using is the CVS version in WidgetSets. (Import -> just opening the file as normally. TGA files are usually problem free .. :)) Could anyone do the favour of converting the WindowsLook.tga to .png (or Ph...
- Thu Oct 28, 2004 06:21
- Forum: Offtopic Discussion
- Topic: Round buttons (or generic image buttons)
- Replies: 10
- Views: 7830
Round buttons (or generic image buttons)
I have a couple of things that I've said I'd do for the weekend, so I'll do those. Then I may actually take your advice and disappear for a short number of weeks. I would suggest you get 1-2 other people to have write access to the SourceForge CVS. Either agree with them that they only accept bugfi...
- Wed Oct 27, 2004 14:06
- Forum: Modifications / Integrations / Customisations
- Topic: How do I preserve transparency in the WindowsLook TGA files?
- Replies: 7
- Views: 5519
How do I preserve transparency in the WindowsLook TGA files?
I'm trying to import the original WindowsLook TGA files into Photoshop but for some reason I'm unable to keep the transparency (I end up with a white background). I also tried using ImageMagick convert to get to some intermediate format, but with the same results. Is there an original Photoshop file...
- Wed Oct 27, 2004 13:38
- Forum: Offtopic Discussion
- Topic: Round buttons (or generic image buttons)
- Replies: 10
- Views: 7830
Round buttons (or generic image buttons)
Currently, I'm approaching total burn-out and have no idea when half of this stuff will be put into the system. Ok .. We need to slow down here a bit then don't we .. We all want you relaxed and focused .. :) Maybe you should take some time off? Might help you to get some perspective (this is an op...
- Wed Oct 27, 2004 12:11
- Forum: Offtopic Discussion
- Topic: Round buttons (or generic image buttons)
- Replies: 10
- Views: 7830
Round buttons (or generic image buttons)
Ok. I'll rephrase. Is there a set of properties in XML that I can use to override the standard image definitions and use my own? Ie. To make instances of the buttons customized?
- Wed Oct 27, 2004 07:55
- Forum: Offtopic Discussion
- Topic: Round buttons (or generic image buttons)
- Replies: 10
- Views: 7830
Round buttons (or generic image buttons)
What is the easiest way to create a generic image button, one that would have different images for MouseOver, Selected, Disabled, Normal etc? Custom widget?
- Wed Oct 27, 2004 07:54
- Forum: CEGUI Library Development Discussion
- Topic: Policy: Consumption of raw and generated mouse events
- Replies: 3
- Views: 4653
Policy: Consumption of raw and generated mouse events
This is, I think, a bug :) I'll address this later today if I get time. One remaining question is, should consuming a Click event also cause the mouse button up event that triggered the click to also be consumed? I would think this should not be the case, so will apply the fix to give this behaviou...
- Tue Oct 26, 2004 06:12
- Forum: CEGUI Library Development Discussion
- Topic: Policy: Consumption of raw and generated mouse events
- Replies: 3
- Views: 4653
Policy: Consumption of raw and generated mouse events
Here is the scenario (indentation used to signify nested calls): 1. mouseDown injected into System 2. mouseUpInjected into System 3. MouseButtonUp Event generated 4. handler consumes MouseButtonUp 5. Timer checked, MouseClick Event generated 6. -> MouseClick not consumed 7. -> System r...
- Fri Oct 08, 2004 07:06
- Forum: Modifications / Integrations / Customisations
- Topic: How do I prevent frame edges of overdrawing subcomponents?
- Replies: 3
- Views: 2988
How do I prevent frame edges of overdrawing subcomponents?
Here is an image of what is happening: http://www.mistaril.com/images/CEGUI_clipping.png and here is the layout code: <?xml version="1.0" ?> <GUILayout> <Window Type="WindowsLook/FrameWindow" Name="Debug/Frame"&...
- Thu Oct 07, 2004 13:40
- Forum: Modifications / Integrations / Customisations
- Topic: How do I prevent frame edges of overdrawing subcomponents?
- Replies: 3
- Views: 2988
How do I prevent frame edges of overdrawing subcomponents?
I'm using the WindowsLook/FrameWindow and the borders are overdrawing the contents of the Window. So my questions are: 1. Am I doing something wrong or is this a bug? If a bug, where should it get patched? 2. In general, where can I modify the frame edge size for the WindowsLook/FrameWindow? Changin...