Overlayeditor resurrected

A place for users of OGRE to discuss ideas and experiences of utilitising OGRE in their games / demos / applications.
User avatar
jacmoe
OGRE Retired Moderator
OGRE Retired Moderator
Posts: 20570
Joined: Thu Jan 22, 2004 10:13 am
Location: Denmark
x 179

Overlayeditor resurrected

Post by jacmoe »

I just brought back ye olde overlayeditor:

Image

I find it useful for tweaking overlay scripts when CEGUI is not needed. :wink:

A working patch is submitted here:

http://sourceforge.net/tracker/index.ph ... tid=302997

It works, but the app is buggy.
pxL
Gremlin
Posts: 158
Joined: Fri Oct 07, 2005 11:48 am
Location: Hilversum, The Netherlands

Post by pxL »

Always handy :D, I'll take a look at it (when I have the time)
Thx I Guess
dupleg
Kobold
Posts: 39
Joined: Sun Oct 16, 2005 9:18 am

Post by dupleg »

it looks nice, but how to use and get it? i visited ur link and got a text file. what to do now?
Genius
joi
Gnome
Posts: 327
Joined: Tue Feb 22, 2005 8:11 pm
Location: brazil

Post by joi »

Thanks jacmoe! Does this means you will try to fix bugs aswell ? :twisted:

@dupleg:
Read more carefully...
I just managed to compile the overlayeditor from
ogreaddons!
Meaning its on CVS, ogreaddons repository. And he has uploaded a patch to download.
maya 7.0, vs 2005, ogre 1.2
User avatar
jacmoe
OGRE Retired Moderator
OGRE Retired Moderator
Posts: 20570
Joined: Thu Jan 22, 2004 10:13 am
Location: Denmark
x 179

Post by jacmoe »

joi wrote:Thanks jacmoe! Does this means you will try to fix bugs aswell ? :twisted:
Probably. But don't count on it! :)
onny
Gnoblar
Posts: 5
Joined: Tue Nov 21, 2006 1:28 pm

Post by onny »

I get the error "fatal error C1083: Cannot open include file: 'OgrePanelGuiElement.h'"
I dont have that file so I assume the overlayeditor isnt 1.4 compatible? Any patches available?
*edit
I have read http://www.ogre3d.org/phpBB2/viewtopic. ... rlayeditor and it seems that the patch still has not been put on the cvs server and I dont like to patch it by hand. Jacmoe? :/
User avatar
jacmoe
OGRE Retired Moderator
OGRE Retired Moderator
Posts: 20570
Joined: Thu Jan 22, 2004 10:13 am
Location: Denmark
x 179

Post by jacmoe »

I don't have enough karma to submit anything there, unfortunately. :)

Maybe I should ask one of the Ogre Team members for commit access.. :wink:
/* Less noise. More signal. */
Ogitor Scenebuilder - powered by Ogre, presented by Qt, fueled by Passion.
OgreAddons - the Ogre code suppository.
User avatar
h3x0g3n
Gnoblar
Posts: 16
Joined: Sat Feb 25, 2006 7:36 am

Post by h3x0g3n »

Could someone please send me the compiled OverlayEditor.
I'm using VC2005 Express Edition and I can't compile it by myself.
Thanks a lot
User avatar
tdev
Silver Sponsor
Silver Sponsor
Posts: 244
Joined: Thu Apr 12, 2007 9:21 pm
Location: Germany
x 14

Post by tdev »

shame that such a goog tool got lost :(
i also cannot compile, is there a binary anywhere?
User avatar
jacmoe
OGRE Retired Moderator
OGRE Retired Moderator
Posts: 20570
Joined: Thu Jan 22, 2004 10:13 am
Location: Denmark
x 179

Post by jacmoe »

May I suggest taking the CEGUI editor and go from there?
Scriptkid did excellent work on it, and it shouldn't be too much trouble adapting it for overlay use.
Besides: it's wxWidgets, which means cross platform. :wink:

The overlay editor from ogreaddons is based on MFC, and it therefore bound to Windows, and can't be used by C++ Express users..
/* Less noise. More signal. */
Ogitor Scenebuilder - powered by Ogre, presented by Qt, fueled by Passion.
OgreAddons - the Ogre code suppository.
shanefarris
Greenskin
Posts: 107
Joined: Sun Mar 01, 2009 8:36 pm
x 7

Re: Overlayeditor resurrected

Post by shanefarris »

I took the source and updated it to build with Ogre 1.7. I posted the project here https://sourceforge.net/projects/ogreoverlayedit/.

I don't think its fully functional, but its a start, and I plan on doing more with it. If anyone whats access to help me maintain it and get it back up and running again let me know.

Thanks.