index
:
opensim-SC
Domme
switch
My fork of OpenSim for IG and DG, called SledjChisl.
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
OpenSim
/
Region
/
CoreModules
/
Scripting
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2010-06-28
Change the way IRegionModule us referenced by IEmailModule to
Melanie Thielker
1
-1
/
+1
2010-03-25
minor: Print out port that http servers are using
Justin Clark-Casey (justincc)
1
-6
/
+6
2010-03-16
Fixed several unhandled exceptions and performance issues with PrimitiveBaseS...
John Hurliman
1
-11
/
+9
2010-02-22
Changed asset CreatorID to a string
John Hurliman
1
-1
/
+1
2010-02-22
* Adds CreatorID to asset metadata. This is just the plumbing to support Crea...
John Hurliman
1
-1
/
+2
2010-02-06
Endline fix
Teravus Ovares (Dan Olivares)
1
-12
/
+12
2010-02-04
minor: one method doc
Justin Clark-Casey (justincc)
1
-0
/
+1
2010-02-02
refactor: move world comm message queueing into its own method
Justin Clark-Casey (justincc)
1
-23
/
+13
2010-01-29
Resolve one more conflict I overlooked
Melanie
1
-14
/
+0
2010-01-29
Revert "Updates all IRegionModules to the new style region modules."
Melanie
8
-203
/
+89
2010-01-28
Changes WorldCommModule to ISharedRegionModule.
Revolution
1
-1
/
+5
2010-01-23
Updates all IRegionModules to the new style region modules.
Revolution
8
-86
/
+210
2010-01-18
Fix a major security problem with osSetDynamicTexture which allowed the delet...
CasperW
1
-5
/
+12
2009-11-27
Make locking of timers and listeners in script related functions consistent
Justin Clark-Casey (justincc)
1
-3
/
+6
2009-11-16
minor: very minor formatting change
Justin Clark-Casey (justincc)
1
-4
/
+1
2009-11-10
Fixed XMLRPC return params
Mic Bowman
1
-1
/
+1
2009-11-05
Changing the AssetBase constructors to avoid initializing assets with an unkn...
John Hurliman
1
-4
/
+1
2009-10-09
Calling .Close() on AutoResetEvent and ManualResetEvent (those classes contai...
John Hurliman
1
-2
/
+2
2009-10-07
Revert "Rewrote parts of the code that were double-locking different objects....
Melanie
1
-19
/
+18
2009-10-07
Revert "Merging in diva's locking fixes"
Melanie
1
-19
/
+18
2009-10-06
Rewrote parts of the code that were double-locking different objects. This is...
Diva Canto
1
-18
/
+19
2009-10-06
Fixing a few compile errors in the previous commit
John Hurliman
2
-2
/
+0
2009-10-02
* Creates Util.UTF8 and switches some references of Encoding.UTF8 to Util.UTF...
John Hurliman
1
-2
/
+2
2009-09-30
Attempting to improve the robustness of texture decoding by always ignoring L...
John Hurliman
1
-1
/
+1
2009-10-01
Formatting cleanup.
Jeff Ames
1
-4
/
+4
2009-09-25
minor: remove some mono compiler warnings
Justin Clark-Casey (justincc)
1
-4
/
+3
2009-09-23
Fix endlines on UrlModule.cs
Teravus Ovares (Dan Olivares)
1
-242
/
+242
2009-09-22
Moved RegionName from RegionInfo to SimpleRegionInfo.
Diva Canto
1
-242
/
+242
2009-09-22
Thank you, Intari, for a patch that implements the missing pieces of
Melanie
1
-37
/
+269
2009-09-14
Apply http://opensimulator.org/mantis/view.php?id=4142
Justin Clark-Casey (justincc)
1
-1
/
+1
2009-08-31
oops. fixing missing argument.
dr scofield (aka dirk husemann)
1
-1
/
+1
2009-08-31
adding log message to vector render to inform about default font being used
dr scofield (aka dirk husemann)
1
-0
/
+1
2009-08-31
- making font name used by VectorRenderModule configurable: can be set
dr scofield (aka dirk husemann)
1
-3
/
+12
2009-08-28
Implements osDrawPolygon, similar to already implemented osDrawFilledPolygon
Arthur Valadares
1
-0
/
+6
2009-08-25
Implemented osPenCap, that sets EndCap and StartCap to Pen. This allows using...
Arthur Valadares
1
-7
/
+70
2009-08-21
Adds osDrawPolygon to OSSL. Works a little different then other OS Drawing fu...
Arthur Valadares
1
-11
/
+37
2009-08-10
Replace the Replaceable modules name
Melanie
1
-1
/
+1
2009-08-07
* Remove hard coded 256 limitations from various places. There's no more 2...
Teravus Ovares (Dan Olivares)
1
-2
/
+3
2009-08-05
* Remove some mono compiler warnings
Justin Clark-Casey
1
-3
/
+3
2009-07-23
Formatting cleanup.
Jeff Ames
1
-6
/
+6
2009-07-22
Thank you, patnad, for a patch to advance the UrlModule's functionality.
Melanie Thielker
1
-6
/
+9
2009-07-10
Committing the interface change and the addition to the modules to get
Melanie Thielker
1
-0
/
+5
2009-07-10
Remove all references to HttpServer from CommsManager (all incarnations)
Melanie Thielker
1
-1
/
+1
2009-06-12
* minor: remove one mono warning
Justin Clarke Casey
1
-1
/
+1
2009-06-09
Formatting cleanup. Ignore some generated files.
Jeff Ames
1
-2
/
+2
2009-06-09
From: Alan Webb <alan_webb@us.ibm.com>
Dr Scofield
1
-30
/
+45
2009-06-04
Comment out unused variables / private fields to avoid compiler warnings.
Jeff Ames
1
-1
/
+1
2009-06-03
From: Chris Yeoh <yeohc@au1.ibm.com>
Dr Scofield
1
-7
/
+13
2009-06-03
From: Alan Webb <alan_webb@us.ibm.com>
Dr Scofield
1
-2
/
+5
2009-06-01
Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...
Jeff Ames
8
-8
/
+8
[next]