Ron Murphy
Ron Murphy
coming in to this form .net, MS pushes SQL a lot.. and it is ok. However, i have heard good things about MariaDB. See here > https://mariadb.org/
navigate to /resources/textures and download the texture that you need.
or on the main page, click on the green code button, and choose download zip. all of the textures is in a separate file.
cool, bookmarking the mibbit link :D
pycharm has built in IRC?
I have VS.Net 2012 and Cython, and using these commands, i can _almost_ do a build... SET VS90COMNTOOLS=%VS110COMNTOOLS% python setup.py build --compiler msvc it _almost_ works. I am hoping that...
Dont forget that we need to do a windows and mac client. Still trying to get the game to compile under Windows.
@avelanarius I _JUST_ got the project to compile by way of this... _SET VS90COMNTOOLS=%VS110COMNTOOLS%_ _python setup.py install build --compiler=msvc_ but i dont know where the windows exe is stores afterwards....
ok here is my build4win.bat , it does a fresh compile every time, for whatever new features, etc... that have been added in. @echo off echo Setting tools to VS2012......
py2exe does good for a windows setup file, but i dont know how to specify dependent files or folders. On Tue, Apr 30, 2013 at 2:21 PM, Nebual [email protected] wrote:...