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
/
Avatar
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2015-10-01
make bakes reception handle empty BakedTexture elements. But at same time st...
UbitUmarov
1
-36
/
+36
2015-09-28
add missing handlers for preferences
UbitUmarov
1
-0
/
+4
2015-09-26
add the Default Groups module lost in the merge
UbitUmarov
1
-0
/
+260
2015-09-16
remove bad merge from master
UbitUmarov
1
-12
/
+0
2015-09-04
Deleted OpenSim.Framework.Communications. Moved its two remaining files to Op...
Diva Canto
10
-10
/
+0
2015-09-02
seems to compile ( tests comented out)
UbitUmarov
10
-174
/
+104
2015-08-16
Minor improvement of previous patch.
Diva Canto
1
-6
/
+10
2015-08-16
MANTIS-7684 - Use the user management module to get username for script dialogs
Cinder
1
-13
/
+9
2015-08-15
Send a proper ownerid for Object messages to conform with what viewer expects
Drake Arconis
1
-2
/
+5
2015-08-08
WARNING: massive refactor to follow libomv's latest changes regarding invento...
Diva Canto
7
-26
/
+22
2015-07-26
Fixed bug introduced in 4735514. The project didn't compile.
Oren Hurvitz
1
-1
/
+1
2015-07-26
Fixed not being charged to create classifeids on money enabled regions
Quill Littlefeather
1
-2
/
+14
2015-06-05
More on mantis #7567. Two things:
Diva Canto
1
-0
/
+8
2015-05-26
Attachments Module. Fix detach event not being fired until the next time the ...
AliciaRaven
1
-0
/
+5
2015-04-12
Change UserProfiles so that the parcel name is used for a ProfilePick and not...
AliciaRaven
1
-17
/
+9
2015-03-29
varregion: any conversions of use of Constants.RegionSize converted into
Robert Adams
2
-7
/
+5
2015-03-23
Make the scripted dialogs and restart message appear in the top right corner
Melanie Thielker
1
-2
/
+2
2015-03-11
minor: Remove windows build warning about CompressionLevel package ambiguity.
Justin Clark-Casey (justincc)
1
-0
/
+1
2015-02-25
Reduce coupling in regression test task inventory creation methods to make th...
Justin Clark-Casey (justincc)
1
-2
/
+2
2015-02-21
Fix cross-grid inventory delivery notifications, fixes http://opensimulator.o...
BlueWall
1
-0
/
+1
2015-01-17
minor: In AttachmentsModule.UpdateKnownItem use the existing IInventoryAccess...
Justin Clark-Casey (justincc)
1
-3
/
+2
2015-01-16
minor: Suppress the log messages when user profiles data is requested for an ...
Justin Clark-Casey (justincc)
1
-3
/
+10
2015-01-09
Added GetDisplayNames capability. For now, we don't actually use display name...
Diva Canto
1
-0
/
+1
2015-01-08
Make the IteratingUuidGatherer the only UuidGatherer.
Justin Clark-Casey (justincc)
1
-8
/
+6
2014-12-20
In XBakesModule.Get() use using() to always dispose of RestClient which dispo...
Justin Clark-Casey (justincc)
1
-31
/
+35
2014-12-20
Use using() semantics in XBakesModule to ensure disposable objects are alway ...
Justin Clark-Casey (justincc)
1
-39
/
+42
2014-12-17
Fix recent regression where a race condition meant SP.MakeRootAgent() would s...
Justin Clark-Casey (justincc)
1
-5
/
+11
2014-12-10
Fix a regression where objects crossing regions in the same simulator (on the...
Justin Clark-Casey (justincc)
1
-0
/
+7
2014-11-25
refactor: Move methods to start a monitored thread, start work in its own thr...
Justin Clark-Casey (justincc)
1
-1
/
+1
2014-11-25
Label all threadpool calls being made in core OpenSimulator. This is to add ...
Justin Clark-Casey (justincc)
6
-9
/
+11
2014-11-25
Just for now, don't alert the user or log if we couldn't change their server-...
Justin Clark-Casey (justincc)
1
-2
/
+2
2014-11-25
refactor: consistently put all test classes in the OpenSim.Tests.Common packa...
Justin Clark-Casey (justincc)
9
-9
/
+0
2014-11-21
Remove braindead "fix" that messed up intersim scripted giving.
Melanie Thielker
1
-11
/
+0
2014-11-11
Remove the Invisible stuff and add more baked caching. Refactor selection of ...
Melanie Thielker
1
-13
/
+3
2014-11-10
minor: correct console response when setting attachments logging level
Justin Clark-Casey
1
-1
/
+1
2014-11-10
Only send the actual bakes to the bakes module
Melanie Thielker
1
-6
/
+8
2014-10-29
change last commit, need to send to Xbakes or changes will not be detected
UbitUmarov
1
-1
/
+2
2014-10-29
bug fix and don't send to xbakes if requesting rebakes
UbitUmarov
1
-12
/
+13
2014-10-29
Fix baked textures for regions without external Xbakes adding rebake
UbitUmarov
1
-32
/
+35
2014-10-27
Add hypergrid teleporting support to user profiles picks
BlueWall
1
-16
/
+97
2014-10-26
do consider skirt baked texture on validation
UbitUmarov
1
-3
/
+9
2014-10-26
dont send baked textures assets, but send cache information
UbitUmarov
1
-5
/
+13
2014-10-02
Don't unnecessarily remove from backup objects that were not directly attache...
Justin Clark-Casey (justincc)
2
-5
/
+18
2014-09-28
Improve on the last commit to InventoryArchiver: put back the original constr...
Diva Canto
3
-10
/
+23
2014-09-23
Modifications to previous IAR commits to bring them more inline with existing...
AliciaRaven
2
-7
/
+10
2014-09-23
Add an event callback for loading IAR files. The callback for creating them a...
AliciaRaven
7
-45
/
+133
2014-09-23
Change existing IAR save to use UUID for its callback reference instead of Gu...
AliciaRaven
5
-17
/
+17
2014-09-23
Include same content filters for IAR file exports that already exist for OAR ...
AliciaRaven
2
-0
/
+54
2014-09-19
exclude npcs from baked cache
UbitUmarov
1
-0
/
+10
2014-09-17
... and a few more..
UbitUmarov
1
-18
/
+31
[next]