Search found 36 matches

by chrigi
Wed Jun 20, 2007 7:43 pm
Forum: Bug Reports
Topic: [fixed] VS level wrecks transparency
Replies: 3
Views: 16791

fixed in 10746 Index: src/world_entities/projectiles/plasma_pulse.cc =================================================================== --- src/world_entities/projectiles/plasma_pulse.cc (revision 10740) +++ src/world_entities/projectiles/plasma_pulse.cc (working copy) @@ -134,10 +134,12 @@ void Pl...
by chrigi
Tue Jun 19, 2007 9:32 pm
Forum: Bug Reports
Topic: [fixed] Aiming bug
Replies: 5
Views: 18455

You cannot aim using the mouse/crosshair?
by chrigi
Sun Jun 17, 2007 12:26 pm
Forum: Bug Reports
Topic: [Solved] BSP-Weapon kills BSP
Replies: 4
Views: 4224

I think I fixed it all :D

Please update your data. I have made some important changes.
by chrigi
Sun Jun 17, 2007 12:16 am
Forum: Bug Reports
Topic: [Solved] BSP-Weapon kills BSP
Replies: 4
Views: 4224

Thx for reporting.

I am aware of some of the "effects" you describe and I am working on some solution. I'll let you know once I think I've fixed it :D
by chrigi
Tue Jun 12, 2007 2:54 pm
Forum: Coding
Topic: WorldEntity::postSpawn
Replies: 2
Views: 14667

I believe this is only used if this WorldEntity is spawned with a SpawningPoint.
by chrigi
Mon Jun 11, 2007 8:20 pm
Forum: Developers' Journals
Topic: Vertical Scroller Enhancements
Replies: 18
Views: 36839

Program received signal SIGABRT, Aborted.
Looks like this was no SIGSEGV, it was SIGABRT, which means some assertion failed. Last output line might be something like assertion in blabla.cc on line XX failed
by chrigi
Mon Jun 11, 2007 8:14 pm
Forum: Coding
Topic: backtrace on a gentoo system
Replies: 1
Views: 14348

gentoo: CFLAGS="-O2 -march=pentium-m -pipe -fomit-frame-pointer -ggdb3"

For Orxonox CFLAGS="" or CFLAGS="-ggdb3"

I believe ggdb3 gives better backtraces, especially with macros.
by chrigi
Sat Jun 09, 2007 9:39 pm
Forum: Bug Reports
Topic: [Solved] "only one flySpectator allowed"
Replies: 8
Views: 6344

@x3n: Thx for reporting :D
by chrigi
Sat Jun 09, 2007 9:56 am
Forum: Bug Reports
Topic: [Solved] "only one flySpectator allowed"
Replies: 8
Views: 6344

Adding the marked line to the destructor in spectator.cc solves the problem, but I don't know if this is a good solution. Spectator::~Spectator () { this->setPlayer(NULL); ghost = NULL; <----------------------- } I suggest this solution. so deleting of an other spectator won't set ghost = NULL Spec...
by chrigi
Fri Jun 08, 2007 8:53 am
Forum: Bug Reports
Topic: [Solved] "only one flySpectator allowed"
Replies: 8
Views: 6344

In which branch does this happen?
by chrigi
Tue May 08, 2007 7:06 am
Forum: Coding
Topic: CFLAGS and optimisations
Replies: 1
Views: 14276

I use

Code: Select all

-ggdb3 -D__STDC_CONSTANT_MACROS
-ggdb3 might get me better backtraces
-D__STDC_CONSTANT_MACROS is needed to compile Orxonox with my ffmpeg headers
by chrigi
Fri Apr 27, 2007 8:46 am
Forum: Developers' Journals
Topic: Vertical Scroller Enhancements
Replies: 18
Views: 36839

Action box is implemented. You can get a pointer to it with State::getActionBox()
by chrigi
Sun Apr 22, 2007 10:31 am
Forum: Developers' Journals
Topic: Vertical Scroller Enhancements
Replies: 18
Views: 36839

No, this should be no problem.
by chrigi
Tue Apr 03, 2007 8:09 am
Forum: Bug Reports
Topic: make fails after update to lua 5.1.1
Replies: 1
Views: 2912

make fails after update to lua 5.1.1

I updated lua to version 5.1.1, which is stable on gentoo x86, now orx fails to compile if g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../extern_libs -ggdb3 -g -Wall -I/usr/include -I../.. -I../../ai -I../../world_entities -I../../story_entities -I../../lib -I../../lib/coord -I../../lib/data -I.....
by chrigi
Wed Feb 07, 2007 4:45 pm
Forum: General Development
Topic: The Future of Orxonox
Replies: 21
Views: 33368

You have my bow (gcc/gdb/valgrind/...) :P