Skip to content

Commit

Permalink
Update readme, credits, and version info for Alpha-0.0.9.
Browse files Browse the repository at this point in the history
  • Loading branch information
seisatsu committed Oct 2, 2017
1 parent 3cf2fe9 commit 33eed07
Show file tree
Hide file tree
Showing 8 changed files with 31 additions and 9 deletions.
11 changes: 8 additions & 3 deletions CREDITS.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,21 +47,26 @@ are attributed in the distributions of the below mentioned primary dependencies.
* License: <https://hg.libsdl.org/SDL_ttf/file/tip/COPYING.txt>
* URI: <https://www.libsdl.org/projects/SDL_ttf/>

### jsonschema
### Python jsonschema
* Copyright 2013 Julian Berman
* License: <https://raw.githubusercontent.com/Julian/jsonschema/master/COPYING>
* URI: <https://pypi.python.org/pypi/jsonschema>

### PySDL2
### Python PySDL2
* Copyright 2012-2014 Marcus von Appen
* License: <https://pysdl2.readthedocs.io/en/rel_0_9_5/copying.html>
* URI: <https://pysdl2.readthedocs.io/>

### py-ubjson
### Python ubjson
* Copyright 2015-2017 Iotic Labs Ltd
* License: <https://www.apache.org/licenses/LICENSE-2.0>
* URI: <https://pypi.python.org/pypi/py-ubjson>

### Python Jinja2
* Copyright 2009-2017 Jinja Team
* License: <https://raw.githubusercontent.com/pallets/jinja/master/LICENSE>
* URI: <http://jinja.pocoo.org/>

## Sound Effects

### Blip_Select.oga
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,10 @@ Current features include:
* Configurable input handling
* Timed callbacks
* Lightmaps
* Graphical occlusion
* Rudimentary database for saving data between plays
* Simple widgets with TTF font support
* JSON widget building language supporting Jinja2 templating
* Fully scriptable in Python 3
* Developer console accessible during runtime

Expand All @@ -39,3 +41,4 @@ Current features include:
* Python jsonschema <https://pypi.python.org/pypi/jsonschema>
* Python PySDL2 <https://pypi.python.org/pypi/PySDL2/>
* Python ubjson <https://pypi.python.org/pypi/py-ubjson>
* Python Jinja2 <http://jinja.pocoo.org/>
2 changes: 1 addition & 1 deletion docsrc/000_User's_Manual.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
This is the User's Manual for Driftwood 2D **version Alpha-0.0.8**. Please make sure you are reading the manual for the correct version you are trying to use, as features will change rapidly during Alpha development stage.
This is the User's Manual for Driftwood 2D **version Alpha-0.0.9**. Please make sure you are reading the manual for the correct version you are trying to use, as features will change rapidly during Alpha development stage.

You can read the manual by selecting a topic on the left or by clicking "Next".

Expand Down
2 changes: 2 additions & 0 deletions docsrc/01_Engine_Usage/01_Getting_Started.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ Before we start, you should make sure you have the following software installed.
* [Python >= 3.5.0](https://www.python.org/) (Any version 3.5.0 or greater will work.)
* [Python jsonschema](https://pypi.python.org/pypi/jsonschema)
* [Python PySDL2](https://pypi.python.org/pypi/PySDL2/)
* [Python ubjson](https://pypi.python.org/pypi/py-ubjson)
* [Python Jinja2](http://jinja.pocoo.org/)


## Directory Structure
Expand Down
14 changes: 12 additions & 2 deletions docsrc/98_Credits.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,16 +45,26 @@ are attributed in the distributions of the below mentioned primary dependencies.
* License: <https://hg.libsdl.org/SDL_ttf/file/tip/COPYING.txt>
* URI: <https://www.libsdl.org/projects/SDL_ttf/>

### jsonschema
### Python jsonschema
* Copyright 2013 Julian Berman
* License: <https://raw.githubusercontent.com/Julian/jsonschema/master/COPYING>
* URI: <https://pypi.python.org/pypi/jsonschema>

### PySDL2
### Python PySDL2
* Copyright 2012-2014 Marcus von Appen
* License: <https://pysdl2.readthedocs.io/en/rel_0_9_5/copying.html>
* URI: <https://pysdl2.readthedocs.io/>

### Python ubjson
* Copyright 2015-2017 Iotic Labs Ltd
* License: <https://www.apache.org/licenses/LICENSE-2.0>
* URI: <https://pypi.python.org/pypi/py-ubjson>

### Python Jinja2
* Copyright 2009-2017 Jinja Team
* License: <https://raw.githubusercontent.com/pallets/jinja/master/LICENSE>
* URI: <http://jinja.pocoo.org/>


## Sound Effects

Expand Down
2 changes: 1 addition & 1 deletion docsrc/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"edit_on_github": "seisatsu/Driftwood/blob/master/docs",
"links": {
"GitHub Repository": "https://github.com/seisatsu/Driftwood",
"Download Alpha-0.0.8": "https://github.com/seisatsu/Driftwood/releases/tag/Alpha-0.0.8",
"Download Alpha-0.0.9": "https://github.com/seisatsu/Driftwood/releases/tag/Alpha-0.0.9",
"Help/Support/Bugs": "https://github.com/seisatsu/Driftwood/issues",
"Made with DAUX.IO": "http://daux.io/"
}
Expand Down
4 changes: 3 additions & 1 deletion docsrc/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Driftwood 2D - Alpha-0.0.8
# Driftwood 2D - Alpha-0.0.9

* Copyright (c) 2014 PariahSoft LLC (Abandoned)
* Copyright (c) 2016-2017 Michael D. Reiley and Paul Merrill
Expand Down Expand Up @@ -35,4 +35,6 @@ The engine loads a world package made of images, sounds, maps, descriptive files
* Python >= 3.5.0
* Python jsonschema (https://pypi.python.org/pypi/jsonschema)
* Python PySDL2 (https://pypi.python.org/pypi/PySDL2/)
* Python ubjson (https://pypi.python.org/pypi/py-ubjson)
* Python Jinja2 (http://jinja.pocoo.org/)

2 changes: 1 addition & 1 deletion src/configmanager.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
from typing import Any, ItemsView


VERSION = "Driftwood 2D Alpha-0.0.8"
VERSION = "Driftwood 2D Alpha-0.0.9"
COPYRIGHT = "Copyright 2016-2017 Michael D. Reiley and Paul Merrill"


Expand Down

0 comments on commit 33eed07

Please sign in to comment.