cleanup
This commit is contained in:
parent
f793026a14
commit
ac7e911b08
@ -7,7 +7,7 @@ _A point & click quest set in ancient Persia._
|
|||||||
- State: stable
|
- State: stable
|
||||||
- Keywords: point&click, kid-friendly
|
- Keywords: point&click, kid-friendly
|
||||||
- Code: see home
|
- Code: see home
|
||||||
- Language(s): Ada?
|
- Language(s): Ada
|
||||||
- License: GPL-3.0
|
- License: GPL-3.0
|
||||||
|
|
||||||
## Building
|
## Building
|
||||||
|
@ -9,7 +9,6 @@ _Remake of the 1986 game They Stole a Million._
|
|||||||
- Keywords: action/adventure
|
- Keywords: action/adventure
|
||||||
- Code: https://sourceforge.net/p/cosp/code/?source=navbar (cvs) https://github.com/vcosta/derclou
|
- Code: https://sourceforge.net/p/cosp/code/?source=navbar (cvs) https://github.com/vcosta/derclou
|
||||||
- Language(s): C
|
- Language(s): C
|
||||||
- License: ??
|
|
||||||
|
|
||||||
May require original game files.
|
May require original game files.
|
||||||
|
|
||||||
|
@ -7,7 +7,7 @@ _Game-making library written in ActionScript 3._
|
|||||||
- State: mature
|
- State: mature
|
||||||
- Code: https://github.com/AdamAtomic/flixel
|
- Code: https://github.com/AdamAtomic/flixel
|
||||||
- Language(s): ActionScript
|
- Language(s): ActionScript
|
||||||
- License: [As is](https://github.com/AdamAtomic/flixel/blob/master/license.txt)
|
- License: MIT
|
||||||
|
|
||||||
## Building
|
## Building
|
||||||
|
|
||||||
|
@ -7,7 +7,7 @@ _GemRB is a portable open-source implementation of Bioware's Infinity Engine._
|
|||||||
- State: mature
|
- State: mature
|
||||||
- Keywords: isometric 2D
|
- Keywords: isometric 2D
|
||||||
- Code: https://github.com/gemrb/gemrb
|
- Code: https://github.com/gemrb/gemrb
|
||||||
- Language(s): C++ Python
|
- Language(s): C++, Python
|
||||||
- License: GPL-2.0
|
- License: GPL-2.0
|
||||||
|
|
||||||
Requires original game content.
|
Requires original game content.
|
||||||
|
@ -7,7 +7,6 @@ _OpenRPG is an Internet application that allows people to play Role Playing Game
|
|||||||
- State: inactive since 2013
|
- State: inactive since 2013
|
||||||
- Code: https://sourceforge.net/p/openrpg/svn/HEAD/tree/ (svn)
|
- Code: https://sourceforge.net/p/openrpg/svn/HEAD/tree/ (svn)
|
||||||
- Language(s): Java, Python
|
- Language(s): Java, Python
|
||||||
- License: ??
|
|
||||||
|
|
||||||
## Building
|
## Building
|
||||||
|
|
||||||
|
@ -6,7 +6,5 @@ _Open RPG Maker is a free and open source 2D RPG creation utility, similar to th
|
|||||||
- Download: https://sourceforge.net/projects/openrpgmaker/files/?source=navbar
|
- Download: https://sourceforge.net/projects/openrpgmaker/files/?source=navbar
|
||||||
- State: alpha, inactive since 2014
|
- State: alpha, inactive since 2014
|
||||||
- Code: see download
|
- Code: see download
|
||||||
- Language(s): ??
|
|
||||||
- License: ??
|
|
||||||
|
|
||||||
## Building
|
## Building
|
||||||
|
@ -4,8 +4,6 @@ _Reimplementation of BioWare’s Aurora engine (and derivatives) as used in thei
|
|||||||
|
|
||||||
- Home: https://xoreos.org/
|
- Home: https://xoreos.org/
|
||||||
- Download: https://xoreos.org/downloads/index.html
|
- Download: https://xoreos.org/downloads/index.html
|
||||||
- State: alpha, beta, mature, [inactive since]
|
|
||||||
- Keywords: single player, multi player, RTS, TBS (if none, remove the line)
|
|
||||||
- Code: https://github.com/xoreos/xoreos/
|
- Code: https://github.com/xoreos/xoreos/
|
||||||
- Language(s): C++
|
- Language(s): C++
|
||||||
- License: GPL-3.0
|
- License: GPL-3.0
|
||||||
|
@ -5,7 +5,8 @@ _libpng is the official PNG reference library._
|
|||||||
- Home: http://libpng.org/pub/png/libpng.html
|
- Home: http://libpng.org/pub/png/libpng.html
|
||||||
- Wikipedia: https://en.wikipedia.org/wiki/Libpng
|
- Wikipedia: https://en.wikipedia.org/wiki/Libpng
|
||||||
- Download: see home
|
- Download: see home
|
||||||
- State: mature, official
|
- State: mature
|
||||||
|
- Keywords: official
|
||||||
- Code: https://sourceforge.net/p/libpng/code/ci/master/tree/
|
- Code: https://sourceforge.net/p/libpng/code/ci/master/tree/
|
||||||
- Language(s): C
|
- Language(s): C
|
||||||
- License: [libpng](https://sourceforge.net/p/libpng/code/ci/master/tree/LICENSE)
|
- License: [libpng](https://sourceforge.net/p/libpng/code/ci/master/tree/LICENSE)
|
||||||
|
15
library/swig.md
Normal file
15
library/swig.md
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
# SWIG
|
||||||
|
|
||||||
|
_Software development tool that connects programs written in C and C++ with a variety of high-level programming languages._
|
||||||
|
|
||||||
|
- Home: http://swig.org/
|
||||||
|
- Wikipedia: https://en.wikipedia.org/wiki/SWIG
|
||||||
|
- Download: http://www.swig.org/download.html
|
||||||
|
- State: mature
|
||||||
|
- Keywords: language binding, interface generator
|
||||||
|
- Code: https://github.com/swig/swig
|
||||||
|
- Language(s): C++
|
||||||
|
- License: [Special](https://raw.githubusercontent.com/swig/swig/master/LICENSE)
|
||||||
|
|
||||||
|
## Building
|
||||||
|
|
@ -6,8 +6,9 @@ _Open source Star Trek based game (based on VegaStrike Engine) that lets you fig
|
|||||||
- Download: https://sourceforge.net/projects/vegatrek/files/vegatrek%200.6/
|
- Download: https://sourceforge.net/projects/vegatrek/files/vegatrek%200.6/
|
||||||
- State: beta, inactive since 2013
|
- State: beta, inactive since 2013
|
||||||
- Code: https://sourceforge.net/p/vegatrek/code/HEAD/tree/ (svn)
|
- Code: https://sourceforge.net/p/vegatrek/code/HEAD/tree/ (svn)
|
||||||
- Language(s): Uses the VegaStrike engine
|
|
||||||
- License: GPL-2.0
|
- License: GPL-2.0
|
||||||
|
|
||||||
|
Configuration files for the VegaStrike engine.
|
||||||
|
|
||||||
## Building
|
## Building
|
||||||
|
|
||||||
|
@ -6,8 +6,6 @@ _Turn-based tactical war game._
|
|||||||
- Download: http://crimson.seul.org/download.php
|
- Download: http://crimson.seul.org/download.php
|
||||||
- Keywords: TBS
|
- Keywords: TBS
|
||||||
- Code: http://crimson.seul.org/cvs.php (cvs)
|
- Code: http://crimson.seul.org/cvs.php (cvs)
|
||||||
- Language(s): ??
|
|
||||||
- License: ??
|
|
||||||
|
|
||||||
## Building
|
## Building
|
||||||
|
|
||||||
|
@ -8,7 +8,6 @@ _Real time multi player strategy game where players compete to build the most po
|
|||||||
- Keywords: RTS
|
- Keywords: RTS
|
||||||
- Code: https://sourceforge.net/p/freerails/code/?source=navbar (cvs)
|
- Code: https://sourceforge.net/p/freerails/code/?source=navbar (cvs)
|
||||||
- Language(s): Java
|
- Language(s): Java
|
||||||
- License: ??
|
|
||||||
|
|
||||||
See also [FreeRails II](http://freerails2.sourceforge.net/)
|
See also [FreeRails II](http://freerails2.sourceforge.net/)
|
||||||
|
|
||||||
|
@ -7,7 +7,6 @@ _Full campaign with optional (but strongly recommended!), videos, battle against
|
|||||||
- Keywords: RTS
|
- Keywords: RTS
|
||||||
- Code: https://github.com/Warzone2100/warzone2100
|
- Code: https://github.com/Warzone2100/warzone2100
|
||||||
- Language(s): C++
|
- Language(s): C++
|
||||||
- License: ??
|
|
||||||
|
|
||||||
## Building
|
## Building
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user