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
*
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
*
- making font name used by VectorRenderModule configurable: can be set
dr scofield (aka dirk husemann)
2009-08-31
1
-0
/
+9
*
Implements osDrawPolygon, similar to already implemented osDrawFilledPolygon
Arthur Valadares
2009-08-28
1
-0
/
+19
*
Implemented osPenCap, that sets EndCap and StartCap to Pen. This allows using...
Arthur Valadares
2009-08-25
1
-0
/
+9
*
Adds osDrawPolygon to OSSL. Works a little different then other OS Drawing fu...
Arthur Valadares
2009-08-21
1
-0
/
+19
*
* Moves NPC Creation across AppDomains to prevent a major perfomance issue.
Adam Frisby
2009-08-21
1
-0
/
+2
*
* Fleshes more of NPCModule out.
Adam Frisby
2009-08-21
1
-0
/
+52
*
Remove the script sponsor logic because scripts are timing out again.
Melanie
2009-08-14
1
-3
/
+3
*
Formatting cleanup.
Jeff Ames
2009-08-09
1
-5
/
+5
*
Merge branch 'master' of ssh://melanie@opensimulator.org/var/git/opensim
Melanie
2009-08-08
1
-2
/
+2
|
\
|
*
This is the second part of the 'not crash on regionsize changes'. This le...
Teravus Ovares (Dan Olivares)
2009-08-07
1
-2
/
+2
*
|
Update threat level description
Melanie
2009-08-08
1
-0
/
+1
|
/
*
Thank you, Godfrey, for a patch that implements osGetLinkPrimitiveParams
Melanie
2009-08-07
1
-0
/
+20
*
Another stab at cmickeyb's patch for script GC.
Melanie
2009-08-07
1
-4
/
+3
*
Add a method to init the OSSL Api's m_LSL_Api member back to the OSSL Api
Melanie
2009-08-07
1
-1
/
+9
*
Revert the XEngine memleak patch, it causes premature GC.
Melanie
2009-08-07
1
-3
/
+4
*
|From: James J Greensky <jame.j.greensky@intel.com>
Melanie
2009-08-06
1
-4
/
+3
*
Restore the functionality that was removed in r9928. This lets the load
Melanie Thielker
2009-07-01
1
-1
/
+1
*
Formatting cleanup.
Jeff Ames
2009-06-10
1
-1
/
+1
*
From: Alan Webb <alan_webb@us.ibm.com>
Dr Scofield
2009-06-09
1
-4
/
+4
*
From: Chris Yeoh <yeohc@au1.ibm.com>
Dr Scofield
2009-06-03
1
-0
/
+25
*
Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...
Jeff Ames
2009-06-01
1
-1
/
+1
*
From: Alan Webb <alan_webb@us.ibm.com>
Dr Scofield
2009-05-22
1
-0
/
+51
*
Heart surgery on asset service code bits. Affects OpenSim.ini configuration -...
diva
2009-05-15
1
-4
/
+4
[next]