Search found 841 matches

by beni
Thu Oct 17, 2013 1:19 pm
Forum: News & Announcements
Topic: Orxonox Think Tank and Developer Meeting
Replies: 7
Views: 18511

Re: Orxonox Think Tank and Developer Meeting

Alright, so for people coming to the Orxonox Think Tank and Developer Meeting on the 2nd November we want to make a small list ahead of time so don't all go to the meeting unprepared. Most of all we will discuss new ideas for features of the game, about its story etc. It's best to have some examples...
by beni
Mon Oct 14, 2013 9:36 pm
Forum: Bug Reports
Topic: Compilation fails on Debian Wheezy
Replies: 5
Views: 18963

Re: Compilation fails on Debian Wheezy

Commit it. We can still roll it back if it breaks something else. It's a very small change anyway. Good work! Somebody ran into the same problem on Ubuntu 13.04 just today. If you could commit it, it might fix his problem as well.
by beni
Mon Oct 14, 2013 5:36 pm
Forum: Help
Topic: Runtime Error on Windows 7 64bit
Replies: 9
Views: 17665

Re: Runtime Error on Windows 7 64bit

Hmm, try to delete the subfolders of these missing files and try updating again.
by beni
Mon Oct 14, 2013 1:36 pm
Forum: Bug Reports
Topic: Make fails on Ubuntu 13.04
Replies: 3
Views: 14656

Re: Make fails on Ubuntu 13.04

Seems to be the same problem from this thread. We haven't solved that problem yet, but if you can try x3n's suggestion, you might solve the problem for both, Ubuntu and Debian.
by beni
Thu Oct 10, 2013 4:42 pm
Forum: Help
Topic: Runtime Error on Windows 7 64bit
Replies: 9
Views: 17665

Re: Runtime Error on Windows 7 64bit

About the exclamation mark: It means that there are local changes . Which is kind of weird if you didn't change anything yet. Try to right click on the folders and choose TortoiseSVN -> Check for Modifications... This should bring up a dialog with information on what kind of files were modified. Thi...
by beni
Wed Oct 09, 2013 3:12 pm
Forum: News & Announcements
Topic: Orxonox Think Tank and Developer Meeting
Replies: 7
Views: 18511

Re: Orxonox Think Tank and Developer Meeting

A time and place have been decided for the meeting. November 2nd, 2pm at SCS . Write to x3n when you need more information on how to get into the building on a Saturday. He will however send an email around about that. If you don't get it and want to come. Write to him. I'm looking forward to see yo...
by beni
Wed Oct 09, 2013 1:29 pm
Forum: Bug Reports
Topic: Compilation fails on Debian Wheezy
Replies: 5
Views: 18963

Re: Compilation fails on Debian Wheezy

Hey Nowic, you're back! Thanks for trying to make it work on Debian. I don't think we had somebody compiling it for Debian in a while now. The error message you have is weird indeed. Looks like the boost library is incompatible with Ogre, but weird that we don't have the same problem on other system...
by beni
Thu Sep 26, 2013 11:26 am
Forum: News & Announcements
Topic: Orxonox Think Tank and Developer Meeting
Replies: 7
Views: 18511

Orxonox Think Tank and Developer Meeting

Hi everybody! It's been a while since the developers of Orxonox have met and discussed their ideas about the future of Orxonox. That's why we will meet and discuss and code a bit on a Saturday afternoon. We'll organize the food so people don't have to worry about lunch or dinner. The location is not...
by beni
Wed Sep 25, 2013 10:20 pm
Forum: Help
Topic: Building Orxonox on Tardis - HS2013
Replies: 7
Views: 19045

Re: Building Orxonox on Tardis - HS2013

I checked out SEPP and according to the website you can try and replace 1.42.0 with 1.47.0. I don't know if that's new enough, since boost is already at version 1.54 or something.

Give it a try, it should be a quick test.
by beni
Wed Sep 25, 2013 9:11 pm
Forum: Help
Topic: Building Orxonox on Tardis - HS2013
Replies: 7
Views: 19045

Re: Building Orxonox on Tardis - HS2013

Wouldn't it also make sense to ask ISG:EE to update the boost libraries?
by beni
Mon Sep 23, 2013 12:02 pm
Forum: Off Topic
Topic: Welcome to the Orxonox P&S HS 13
Replies: 1
Views: 14597

Re: Welcome to the Orxonox P&S HS 13

I too want to welcome the students of this semester. I hope you'll enjoy being an integral part of Orxonox and I will always be around to answer questions. Just contact me on many of the channels.

May the force be with you.
by beni
Wed Sep 11, 2013 11:39 am
Forum: Help
Topic: Building Orxonox on Tardis - HS2013
Replies: 7
Views: 19045

Re: Building Orxonox on Tardis - HS2013

I just tested it on my machine at work (not running though, just compiling) and it compiled without a problem. My work computer should be part of the Tardis system of ISG. So yeah.. no problems at all. I didn't see a recent change that would be a fix, so I assume this is still a problem? Maybe we sh...
by beni
Wed Aug 28, 2013 3:22 pm
Forum: Developers' Journals
Topic: core6
Replies: 6
Views: 17098

Re: core6

Good work. This looks very useful and especially the last part about iterating through context-specific object lists is great. Now we only have to implement it.
by beni
Fri Aug 23, 2013 11:09 am
Forum: General Discussion
Topic: Ungit
Replies: 2
Views: 13858

Re: Ungit

Yeah, it's probably helpful to understand what's going on, but in order to know what 'rebase' does or why you need to push and pull, you still need to know how git works.

I also wonder if you can do more complicated things like cherry pick or rebase -i.
by beni
Wed Aug 21, 2013 6:25 am
Forum: General Discussion
Topic: Ungit
Replies: 2
Views: 13858

Ungit

For you developers out there who want to understand GIT better while using it. There is a new open-source tool that visualizes everything going on in your git repository: Ungit.

Here's a video of it.