diff options
author | David Walter Seikel | 2014-01-13 19:34:27 +1000 |
---|---|---|
committer | David Walter Seikel | 2014-01-13 19:34:27 +1000 |
commit | 4611b7b6b484eb0e6144cab1765a8d6cd8b622b6 (patch) | |
tree | 6859bb9d9b39b7464e6852eba265e2a002570756 /libraries/README | |
parent | Failed experiment to try Elm EWS. Think I'll write my own. (diff) | |
download | SledjHamr-4611b7b6b484eb0e6144cab1765a8d6cd8b622b6.zip SledjHamr-4611b7b6b484eb0e6144cab1765a8d6cd8b622b6.tar.gz SledjHamr-4611b7b6b484eb0e6144cab1765a8d6cd8b622b6.tar.bz2 SledjHamr-4611b7b6b484eb0e6144cab1765a8d6cd8b622b6.tar.xz |
Libraries readme updated with change markers and more of the Irrlicht changes.
Diffstat (limited to 'libraries/README')
-rw-r--r-- | libraries/README | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/libraries/README b/libraries/README index 344ff39..a55823f 100644 --- a/libraries/README +++ b/libraries/README | |||
@@ -4,10 +4,11 @@ lemon. Other external open source projects that we just use directly | |||
4 | should go here to. Makes it easy to compile it all. | 4 | should go here to. Makes it easy to compile it all. |
5 | 5 | ||
6 | Note that in some cases, there might be changes. Such changes should be | 6 | Note that in some cases, there might be changes. Such changes should be |
7 | documented. | 7 | documented, and marked with "// onefang changes". |
8 | 8 | ||
9 | Irrlicht has been slightly modified to get it to use externally created | 9 | Irrlicht has been slightly modified to get it to use externally created |
10 | GL stuff. | 10 | GL stuff, and not use their internal copies of bzip, jpeglib, libpng, |
11 | and zlib. | ||
11 | 12 | ||
12 | luaproc has been hacked up a bit, and will continue to be hacked up. | 13 | luaproc has been hacked up a bit, and will continue to be hacked up. |
13 | Merged it into LuaSL, so it's no longer here. | 14 | Merged it into LuaSL, so it's no longer here. |