This website requires JavaScript.
Explore
Help
Sign In
ogb912
/
opensim
Watch
1
Star
0
Fork
0
You've already forked opensim
mirror of
https://github.com/opensim/opensim.git
synced
2026-08-13 05:05:43 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
e5582939fd8d78b61c6f1eeda6de45d94f4b4926
opensim
/
OpenSim
History
Robert Adams
e5582939fd
BulletSim: massive refactor of shape classes. Removed shape specific code from BSShapeCollection. Using BSShape* classes to hold references to shape. Simplified shape dependency callbacks. Remove 'PreferredShape' methods and have each class specify shape type. Disable compound shape linkset for a later commit that will simplify linkset implementation.
2013-04-29 07:38:40 -07:00
..
Addons
Groups: make some methods protected.
2013-04-25 17:01:57 -07:00
ApplicationPlugins
Fix XmlRpcAdmin admin_exists_user call so that it actually returns the last user login time rather than serializing the DateTime directly which generates a set of unexpected fields.
2013-04-04 01:06:57 +01:00
Capabilities
Deleted all AssemblyFileVersion directives
2013-02-19 17:14:55 -08:00
ConsoleClient
Make sure we dispose of WebResponse, StreamReader and Stream in various places where we were not already.
2013-02-27 00:21:02 +00:00
Data
Fix wrong sql statement in offline im.
2013-04-28 09:03:09 -07:00
Framework
Change EconomyDataRequest signature to use an IClientAPI rather than UUID. This is needed because recent LL viewer codebases call this earlier in login when the client is not yet established in the sim and can't be found by UUID.
2013-04-25 21:35:18 +01:00
Region
BulletSim: massive refactor of shape classes. Removed shape specific code from BSShapeCollection. Using BSShape* classes to hold references to shape. Simplified shape dependency callbacks. Remove 'PreferredShape' methods and have each class specify shape type. Disable compound shape linkset for a later commit that will simplify linkset implementation.
2013-04-29 07:38:40 -07:00
Server
Better error reporting
2013-04-27 10:34:23 -07:00
Services
Added an interface to an external ban service. With this commit, the interface is used only in Hypergrided worlds (Gatekeeper), although in those, it applies to both local and foreign users. The Ban service itself is not in core; it is to be provided externally.
2013-04-27 21:23:29 -07:00
Tests
Allow callers to set the invoice parameter for GenericMessage
2013-04-22 22:39:08 +01:00
Tools
Phase 1 of implementing a transfer permission. Overwrite libOMV's PermissionMask
2013-03-26 03:40:06 +00:00