Search found 12 matches

by fvultier
Mon Jan 25, 2016 9:10 pm
Forum: Framework Development
Topic: Orxonox goes C++11
Replies: 43
Views: 211365

Re: Orxonox goes C++11

Good work! Looking forward to test it tomorrow. I'll also test the tutorial branch which we need for the PPS.
by fvultier
Mon Jan 25, 2016 8:27 am
Forum: Framework Development
Topic: Orxonox goes C++11
Replies: 43
Views: 211365

Re: Orxonox goes C++11

I also tried to build Orxonox on Tardis today. Still the same error message.
by fvultier
Sun Jan 03, 2016 4:39 pm
Forum: Coding
Topic: How not to use casts [an ironical comment]
Replies: 2
Views: 19490

Re: How not to use casts [an ironical comment]

Nice bugfix! I think a guy played around with these enemy health bars a year ago during PPS. Obviously we should have kept one more eye on him..... :twisted:
by fvultier
Tue Sep 15, 2015 10:38 pm
Forum: General Development
Topic: Unterschied getXMLController() <---> getController()
Replies: 8
Views: 60419

Re: Unterschied getXMLController() <---> getController

Vielen Dank für deine ausführliche Antwort!! 1.) Ich sollte wohl doch wieder Visual Studio verwenden. Der gcc compiler ist leider nicht intelligent genug. 2.) Das ist tatsächlich ein Flüchtigkeitsfehler. Als ich irgendwann verstand, dass ein WaypointController wenn er zerstört wird auch alle seine W...
by fvultier
Tue Sep 15, 2015 12:30 pm
Forum: General Development
Topic: Unterschied getXMLController() <---> getController()
Replies: 8
Views: 60419

Re: Unterschied getXMLController() <---> getController

Der ganze Code ist jetzt in folgendem branch: http://svn.orxonox.net/game/code/branches/towerdefenseFabien/ Ich finde die Dateien orxonox.log, orxonox.log1, ... Eine Datei orxonox_crash.log gibt es aber nicht. Die Suchfunktion findet die Datei auch nicht. Beim löschen der Gegner (durch abschiessen o...
by fvultier
Wed Sep 09, 2015 3:05 pm
Forum: General Development
Topic: Unterschied getXMLController() <---> getController()
Replies: 8
Views: 60419

Re: Unterschied getXMLController() <---> getController

Da hast du Recht. Ich erzeuge den WaypointController jetz per C++. Leider erzeugt das zerstören der Gegner immer noch folgende: Error: Received signal SIGABRT Error: Try to write backtrace to file orxonox_crash.log Ich versuchte stundenlang mit orxout() herauszufinden welcher pointer auf ein gelösch...
by fvultier
Tue Sep 08, 2015 2:03 pm
Forum: General Development
Topic: Unterschied getXMLController() <---> getController()
Replies: 8
Views: 60419

Re: Unterschied getXMLController() <---> getController

Danke für die Antwort! Mit Englisch hat du natürlich Recht..... Ein wirkliches Problem für das Tower Defense Minispiel ist es nicht. Beim erstellen der Gegner wird ein Template auf die Gegner angewendet. Das Template definiert Leben, Modelle, Partikeleffekte, ..... und eben auch dass der Gegner eine...
by fvultier
Sun Sep 06, 2015 3:31 pm
Forum: General Development
Topic: Unterschied getXMLController() <---> getController()
Replies: 8
Views: 60419

Unterschied getXMLController() <---> getController()

Hallo liebe Orxonoxler Ich bin dabei endlich das Tower Defense Spiel zu überarbeiten. Neu ist es möglich über XML ein eigenes Tower Defense level zu beschreiben. Dabei beschreibt man für jedes der 16x16 Felder den Typ des Feldes: - Freies Feld - Strasse auf der die Gegner geradeaus laufen - Strasse ...
by fvultier
Sat Apr 25, 2015 5:27 pm
Forum: Help
Topic: Building Orxonox: Permission denied
Replies: 5
Views: 57435

Re: Building Orxonox: Permission denied

I fixed the problem:
I tried to give me all rights for the file using chmod but this didn't work because the orxonox files are stored on a NTFS-formated hard drive. After copying the files to a ext formated harddrive I was able to build Orxonox.

Thanks for your advise!
by fvultier
Sat Apr 25, 2015 4:46 pm
Forum: Help
Topic: Building Orxonox: Permission denied
Replies: 5
Views: 57435

Re: Building Orxonox: Permission denied

The link points to toluaapp_orxonox-1.0.92 which is an executable in the same directory. If I try to run this file I get the error "Keine Berechtigung". That's no surprise: For the link I have the rights lrwxrwxrwx but for the executable only -rw-r-----. root@FVdebian:/home/fabien/Daten/Studium/PPS/...
by fvultier
Sat Apr 25, 2015 4:15 pm
Forum: Help
Topic: Building Orxonox: Permission denied
Replies: 5
Views: 57435

Re: Building Orxonox: Permission denied

Thank you for the answer! Yes, the file (it's a link) exists, but it isn't executable: root@FVdebian:/home/fabien/Daten/Studium/PPS/Orxonox/Code/build_trunk# bin/toluaapp_orxonox bash: bin/toluaapp_orxonox: Keine Berechtigung I tried deleting all files in build_trunk several times, but i got always ...
by fvultier
Sat Apr 25, 2015 11:25 am
Forum: Help
Topic: Building Orxonox: Permission denied
Replies: 5
Views: 57435

Building Orxonox: Permission denied

Hi there I'm trying to build Orxonox on my own computer for the first time. At ETH Tardis this was usually no problem. I did the following: - checked out the trunk and the data_extern branches using SVN - installed all dependencies (http://www.orxonox.net/wiki/LinuxDebian) - I used cmake (cmake -G"E...