summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-10-20Update to build on Xcode 6.0: WTH! how did this ever link?callum_linden
2014-10-20Update to build on Xcode 6.0: clang demands a public default ctorcallum_linden
2014-10-20Update to build on Xcode 6.0: clang demands logical comparison bracketscallum_linden
2014-10-20Update to build on Xcode 6.0: typedef declared protected incorrectly herecallum_linden
2014-10-20Update to build on Xcode 6.0: delete called on that is abstract but has ↵callum_linden
non-virtual dest
2014-10-20Update to build on Xcode 6.0: self assigment of var to var - typo?callum_linden
2014-10-20Update to build on Xcode 6.0: clang demands logical comparison bracketscallum_linden
2014-10-20Update to build on Xcode 6.0: cast doesn't change overloading rules - poorly ↵callum_linden
commented
2014-10-20Update to build on Xcode 6.0: clang demands logical comparison bracketscallum_linden
2014-10-20Update to build on Xcode 6.0: clang demands a default ctorcallum_linden
2014-10-20Update to build on Xcode 6.0: removal of some unused variablescallum_linden
2014-10-19Update to build on Xcode 6.0: removal of some unused variablescallum_linden
2014-10-19Update to build on Xcode 6.0: scoping fix for mediadata clientcallum_linden
2014-10-19Update to build on Xcode 6.0: removal of 2 unused variablescallum_linden
2014-10-19Update to build on Xcode 6.0: removal of an unused variablecallum_linden
2014-10-19Update to build on Xcode 6.0: initialization needs a default constructorcallum_linden
2014-10-19Update to build on Xcode 6.0: update TO DO with one for Natcallum_linden
2014-10-19Update to build on Xcode 6.0: removal on unused variable(s) need more ↵callum_linden
thought from Nat
2014-10-19Update to build on Xcode 6.0: remove an unused const variablecallum_linden
2014-10-19Update to build on Xcode 6.0: remove unused const variablescallum_linden
2014-10-19Update to build on Xcode 6.0: clang fix for bracketed logical operationscallum_linden
2014-10-19Update to build on Xcode 6.0: assignment and comparison operator mixupcallum_linden
2014-10-18Update to build on Xcode 6.0: remove more of unused variablescallum_linden
2014-10-18Update to build on Xcode 6.0: add item to TO DO listcallum_linden
2014-10-18Update to build on Xcode 6.0: initialization needs a default constructorcallum_linden
2014-10-18Update to build on Xcode 6.0: clarify list of things left to do now ↵callum_linden
llphysics_extension hack is in place
2014-10-18Update to build on Xcode 6.0: point to temporary, hacked version of ↵callum_linden
llphysics_extensions that remove the unusd variables (and therefore warnings/errors) - see TODO list
2014-10-18Update to build on Xcode 6.0: remove unused member variablecallum_linden
2014-10-18Update to build on Xcode 6.0: fix member initializer 'mWaitingToClose' does ↵callum_linden
not name a non-static data member or base class
2014-10-18Update to build on Xcode 6.0: remove more of unused variablescallum_linden
2014-10-18Update to build on Xcode 6.0: remove lots of unused variablescallum_linden
2014-10-18Update to build on Xcode 6.0: clang fix for bracketed logical operationscallum_linden
2014-10-18Update to build on Xcode 6.0: collection of removal of unused variables ↵callum_linden
[-Wunused-variable]
2014-10-18Update to build on Xcode 6.0: private field isMuted is not usedcallum_linden
2014-10-18Update to build on Xcode 6.0: fix member initializer 'mSelectedItem' does ↵callum_linden
not name a non-static data member or base class - already initialized in parent class
2014-10-18Update to build on Xcode 6.0: clang fix for bracketed logical operationscallum_linden
2014-10-18Update to build on Xcode 6.0: remove unused variables and functionscallum_linden
2014-10-18Update to build on Xcode 6.0: fix 'using the result of an expression as a ↵callum_linden
conditional without parentheses
2014-10-18Update to build on Xcode 6.0: fix member initializer 'mAppearanceSerialNum' ↵callum_linden
does not name a non-static data member or base class - already initialized in parent class llCharacter
2014-10-18Update to build on Xcode 6.0: more removal of unused variables and functionscallum_linden
2014-10-18Update to build on Xcode 6.0: more removal of unused const variables ↵callum_linden
[-Wunused-const-variable] and member variables
2014-10-17Update to build on Xcode 6.0: clang fix for bracketed logical operationscallum_linden
2014-10-17Update to build on Xcode 6.0: fixes for brackets logical operations and ↵callum_linden
signed/unsigned issue
2014-10-17Update to build on Xcode 6.0: Use of unary operator might be an errorcallum_linden
2014-10-17point to hacker version of tut package now so I can keep going - see TO DO listcallum_linden
2014-10-17update TO DO listcallum_linden
2014-10-17update TO DO listcallum_linden
2014-10-17Update to build on Xcode 6.0: update list of things to address latercallum_linden
2014-10-17Update to build on Xcode 6.0: point to new version of tut package that ↵callum_linden
explicitly turns off unused function warnings vs. spreading the code throughout viewer
2014-10-17Update to build on Xcode 6.0: statement has no effect (debugging error ↵callum_linden
perhaps) [-Wself- assign]