-
sigra committed revision 4657 to the Widelands SVN repository, changing 1 files.
2009-11-16 22:40:25 UTC by sigra
-
See the following code:
if
(ignoreplayer settings.users.size())
&& ignoreplayer >= 0)
ignoreplayer = d->settings.users[ignoreplayer].position;
(from [http://widelands.svn.sourceforge.net/viewvc/widelands/trunk/src/network/nethost.cc?view=annotate#l1083])
It looks like an off-by-1 error. If
ignoreplayer == d->settings.users.size()
it will...
2009-11-16 21:48:48 UTC by sigra
-
sigra committed revision 4656 to the Widelands SVN repository, changing 1 files.
2009-11-16 17:49:54 UTC by sigra
-
Fixed in revision 4655.
2009-11-16 17:42:30 UTC by sigra
-
sigra committed revision 4655 to the Widelands SVN repository, changing 1 files.
2009-11-16 17:41:36 UTC by sigra
-
1. Execute "./widelands --editor".
2. Click on the "Events" icon in the toolbar.
3. Click on the middle "New" button to create a new event.
4. Doubleclick the list item "Conquer Area".
5. Edit the "Name:" field to "A".
6. Click "Ok".
7. Click on the middle "New" button to create a new event.
8. Doubleclick the list item "Conquer Area".
9. Edit the "Name:" field to "A".
10. Click "Ok".
2009-11-16 17:32:35 UTC by sigra
-
Hi, Peter, i had also asked him :) Thanx!!
By the way:I just started working on the bob-generation.
2009-11-16 16:48:30 UTC by dunkelbrauer
-
Hey Axel,
I asked Holger and he added you to the WIdelands Devs list, so you've got write access on svn from now on. :)
Cheers
Peter.
2009-11-16 16:29:29 UTC by nasenbaer_peter
-
sirver added dunkelbrauer to the Widelands project.
2009-11-16 10:16:30 UTC by sirver
-
access is handled by people listed as project admins at:
https://sourceforge.net/projects/widelands/develop.
2009-11-16 06:47:47 UTC by sigra