Search found 153 matches

by Zurzaza
Wed Dec 08, 2010 9:37 pm
Forum: Project Announcements
Topic: irrBP - An Irrlicht - Bullet Physics Wrapper
Replies: 200
Views: 93525

*dreamy eyes at above posters* I hope I can be cool programmers like them one day... :D Well, that was really good practice compiling libraries, even if it took me a two days to do it... Haha, just changing the "/"s to "" was okay, but a bit boring..... :P macron, thank you for ...
by Zurzaza
Wed Dec 08, 2010 8:48 pm
Forum: Project Announcements
Topic: irrBP - An Irrlicht - Bullet Physics Wrapper
Replies: 200
Views: 93525

Whats wrong with: CIrrBPPatchSoftBody.cpp mesh->clear(); As far as I saw, theres no method clear in SMesh or IMesh. When compiling irrBP, i was using an irrlicht svn version, that included mesh->clear() function; I simply copied it, overwriting "mesh->clear();". P.S. i renamed it to remov...
by Zurzaza
Wed Dec 08, 2010 8:22 pm
Forum: Project Announcements
Topic: irrBP - An Irrlicht - Bullet Physics Wrapper
Replies: 200
Views: 93525

ok, i fixed the whole file affected by "path error", inserted your c::b project, and credited you.
Thank you again.
Waiting for google code to update the SVN & files.
by Zurzaza
Wed Dec 08, 2010 7:07 pm
Forum: Project Announcements
Topic: irrBP - An Irrlicht - Bullet Physics Wrapper
Replies: 200
Views: 93525

Ooops...i forgot that under unix system, the path are case sensitives. I'll update the source, when You're ready to release C::B projects. ;)
by Zurzaza
Wed Dec 08, 2010 6:57 pm
Forum: Project Announcements
Topic: irrBP - An Irrlicht - Bullet Physics Wrapper
Replies: 200
Views: 93525

just compiled SVN version of irrBP under ubuntu using code::blocks 10.05, was hell of a job to correct your mistakes in paths, letter caps :D Also it said something about that mesh has no method 'clear()' Pleased to hear that! But what did you need to correct? Under VS all goes clear with compilati...
by Zurzaza
Wed Dec 08, 2010 5:36 pm
Forum: Project Announcements
Topic: irrBP - An Irrlicht - Bullet Physics Wrapper
Replies: 200
Views: 93525

@macron: thank you very much. I was looking for someone that works on C::B. Contributions are always welcome. Send me a pm or an email with your project data\contributions and I'll add it! @Monio: Sorry, i didn't see your question, but I didn't understand it very much. What do you want exactly do? C...
by Zurzaza
Thu Dec 02, 2010 7:17 pm
Forum: Project Announcements
Topic: irrBP - An Irrlicht - Bullet Physics Wrapper
Replies: 200
Views: 93525

I have a question, when you created your demo, have you intentionnally slowed the simulation time? Look almost look like bullet time. I would really like to see something move and bounce realistically sometimes... If you do another demo, can you one with "normal" time? Looking at this, It...
by Zurzaza
Mon Nov 22, 2010 3:09 pm
Forum: Beginners Help
Topic: irrBP Not Linking Properly
Replies: 21
Views: 3162

@Dark dragon: I compiled irrBP successfully on code::blocks. To do this you need to do the following: 1) Start a new codeblocks project and set it to compile as static library (project>properties>build tagets) 2) Insert "irrbp\src" folder (and all its files) in the code::blocks editor 3) S...
by Zurzaza
Sat Nov 20, 2010 3:00 pm
Forum: Beginners Help
Topic: irrBP Not Linking Properly
Replies: 21
Views: 3162

Maybe you need to reinclude whole files, because code::blocks is using my src path "E:\Documenti\Lavori Stefano\ProgettoFPS\Engine\Engine\IrrBP\src\", but you need another path (of course)
by Zurzaza
Fri Nov 19, 2010 9:23 pm
Forum: Beginners Help
Topic: irrBP Not Linking Properly
Replies: 21
Views: 3162

oh, sorry. I forgot to say you that you must change the include folders to your path. Try changing this, after that, tomorrow i'll try to compile all the examples with C::B :?
by Zurzaza
Fri Nov 19, 2010 5:06 pm
Forum: Beginners Help
Topic: irrBP Not Linking Properly
Replies: 21
Views: 3162

Ok, i successfully compiled irrBP under C::B. Can you try this version? Click here to download. please tell me if works.
(a lib is Already Compiled with bullet 2.77)
by Zurzaza
Thu Nov 18, 2010 9:43 pm
Forum: Beginners Help
Topic: irrBP Not Linking Properly
Replies: 21
Views: 3162

mmmh...very strange: Are you compiling bullet with GCC? How did you compile irrBP on GCC? Maybe you're doing something wrong I probably am doing something wrong.. Am I supposed to compile the .cpp files or the .h files? Probably sounds like a stupid question ... I tried compiling each one of the .c...
by Zurzaza
Wed Nov 17, 2010 6:05 pm
Forum: Beginners Help
Topic: irrBP Not Linking Properly
Replies: 21
Views: 3162

mmmh...very strange:
Are you compiling bullet with GCC?
How did you compile irrBP on GCC?

Maybe you're doing something wrong
by Zurzaza
Wed Nov 17, 2010 2:48 pm
Forum: Beginners Help
Topic: irrBP Not Linking Properly
Replies: 21
Views: 3162

The tip refers to MSVC Compiler. You thought right, you need to recompile irrBP, because the default .lib is coming out for MSVC 2005 (that ISN'T compatible with GCC). To recompile irrBP under GCC you need to do the following: 1) Create a new CodeBlocks\Dev C++ empty project 2) Include "src&quo...
by Zurzaza
Tue Nov 16, 2010 5:02 pm
Forum: Beginners Help
Topic: irrBP Not Linking Properly
Replies: 21
Views: 3162

Hi dragon. Did you follow the "Important note" in the irrBP documentation? If you use a bullet version, different from the irrBP official bullet supported version (2.76 right now), you must pay attention when compiling BULLET PHYSICS: To avoid linking problems in your project you need to v...