some conversions of repositories to Git

This commit is contained in:
Trilarion
2019-08-07 13:36:53 +02:00
parent b5ee111162
commit 105e0bfb3c
24 changed files with 207 additions and 51 deletions

View File

@ -22,7 +22,7 @@
- **[Chromium B.S.U.](chromium_bsu.md)** (C++, Artistic License, mature)
- **[CommandoJS](commando_js.md)** (JavaScript, CoffeeScript, MIT, beta, inactive since 2012)
- **[Epiar](epiar.md)** (C, C++, Lua, GPL-2.0, beta)
- **[Freedoom](freedoom.md)** (Python, BSD, beta)
- **[Freedoom](freedoom.md)** (Not applicable, Not applicable, beta)
- **[GDash](gdash.md)** (C++, MIT, beta)
- **[GLtron](gltron.md)** (C, GPL, beta, inactive since 2016)
- **[GPL Arcade Volleyball](gpl_arcade_volleyball.md)** (C++, GPL-2.0, beta, inactive since 2006)
@ -61,7 +61,7 @@
- **[SuperTuxKart](supertuxkart.md)** (C++, C, GPL-3.0, mature)
- **[The Legend of Edgar](the_legend_of_edgar.md)** (C, GPL-2.0, mature)
- **[Tremulous](tremulous.md)** (C, GPL-2.0, mature, inactive since 2016)
- **[Tumiki Fighters](tumiki_fighters.md)** (D, 2-clause BSD, mature, inactive since 2005)
- **[Tumiki Fighters](tumiki_fighters.md)** (D, C++, 2-clause BSD, mature, inactive since 2005)
- **[Tux Racer](tux_racer.md)** (C, GPL-2.0, beta, inactive since 2001)
- **[UltraStar](ultrastar.md)** (Pascal, ?, mature, inactive since 2010)
- **[Unvanquished](unvanquished.md)** (C++, GPL-3.0, mature)

View File

@ -93,7 +93,7 @@
- **[Crossfire](crossfire.md)** (C, Java, GPL-2.0, mature)
- **[Crown and Cutlass](crown_and_cutlass.md)** (C++, Custom, beta, inactive since 2009)
- **[Crypto++](crypto.md)** (C++, Boost-1.0, mature)
- **[D-Fend Reloaded](dfend_reloaded.md)** (Pascal, GPL, mature, inactive since 2015)
- **[D-Fend Reloaded](dfend_reloaded.md)** (Pascal, GPL-3.0, mature, inactive since 2015)
- **[DNT](dnt.md)** (C++, GPL-3.0, beta, inactive since 2016)
- **[DRL](drl.md)** (Lua, Pascal, GPL-2.0, mature)
- **[Daimonin](daimonin.md)** (C, GPL-2.0, mature)
@ -166,7 +166,7 @@
- **[Freeciv WebGL](freeciv_web.md)** (JavaScript, Java, AGPL-3.0, mature)
- **[Freeciv](freeciv.md)** (C, GPL-2.0, mature)
- **[Freedink](freedink.md)** (C++, GPL-3.0, mature)
- **[Freedoom](freedoom.md)** (Python, BSD, beta)
- **[Freedoom](freedoom.md)** (Not applicable, Not applicable, beta)
- **[FreedroidRPG](freedroid.md)** (C, GPL-2.0, mature)
- **[Freeminer](freeminer.md)** (C++, Lua, GPL-3.0, beta)
- **[Freeserf](freeserf.md)** (C++, GPL-3.0, beta)
@ -441,7 +441,7 @@
- **[Tressette](tresette.md)** (?, ?, mature, inactive since 2017)
- **[Trinity Reign](trinity_reign.md)** (C++, GPL-3.0, beta, inactive since 2013)
- **[TripleA](triplea.md)** (Java, GPL-2.0, mature)
- **[Tumiki Fighters](tumiki_fighters.md)** (D, 2-clause BSD, mature, inactive since 2005)
- **[Tumiki Fighters](tumiki_fighters.md)** (D, C++, 2-clause BSD, mature, inactive since 2005)
- **[Turious](turious.md)** (C, GPL-3.0, beta, inactive since 2014)
- **[Turn of War](turn_of_war.md)** (Java, GPL-3.0, beta)
- **[Tux Football](tux_football.md)** (C++, GPL-2.0, beta, inactive since 2012)

View File

@ -2,7 +2,7 @@
# Tool
- **[AutoREALM](autorealm.md)** (C++, GPL-3.0, mature)
- **[D-Fend Reloaded](dfend_reloaded.md)** (Pascal, GPL, mature, inactive since 2015)
- **[D-Fend Reloaded](dfend_reloaded.md)** (Pascal, GPL-3.0, mature, inactive since 2015)
- **[Deity](deity.md)** (Python, GPL-2.0, mature, inactive since 2014)
- **[Doxygen](doxygen.md)** (C++, GPL-2.0, mature)
- **[Dungeon Mapper](dungeon_mapper.md)** (C++, GPL-3.0, beta, inactive since 2013)

View File

@ -7,8 +7,8 @@ _Graphical environment for DOSBox._
- Download: http://dfendreloaded.sourceforge.net/Download.html, https://sourceforge.net/projects/dfendreloaded/files/D-Fend%20Reloaded/
- Platform: Windows
- Keywords: tool, frontend
- Code repository: (see download)
- Code repository: https://github.com/Trilarion/D-Fend-Reloaded.git (import of source releases)
- Code language: Pascal
- Code license: GPL
- Code license: GPL-3.0
## Building

View File

@ -9,9 +9,10 @@ _Open content for the Doom engine._
- Platform: Windows, Linux, macOS (all that are supported by the Doom engine)
- Keywords: action, engine required
- Code repository: https://github.com/freedoom/freedoom.git
- Code language: Python
- Code license: BSD
- Code language: Not applicable (only content)
- Code license: Not applicable (only content)
- Code dependencies: Doom engine, pillow
- Assets license: 3-clause BSD
## Building

View File

@ -7,7 +7,7 @@ _Another 3D city simulator._
- State: beta
- Download: http://www.opencity.info/en/Download.html
- Keywords: simulation
- Code repository: https://svn.code.sf.net/p/opencity/code/ (svn), https://sourceforge.net/p/opencity/cvs/ (cvs)
- Code repository: https://gitlab.com/osgames/opencity.git (combination of cvs and svn), https://svn.code.sf.net/p/opencity/code/ (svn), https://sourceforge.net/p/opencity/cvs/ (cvs)
- Code language: C++
- Code license: GPL-2.0

View File

@ -7,7 +7,7 @@ _Board game with the goal to place letters on the board like in crosswords._
- Download: (see home)
- Platform: Windows, Linux, macOS
- Keywords: strategy, board game
- Code repository: https://svn.code.sf.net/p/scrabble/code/ (svn)
- Code repository: https://gitlab.com/osgames/scrabble3d.git, https://svn.code.sf.net/p/scrabble/code/ (svn)
- Code language: Pascal
- Code license: GPL-3.0

View File

@ -6,11 +6,10 @@ _Something in-between of a turn-based/real-time strategy game set in Japan durin
- State: beta, inactive since 2008
- Download: https://sourceforge.net/projects/sengdokuwsj/files
- Keywords: strategy
- Code repository: (see download)
- Code repository: https://gitlab.com/osgames/sengoku.git (import of source releases)
- Code language: C++, Lua
- Code license: MIT
Requires: SDL
- Code dependencies: SDL
More like alpha.

View File

@ -7,10 +7,11 @@ _Side-scrolling shooter._
- State: mature, inactive since 2005
- Download: https://sourceforge.net/projects/tumiki/files/tumiki/
- Keywords: action, shooter
- Code repository: (see download)
- Code language: D
- Code repository: https://gitlab.com/osgames/tumiki.git (import of source releases)
- Code language: D, C++
- Code license: 2-clause BSD
- Code dependencies: SDL
## Building
- Build system: Make

View File

@ -8,7 +8,7 @@ _Multi-player 2D space game._
- Download: https://sourceforge.net/projects/xpilotgame/files/
- Platform: Windows, Linux
- Keywords: action, space
- Code repository: http://hg.code.sf.net/p/xpilotgame/xpilotgame (hg), http://xpilotgame.cvs.sourceforge.net (cvs)
- Code repository: http://hg.code.sf.net/p/xpilotgame/www.xpilot.org (hg, website), http://xpilotgame.cvs.sourceforge.net (cvs)
- Code language: C
- Code license: GPL-2.0

View File

@ -13,4 +13,6 @@ _Platform game._
- Code license: ?
- Code dependencies: Blender game engine
[Download overview page](https://download.blender.org/apricot/)
## Building