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
/
CoreModules
/
World
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Materials module: a) Store materials as assets; b) Finalized it (removed the ...
Oren Hurvitz
2014-01-20
2
-12
/
+11
*
Merge branch 'justincc-master'
Justin Clark-Casey (justincc)
2014-01-10
1
-7
/
+1
|
\
|
*
Refactored: use a single function to apply an object's folded permissions to ...
Oren Hurvitz
2014-01-10
1
-7
/
+1
*
|
Merge branch 'justincc-master'
Justin Clark-Casey (justincc)
2013-12-14
1
-16
/
+22
|
\
\
|
|
/
|
*
Make WindParamSet success a console message rather than a log message.
Justin Clark-Casey (justincc)
2013-12-14
1
-2
/
+1
|
*
minor: Make wind console commands print out to console rather than log
Justin Clark-Casey (justincc)
2013-12-14
1
-14
/
+21
*
|
Committing the Avination Scene Presence and related texture code
Melanie
2013-12-11
1
-0
/
+13
|
/
*
refactor: replace verbose checks with String.IsNullOrEmpty where applicable.
Justin Clark-Casey (justincc)
2013-11-15
1
-2
/
+2
*
If a local land ID is given to the "land show" command, then output to consol...
Justin Clark-Casey (justincc)
2013-11-15
1
-54
/
+126
*
Show texture ids for full object/part info console commmds
Justin Clark-Casey (justincc)
2013-10-24
1
-1
/
+16
*
Made terrain uploads thread-safe
Oren Hurvitz
2013-10-15
2
-22
/
+31
*
* Refactor
teravus
2013-10-07
1
-2
/
+2
*
* Added a Basic DOS protection container/base object for the most common HTTP...
teravus
2013-10-07
1
-1
/
+20
*
refactor: rename Scene.IncomingCloseAgent() to CloseAgent() in order to make ...
Justin Clark-Casey (justincc)
2013-09-27
1
-3
/
+3
*
minor: Comment out windlight log message about sending scene data for now.
Justin Clark-Casey (justincc)
2013-09-26
1
-1
/
+2
*
Fix exception thrown after a region has been restarted through scheduling.
Justin Clark-Casey (justincc)
2013-08-25
1
-10
/
+22
*
Merge branch 'TeleportWork'
Justin Clark-Casey (justincc)
2013-08-09
1
-3
/
+3
|
\
|
*
Fix an issue where under teleport v2 protocol, teleporting from regions in an...
Justin Clark-Casey (justincc)
2013-08-08
1
-3
/
+3
*
|
* Added set water height <height> [<x>] [<y>] console command following the s...
teravus
2013-08-07
1
-1
/
+30
|
/
*
Removed the MapItems thread. Redirected the map items requests to the service...
Diva Canto
2013-07-16
1
-6
/
+43
*
Add "show caps stats by user" and "show caps stats by cap" console commands t...
Justin Clark-Casey (justincc)
2013-07-08
1
-1
/
+1
*
Revert "Same freeze issue, now checking if it's in estate"
Diva Canto
2013-07-04
1
-1
/
+0
*
Same freeze issue, now checking if it's in estate
Diva Canto
2013-07-04
1
-0
/
+1
*
minor: Correct typo of "Descrition" to "Description" in "show object *" conso...
Justin Clark-Casey (justincc)
2013-07-03
1
-1
/
+1
*
Make the concept of namespaces explicit in dynamic attributes
Justin Clark-Casey (justincc)
2013-06-27
1
-8
/
+36
*
Mantis 6608: Math error in parcel dimensions/borders seen with land show command
Talun
2013-06-19
1
-10
/
+10
*
Implement llSetSoundQueueing().
Justin Clark-Casey (justincc)
2013-05-22
1
-0
/
+9
*
Finalize the logic for SetHome. See comments in Land/LandManagementModule.cs ...
Diva Canto
2013-05-11
2
-35
/
+19
*
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
Diva Canto
2013-05-11
1
-0
/
+12
|
\
|
*
Send up the part missing from the Avination Estate commit.
Melanie
2013-05-11
1
-0
/
+12
*
|
Handle SetHome properly
Diva Canto
2013-05-11
1
-0
/
+59
|
/
*
Guard the scene list when estates are updated
Melanie
2013-05-08
2
-9
/
+14
*
Step 3: Commit the Avination XEstate estate comms handler
Melanie
2013-05-07
3
-0
/
+767
*
Step one of estate settings sharing - port the Avination Estate module (compl...
Melanie
2013-05-07
1
-13
/
+44
*
Add Avination's support for parcel eject and freeze
Melanie
2013-04-25
1
-0
/
+85
*
Allow callers to set the invoice parameter for GenericMessage
Melanie
2013-04-22
1
-2
/
+2
*
Comment out rez perms logging I accidentally left in at 7f07023 (Sat Apr 6 02...
Justin Clark-Casey (justincc)
2013-04-09
1
-1
/
+1
*
Fix taking (and rezzing) of coalesced objects in the non-root subregions of m...
Justin Clark-Casey (justincc)
2013-04-06
1
-0
/
+2
*
Add Location (relative), Rotation (Relative) and Rotation (World) to "show pa...
Justin Clark-Casey (justincc)
2013-03-29
1
-0
/
+3
*
Phase 1 of implementing a transfer permission. Overwrite libOMV's PermissionMask
Melanie
2013-03-26
3
-0
/
+3
*
Add ILandChannel.GetLandObject(Vector3 position) as this is a very common inp...
Justin Clark-Casey (justincc)
2013-03-14
1
-0
/
+5
*
Moved permissions config vars out of [Startup] into [Permissions]. Backwards ...
Diva Canto
2013-03-01
1
-21
/
+33
*
Make sure we dispose of WebResponse, StreamReader and Stream in various place...
Justin Clark-Casey (justincc)
2013-02-27
1
-16
/
+14
*
Move map related settings from [Startup] to a new [Map] section in OpenSim.ini
Justin Clark-Casey (justincc)
2013-02-25
3
-29
/
+24
*
Correct mistake in parsing 'show object pos' and similar pos commands where t...
Justin Clark-Casey (justincc)
2013-02-20
1
-5
/
+5
*
Add regression test TestSaveNonRootFolderToIar
Justin Clark-Casey (justincc)
2013-02-16
1
-0
/
+2
*
Merge branch 'dynamic-attributes2'
Justin Clark-Casey (justincc)
2013-02-05
1
-0
/
+37
|
\
|
*
Added unit tests for Dynamic Attributes
Oren Hurvitz
2013-01-25
1
-0
/
+37
*
|
Stop exceptions being thrown if GenerateMapTiles = false but no static map ti...
Justin Clark-Casey (justincc)
2013-02-02
1
-5
/
+12
*
|
Allow use of MaptileStaticUUID in Regions.ini to override the global setting ...
Jak Daniels
2013-01-30
1
-18
/
+63
[next]