Z-Man: Revision 1594

What do you want to see in Armagetron soon? Any new feature ideas? Let's ponder these ground breaking ideas...
Post Reply
User avatar
Light
Reverse Outside Corner Grinder
Posts: 1667
Joined: Thu Oct 20, 2011 2:11 pm

Z-Man: Revision 1594

Post by Light »

Your change in nNetwork.cpp appears to be causing an error. (hopefully not just me)
http://bazaar.launchpad.net/~armagetron ... etwork.cpp

Code: Select all

Z:\home\tom\Downloads\armagetronad\0.4\src\network\nNetwork.cpp:2848:30: error: 'usleep' was not declared in this scope
                 usleep(100000);
User avatar
Z-Man
God & Project Admin
Posts: 11585
Joined: Sun Jan 23, 2005 6:01 pm
Location: Cologne
Contact:

Re: Z-Man: Revision 1594

Post by Z-Man »

Oh, right. You're on Windows? I forgot that the function does not exist there. I'll fix it, but it's going to be a day or so before it lands on 0.4. You can replace it with tDelay, same argument.
User avatar
Light
Reverse Outside Corner Grinder
Posts: 1667
Joined: Thu Oct 20, 2011 2:11 pm

Re: Z-Man: Revision 1594

Post by Light »

Z-Man wrote:Oh, right. You're on Windows? I forgot that the function does not exist there. I'll fix it, but it's going to be a day or so before it lands on 0.4. You can replace it with tDelay, same argument.
I just provide Win builds for 0.4. I cross-build, which is why my directories are /home/tom/...... It was brought to my attention that I was providing an empty archive. I have a script auto build them whenever you update the bzr, so I don't even bother checking it most of the time.

Thanks for the quick update. :)
http://lightron.org/#Download
Post Reply