From ac7e911b0838ee0f59cdadd1a21dba7590798c1f Mon Sep 17 00:00:00 2001 From: Trilarion Date: Thu, 7 Dec 2017 14:59:14 +0100 Subject: [PATCH] cleanup --- adventure/adaventure.md | 2 +- adventure/clou.md | 1 - framework/flixel.md | 2 +- framework/gemrb.md | 2 +- framework/openrpg.md | 1 - framework/openrpgmaker.md | 2 -- framework/xoreos.md | 2 -- library/libpng.md | 3 ++- library/swig.md | 15 +++++++++++++++ rpg/vegatrek.md | 3 ++- strategy/crimson_fields.md | 2 -- strategy/freerails.md | 1 - strategy/warzone_2100.md | 1 - 13 files changed, 22 insertions(+), 15 deletions(-) create mode 100644 library/swig.md diff --git a/adventure/adaventure.md b/adventure/adaventure.md index 4c628587..afd27e9b 100644 --- a/adventure/adaventure.md +++ b/adventure/adaventure.md @@ -7,7 +7,7 @@ _A point & click quest set in ancient Persia._ - State: stable - Keywords: point&click, kid-friendly - Code: see home -- Language(s): Ada? +- Language(s): Ada - License: GPL-3.0 ## Building diff --git a/adventure/clou.md b/adventure/clou.md index 5510d341..c643f85b 100644 --- a/adventure/clou.md +++ b/adventure/clou.md @@ -9,7 +9,6 @@ _Remake of the 1986 game They Stole a Million._ - Keywords: action/adventure - Code: https://sourceforge.net/p/cosp/code/?source=navbar (cvs) https://github.com/vcosta/derclou - Language(s): C -- License: ?? May require original game files. diff --git a/framework/flixel.md b/framework/flixel.md index b2f08bb0..ce979569 100644 --- a/framework/flixel.md +++ b/framework/flixel.md @@ -7,7 +7,7 @@ _Game-making library written in ActionScript 3._ - State: mature - Code: https://github.com/AdamAtomic/flixel - Language(s): ActionScript -- License: [As is](https://github.com/AdamAtomic/flixel/blob/master/license.txt) +- License: MIT ## Building diff --git a/framework/gemrb.md b/framework/gemrb.md index 01d026b3..ab3309ee 100644 --- a/framework/gemrb.md +++ b/framework/gemrb.md @@ -7,7 +7,7 @@ _GemRB is a portable open-source implementation of Bioware's Infinity Engine._ - State: mature - Keywords: isometric 2D - Code: https://github.com/gemrb/gemrb -- Language(s): C++ Python +- Language(s): C++, Python - License: GPL-2.0 Requires original game content. diff --git a/framework/openrpg.md b/framework/openrpg.md index 65eb8fa8..732131d8 100644 --- a/framework/openrpg.md +++ b/framework/openrpg.md @@ -7,7 +7,6 @@ _OpenRPG is an Internet application that allows people to play Role Playing Game - State: inactive since 2013 - Code: https://sourceforge.net/p/openrpg/svn/HEAD/tree/ (svn) - Language(s): Java, Python -- License: ?? ## Building diff --git a/framework/openrpgmaker.md b/framework/openrpgmaker.md index 742f9deb..49edff95 100644 --- a/framework/openrpgmaker.md +++ b/framework/openrpgmaker.md @@ -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 - State: alpha, inactive since 2014 - Code: see download -- Language(s): ?? -- License: ?? ## Building diff --git a/framework/xoreos.md b/framework/xoreos.md index a02d0b5c..1eea7020 100644 --- a/framework/xoreos.md +++ b/framework/xoreos.md @@ -4,8 +4,6 @@ _Reimplementation of BioWare’s Aurora engine (and derivatives) as used in thei - Home: https://xoreos.org/ - 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/ - Language(s): C++ - License: GPL-3.0 diff --git a/library/libpng.md b/library/libpng.md index 6facbc8f..24bac700 100644 --- a/library/libpng.md +++ b/library/libpng.md @@ -5,7 +5,8 @@ _libpng is the official PNG reference library._ - Home: http://libpng.org/pub/png/libpng.html - Wikipedia: https://en.wikipedia.org/wiki/Libpng - Download: see home -- State: mature, official +- State: mature +- Keywords: official - Code: https://sourceforge.net/p/libpng/code/ci/master/tree/ - Language(s): C - License: [libpng](https://sourceforge.net/p/libpng/code/ci/master/tree/LICENSE) diff --git a/library/swig.md b/library/swig.md new file mode 100644 index 00000000..6b83999b --- /dev/null +++ b/library/swig.md @@ -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 + diff --git a/rpg/vegatrek.md b/rpg/vegatrek.md index 0422f60f..2bf5e7bf 100644 --- a/rpg/vegatrek.md +++ b/rpg/vegatrek.md @@ -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/ - State: beta, inactive since 2013 - Code: https://sourceforge.net/p/vegatrek/code/HEAD/tree/ (svn) -- Language(s): Uses the VegaStrike engine - License: GPL-2.0 +Configuration files for the VegaStrike engine. + ## Building diff --git a/strategy/crimson_fields.md b/strategy/crimson_fields.md index 8e8bb472..d0af7682 100644 --- a/strategy/crimson_fields.md +++ b/strategy/crimson_fields.md @@ -6,8 +6,6 @@ _Turn-based tactical war game._ - Download: http://crimson.seul.org/download.php - Keywords: TBS - Code: http://crimson.seul.org/cvs.php (cvs) -- Language(s): ?? -- License: ?? ## Building diff --git a/strategy/freerails.md b/strategy/freerails.md index 7230ce9d..52fb0833 100644 --- a/strategy/freerails.md +++ b/strategy/freerails.md @@ -8,7 +8,6 @@ _Real time multi player strategy game where players compete to build the most po - Keywords: RTS - Code: https://sourceforge.net/p/freerails/code/?source=navbar (cvs) - Language(s): Java -- License: ?? See also [FreeRails II](http://freerails2.sourceforge.net/) diff --git a/strategy/warzone_2100.md b/strategy/warzone_2100.md index a4491858..f12b894f 100644 --- a/strategy/warzone_2100.md +++ b/strategy/warzone_2100.md @@ -7,7 +7,6 @@ _Full campaign with optional (but strongly recommended!), videos, battle against - Keywords: RTS - Code: https://github.com/Warzone2100/warzone2100 - Language(s): C++ -- License: ?? ## Building