OpenSimMirror/OpenSim
Justin Clark-Casey (justincc) 0a81038dd5 Reduce number of paths in SOP code by setting flags via Flags property rather than _flags
Both ObjectFlags and Flags are effectively exactly the same property, except that ObjectFlags is uint and Flags is PrimFlags
Both reference the PrimFlags _flags underneath, so you couldn't set a non PrimFlags uint anyway.
Deprecated ObjectFlags in favour of Flags.
2010-08-10 17:26:31 +01:00
..
ApplicationPlugins Renamed variables in RemoteAdmin plugin to be closer to the coding standards. 2010-08-01 17:20:09 +01:00
Client Major attachments cleanup. Remove unused AttachObject ClientView method 2010-07-14 19:51:12 +01:00
ConsoleClient Make the text mode remote console really work. It can now be used to send 2010-06-08 22:05:06 +01:00
Data Even if all data migratios are up to date, still print the current revision to the log 2010-08-09 22:54:13 +01:00
Framework Merge branch 'master' of melanie@opensimulator.org:/var/git/opensim 2010-08-07 05:39:20 +01:00
Region Reduce number of paths in SOP code by setting flags via Flags property rather than _flags 2010-08-10 17:26:31 +01:00
Server Merge branch 'master' of melanie@opensimulator.org:/var/git/opensim 2010-08-07 05:39:20 +01:00
Services Make fallbacks work, the destination was never actually updated with the fallback details. 2010-08-09 02:23:59 +01:00
TestSuite * Fixes issue #4329 "llDialog fails silently" by updating OpenMetaverse.dll 2009-10-30 00:08:41 -07:00
Tests Major attachments cleanup. Remove unused AttachObject ClientView method 2010-07-14 19:51:12 +01:00
Tools Removed a few more obsolete default configs. 2010-08-04 07:50:34 -07:00