Client Source code
Dragonball Online source code was written on a machine using the Korean Codepage.
As such until we can convert all the comments into English you have a couple options.
- 'Microsoft AppLocale and run visual studio in Korean'
- 'Change windows locale to Korean'
Once we change the codepage of all the code you can happily just run it in your native codepage.
The HEAD branch is the stable branch
If you would like to make changes please push your commits to the experimental branch for testing.
You need only 3 programs to build the client. Some of the tools require additional resources that are currently outside the scope of this readme
- 'Microsoft Visual Studio 2013 Ultimate'
- 'Multibyte MFC Library for Visual Studio 2013'
- 'DirectX SDX(Feb. 2010)'
Build the client only in debug mode until I update this readme with more testing done.
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
The full license is included in the file License.md.