aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-02-13* Fix for mantis 522. However, I would be a little surprised if this code ↵Justin Clarke Casey1-3/+3
did much anyway, so perhaps it's not currently in use.
2008-02-13* Make code fix to address prim rotation unlink issues (mantis 383, 454. 369)Justin Clarke Casey1-5/+16
* Many thanks to alex_carnell for the necessary information for this
2008-02-13Added a method to access a named folder in a users inventory, to the ↵MW4-0/+36
inventory Database interfaces. This could be useful for adding a item to a users inventory from say a web front end application or some other third party application. [note the method is only currently implemented in the sqlite provider]
2008-02-13* Copied 'Friends' functionality from the MySQLUserData to MSSQLUserDatalbsa711-5/+136
[Provided by openlifegrid.com]
2008-02-13* Split out MSSQLManager Test/Init into each provider.lbsa717-255/+138
* Made regions table name configurable (MSSQL only) * Added a note in ini.example pointing out that the sql resources have to change if you change table names * Removed duplicate picker method from GridData interface [Provided by openlifegrid.com]
2008-02-13* Introduced customizable table names on MySQL and MSSQL UserData plug-ins.lbsa713-42/+86
[Provided by openlifegrid.com]
2008-02-13* Removed a debug line that got called every frame.Teravus Ovares3-3/+3
2008-02-13* Made physical prim stable enough for the general population to turn on. ↵Teravus Ovares10-18/+176
(though I still don't recommend it for welcome regions unless object build is off. * Updated the ode.dll for windows with a more reasonable stack space reserve. Linux users will need to type ulimit -s 262144 before starting up OpenSimulator if using Physical Prim to protect against stack collisions. or run the included ./bin/opensim-ode.sh to start up OpenSimulator in ODE mode. * Added internal collision score and am keeping track of 'high usage' prim. * Tweaked collisions some more * Tested up to 460 physical prim in extremely close quarters (which was previously impossible in OpenSim). After 460 in tight quarters, physics slows down enough to make it hard to do any moving, however.. non physics things still work, such as logging on to the simulator, etc.
2008-02-13Clean up more unnecessary String.Format callsJeff Ames12-107/+83
2008-02-13* Clean up LIBRARY INVENTORY messagesJustin Clarke Casey2-17/+16
2008-02-13Commenting and a spelling correctionJustin Clarke Casey2-5/+15
2008-02-13* Clean up the agent's asset transactions when it is removed from the sceneJustin Clarke Casey2-2/+19
* This may or may not help with the memory leak, need to assess
2008-02-13* Refactor: Move last commit's refactor back to AgentAssetTransactionsManagerJustin Clarke Casey4-79/+134
* Push asset update (invoked when clothing is altered) down into AgentAssetTransactions from Scene.Inventory.cs to join others * I've tested that clothing creation and update still works, but please let me know if it suddently breaks for you. * Add/correct comments
2008-02-12Refactor: factor a method out of AgentAssetTransactionsManagerJustin Clarke Casey2-21/+29
2008-02-12* Add missing locking to mysql inventory pluginJustin Clarke Casey2-20/+34
* Should resolve mantis 542
2008-02-12* Refactoring: Rename AssetTransactions.cs and AssetTransactionsManager and ↵Justin Clarke Casey4-18/+36
align classes with file names * Small amount of ndoc * This will probably require a prebuild and nant clean
2008-02-12* This fixes the object edit box's flipping checkboxes when you modify one ↵Teravus Ovares2-1/+21
of the permission masks or Locked status using the available checkboxes.
2008-02-12* various minuscule code convention conformance fixeslbsa713-2/+5
2008-02-12* Physical prim cross borders and continue from where the left off on the ↵Teravus Ovares5-19/+78
other side now, assuming the region on the other side has physical prim enabled.
2008-02-12* A bunch of updates to make things more smooth.Teravus Ovares10-34/+133
** Sending the actual TimeDilation to the client now instead of the 62455 constant. The client is *supposed* to use that value to sync with the simulator. (actually sending ushort.maxvalue * TimeDilation) ** Disabling prim that inter-penetrate instead of just not attaching a joint ** Reduced prim spin a 'little' bit, but not *enough* ** Tweaked the TimeDilation algorithm to be closer to 1.0 by default and various changes to the sim stats reporter ** Created a .SetValues method to PhysicsVector so we can simply call the setvalues function instead of .x, .y, .z sets. ** Experimented with a .GetBytes Method on PhysicsActor to be able to use the LLVector3.FromBytes() method. ** Upped the Inter-penetration depth to 0.25 instead of .08.
2008-02-12* This resolves the null exceptions when a script is manipulating a physical ↵Teravus Ovares3-4/+13
object in ODE and you delete the object. The script is still running and trying to add force, but the object reference is null.
2008-02-11* Added PhysicsScene.Dispose()Teravus Ovares7-1/+45
* In ODE, disposing of all of the ODE objects and the ODE World to reclaim memory when the simulator restarts.
2008-02-11Tiny change to print out a warning in a situation which almost guaranteeably ↵Justin Clarke Casey1-3/+20
never occurs anyway
2008-02-11Re-enabled Inventory creation of body partsMW2-4/+9
2008-02-11Documenting and minor tweaksJustin Clarke Casey3-82/+103
2008-02-11Moved share/sql/mysql-AvatarAppearance.sql to ↵Tedd Hansen1-0/+42
OpenSim/Framework/Data.MySQL/Resources/AvatarAppearance.sql as described in share/sql/mysql_README.txt Thanks dmiles_afk
2008-02-11* Renamed and moved avatar appearance config keys. Everyone who has ↵Tedd Hansen1-2/+2
appearance persistence needs to set new params for it (check OpenSim.ini.example) New keys "appearance_persist" and "appearance_connection_string" are now under [Startup]. * Reorganized OpenSim.ini slightly
2008-02-11reverted the last three commitsMW1-1/+0
2008-02-11yet another small change (as part of my fight back against Teravus over ↵MW1-1/+1
taking me in the number of commits)
2008-02-11another small changeMW1-1/+1
2008-02-11small changeMW1-0/+1
2008-02-11* Added some connection debugginglbsa712-2/+10
2008-02-11* some refactoring on permissionslbsa715-108/+84
* temporary re-introduced the weird 'flip-back' behaviour, but debugging it; will remove it if I don't find anything.
2008-02-11From: Ansgar Schmidt <ANSI@de.ibm.com>Sean Dague1-0/+48
Here is a patch for Revision 3380. This patch adds the feature of loading XML prim specification via XML-RPC call on a given island. Call with Islandname and XMLPrim Filename.
2008-02-11From: dirk husemann <hud@zurich.ibm.com>Sean Dague2-4/+6
these two patches fixe the terrain load exception that occurs when restarting OpenSim on PPC32 by making terrain loading endian clean. it does NOT fix the client crash exception. need to hunt that one down.
2008-02-11Unhandled exception handler hookup is now the first thing to happen when ↵Tedd Hansen1-2/+3
OpenSim starts
2008-02-11* Changed child_get_tasks to see_into_this_sim_from_neighbor.Teravus Ovares5-23/+21
* Turned on see_into_this_sim_from_neighbor by default. * Fix Race Condition with parts being added to a group while the simulator is starting up.
2008-02-11* um, Prim crossings? Experimental.Teravus Ovares7-80/+157
* Backup your database just in case.
2008-02-10state_entry is now executed on state change.Tedd Hansen2-1/+18
2008-02-10We now support LSL stateTedd Hansen5-7/+9
2008-02-10The very beginnings of attachments (no detachments! :)Dalien Talbot7-15/+194
2008-02-10Bugfix to state command:Tedd Hansen1-2/+6
"state default;" rewrite to "state ("default");"
2008-02-10Bugfix on that last Quaternion/Vector patchTedd Hansen1-2/+2
2008-02-10Untested bugfix in state supportTedd Hansen1-4/+7
Replaced (?<s1>(?![a-zA-Z_]+)\s*)" + @"([a-zA-Z_]+)(?<s2>[^a-zA-Z_\(\)]*){ with (?<s1>(?![a-zA-Z_]+)\s*)" + @"(state\s+)?([a-zA-Z_]+)(?<s2>[^a-zA-Z_\(\)]*){ Lets see what happens now... :)
2008-02-10Added support for function calls as values in LSL-specific <0,0,0> and ↵Tedd Hansen1-2/+2
<0,0,0,0> Quaternion and Vector
2008-02-10Implements llListStatistics() and a bunch-o-LSL_Types.list statistical ↵alondria3-4/+282
methods. Added LIST_STAT_HARMONIC_MEAN in addition to LL's LIST_STAT_*
2008-02-10* This updates adds locking capability. Thanks, lbsa71 for pointing out my ↵Teravus Ovares4-66/+49
bitmasking error of the objectflags! It's still a little bit wonky when you check the checkbox, however it 'takes' and doesn't break anything.
2008-02-10Removed some ScriptEngine config debugging.Tedd Hansen3-0/+36
Added experimental console command to: * unload module (note: module probably doesn't support it) * load module Not visible in help (needs testing first).
2008-02-10* Added support for delinking individual prim from a linkset.Teravus Ovares2-3/+34
2008-02-10Implemented llGetParcelFlags() and llGetRegionFlags(). I don't think the ↵alondria1-4/+2
RegionFlags are currently implemented within EstateSettings, thus this is always 0.