Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2010-11-16 12:11:24 +0000
committerStijn Buys <ingar@osirion.org>2010-11-16 12:11:24 +0000
commitc6e4649788efbabda91ed7e612c54250890e0ff6 (patch)
tree56b16076affcdbae1bebaae423df584838be2e12
parent6b6c488d481eabef9eefd487d01c1ab6f0d3fc2a (diff)
added a directory for developer documentation
-rw-r--r--HISTORY6
-rw-r--r--doc/TODO1
-rw-r--r--src/Makefile.am6
3 files changed, 11 insertions, 2 deletions
diff --git a/HISTORY b/HISTORY
index 46b3525..6c40b34 100644
--- a/HISTORY
+++ b/HISTORY
@@ -2,6 +2,12 @@
Project::OSiRiON - Release history
+* release-0.2.0-svn825 "November Rain"
+
+ 2010-10-15
+ src revision 825
+ data revision 490
+
* release-0.2.0-svn754 "Broken Skies"
2010-10-06
diff --git a/doc/TODO b/doc/TODO
index f2830d4..16e08b7 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -28,6 +28,7 @@ filesystem:
fs_base, fs_mod, fs_game, to be used by modules
model:
+ support 'angles' key on the 'misc_model' map class (and possibly other classes as well)
.obj support
.md3 support
diff --git a/src/Makefile.am b/src/Makefile.am
index ede200f..c3dc7c8 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -27,6 +27,7 @@ osiriond_LDADD = $(top_builddir)/src/auxiliary/libauxiliary.la \
$(top_builddir)/src/game/libgame.la \
$(top_builddir)/src/model/libmodel.la $(top_builddir)/src/dedicated/libdedicated.la \
$(top_builddir)/src/math/libmath.la $(top_builddir)/src/sys/libsys.la \
+ $(BULLET_LIBS) \
$(HOST_LIBS) $(BULLET_LIBS) $(CURSES_LIBS) $(ICON_SERVER)
# client
@@ -43,6 +44,7 @@ osirion_LDADD = $(top_builddir)/src/game/libgame.la $(top_builddir)/src/ui/libui
$(top_builddir)/src/filesystem/libfilesystem.la $(top_builddir)/src/model/libmodel.la \
$(top_builddir)/src/math/libmath.la $(top_builddir)/src/auxiliary/libauxiliary.la \
$(top_builddir)/src/filesystem/libfilesystem.la $(top_builddir)/src/sys/libsys.la \
- $(top_builddir)/src/auxiliary/libauxiliary.la $(AL_LIBS) $(GL_LIBS) $(HOST_LIBS) \
- $(LIBPNG_LIBS) $(LIBJPG_LIBS) $(BULLET_LIBS) $(SDLMAIN) $(ICON_CLIENT)
+ $(top_builddir)/src/auxiliary/libauxiliary.la \
+ $(BULLET_LIBS) \
+ $(AL_LIBS) $(GL_LIBS) $(HOST_LIBS) $(LIBPNG_LIBS) $(LIBJPG_LIBS) $(SDLMAIN) $(ICON_CLIENT)
osirion_LDFLAGS = $(LIBSDL_LIBS)