Search found 716 matches

by x3n
Wed Feb 11, 2015 9:14 pm
Forum: Coding
Topic: Preprocessor definition for debug code
Replies: 3
Views: 15208

Re: Preprocessor definition for debug code

people that create mainly content (and no code) for Orxonox may use a release build, so I think it's a good thing to enable this feature for all builds.
by x3n
Tue Feb 10, 2015 10:08 pm
Forum: Coding
Topic: Preprocessor definition for debug code
Replies: 3
Views: 15208

Re: Preprocessor definition for debug code

Two answers on this question: 1) NDEBUG (for release) and _DEBUG (for debug) both work. They are defined as compiler flags for both MSVC and GCC builds. For example, NDEBUG is used in util/OrxAssert.h 2) Don't use it unless you have really good reasons to disable/enable a feature under certain build...
by x3n
Sat Feb 07, 2015 7:31 pm
Forum: News & Announcements
Topic: Think Tank 2015
Replies: 8
Views: 78390

Re: Think Tank 2015

Notes: Thema: Content Creation Bensch/Maxim: Kontakt mit ZHDK aufnehmen Beni, Felix: Open-Source Content suchen Editor: Steuerung wie in Blender? Editor komplett in Blender? Quick-Reload des Levels Thema: Code-Qualität Doku: Im Code + Konzepte im Wiki. Aber woher wissen Studenten was es alles gibt? ...
by x3n
Tue Feb 03, 2015 8:37 pm
Forum: Bug Reports
Topic: Can't compile with Visual Studio 2013
Replies: 14
Views: 73070

Re: Can't compile with Visual Studio 2013

Hey that's true, I totally forgot about those build options. RelWithDebInfo still takes long to compile (or rather link), but I found that RelForDevs is really what I need. Compiles fast and runs fast. Thanks for the hint!
by x3n
Mon Feb 02, 2015 9:50 pm
Forum: Bug Reports
Topic: Can't compile with Visual Studio 2013
Replies: 14
Views: 73070

Re: Can't compile with Visual Studio 2013

Awesome! I'll try to test it soon. I hope it also works with the Express or Community version of Visual Studio 2013. While we're already talking about MSVC: do you think there's a possibility to compile Orxonox in debug mode but use release-build libraries? I've tried that once with Visual Studio 20...
by x3n
Wed Jan 28, 2015 9:13 pm
Forum: Bug Reports
Topic: Can't compile with Visual Studio 2013
Replies: 14
Views: 73070

Re: Can't compile with Visual Studio 2013

Cool! I'm glad you got that far. Here are some answers or hints: Poco and the minimum allowed version: Up to version 6 of the dependency package, we always created a package each for MSVC and MinGW. MSVC packages were created by Reto, MinGW packages were created by me. Version 6 used Poco. Later I c...
by x3n
Sat Jan 24, 2015 10:05 pm
Forum: News & Announcements
Topic: Think Tank 2015
Replies: 8
Views: 78390

Re: Think Tank 2015

More topics: 1) How can we improve the communication between PPS students and other Orxonox developers? We have lots of communication channels (forum, chat, mailinglists, tickets, wiki, etc) but often it is very difficult to know what's going on in this project because no one uses those channels. 2)...
by x3n
Tue Jan 20, 2015 8:37 pm
Forum: News & Announcements
Topic: Think Tank 2015
Replies: 8
Views: 78390

Re: Think Tank 2015

Possible topic: Orxonox server (for forum, website, SVN, etc). What do we need, how do we organize it, who is responsible for what
by x3n
Tue Jan 20, 2015 8:27 pm
Forum: News & Announcements
Topic: Think Tank 2015
Replies: 8
Views: 78390

Re: Think Tank 2015

Location: Technopark Zürich. http://www.scs.ch/fileadmin/images/kontakt/Lageplan.png We will gather around 15:00 in the lobby near the front entrance of Technopark, then move up to the SCS office together. If you are late, that's no problem. Technopark is open at saturdays, so you can enter at your ...
by x3n
Mon Jan 19, 2015 9:22 pm
Forum: Bug Reports
Topic: Can't compile with Visual Studio 2013
Replies: 14
Views: 73070

Re: Can't compile with Visual Studio 2013

Cool! Keep us updated if you manage to make it work. Or ask, if you run into new problems.
by x3n
Sat Jan 17, 2015 5:46 pm
Forum: Bug Reports
Topic: Can't compile with Visual Studio 2013
Replies: 14
Views: 73070

Re: Can't compile with Visual Studio 2013

I committed a change to MultiType::get<T>() in r10197 (in trunk).
Please have a look and try if you can compile it now. Implicit conversion may still be ambiguous, but at least get<T>() should now work as intended.
by x3n
Wed Jan 14, 2015 11:14 pm
Forum: Bug Reports
Topic: Can't compile with Visual Studio 2013
Replies: 14
Views: 73070

Re: Can't compile with Visual Studio 2013

Thanks for the update. It's difficult for me to reproduce because my gcc behaves differently, but at least I made some interesting observations. I think if I change template <typename T> inline T get() const { return *this; } to template <typename T> inline T get() const { return static_cast<T>(*thi...
by x3n
Tue Jan 13, 2015 10:22 pm
Forum: Content Creation
Topic: Visualize Collision Shapes
Replies: 1
Views: 18071

Visualize Collision Shapes

In the past few days I've added a new feature to visualize collision shapes (and potentially also other entities of bullet, our physics engine). This feature can be turned on and off with a console command: debugDrawPhysics <bool> [bool=true] [float=0.5] Param 1: [bool] true = enable visualization, ...
by x3n
Fri Jan 09, 2015 10:42 am
Forum: SVN, Wiki, Forum
Topic: Forum has been moved to new server
Replies: 9
Views: 73507

Re: Forum has been moved to new server

It took us a while to find a new flux capacitor, but once we got it the forum was back in no time
by x3n
Wed Apr 30, 2014 6:56 pm
Forum: SVN, Wiki, Forum
Topic: Forum has been moved to new server
Replies: 9
Views: 73507

Re: Forum has been moved to new server

I feel blue...