The Mana World DevPak

Ask for help regarding any technical issue or report any bug or OS independent issues.
User avatar
filo
Peon
Peon
Posts: 19
Joined: 01 Apr 2008, 18:56
Location: Czech republic

Re: The Mana World DevPak

Post by filo »

Crush wrote:remove utils/cipher.cpp
add utils/sha256.cpp
add chat-server/party.cpp

and the corresponding header files.
Thanks very much, its work ;-)

BTW.: Can I make instruction for compiling client version 0.1 and server with some important information from this topic:
http://forums.themanaworld.org/viewtopic.php?f=6&t=3839 ?

and I have much of time for update it frequently.
owlcn
Peon
Peon
Posts: 6
Joined: 12 Aug 2008, 14:46

Re: The Mana World DevPak

Post by owlcn »

-------------- Build: default in TMWServ Accountserver ---------------

Compiling: src\utils\cipher.cpp
D:\Src\ServerCode\TheManaWorld\server\src\utils\cipher.cpp:28:25: error: openssl/evp.h: No such file or directory
D:\Src\ServerCode\TheManaWorld\server\src\utils\cipher.cpp:29:25: error: openssl/md5.h: No such file or directory
D:\Src\ServerCode\TheManaWorld\server\src\utils\cipher.cpp: In member function 'std::string utils::Cipher::md5(const std::string&)':
D:\Src\ServerCode\TheManaWorld\server\src\utils\cipher.cpp:61: error: 'MD5_DIGEST_LENGTH' was not declared in this scope
D:\Src\ServerCode\TheManaWorld\server\src\utils\cipher.cpp:66: error: 'md' was not declared in this scope
D:\Src\ServerCode\TheManaWorld\server\src\utils\cipher.cpp:68: error: 'EVP_md5' was not declared in this scope
D:\Src\ServerCode\TheManaWorld\server\src\utils\cipher.cpp:70: error: 'EVP_Digest' was not declared in this scope
Process terminated with status 1 (0 minutes, 0 seconds)
6 errors, 0 warnings


where can i get openssl?
User avatar
Crush
TMW Adviser
TMW Adviser
Posts: 8046
Joined: 25 Aug 2005, 16:08
Location: Germany

Re: The Mana World DevPak

Post by Crush »

Cipher.cpp is not used anymore. You can remove it from your project.
  • former Manasource Programmer
  • former TMW Pixel artist
  • NOT a game master

Please do not send me any inquiries regarding player accounts on TMW.


You might have heard a certain rumor about me. This rumor is completely false. You might also have heard the other rumor about me. This rumor is 100% accurate.
User avatar
strikerbcb
Novice
Novice
Posts: 155
Joined: 15 Apr 2005, 06:42
Location: Brasil
Contact:

Re: The Mana World DevPak

Post by strikerbcb »

the link for this > http://themanaworld.org/files/tmw-svn.DevPak it´s broken, please, anyone can fix ? ( Or are other link for the dependences for 0.1 client/server ? )

Thanks
<<Striker>> - Evolving Ever
Project World of Dragons - Brazilian Total Rework Fork of the TMW and a newer 3D Client/Server
Mundo dos Dragões - http://www.mundodosdragoes.org
User avatar
Jaxad0127
Manasource
Manasource
Posts: 4209
Joined: 01 Nov 2007, 17:35
Location: Internet

Re: The Mana World DevPak

Post by Jaxad0127 »

Image
User avatar
Crush
TMW Adviser
TMW Adviser
Posts: 8046
Joined: 25 Aug 2005, 16:08
Location: Germany

Re: The Mana World DevPak

Post by Crush »

An updated dev pack can be found here:
http://www.crushnet.org/tmw/tmw_libs.zip
  • former Manasource Programmer
  • former TMW Pixel artist
  • NOT a game master

Please do not send me any inquiries regarding player accounts on TMW.


You might have heard a certain rumor about me. This rumor is completely false. You might also have heard the other rumor about me. This rumor is 100% accurate.
User avatar
ElvenProgrammer
Founder
Founder
Posts: 2526
Joined: 13 Apr 2004, 19:11
Location: Italy
Contact:

Re: The Mana World DevPak

Post by ElvenProgrammer »

For those interested in latest dependencies, they could be found @ http://elvenprogrammer.themanaworld.org ... endencies/

Individual packages or a complete set of all required dependencies.
The packages creation is still in beta stage so don't trust them, but feel free to test.

Only for the braves, I wrote a brief article about the process of compiling all the dependencies. You can find it @ http://elvenprogrammer.themanaworld.org ... ngw32msys/
Post Reply