Search found 10 matches

by Husky
Tue Nov 19, 2013 10:14 pm
Forum: Developers' Journals
Topic: BigShips and their parts
Replies: 6
Views: 17347

Re: BigShips and their parts

As for the physical hook, I thought of something rather simple: Pawn A has a cube-collisionbox. Now Pawn B gets 6 collisionboxes, which surround A's cube. Basically A's cube is embedded into a hallow cube which belongs to B. This Cubeception can be placed somewhere inside one of the two pawns (which...
by Husky
Tue Nov 19, 2013 12:41 pm
Forum: Developers' Journals
Topic: BigShips and their parts
Replies: 6
Views: 17347

Re: BigShips and their parts

Hm... Didn't think about the physics simulation... Welp, looks like theres no easy solution for this. I didn't really plan to implement this as part of my PPS task btw, I just wanted to find out how it could be done (maybe in next semesters PPS? :) ) Anyhow, now that we're already collecting ideas: ...
by Husky
Mon Nov 18, 2013 6:52 pm
Forum: Developers' Journals
Topic: BigShips and their parts
Replies: 6
Views: 17347

BigShips and their parts

I am currently working on the BigShips ticket in the current PPS. The HeavyCruiser model was originally created by nicolasc, and I'm adding textures, collisionboxes and everything else needed to make it playable in the game. Most of the texturing as well as collisionboxes and the ship's flight chara...
by Husky
Fri Oct 04, 2013 2:15 pm
Forum: Help
Topic: Problem installing Orxonox on windows
Replies: 15
Views: 25218

Re: Problem installing Orxonox on windows

Updated everything to the latest version, and it works fine now, got the game running :D
(There was one problem: The OpenAL32.dll file was missing in the lastest dependencies you provided, but copying it from the older version worked)

:adoration:
by Husky
Thu Oct 03, 2013 8:54 pm
Forum: Help
Topic: Problem installing Orxonox on windows
Replies: 15
Views: 25218

Re: Problem installing Orxonox on windows

Nice, thanks alot :D I updated my trunk and data_extern folder, but compiling doesn't work yet. Probably because of those changes you mentioned in the dependencies. Will those updated dependencies be located at the same place where the old ones are (http://svn.orxonox.net/downloads/windows/precompil...
by Husky
Wed Sep 25, 2013 8:39 pm
Forum: Help
Topic: Problem installing Orxonox on windows
Replies: 15
Views: 25218

Re: Problem installing Orxonox on windows

Sounds like lots of work :/
It's not really urgent that you fix this right now just for me. Tomorrow I'll install Ubuntu on my HD and try to get the game running there.

Thanks alot for the help
by Husky
Wed Sep 25, 2013 10:23 am
Forum: Help
Topic: Problem installing Orxonox on windows
Replies: 15
Views: 25218

Re: Problem installing Orxonox on windows (Boost libraries)

I think this wall of text is what we were looking for: (To keep the thread a bit more tidy, here's a link instead of pagelong code) Code Looks like it wants a -mgw47- version of the files. Renaming the files to said -mgw47- results in a successful configuration and generation of the build files. Oka...
by Husky
Tue Sep 24, 2013 7:42 am
Forum: Help
Topic: Problem installing Orxonox on windows
Replies: 15
Views: 25218

Re: Problem installing Orxonox on windows (Boost libraries)

Doesn't look like there's any other errors, only the same one as previously -- The C compiler identification is GNU 4.6.2 -- The CXX compiler identification is GNU 4.7.0 -- Check for working C compiler: c:/MinGW/bin/gcc.exe -- Check for working C compiler: c:/MinGW/bin/gcc.exe -- works -- Detecting ...
by Husky
Tue Sep 24, 2013 5:43 am
Forum: Help
Topic: Problem installing Orxonox on windows
Replies: 15
Views: 25218

Re: Problem installing Orxonox on windows (Boost libraries)

The 4 .dll files are indeed named ...-mgw45-..., but renaming them to ...-mgw46-... (I'm running GCC version 4.6.2) didn't change anything.
The same error still appears :(
by Husky
Mon Sep 23, 2013 3:13 pm
Forum: Help
Topic: Problem installing Orxonox on windows
Replies: 15
Views: 25218

Problem installing Orxonox on windows

I followed the instructions to compile and run Orxonox on Windows with MinWG ( link ), but upon executing cmake in MSYS I get the following error: -- *** Build type is Debug *** CMake Error at c:/CMake/share/cmake-2.8/Modules/FindBoost.cmake:1106 (message): Unable to find the requested Boost librari...