Skip to content

Moddimation/Re-Kwon-Do

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Re-Kwon-Do
Decompilation of Project Rex-Kwon-Do, Game Source repository.
This is a work in progress, and stuff barely started.

A list of all libraries and links, and how to put them together:

$C = C:\code
$L = C:\code\Libraries
$R = C:\code\Development\Rex-Kwon-Do
$I = C:\code\Development\Rex-Kwon-Do\ExternalLibs\include
$J = C:\Users\Johan

All libraries reside in $R\ExternalLibs\lib\x86\*.lib

- Bullet:
Version: 2.80-rev2531
Download: [Google Code](https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/bullet/bullet-2.80-rev2531.zip)
Path: ``$C\Bullet\bullet-2.80-rev2531\README``
Include: ``$I\Bullet\btBulletCollisionCommon``
- dlmalloc
Version: 2.8.5
Download: [gee.cs.oswego.edu](https://gee.cs.oswego.edu/pub/misc/malloc-2.8.5.c)
Include: ``$I\dlmalloc\malloc.h``
- FreeType
Version: 2.4.8
Download: [SourceForge](https://sourceforge.net/projects/freetype/files/freetype2/2.4.8/ft248.zip/download)
Tutorial: [nehe.gamedev](https://web.archive.org/web/20120426122447/http://nehe.gamedev.net/tutorial/freetype_fonts_in_opengl/24001)
Path: ``$J\Desktop\freetype-2.4.8\README``
Include: ``$I\freetype\freetype.h``
- FreeImage
Version: 3.15.3.0
Download: [SourceForge](https://sourceforge.net/projects/freeimage/files/Binary%20Distribution/3.15.3/FreeImage3153Win32.zip/download)
Include: ``$I\freeimage\freeimage.h``
- GLEW
Version: 1.7.0
Download: [SourceForge](https://sourceforge.net/projects/glew/files/glew/1.7.0/glew-1.7.0.zip/download)
Include: ``$I\GL\glew.h``
- Lua/Luabind
Versions: 5.2.0, 0.9.1
Download: [blog.nuclex-games](http://blog.nuclex-games.com/downloads/Nuclex.LuaBind.Demo-0.9.1.7z)
Tutorial: [blog.nuclex-games](http://blog.nuclex-games.com/tutorials/cxx/luabind-introduction/)
Include: ``$I\luabind\lua.h``
Note: Uses boost 1.47.0
- Pugixml
Version: 1.0
Download: [Archived pugixml Google Code](https://web.archive.org/web/20120321062529/http://pugixml.googlecode.com/files/pugixml-1.0.zip)
Include: ``$I\pugixml\pugixml.hpp``, ``$R\Source\External\pugixml\pugixml.hpp``
- RakNet
Version: 4.035
Download: [jenkinssoftware](http://www.jenkinssoftware.com/raknet/downloads/RakNet_PC-4.035.zip)
Path: ``$C\RakNet solution\readme.txt``
Include: ``$I\RakNet\RakNetVersion.h``
Note: ducktales leaked source code uses this version, my guess was 4.036 before
- SDL
Version: 1.3 (0f1520a)
Download: [github](https://github.com/libsdl-org/SDL-historical-archive/archive/0f1520a1c5c0c58dc116a812a0b92cdda54eb7b9.zip)
Path: ``$J\sdl\SDL\README``
Include: ``$I\SDL\SDL.h``
- zLib
Note: Unsure if identical
Version: 1.2.5
Downloads: [Winimage source](https://web.archive.org/web/20110913072426/http://www.winimage.com/zLibDll/zlib125.zip) [Winimage DLL](https://web.archive.org/web/20110913072426/http://www.winimage.com/zLibDll/zlib125dll.zip)
Include: ``$I\zlib\zlib.h``
- base64
Version: 
Include: ``$R\Source\External\base64\base64.h``
- CppSQLite3
Version: 3df2721
Download: [github](https://github.com/neosmart/CppSQLite/archive/3df27210da5e0b0cc8f3ceec84e5d7e0d33ac4e8.zip)
Include: ``$R\SourceServer\External\cppsqlite\sqlite.h``
- Boost
Version: 1.49.0
Download: [boost](https://archives.boost.io/release/1.49.0/source/boost_1_49_0.zip)
Path: ``$L\boost_1_49_0\INSTALL``
Include: ``$L\boost_1_49_0\boost``
- Scaleform GFx
Version: 4.1.16
Note: Unavailable

~moddimation

About

WIP

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published