Search found 36 matches

by chrigi
Fri Apr 25, 2008 5:24 pm
Forum: General Discussion
Topic: Poster for Convention VIII
Replies: 14
Views: 28420

I like it. Posters of conventions have always been really great, it's hard to make something even better! :D
by chrigi
Tue Dec 18, 2007 10:14 pm
Forum: Developers' Journals
Topic: network engine
Replies: 80
Views: 112461

Gprof, or the kde app kprof might help to find out where the program spends his time.

http://www2.inf.fh-bonn-rhein-sieg.de/~ ... _gprof.pdf
by chrigi
Thu Nov 15, 2007 5:21 pm
Forum: Developers' Journals
Topic: network engine
Replies: 80
Views: 112461

In the old framework we sent with each packet ids. Unique id (assigned by server) and a classId which can be used to create a object of this class. If a packet arrived, for which we could not find the instance with this unique id, we created a new instance.
by chrigi
Thu Nov 08, 2007 11:49 am
Forum: Developers' Journals
Topic: network engine
Replies: 80
Views: 112461

As I understand it, the server doesn't have to be in any receiver function. The client can just send whenever he wants and the packets will be queued on the server side until the server calls recv(). Of course packets get lost if the buffer is full but if this happens you should think about reducing...
by chrigi
Wed Nov 07, 2007 9:14 am
Forum: Developers' Journals
Topic: network engine
Replies: 80
Views: 112461

beni wrote:Maybe chrigi can help with some past experience..
unfortunately i am busy till 5pm. if you are still at ETH at this time i can visit you :D
by chrigi
Tue Nov 06, 2007 4:09 pm
Forum: Developers' Journals
Topic: network engine
Replies: 80
Views: 112461

I know I am a bit late but I'd like to give some input. If you need semaphores (for mutual exclusion), sdl can do that job for you (search google for sdl and mutex). If you really need multi threaded applications, sdl can do that for you SDL_CreateThread... http://de.wikibooks.org/wiki/SDL:_Threads ...
by chrigi
Tue Oct 30, 2007 4:16 pm
Forum: News & Announcements
Topic: Convention 7 or so
Replies: 39
Views: 58911

I hope I can participate this year :roll:
by chrigi
Tue Oct 23, 2007 4:29 pm
Forum: Feature Requests
Topic: COLLADA Support
Replies: 3
Views: 15430

I did not write it. Ponder did it.
by chrigi
Fri Sep 21, 2007 10:29 pm
Forum: General Discussion
Topic: Fourth PPS assistant
Replies: 3
Views: 15296

And I won't be at ETH for at least 3 weeks.
by chrigi
Fri Sep 21, 2007 1:30 pm
Forum: News & Announcements
Topic: Thinktank Meeting III
Replies: 43
Views: 80989

I still might be able to bring the wine :D
by chrigi
Thu Sep 20, 2007 10:02 pm
Forum: News & Announcements
Topic: Thinktank Meeting III
Replies: 43
Views: 80989

I had to come to a quite difficult decision. One of my roommates decided to leave our flat really on short notice. Next monday we will throw a small party for her (cooking and eating all together). Since I won't have much time for Orxonox next semester I decided not to come to the think tank. If you...
by chrigi
Wed Sep 19, 2007 2:19 pm
Forum: News & Announcements
Topic: Thinktank Meeting III
Replies: 43
Views: 80989

patrick, you could sleep at my place
by chrigi
Sat Aug 11, 2007 5:34 pm
Forum: General Discussion
Topic: Money For Orxonox Server
Replies: 41
Views: 187699

Code: Select all

sed 's/50/300\/N/g'
?
by chrigi
Thu Aug 02, 2007 10:51 am
Forum: General Discussion
Topic: Money For Orxonox Server
Replies: 41
Views: 187699

50.--

150.-- left
by chrigi
Sun Jul 01, 2007 5:34 pm
Forum: Feature Requests
Topic: Orxonox End-of-Semester Review
Replies: 11
Views: 22102

1. What should be a strategic long term goal of Orxonox. i'd like to see our network code in action again. even if there are a lot of multi player unfriendly parts in orxonox. 2. What would be your goals for Orxonox in the next semester. find some really motivated coders with some programming skills...