PDA

View Full Version : Rev 1272 compile fail


Zandig
03-02-2010, 10:40 AM
Rev 1272 compiling fails with 2008 Express Edition in the ZONE section.
Both Releasebots and Debugbots.

http://pastebin.com/8uHPRpPf
Line 713

RichardoX
03-02-2010, 01:26 PM
Did you make any changes to attack.cpp?

Taurinus
03-02-2010, 04:47 PM
//Work-around for there being no 2HP skill - We use 99 for the 2HB animation and 36 for pierce messages
if(skillinuse == 99)
skillinuse = static_cast<SkillType>(36);

trevius
03-02-2010, 06:16 PM
Yeah, sorry, I did it again! Was putting in a few changes at once and didn't pay close enough attention to that one. I will put in that fix tonight, Taurinus. Thanks yet again for that.

Nightlord
03-02-2010, 06:32 PM
Would be awesome if someone could post the latest binaries with bots as well ... for us bot lovers. :)

Thank you in advance!

Taurinus
03-02-2010, 06:49 PM
Would be awesome if someone could post the latest binaries with bots as well ... for us bot lovers.

Okay. Here you go:

http://www.megaupload.com/?d=AN51XCH0

This is a fully vanilla build with one exception: Bots display helm graphics.

Enjoy!

Edit: I forgot to put the GPL with the files. I will do so in the future. Also note that this build is for Win32.

Zandig
03-03-2010, 11:05 AM
Thanks for fixing this.
Rev 1273 compiles perfectly.

trevius
03-03-2010, 07:26 PM
Just remembered that I forgot to put Taurinus' name next to the fix changelog. Sorry about that! I didn't actually mention the fix in the changelog.txt file itself, just in the SVN revision list. If you want, I can try to remember to add a note about it with your name with the next update I do. Normally I try to always put credit in for other people's code, but was a bit rushed and had some other major issues going on that had me a bit distracted.

Nightlord
03-05-2010, 01:08 PM
Thank you :D