Clone of Akilla's ac2d @ https://github.com/deregtd/AC2D

David de Regt 3451f0d23b Merge pull request #5 from series8217/fix-session-id 5 anos atrás
WindowLib f2793add0b Got everything compiling again under VS2015 8 anos atrás
gl 7d0e96ee7a Initial commit of all AC2D code, converting from the old SVN repository 9 anos atrás
website 7d0e96ee7a Initial commit of all AC2D code, converting from the old SVN repository 9 anos atrás
zlib 7d0e96ee7a Initial commit of all AC2D code, converting from the old SVN repository 9 anos atrás
.gitignore d9d9af2e82 output to bin directory 5 anos atrás
AC2DTest.cpp 92b819be4a warn if no command line arguments provided 5 anos atrás
AC2DTest.h 7d0e96ee7a Initial commit of all AC2D code, converting from the old SVN repository 9 anos atrás
AC2DTest.ico 7d0e96ee7a Initial commit of all AC2D code, converting from the old SVN repository 9 anos atrás
AC2DTest.rc a01fe3f086 Work on getting the client to connect again. Updated the CRC algorithm to remove the includesize field -- all CRC calculations seem to do that now. Updated login packet builder for the new format. We now get packets back from the server repeatedly, which we'll need to do something about next... 9 anos atrás
AC2DTest.sln 7501329a5d Started compiling everything under 64-bit because of the limited address range for memory mapped files in 32-bit (no idea how that ever worked). Fixed some bugs in usage of the ChecksumXorGenerator. Logs into char select now, but can't enter game. 8 anos atrás
AC2DTest.vcxproj d7e0da59a0 unique pdb file name for release build 5 anos atrás
AC2DTest.vcxproj.filters 1d0466db90 Grabbed the checksum calculation code from BZR to get rid of the peacode LIB files. Lots of rejiggering of networking code to handle updates since this was all last working. Successfully logging into the character select screen now! 9 anos atrás
BSPTypes.cpp 7d0e96ee7a Initial commit of all AC2D code, converting from the old SVN repository 9 anos atrás
BSPTypes.h 7d0e96ee7a Initial commit of all AC2D code, converting from the old SVN repository 9 anos atrás
ChecksumXorGenerator.cpp 7501329a5d Started compiling everything under 64-bit because of the limited address range for memory mapped files in 32-bit (no idea how that ever worked). Fixed some bugs in usage of the ChecksumXorGenerator. Logs into char select now, but can't enter game. 8 anos atrás
ChecksumXorGenerator.h 1d0466db90 Grabbed the checksum calculation code from BZR to get rid of the peacode LIB files. Lots of rejiggering of networking code to handle updates since this was all last working. Successfully logging into the character select screen now! 9 anos atrás
LICENSE 6ce63cce4f Initial commit 9 anos atrás
Landblocks.cpp 7501329a5d Started compiling everything under 64-bit because of the limited address range for memory mapped files in 32-bit (no idea how that ever worked). Fixed some bugs in usage of the ChecksumXorGenerator. Logs into char select now, but can't enter game. 8 anos atrás
Landblocks.h 7d0e96ee7a Initial commit of all AC2D code, converting from the old SVN repository 9 anos atrás
cByteStream.cpp 1d0466db90 Grabbed the checksum calculation code from BZR to get rid of the peacode LIB files. Lots of rejiggering of networking code to handle updates since this was all last working. Successfully logging into the character select screen now! 9 anos atrás
cByteStream.h 1d0466db90 Grabbed the checksum calculation code from BZR to get rid of the peacode LIB files. Lots of rejiggering of networking code to handle updates since this was all last working. Successfully logging into the character select screen now! 9 anos atrás
cCellManager.cpp 7d0e96ee7a Initial commit of all AC2D code, converting from the old SVN repository 9 anos atrás
cCellManager.h 7d0e96ee7a Initial commit of all AC2D code, converting from the old SVN repository 9 anos atrás
cCharInfo.cpp 7501329a5d Started compiling everything under 64-bit because of the limited address range for memory mapped files in 32-bit (no idea how that ever worked). Fixed some bugs in usage of the ChecksumXorGenerator. Logs into char select now, but can't enter game. 8 anos atrás
cCharInfo.h f2793add0b Got everything compiling again under VS2015 8 anos atrás
cClient.cpp 7d0e96ee7a Initial commit of all AC2D code, converting from the old SVN repository 9 anos atrás
cClient.h 7d0e96ee7a Initial commit of all AC2D code, converting from the old SVN repository 9 anos atrás
cCustomWindows.h e3276e205f disable logging in cWObject::LoadAnimset() 5 anos atrás
cEditBox.h 7d0e96ee7a Initial commit of all AC2D code, converting from the old SVN repository 9 anos atrás
cGraphics.cpp 7d0e96ee7a Initial commit of all AC2D code, converting from the old SVN repository 9 anos atrás
cGraphics.h 7d0e96ee7a Initial commit of all AC2D code, converting from the old SVN repository 9 anos atrás
cInterface.cpp 9817a0f2b0 Fixed character cache loading for 64-bit build by initializing iCount to 0 5 anos atrás
cInterface.h c3914deb5d added automatic ack, fixed checksums for world server messages, send world server messages as fragments. enter world working with ACE server 5 anos atrás
cMessage.cpp 1d0466db90 Grabbed the checksum calculation code from BZR to get rid of the peacode LIB files. Lots of rejiggering of networking code to handle updates since this was all last working. Successfully logging into the character select screen now! 9 anos atrás
cMessage.h 1d0466db90 Grabbed the checksum calculation code from BZR to get rid of the peacode LIB files. Lots of rejiggering of networking code to handle updates since this was all last working. Successfully logging into the character select screen now! 9 anos atrás
cModel.cpp 7501329a5d Started compiling everything under 64-bit because of the limited address range for memory mapped files in 32-bit (no idea how that ever worked). Fixed some bugs in usage of the ChecksumXorGenerator. Logs into char select now, but can't enter game. 8 anos atrás
cModel.h 7d0e96ee7a Initial commit of all AC2D code, converting from the old SVN repository 9 anos atrás
cModelGroup.cpp 7501329a5d Started compiling everything under 64-bit because of the limited address range for memory mapped files in 32-bit (no idea how that ever worked). Fixed some bugs in usage of the ChecksumXorGenerator. Logs into char select now, but can't enter game. 8 anos atrás
cModelGroup.h 7d0e96ee7a Initial commit of all AC2D code, converting from the old SVN repository 9 anos atrás
cMovableWindow.h 7501329a5d Started compiling everything under 64-bit because of the limited address range for memory mapped files in 32-bit (no idea how that ever worked). Fixed some bugs in usage of the ChecksumXorGenerator. Logs into char select now, but can't enter game. 8 anos atrás
cNetwork.cpp e1d7a26259 fixed logging in with nonzero session id 5 anos atrás
cNetwork.h c3914deb5d added automatic ack, fixed checksums for world server messages, send world server messages as fragments. enter world working with ACE server 5 anos atrás
cObjectDB.cpp f2793add0b Got everything compiling again under VS2015 8 anos atrás
cObjectDB.h f2793add0b Got everything compiling again under VS2015 8 anos atrás
cPacket.cpp b3c5073a5d login to character select now working with ACE 5 anos atrás
cPacket.h b3c5073a5d login to character select now working with ACE 5 anos atrás
cPictureBox.h 7d0e96ee7a Initial commit of all AC2D code, converting from the old SVN repository 9 anos atrás
cPoint3D.h 7d0e96ee7a Initial commit of all AC2D code, converting from the old SVN repository 9 anos atrás
cPortal.cpp 7501329a5d Started compiling everything under 64-bit because of the limited address range for memory mapped files in 32-bit (no idea how that ever worked). Fixed some bugs in usage of the ChecksumXorGenerator. Logs into char select now, but can't enter game. 8 anos atrás
cPortal.h f2793add0b Got everything compiling again under VS2015 8 anos atrás
cProgressBar.h 7d0e96ee7a Initial commit of all AC2D code, converting from the old SVN repository 9 anos atrás
cScrollBar.h 7d0e96ee7a Initial commit of all AC2D code, converting from the old SVN repository 9 anos atrás
cStaticText.h 7d0e96ee7a Initial commit of all AC2D code, converting from the old SVN repository 9 anos atrás
cThread.cpp 7d0e96ee7a Initial commit of all AC2D code, converting from the old SVN repository 9 anos atrás
cThread.h 7d0e96ee7a Initial commit of all AC2D code, converting from the old SVN repository 9 anos atrás
cTurbineFile.cpp 7501329a5d Started compiling everything under 64-bit because of the limited address range for memory mapped files in 32-bit (no idea how that ever worked). Fixed some bugs in usage of the ChecksumXorGenerator. Logs into char select now, but can't enter game. 8 anos atrás
cTurbineFile.h f2793add0b Got everything compiling again under VS2015 8 anos atrás
cWObject.cpp de25256046 don't call fclose on a NULL pointer 5 anos atrás
cWObject.h 7d0e96ee7a Initial commit of all AC2D code, converting from the old SVN repository 9 anos atrás
client.ico 7d0e96ee7a Initial commit of all AC2D code, converting from the old SVN repository 9 anos atrás
resource.h 7d0e96ee7a Initial commit of all AC2D code, converting from the old SVN repository 9 anos atrás
small.ico 7d0e96ee7a Initial commit of all AC2D code, converting from the old SVN repository 9 anos atrás
stdafx.cpp 7d0e96ee7a Initial commit of all AC2D code, converting from the old SVN repository 9 anos atrás
stdafx.h f2793add0b Got everything compiling again under VS2015 8 anos atrás