Open Source C++ Project

01/02/2011 18:44 chea77er#1
Hello,

Currently I am working, on an Emulator written in C++. My goal is to make a strong group of programmer, who are interested to make a "free 2 use" emulator.

You donīt have to be "professional" or "24/7" programmer, everyone is welcome.

If you see things on the Code or you know how to do it faster / better you can apply a Patch via SVN. If you do this you will be automatically a "Team Member".


Here are some Tips to Submit / Edit an existing Code.
-> Make Comments on difficulty classes/methods.
-> If you are not sure that this is the best way - mark it with an comment.
-> Try to make it Linux + Windows compatible. If not its okay too.
-> Test and compile the code yourself.
-> You can send Planning/Documentations too (ex. packet structures.)
-> Everything will support the Project.

Current To-dos:
-> Clean Up the Project files, currently it is bugged.
-> Finish the NetworkServer and NetworkClient.
-> Test the Packet Class.

My first priority isn't to make Gameplay, my first priority is to make the Server ready for Linux and Windows, and to be stable. Peoples who thing that next week the emulator will be almost finished, they are just wrong.


Project Page: [Only registered and activated users can see links. Click Here To Register...]
Project SVN: [Only registered and activated users can see links. Click Here To Register...]

Submit Patches here: [Only registered and activated users can see links. Click Here To Register...]
So if you want to help to make this project going, feel free to submit anykind of stuff.

-------------
Used Libarys:
[Only registered and activated users can see links. Click Here To Register...],
01/02/2011 18:51 carra#2
nice... and what will work?
what need to open server? mysql or mssql and is better (server will stability? like srevolution project)

and what client version need?
01/02/2011 19:11 chea77er#3
Quote:
nice... and what will work?
what need to open server? mysql or mssql and is better (server will stability? like srevolution project)

and what client version need?
@carra MySql, because on Linux won't work Mssql without any windows emulator.

As I said at first I want to make a stable server system, which is fast and works in linux too.
01/02/2011 19:15 bootdisk#4
>.<! This sounds awesome!
I'm currently in a project with a friend (not SRO related) and my job so for the moment I'm not able to do an apply for the project but I hope to finish that small project soon.

Again, great chea77er! I was waiting for something like this.
01/02/2011 19:59 jacksσN.#5
when u send me tutorials how to make c++ then i can help ur team ;) because i can ffast learn :D
01/02/2011 20:01 chea77er#6
Quote:
Originally Posted by poppi1231 View Post
when u send me tutorials how to make c++ then i can help ur team ;) because i can ffast learn :D
There are enough Tutorials to learn C++.
01/02/2011 20:05 jacksσN.#7
Quote:
Originally Posted by chea77er View Post
There are enough Tutorials to learn C++.
yea ^^ iam found a good tutorial .. i begin to learn 5 min ago or so :D
so i will fast learn all c++ tuts the iam ready to help u ;)
01/02/2011 20:40 chea77er#8
Quote:
Originally Posted by poppi1231 View Post
yea ^^ iam found a good tutorial .. i begin to learn 5 min ago or so :D
so i will fast learn all c++ tuts the iam ready to help u ;)
Don't think that C++ is easy to learn.
01/02/2011 20:50 xnukex77#9
db where ? :)
01/02/2011 20:51 xnukex77#10
how to setup boost files??? :(
01/02/2011 20:53 p1ter#11
omg xnukex77, project just started, and you want play on it, lol
01/02/2011 20:54 lesderid#12
By looking at most of the current replies, I advise you to make a forum dedicated to this project.
01/03/2011 13:34 zikor1337#13
Quote:
Originally Posted by chea77er View Post
Don't think that C++ is easy to learn.
Good point... I learn it in school(6x C++ classes / week).... and it's pain in the ass for me. -.-"
01/03/2011 18:38 xnukex77#14
Error 3 error C1083: Cannot open include file: 'Console.h': No such file or directory
01/03/2011 18:48 chea77er#15
Quote:
Originally Posted by xnukex77 View Post
Error 3 error C1083: Cannot open include file: 'Console.h': No such file or directory

Ups sorry I forgot that, thx for report that. I patched that.