Search found 183 matches

by Nowic
Sat Nov 09, 2013 3:26 pm
Forum: Off Topic
Topic: Limit Theory (Procedural Universe Game)
Replies: 2
Views: 15116

Limit Theory (Procedural Universe Game)

Hi, After our meeting I stumbled upon a game project that wants to create an infinite procedural universe. The game is funded by the crowd, but it is not open source. Limit Theory: http://ltheory.com/ http://www.youtube.com/user/LimitTheory?feature=watch http://www.kickstarter.com/projects/joshparne...
by Nowic
Mon Oct 14, 2013 8:57 pm
Forum: Bug Reports
Topic: Compilation fails on Debian Wheezy
Replies: 5
Views: 18941

Re: Compilation fails on Debian Wheezy

Thank you for your suggestions. The following patch fixes the issue. Reference for the change: http://www.boost.org/doc/libs/1_49_0/libs/filesystem/v2/doc/index.htm Should I commit it? (If I still have the rights to do it...) Index: src/libraries/core/CorePrereqs.h ==================================...
by Nowic
Tue Oct 08, 2013 9:29 pm
Forum: Bug Reports
Topic: Compilation fails on Debian Wheezy
Replies: 5
Views: 18941

Compilation fails on Debian Wheezy

Hi, The current trunk does not compile on Debian 7.0 (Wheezy) 64bit. I get a weird message about an already declared symbol. [ 2%] Building CXX object src/libraries/core/CMakeFiles/core.dir/OgreBuildUnit.cc.o In file included from /usr/include/boost/filesystem.hpp:35:0, from /home/simon/Projekte/orx...
by Nowic
Fri Aug 21, 2009 11:20 pm
Forum: Bug Reports
Topic: [solved] Can't checkout Orxonox source
Replies: 2
Views: 17451

[solved] Can't checkout Orxonox source

The download page ( http://www.orxonox.net/wiki/download ) seems to be outdated. Whats the correct link to the trunk?

http://svn.orxonox.net/orxonox/trunk does not work. "Could not open the requested SVN filesystem"
by Nowic
Fri Aug 21, 2009 10:26 pm
Forum: Feature Requests
Topic: Make orxonox distributable
Replies: 19
Views: 41010

Re: Make orxonox distributable

Official Debian (and Ubuntu) packaging documentation: http://www.debian.org/doc/devel-manuals#maint-guide I created several Debian/Ubuntu packages. It's an easy task, if your build system (and code) allows the following: It has to be possible to set a custom install prefix. Something like: ./configu...
by Nowic
Wed Sep 03, 2008 4:34 pm
Forum: Feature Requests
Topic: Make orxonox distributable
Replies: 19
Views: 41010

nice to hear! :)
by Nowic
Wed Aug 13, 2008 4:04 pm
Forum: News & Announcements
Topic: Orxonox Server Replacement
Replies: 28
Views: 50104

Some thoughts about project infrastructure... Personally, I prefere my own infrastructure with full control and flexibility too. But lately I realised, that I spend way to much time maintaining and fixing the infrastructure of my own projects. I also change it and 'enhance' it, merely just because I...
by Nowic
Thu Aug 07, 2008 8:15 pm
Forum: News & Announcements
Topic: Orxonox Server Replacement
Replies: 28
Views: 50104

Well, my offer would also have several constraints as I want to keep the security risks and maintenance time as low as possible. - I run Debian stable (aka Etch) on my Xen instance and therefore all services will be offered in the versions that Debian offers and supports. E.g. subversion (1.4.2dfsg1...
by Nowic
Sun Jun 15, 2008 12:46 pm
Forum: General Discussion
Topic: Orxonox ingame screenshots
Replies: 14
Views: 27093

Nice! It looks awesome!
by Nowic
Fri Jun 13, 2008 3:49 pm
Forum: Feature Requests
Topic: Make orxonox distributable
Replies: 19
Views: 41010

As nobody seems to work on these problems, I looked at cmake to improve the situation. After reading the manual, I'm not really convinced of cmake. Yes, it is easy to read, but it does not support 'make uninstall', 'make distclean' (remove all files that the build system created) and 'make dist' (cr...
by Nowic
Wed Jun 11, 2008 8:25 pm
Forum: Content Creation
Topic: [video-tutorial] Studio-Styled Rendering
Replies: 1
Views: 16267

[video-tutorial] Studio-Styled Rendering

We already have a bunch of nice models. But most of them are presented poorly. We make default renderings with blue background and poor lighting or blender screen shots. This video tutorial shows how we could improve the presentation of our models with very little effort. Especially useful for pps p...
by Nowic
Wed Jun 11, 2008 5:35 pm
Forum: Feature Requests
Topic: Make orxonox distributable
Replies: 19
Views: 41010

The run script is fine for development purposes, so you don't have to remove it. But 'make install' should not install it, as it will (should) know where the libs are. The .deb will know that too. Can't cmake detect these directories?
by Nowic
Wed Jun 11, 2008 9:16 am
Forum: Bug Reports
Topic: SIGABRT at startup (missing material?)
Replies: 16
Views: 35735

@1337: Can you recommend a cheap exorcist so I can get rid of my ghosts? ;) To solve the data trunk mismatch, I think it would be a good idea to use svn 'tags'. With tags, users could always check out data/tag/trunk and orxonox/trunk and it should work. (as long as you keep the tag updated) http://s...
by Nowic
Wed Jun 11, 2008 9:02 am
Forum: Feature Requests
Topic: Make orxonox distributable
Replies: 19
Views: 41010

We're not including the tcl library... if you are refering to CppTcl: it's a wrapper to use tcl in c++ and not a library. It's a single source file and if you're talking about the tcl scripts in our media repository: They _are_ changed and it's only scriptcode, no "library" in the strict sense. Ok ...
by Nowic
Tue Jun 10, 2008 11:42 pm
Forum: Feature Requests
Topic: Make orxonox distributable
Replies: 19
Views: 41010

Yes, it's okay if the libraries are not available. Yes tcl... I don't realy know what kind of scripts you need, but it looks like the base-library? If these libs are needed for windows, you could exclude them on other OS in your build system. tolua seems to be available: http://packages.ubuntu.com/h...