make scene items use linked list rather than array (containers are a bad habit), add a few functions for getting scene item information, also use a mutex to prevent race conditions when using the linked list

This commit is contained in:
jp9000
2014-01-01 10:22:55 -07:00
parent 96448d7361
commit 966c091078
4 changed files with 159 additions and 39 deletions

1
.gitignore vendored
View File

@@ -41,6 +41,7 @@ ltmain.sh
.depend
tags
*.trace
*.swp
*.dat
*.clbin