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
/
Environment
/
Interfaces
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Addinf InterregionData.cs IInterregionComms.cs and InterregionComms.cs
Melanie Thielker
2008-12-23
1
-0
/
+38
*
* Remove IGesturesModules since it won't be very helpful without a client mes...
Justin Clarke Casey
2008-12-23
1
-50
/
+0
*
* refactor: Replace part of SceneObjectPart with the identical sound playing ...
Justin Clarke Casey
2008-12-23
1
-1
/
+3
*
* Add a method to allow friendship offers to a logged in client from an offli...
Justin Clarke Casey
2008-12-23
1
-0
/
+49
*
* refactor: move sound trigger from scene into sepearate SoundModule
Justin Clarke Casey
2008-12-19
1
-0
/
+39
*
* refactor: move saved named prims to xml2 method out into the serialization ...
Justin Clarke Casey
2008-12-19
1
-0
/
+2
*
* refactor: Rename IRegionSerialiser and move into interfaces namespace
Justin Clarke Casey
2008-12-19
1
-0
/
+120
*
* minor: move IGesturesModule into the correct namespace
Justin Clarke Casey
2008-12-19
1
-1
/
+1
*
* refactor: Remove archiver module scene wrappers
Justin Clarke Casey
2008-12-19
1
-0
/
+47
*
* Add missing file from last commit
Justin Clarke Casey
2008-12-19
1
-0
/
+56
*
* refactor: Move tree code out into a separate module
Justin Clarke Casey
2008-12-19
1
-0
/
+49
*
* refactor: move gestures code out from Scene into its own module
Justin Clarke Casey
2008-12-18
1
-0
/
+50
*
* minor: A few tiny bits of documentation and log message cleanup before star...
Justin Clarke Casey
2008-12-01
1
-1
/
+1
*
* restore deleted method documentation, some to IRegionDataStore and some to ...
Justin Clarke Casey
2008-11-26
1
-0
/
+25
*
* Make a step on removing direct access to TaskInventoryDictionary from other...
Justin Clarke Casey
2008-11-25
1
-21
/
+6
*
* Remove direct access to Inventory.Serial
Justin Clarke Casey
2008-11-25
1
-5
/
+5
*
* refactor: Establish an IEntityInventory interface for SceneObjectPartInvent...
Justin Clarke Casey
2008-11-25
1
-0
/
+223
*
Fully implement object return from the parcel dialog
Melanie Thielker
2008-11-21
1
-1
/
+1
*
Plumb in the list if user IDs to the land module to allow selection
Melanie Thielker
2008-11-21
1
-1
/
+1
*
* Add just enough to allow the scene presences test to establish a new user c...
Justin Clarke Casey
2008-11-19
1
-1
/
+0
*
Update svn properties, minor formatting cleanup.
Jeff Ames
2008-10-21
1
-41
/
+41
*
Thank you kindly, Idb for a patch that solves:
Charles Krinke
2008-10-19
1
-0
/
+41
*
Megapatch. :) Fix skull attachment editing. Streamline Object terse updates.
Melanie Thielker
2008-10-18
1
-0
/
+1
*
* refactor: Rename InventoryModule to InventoryTransferModule
Justin Clarke Casey
2008-09-29
1
-1
/
+1
*
* Patch from JHurliman
Teravus Ovares
2008-09-26
1
-1
/
+1
*
* Implment task inventory item asset update for the old non CAPS transaction ...
Justin Clarke Casey
2008-09-26
1
-0
/
+4
*
Convergence is almost complete. This brings the diff between the API to < 10k
Melanie Thielker
2008-09-25
1
-38
/
+0
*
- Add Dispose method to IRegionDataStore
Homer Horwitz
2008-09-18
1
-0
/
+5
*
Remove the cruft of accessing a private member of another module's class
Melanie Thielker
2008-09-13
1
-0
/
+1
*
* This is the fabled LibOMV update with all of the libOMV types from JHurliman
Teravus Ovares
2008-09-06
14
-70
/
+70
*
Some complex re-ordering to make prebuild do what needed to be done.
Melanie Thielker
2008-08-23
1
-46
/
+0
*
Patch #9171
Melanie Thielker
2008-08-23
1
-0
/
+3
*
Moves one file to it's proper location
Melanie Thielker
2008-08-19
1
-0
/
+43
*
Formatting cleanup.
Jeff Ames
2008-08-18
3
-5
/
+3
*
*Added CommandIntentions that is used to describe a console commands hazard. ...
mingchen
2008-07-25
2
-0
/
+11
*
Introduce a separate connection string for estates, which defaults to the one gi
Melanie Thielker
2008-07-18
1
-2
/
+1
*
Patch adds bool IsManager(LLUUID) to IEstateModule.
Melanie Thielker
2008-07-18
1
-0
/
+1
*
Patch #9151
Melanie Thielker
2008-07-18
2
-4
/
+41
*
Mantis#1739. Thank you kindly, Grumly57 for a patch that:
Charles Krinke
2008-07-14
1
-1
/
+1
*
Patch #9147
Melanie Thielker
2008-07-14
1
-0
/
+38
*
Copyright notices and formatting cleanup.
Jeff Ames
2008-07-06
2
-11
/
+11
*
* On client login, send only one terrain patch at a time (with pauses) instea...
Justin Clarke Casey
2008-07-03
1
-0
/
+6
*
Mantis#1658. Thank you, Melanie for a patch that:
Charles Krinke
2008-07-03
1
-0
/
+48
*
patch and files from mantis #1630, Thanks Melanie
MW
2008-06-29
1
-1
/
+2
*
Mantis#1616. Applied Melanie's patch. This may or may
Charles Krinke
2008-06-28
1
-0
/
+38
*
Added support for terrain map to be serialised to xml(as base64 binary). usef...
MW
2008-06-25
1
-0
/
+2
*
* Adds Region ban capability to Regions. You access this by going to World->...
Teravus Ovares
2008-06-21
1
-0
/
+6
*
*Parcel Prim Count Maximums moved to their own functions so modules can overr...
mingchen
2008-06-11
2
-0
/
+12
*
* Put IScenePermissions out of its misery
Justin Clarke Casey
2008-06-01
1
-35
/
+0
*
Thank you, Grumly57 kindly for:
Charles Krinke
2008-05-28
1
-1
/
+1
[next]