Useful Resources

If you have a question about the git repository and the code, or if you have code to propose then please post in this forum.
Do not post request here.
Locked
wololo
Site Admin
Posts: 3728
Joined: Wed Oct 15, 2008 12:42 am
Location: Japan

Useful Resources

Post by wololo »

Git Repository : https://github.com/WagicProject/wagic

compile Wagic : https://github.com/WagicProject/wagic/wiki/Compiling

Discussions on programming MTG engines:
http://www.slightlymagic.net/forum/index.php
http://mtgrares.blogspot.com


I highly suggest that people have a look at what other engines such as Firemox, MTGForge, and Incantus do. These guys have worked on their engines for years/months, and when you work on a MTG game, at one moment or another you'll run into the problems they've already faced. LOTS of useful information on these games' blogs/forums/irc channels
Yeshua
Posts: 314
Joined: Sun Nov 02, 2008 4:02 am

Re: Useful Resources

Post by Yeshua »

Cool. I dont think the people here know C++ all that well.

I think you and I with exception of a few non-active users are they only people who know C++ well.
Waldorf
Posts: 25
Joined: Tue Dec 30, 2008 11:22 pm

Re: Useful Resources

Post by Waldorf »

You might want to add this link to the list of resources.

http://wololo.net/wagic/compile-from-the-sources/

Edit:
Also the link in the OP for SVN is broken.
wololo
Site Admin
Posts: 3728
Joined: Wed Oct 15, 2008 12:42 am
Location: Japan

Re: Useful Resources

Post by wololo »

thanks !
Zethfox
Posts: 3029
Joined: Thu Jun 10, 2010 11:28 pm

Re: Useful Resources

Post by Zethfox »

on the compiling wagic wiki it saids download 2008 vc++ but it links to 2010 vc++ which opon openning the SVN wants to convert it instantly to 2010...the conversion DESTROYS the Svn completely making debugging, testing or even building a working source null....you might want to remove the link and suggest that people google a download of VC++ express 2008 instead and tell them NOT to try it with 2010 as it breaks the code. I understand that it is mentioned to download 2008 express, but for someone like me that doesnt know any better i would think the auto conversion was a good thing...

i uninstalled VC++ 2010 and downloaded VC++ express 2008...now i can debug and build working wagic.exes ...compiling with 2010 returns with about 40 pages of errors.
wololo
Site Admin
Posts: 3728
Joined: Wed Oct 15, 2008 12:42 am
Location: Japan

Re: Useful Resources

Post by wololo »

Hmm, thanks for the info. The link was correct at the time the wiki was written... but we might need to switch to VC 2010 soon...
Locked