nebula device 2

news | people | for developers | documentation | downloads

April 10, 2007

New Nebula Dependency Packages

While the previous release of the Nebula dependency packages didn’t have any show stopping issues, not all the libraries were using the same runtime as Nebula, this caused VC to complain.

So, aside from the afforementioned runtime normalization, here’s what’s different about the new packages:

  • SQLite has been updated to version 3.3.14 (the latest release at this time).
  • Theora is now built without MMX support, the MMX code produced a whole bunch of warnings I didn’t feel like fixing.

You can download the new packages from Sourceforge.

Any comments should go here.

Filed under: News, changes — enlight @ 2:03 am

April 8, 2007

New Mangalore Dependency Packages

In the previous release of the Mangalore dependency packages, CEUI didn’t build out of the box, and the VC7.1 package didn’t include OPCODE. That was rather lame, so I spent the last few days rebuilding the Mangalore dependency packages, most of the time was in fact spent trying to build CEGUI as a static lib (here’s a tip, don’t!).

Here’s what’s different about the new packages:

  • ODE has been updated to version 0.8 (the latest release at this time).
  • OPCODE is now built into the ODE lib, Mangalore makes use of both anyway so there’s no point doing extra work to keep them separated.
  • CEGUI has been updated to version 0.5.0b (the latest release at this time).
  • CEGUI is now included in DLL form, building it as a static lib required way too much hackery.
  • Now that CEGUI is in DLL form we no longer have to include its dependencies, so tinyxml, freetype and pcre are no longer included in the package.

I also made some changes in SVN to accomodate the new dependency packages, so be sure to update your checkout if you download the new packages.

There are no new Nebula dependency packages as yet, the existing ones work ok, so it’s not a high priority at the moment. But I would like to get all those libs using the same VC runtime library, so I’ll get around to it at some point.

You can download the new packages from Sourceforge.

Any comments should go here.

Filed under: News, changes — enlight @ 3:25 am

April 1, 2007

Building Mangalore

I just spent some time building mangalore and mviewer using Visual C++ 2005 Express, it was relatively painless. The only issue I really ran into is that one of the CEGUI headers that come in the dependencies package needs to be edited before things will build. So, what you need to do after extracting the dependencies package into your checkout is open

code/mangalore/cegui/falagard/CEGUIFalPropertyDefinition.h

and change line 31 from:

#include "cegui/CEGUIFalPropertyDefinitionBase.h"

to:

#include "cegui/falagard/CEGUIFalPropertyDefinitionBase.h"

And that should get you on your way.

I will fix the dependencies package soon, but first I need to figure out if we should continue to include our own copy of the slightly hacked CEGUI SDK in the package or simply let people grab the SDK from the CEGUI site.

Filed under: News — enlight @ 3:41 am

March 24, 2007

Getting Started Documentation Updated

After I got Nebula 2 building on Ubuntu Edgy, I figured I’d update the documentation just in case I have to do everything from scratch again. That’s when I realised the Getting Started documentation is way out of date (and not just the Linux section). So I’ve now updated it to reflect current procedures on all “supported” platforms. Further updates are likely to follow in the near future as I attempt to build Mangalore on Windows and Ubuntu Edgy.

Filed under: News, changes — enlight @ 11:05 pm

Nebula 2 on Ubuntu Edgy

I spent a bit of time getting the core Nebula 2 libraries and tools building on Unbutu Edgy recently, I finally got it going with the help of some contributed patches. So, right now those libraries and tools should build out of the box, however you don’t get any audio (won’t be too hard to fix if you need it), SSE optimizations, or graphics (I haven’t tried building the contributed OpenGL server). Patches to address these shortcommings will be welcome :)

Expect more updates to follow in the near future as I attempt to build Mangalore on Ubuntu, if anyone has already done so and has some advice or patches, do let me know.

Filed under: News, changes — enlight @ 10:58 pm

The Nebula Device and Mangalore forum is now online!

It’s right here. You’ll also notice there is now a link to it on the sidebar to the right, under the links section.

Filed under: News — enlight @ 9:07 pm

August 29, 2006

Videos and some information on Radon Lab’s Drakensang game.

Check this page out for some videos and information on Drakensang. The videos are mainly people talking in German and concept art but there is some ‘in-nebula’ footage of environments and characters. Also there is the E3 video for those that haven’t seen it.

Filed under: News — leaf @ 6:15 am

June 8, 2006

Nebula 2 Exporter for LightWave 3D®

The free Nebula 2 exporter for NewTek’s LightWave has been in development for a few months now. It doesn’t yet have all the features of the Maya Toolkit or the 3DS Max Toolkit, but it’s got a few features you can play around with. The source code has been available from SVN as of a couple of weeks ago, and the time has come for the first pre-alpha binary release, you can download the snapshot here, end user documentation is included. Please read the release notes before installing. LightWave 8.5+ is recommended, though it might work with 7.5c+.

Exporter Screenshot

Filed under: News — enlight @ 2:58 pm

June 4, 2006

New Games developed in the Nebula 2 engine

At the university of LTU in Skellefteå (in northern Sweden) a class got a project to develop a clone of a classic 2D game and turn it into 3D using the Nebula 2 engine, with astonishing results. The class was devided into groups of 2 programmers and 2 graphical artists. These groups could freely choose between 5 different classic 2D games and make them in 3D. The concept was at their own hands, only the imagination set the limitations (and the basic rules of what the game they chose was based on).

Three of these groups have released a binary file for download.

Filed under: News — Bruce @ 4:00 pm

June 1, 2006

Third-party dependencies have been removed from SVN

We’ve moved the third-party libs and headers out of SVN and they are now available as separate downloads for core N2 and Mangalore. There are individual downloads for versions 7.1 and 8.0 of Visual Studio. Many, many thanks to Pangu/johndotsmith for doing the work on that.

Filed under: News, changes — leaf @ 11:28 am
Next Page »

Copyright © 1999-2005 by the contributing authors. Ideas, requests, problems: Send feedback. Powered by WordPress