index
:
opensim-SC_OLD
master
My fork of OpenSim for IG and MG, called SledjChisl.
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
OpenSim
/
Region
/
ScriptEngine
/
Shared
/
Api
/
Implementation
/
OSSL_Api.cs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add support for new naming syntax of linked regions to osTeleportAgent and os...
Marck
2011-02-17
1
-15
/
+2
*
Make osTeleportOwner work in foreign regions by relaxing the restrictions on ...
Marck
2011-02-17
1
-9
/
+14
*
minor: add comment explaining that GetRegionsByName needs to stay in Teleport...
Justin Clark-Casey (justincc)
2011-02-12
1
-0
/
+2
*
For now, reinstate the call to World.GridService.GetRegionsByName() commented...
Justin Clark-Casey (justincc)
2011-02-05
1
-1
/
+3
*
Comment out unused call to GridService in TeleportAgent()
Justin Clark-Casey (justincc)
2011-01-28
1
-1
/
+1
*
Fix osTeleportAgent and osTeleportOwner for the case that GridService is used...
Marck
2010-12-20
1
-11
/
+5
*
Revamp the viewer -> banlist packet processing so fix a number of bugs.
Melanie
2010-12-13
1
-1
/
+1
*
More OSSL function name normalization, this time for osParcelSetDetails.
Marck
2010-12-11
1
-3
/
+15
*
Normalization of OSSL function names.
Marck
2010-12-10
1
-9
/
+62
*
Change all restarting to use the restart module. Remove hardcoded behavior
Melanie
2010-11-25
1
-3
/
+22
*
Add osUnixTimeToTimestamp()
Justin Clark-Casey (justincc)
2010-11-17
1
-1
/
+17
*
Fix osTeleportAgent for hypergrid destinations.
Marck
2010-11-16
1
-1
/
+5
*
Add osTeleportOwner.
Marck
2010-11-16
1
-2
/
+30
*
Adding osFunctions for light projection
BlueWall
2010-10-17
1
-0
/
+42
*
Formatting cleanup.
Jeff Ames
2010-09-12
1
-3
/
+3
*
Work on TeleportStart: renamed method from TeleportLocationStart to TeleportS...
Diva Canto
2010-08-16
1
-2
/
+0
*
osGetAvatarList: Use AbsolutePosition instead of the position of the physics ...
Tom Grimshaw
2010-06-14
1
-6
/
+3
*
Clone cmGetAvatarList into osGetAvatarList for more generic use.
Melanie Thielker
2010-06-11
1
-0
/
+27
*
Add two new osFunctions:
Melanie Thielker
2010-06-02
1
-0
/
+16
*
Changes osFunction permissions again. Allow_ with a list of UUIDs now again
Melanie Thielker
2010-05-30
1
-16
/
+51
*
Changes OSSL Api permissions for the case of UUID list. In 0.6.9, the UUIDs
Melanie Thielker
2010-05-30
1
-3
/
+18
*
Implements three new OSSL functions for parcel management: osParcelJoin joins...
OpenSim Master
2010-05-13
1
-0
/
+82
*
Cleaned up access to scenepresences in scenegraph. GetScenePresences and GetA...
Dan Lake
2010-03-19
1
-9
/
+11
*
Changed asset CreatorID to a string
John Hurliman
2010-02-22
1
-1
/
+1
*
* Adds CreatorID to asset metadata. This is just the plumbing to support Crea...
John Hurliman
2010-02-22
1
-1
/
+1
*
* HGScene is no more.
Diva Canto
2010-01-30
1
-1
/
+0
*
Removed obsolete interface IHyperlink.
Diva Canto
2010-01-24
1
-13
/
+4
*
Merge branch 'master' into presence-refactor
Melanie
2010-01-16
1
-1
/
+5
|
\
|
*
minor: formatting
Justin Clark-Casey (justincc)
2010-01-11
1
-1
/
+5
*
|
OpenSim/Framework/Communications/Cache deleted. LibraryRootFolder deleted.
Diva Canto
2010-01-11
1
-1
/
+1
*
|
* OMG! All but one references to UserProfileCacheService have been rerouted!
Diva Canto
2010-01-10
1
-8
/
+6
|
/
*
Formatting cleanup. Add copyright headers.
Jeff Ames
2010-01-04
1
-79
/
+79
*
Adds osKickUser and osSetSpeed
unknown
2009-12-31
1
-0
/
+77
*
Prevent OSSL from crashing if the sim was loaded from a remote config and
Melanie
2009-12-15
1
-3
/
+3
*
* Mistaken ThreatLevel classification on osGetSimulatorMemory - should have b...
Adam Frisby
2009-12-13
1
-1
/
+1
*
* Implements OSSL function: osGetSimulatorMemory - returns the current amount...
Adam Frisby
2009-12-13
1
-0
/
+13
*
Added osGetRegionStats() function, to return a number of sim statistics
Jeff Lee
2009-11-26
1
-1
/
+8
*
Added osGetRegionStats() function, to return a number of sim statistics
Jeff Lee
2009-11-26
1
-0
/
+15
*
Change osTeleportAgent parameters from long to int. That numerical range is
Melanie
2009-11-25
1
-2
/
+2
*
refactor: move most animation methods from ScenePresence into a new ScenePres...
Justin Clark-Casey (justincc)
2009-11-17
1
-4
/
+5
*
Apply patch http://opensimulator.org/mantis/view.php?id=4369
Justin Clark-Casey (justincc)
2009-11-12
1
-19
/
+56
*
Changing the AssetBase constructors to avoid initializing assets with an unkn...
John Hurliman
2009-11-05
1
-5
/
+2
*
Removing EntityBase.Rotation
John Hurliman
2009-11-04
1
-1
/
+8
*
Object update prioritization by Jim Greensky of Intel Labs, part one. This im...
John Hurliman
2009-10-15
1
-2
/
+2
*
Merge branch 'diva-textures-osgrid'
Melanie
2009-10-04
1
-1
/
+1
|
\
|
*
* Creates Util.UTF8 and switches some references of Encoding.UTF8 to Util.UTF...
John Hurliman
2009-10-02
1
-1
/
+1
*
|
- cleaning up LandData/ILandObject capitalization issues
dr scofield (aka dirk husemann)
2009-10-02
1
-5
/
+5
*
|
First pass at the heart surgery for grid services. Compiles and runs minimall...
Diva Canto
2009-09-26
1
-10
/
+15
*
|
addition of a new script function osSetParcelSIPAddress(string SIPAddress), n...
Rob Smart
2009-09-18
1
-0
/
+29
|
/
*
fix: unicode notecards not surviving script treatment (fixes #4119 ---
dr scofield (aka dirk husemann)
2009-09-09
1
-4
/
+4
[next]