complete missing essential fields (home, state) on entries
This commit is contained in:
parent
c738e995b7
commit
569c8388ef
File diff suppressed because one or more lines are too long
@ -14,7 +14,8 @@
|
||||
perPage: 50,
|
||||
perPageSelect: [20, 50, 100],
|
||||
fixedHeigt: true,
|
||||
ajax: "https://s3-us-west-2.amazonaws.com/s.cdpn.io/86186/massive.json"
|
||||
ajax: "data.json",
|
||||
footer: true
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
|
@ -4,6 +4,7 @@ _Short Visual Novel_
|
||||
|
||||
- Home: http://www.insani.org/mukou.html
|
||||
- Download: (see home)
|
||||
- State: mature, inactive since 2006
|
||||
- Keywords: visual novel
|
||||
- Code language: Ren'py
|
||||
- Code license: Freeware
|
||||
|
@ -3,6 +3,7 @@
|
||||
_OpenGL engine written in the D language._
|
||||
|
||||
- Home: https://dash.circularstudios.com/
|
||||
- State: mature, inactive since 2015
|
||||
- Code repository: https://github.com/Circular-Studios/Dash
|
||||
- Code language: D
|
||||
- Code license: MIT
|
||||
|
@ -1,10 +1,11 @@
|
||||
# Delta Engine
|
||||
|
||||
_Multiplatform Game Engine, C# OpenGL Version (custom wrapper) including the Editor_
|
||||
_Multi-platform Game Engine, C# OpenGL Version (custom wrapper) including the Editor._
|
||||
|
||||
- Home: http://www.deltaengine.net/
|
||||
- Download: http://www.deltaengine.net/download
|
||||
- Code repository: https://github.com/DeltaEngine
|
||||
- State: mature, inactive since 2015
|
||||
- Code repository: https://github.com/DeltaEngine/DeltaEngine, https://github.com/DeltaEngine
|
||||
- Code language: C#
|
||||
- Code license: Apache-2.0
|
||||
|
||||
|
@ -4,11 +4,12 @@ _EasyRPG Player is a program that allows to play games created with RPG Maker 20
|
||||
|
||||
- Home: https://easyrpg.org/player/
|
||||
- Download: https://easyrpg.org/player/downloads/
|
||||
- State: mature
|
||||
- Code repository: https://github.com/EasyRPG/Player
|
||||
- Code language: C++
|
||||
- Code license: GPL-3.0
|
||||
|
||||
## Building
|
||||
|
||||
- Build system: CMake and Autoconf
|
||||
- Build system: CMake, Autoconf
|
||||
|
||||
|
@ -13,5 +13,5 @@ _ENIGMA is a free development environment geared towards game development._
|
||||
|
||||
## Building
|
||||
|
||||
[Build instructions](https://enigma-dev.org/docs/Wiki/Install:Windows)
|
||||
- Build instructions: https://enigma-dev.org/docs/Wiki/Install:Windows
|
||||
|
||||
|
@ -4,6 +4,7 @@ _Flare (Free Libre Action Roleplaying Engine) is a simple game engine built to h
|
||||
|
||||
- Home: https://github.com/clintbellanger/flare-engine
|
||||
- Download: http://www.flarerpg.org/ https://github.com/clintbellanger/flare-engine/releases
|
||||
- State: mature
|
||||
- Code repository: https://github.com/clintbellanger/flare-engine
|
||||
- Code language: C++
|
||||
- Code license: GPL-3.0
|
||||
|
@ -12,6 +12,6 @@ _Godot is an advanced, feature-packed, multi-platform 2D and 3D open source game
|
||||
|
||||
## Building
|
||||
|
||||
Very extensive [Build instructions](http://docs.godotengine.org/en/latest/development/compiling/)
|
||||
- Build instructions: http://docs.godotengine.org/en/latest/development/compiling/
|
||||
|
||||
Uses Scons
|
||||
- Build system: Scons
|
||||
|
@ -13,7 +13,4 @@ Maratis 3.x is mature.
|
||||
|
||||
## Building
|
||||
|
||||
Maratis 4 uses CMake
|
||||
|
||||
Maratios 3.x uses Scons
|
||||
|
||||
- Build system: CMake (Maratis 4), Scons (Maratis 3.x)
|
||||
|
@ -4,6 +4,7 @@ _Free Software implementation of the Ruby Game Scripting System (RGSS)._
|
||||
|
||||
- Home: https://github.com/Ancurio/mkxp
|
||||
- Download: (see home)
|
||||
- State: mature
|
||||
- Code repository: https://github.com/Ancurio/mkxp
|
||||
- Code language: C++, C
|
||||
- Code license: GPL-2.0
|
||||
|
@ -7,12 +7,10 @@ _OctaForge is a 3D game engine and a game development platform._
|
||||
- State: mature
|
||||
- Code repository: https://git.octaforge.org/ https://github.com/OctaForge (mirrors)
|
||||
- Code language: C++
|
||||
- Code license: Special
|
||||
- Code license details: [University of Illinois/NCSA Open Source License](https://github.com/OctaForge/OF-Engine/blob/master/COPYING.md)
|
||||
- Code license: Custom ([University of Illinois/NCSA Open Source License](https://github.com/OctaForge/OF-Engine/blob/master/COPYING.md))
|
||||
|
||||
## Building
|
||||
|
||||
Uses make
|
||||
|
||||
[Build instructions](https://github.com/OctaForge/OF-Engine/blob/master/INSTALL.md)
|
||||
- Build system: Make
|
||||
- Build instructions: https://github.com/OctaForge/OF-Engine/blob/master/INSTALL.md
|
||||
|
||||
|
@ -10,5 +10,5 @@ _Engine for two-dimensional graphical role-playing games._
|
||||
|
||||
## Building
|
||||
|
||||
Uses Autoconf
|
||||
- Build system: Autoconf
|
||||
|
||||
|
@ -4,10 +4,10 @@ _Open source easy to use standalone 3D Game Maker and 3D Game Design program cur
|
||||
|
||||
- Home: http://www.sandboxgamemaker.com/free-game-maker/
|
||||
- Download: http://www.sandboxgamemaker.com/free-game-maker-download/
|
||||
- State: mature, inactive since 2014
|
||||
- Code repository: https://github.com/PlatinumArts/Platinum-Arts-Sandbox-Free-Game-Maker
|
||||
- Code language: C++, C
|
||||
- Code license: Mixed
|
||||
- Code license details: MIT, ZLIB modified (requires special credits and notifications)
|
||||
- Code license: Custom (MIT, modifiedZLIB: requires special credits and notifications)
|
||||
|
||||
## Building
|
||||
|
||||
|
@ -15,5 +15,5 @@ Requires original data files.
|
||||
|
||||
## Building
|
||||
|
||||
Uses make
|
||||
- Build system: Make
|
||||
|
||||
|
@ -2,9 +2,10 @@
|
||||
|
||||
_2D+3D game making for indies._
|
||||
|
||||
- Home: http://superpowers-html5.com/index.en.html
|
||||
- Home: http://superpowers-html5.com/index.en.html, https://github.com/superpowers
|
||||
- Download: https://sparklinlabs.itch.io/superpowers
|
||||
- Code repository: https://github.com/superpowers
|
||||
- State: mature
|
||||
- Code repository: https://github.com/superpowers/superpowers-core
|
||||
- Code language: Typescript
|
||||
- Code license: ISC
|
||||
|
||||
|
@ -4,6 +4,7 @@ _Reimplementation of BioWare’s Aurora engine (and derivatives) as used in thei
|
||||
|
||||
- Home: https://xoreos.org/
|
||||
- Download: https://xoreos.org/downloads/index.html
|
||||
- State: beta
|
||||
- Code repository: https://github.com/xoreos/xoreos/
|
||||
- Code language: C++
|
||||
- Code license: GPL-3.0
|
||||
@ -12,4 +13,4 @@ Requires original game data.
|
||||
|
||||
## Building
|
||||
|
||||
Uses Autoconf
|
||||
- Build system: CMake, Autoconf
|
||||
|
@ -5,6 +5,7 @@ _C++ class library of cryptographic schemes._
|
||||
- Home: https://cryptopp.com/
|
||||
- Media: https://en.wikipedia.org/wiki/Crypto%2B%2B
|
||||
- Download: https://cryptopp.com/#download
|
||||
- State: mature
|
||||
- Code repository: https://github.com/weidai11/cryptopp
|
||||
- Code language: C++
|
||||
- Code license: Boost-1.0
|
||||
|
@ -4,6 +4,7 @@ _Cross-platform audio application programming interface (API)._
|
||||
|
||||
- Home: http://www.openal.org/
|
||||
- Media: https://en.wikipedia.org/wiki/OpenAL
|
||||
- State: mature
|
||||
- Code repository: http://www.openal.org/downloads/
|
||||
- Code license: Proprietary
|
||||
- Code license details: since v1.1, LGPL before
|
@ -4,6 +4,7 @@ _Software implementation of the OpenAL 3D audio API._
|
||||
|
||||
- Home: http://kcat.strangesoft.net/openal.html
|
||||
- Media: https://en.wikipedia.org/wiki/OpenAL#Implementations
|
||||
- State: mature
|
||||
- Code repository: http://repo.or.cz/openal-soft.git
|
||||
- Code language: C
|
||||
- Code license: LGPL-2.0
|
@ -3,7 +3,8 @@
|
||||
_YAML parser and emitter in C++ matching the YAML 1.2 spec._
|
||||
|
||||
- Home: https://github.com/jbeder/yaml-cpp
|
||||
- Code repository:https://github.com/jbeder/yaml-cpp
|
||||
- State: mature
|
||||
- Code repository: https://github.com/jbeder/yaml-cpp
|
||||
- Code language: C++
|
||||
- Code license: MIT
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
# JaNaG - Java Name Generator
|
||||
|
||||
_ava random name generator for role-games, authors, and the like._
|
||||
_Java random name generator for role-games, authors, and the like._
|
||||
|
||||
- Home: https://sourceforge.net/projects/janag.berlios/, https://web.archive.org/web/20110721022544/http://developer.berlios.de/projects/janag/
|
||||
- Download: https://sourceforge.net/projects/janag.berlios/files
|
||||
|
@ -2,9 +2,10 @@
|
||||
|
||||
_Multiplayer Online Role Playing Game (MORPG) with 2D isometric graphics based on Daimonin and Crossfire._
|
||||
|
||||
- Home: https://www.atrinik.org/
|
||||
- Home: https://www.atrinik.org/, https://github.com/atrinik
|
||||
- Download: (see home)
|
||||
- Code repository: https://github.com/atrinik
|
||||
- State: mature, inactive since 2016
|
||||
- Code repository: https://github.com/atrinik/atrinik
|
||||
- Code language: C
|
||||
|
||||
## Building
|
||||
|
@ -4,8 +4,10 @@ _A independent MMORPG, Lan game and a SP game._
|
||||
|
||||
- Home: https://catchchallenger.first-world.info/
|
||||
- Download: https://catchchallenger.first-world.info/download.html
|
||||
- State: mature
|
||||
- Code repository: https://github.com/alphaonex86/CatchChallenger
|
||||
- Code language: C++
|
||||
- Code license: GPL-3.0
|
||||
|
||||
## Building
|
||||
|
||||
|
@ -3,10 +3,13 @@
|
||||
_An MMORPG that's all about grinding and doing chores._
|
||||
|
||||
- Home: https://github.com/jazztickets/choria
|
||||
- State: mature
|
||||
- Code repository: https://github.com/jazztickets/choria
|
||||
- Code language: C++, C
|
||||
- Code language: C++, C, Lua
|
||||
- Code license: GPL-3.0
|
||||
- Code dependencies: SDL, Lua
|
||||
|
||||
## Building
|
||||
|
||||
- Build system: CMake
|
||||
|
||||
|
@ -4,6 +4,7 @@ _Cooperative multiplayer graphical RPG and adventure game._
|
||||
|
||||
- Home: http://crossfire.real-time.com/ https://sourceforge.net/projects/crossfire/
|
||||
- Download: http://crossfire.real-time.com/download/index.html
|
||||
- State: mature
|
||||
- Keywords: MMO
|
||||
- Code repository: https://sourceforge.net/p/crossfire/code/HEAD/tree/ (svn)
|
||||
- Code language: C, Java
|
||||
|
@ -3,6 +3,7 @@
|
||||
_Third game in the dungeon monkey series._
|
||||
|
||||
- Home: https://github.com/jwvhewitt/dmeternal
|
||||
- State: mature, inactive since 2016
|
||||
- Code repository: https://github.com/jwvhewitt/dmeternal
|
||||
- Code language: Python
|
||||
- Code license: GPL-2.0
|
||||
|
@ -4,8 +4,9 @@ _A homely MMORPG._
|
||||
|
||||
- Home: http://evolonline.org/
|
||||
- Download: http://evolonline.org/manaplus
|
||||
- State: mature
|
||||
- Keywords: MMO
|
||||
- Code repository: git@gitlab.com:evol/evol-all.git
|
||||
- Code repository: https://gitlab.com/evol/evol-all.git
|
||||
|
||||
Uses Mana source engine.
|
||||
|
||||
|
@ -3,8 +3,11 @@
|
||||
_Dink Smallwood is an adventure/role-playing game, similar to Zelda (2D top view), made by RTsoft. FreeDink is a new and portable version of the game engine._
|
||||
|
||||
- Home: https://www.gnu.org/software/freedink/
|
||||
- Media: https://en.wikipedia.org/wiki/Dink_Smallwood#GNU_FreeDink
|
||||
- Download: https://www.gnu.org/software/freedink/get
|
||||
- Code repository: http://git.savannah.gnu.org/cgit/freedink.git/
|
||||
- State: mature
|
||||
- Keywords: remake
|
||||
- Code repository: https://git.savannah.gnu.org/git/freedink.git
|
||||
- Code language: C++
|
||||
- Code license: GPL-3.0
|
||||
|
||||
|
@ -13,5 +13,5 @@ _FreedroidRPG is an open source role playing game._
|
||||
|
||||
## Building
|
||||
|
||||
Uses make
|
||||
- Build system: Make
|
||||
|
||||
|
@ -12,5 +12,5 @@ _Hero of Allacrost is a 2D role-playing game inspired by classic console RPGs._
|
||||
|
||||
## Building
|
||||
|
||||
Uses Autoconf
|
||||
- Build system: Autoconf
|
||||
|
||||
|
@ -3,6 +3,7 @@
|
||||
_A currently playable MMORPG project._
|
||||
|
||||
- Home: http://landoffire.org/
|
||||
- State: beta (??)
|
||||
- Code repository: https://github.com/landoffire
|
||||
|
||||
Uses the Mana source engine.
|
||||
|
@ -4,6 +4,7 @@ _2D open source MMORPG._
|
||||
|
||||
- Home: https://www.themanaworld.org/
|
||||
- Download: https://www.themanaworld.org/index.php/Downloads
|
||||
- State: mature
|
||||
- Keywords: MMO
|
||||
- Code repository: https://github.com/themanaworld
|
||||
- Code language: PHP
|
@ -5,6 +5,11 @@ _Action-adventure dungeon crawl game._
|
||||
- Home: http://www.asceai.net/meritous/
|
||||
- Media: https://libregamewiki.org/Meritous
|
||||
- Download: (see home)
|
||||
- State: mature, inactive since 2008
|
||||
- Code repository: (see download)
|
||||
- Code language: C
|
||||
- Code license: GPL-3.0
|
||||
- Code dependencies: SDL
|
||||
|
||||
## Building
|
||||
|
||||
|
@ -5,8 +5,9 @@ _A community based game that allows you to affect the future of the game._
|
||||
- Home: http://www.other-life.com/
|
||||
- Media: https://en.wikipedia.org/wiki/Eternal_Lands#Spin-offs
|
||||
- Download: http://www.other-life.com/downloads.php
|
||||
- State: beta
|
||||
- Keywords: MMO
|
||||
- Code repository: https://github.com/jp8900308/other-life https://github.com/gregoryfenton/other-life
|
||||
- Code repository: https://github.com/jp8900308/other-life, https://github.com/gregoryfenton/other-life
|
||||
- Code language: C, C++
|
||||
|
||||
Based on [Eternal Lands](eternal_lands.md)
|
||||
|
@ -12,4 +12,4 @@ _3D RPG with a hybrid real time, turn based system._
|
||||
|
||||
## Building
|
||||
|
||||
Uses scons
|
||||
- Build system: Scons
|
||||
|
@ -12,4 +12,4 @@ _OpenTTD is an open source simulation game based upon the popular Microprose gam
|
||||
|
||||
## Building
|
||||
|
||||
Uses Autoconf
|
||||
- Build system: Autoconf
|
@ -15,5 +15,5 @@ See also the [sourceforge project](https://sourceforge.net/projects/pioneerspace
|
||||
|
||||
## Building
|
||||
|
||||
Uses Autoconf
|
||||
- Build system: Autoconf
|
||||
|
||||
|
@ -12,5 +12,5 @@ _Advanced Strategic Command is a free, turn based strategy game._
|
||||
|
||||
## Building
|
||||
|
||||
Uses Autoconf
|
||||
- Build system: Autoconf
|
||||
|
||||
|
@ -9,5 +9,5 @@ _Turn-based tactical war game._
|
||||
|
||||
## Building
|
||||
|
||||
Uses autoconf
|
||||
- Build system: Autoconf
|
||||
|
||||
|
@ -16,5 +16,5 @@ however inactive since 2002.
|
||||
|
||||
## Building
|
||||
|
||||
Uses Autoconf
|
||||
- Build system: Autoconf
|
||||
|
||||
|
@ -15,5 +15,5 @@ See also [Glest Advanced Engine](https://sourceforge.net/projects/glestae/).
|
||||
|
||||
## Building
|
||||
|
||||
Uses Autoconf
|
||||
- Build system: Autoconf
|
||||
|
||||
|
@ -12,4 +12,4 @@ _Strategy game where you lead a nation throughout history.._
|
||||
|
||||
## Building
|
||||
|
||||
Uses make on Linux/Unix
|
||||
- Build system: Make on Linux/Unix
|
||||
|
@ -13,7 +13,7 @@ _LordsAWar! is a free, turn-based strategy game where up to 8 players strive for
|
||||
|
||||
## Building
|
||||
|
||||
Uses Autoconf
|
||||
- Build system: Autoconf
|
||||
|
||||
Windows executable is created as cross-compile, see source file "WINDOWS"
|
||||
|
||||
|
@ -15,5 +15,5 @@ See also [Ur-Quan Masters HD](https://sourceforge.net/projects/urquanmastershd/)
|
||||
|
||||
## Building
|
||||
|
||||
Uses make
|
||||
- Build system: Make
|
||||
|
||||
|
@ -4,6 +4,7 @@ _Free and opensource turn based tactical squad simulation multiplayer game._
|
||||
|
||||
- Home: http://ufo2000.sourceforge.net/
|
||||
- Download: (see home)
|
||||
- State: mature, inactive since 2012
|
||||
- Code repository: https://sourceforge.net/p/ufo2000/code/HEAD/tree/trunk/ (svn)
|
||||
- Code language: C++
|
||||
- Code license: GPL-2.0
|
||||
|
@ -282,7 +282,7 @@ def parse_entry(content):
|
||||
info['title'] = matches[0]
|
||||
|
||||
# first read all field names
|
||||
regex = re.compile(r"- (.*): ")
|
||||
regex = re.compile(r"^- (.*?): ", re.MULTILINE)
|
||||
fields = regex.findall(content)
|
||||
|
||||
# iterate over found field
|
||||
@ -465,7 +465,7 @@ def export_json():
|
||||
|
||||
# make database out of it
|
||||
db = {}
|
||||
db['header'] = ['Name', 'Download']
|
||||
db['headings'] = ['Name', 'Download']
|
||||
|
||||
entries = []
|
||||
for info in infos:
|
||||
@ -473,7 +473,7 @@ def export_json():
|
||||
if 'download' in info:
|
||||
entry.append(info['download'][0])
|
||||
else:
|
||||
entry.append(None)
|
||||
entry.append('')
|
||||
entries.append(entry)
|
||||
db['data'] = entries
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user