Skip to content

Commit

Permalink
add readme and updated TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
Frictional Games committed May 13, 2010
1 parent 7b84263 commit f066300
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.markdown
@@ -0,0 +1,16 @@
OAL Wrapper Source Code
=======================

Yes, here OpenAL C++ Wrapper that was built and used for the Penumbra series as well as the upcoming Amnesia: The Dark Descent game.

Read through the TODO file for various known things that should be cleaned up / fixed.

Included are project files for Xcode, Cmake (for Linux).

Contributing Code
-----------------
We encourage everyone to contribute code to this project, so just sign up for a github account, create a fork and hack away at the codebase. We will start an Open Source forum on the Frictional Games forums as a place to talk about changes and to submit patches from your forks.

License Information
-------------------
All code is under the zlib license. Please read the LICENSE file for more information on terms of use.
1 change: 1 addition & 0 deletions TODO
@@ -1,3 +1,4 @@
* Add a Visual Studio Project file for windows
* remove dependency on HPL1Engine core * remove dependency on HPL1Engine core
- Memory wrappers - Memory wrappers
- String processing (cString class) - String processing (cString class)
Expand Down

0 comments on commit f066300

Please sign in to comment.