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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
|
*
* Send Updated Information Packet to Clients after updating estate settings.
Adam Frisby
2009-09-24
1
-0
/
+2
|
|
*
* Establishing why new console commands fail to work. >_>
Adam Frisby
2009-09-24
1
-4
/
+6
|
|
*
* Fixing typo.
Adam Frisby
2009-09-24
1
-1
/
+1
|
|
*
* Added two new commands to EstateManagementModule
Adam Frisby
2009-09-24
1
-6
/
+55
|
|
*
More tests. Seems to be working.
Diva Canto
2009-09-23
1
-1
/
+10
|
|
*
First test passes -- regions being registered and retrieved correctly in Data...
Diva Canto
2009-09-23
1
-2
/
+2
|
|
*
Unit tests for the grid service. Yey!
Diva Canto
2009-09-23
1
-0
/
+122
|
|
*
Changed IGridService to use the new GridRegion data structure instead of old ...
Diva Canto
2009-09-23
4
-69
/
+82
|
|
*
Modules active. Tested HGGridConnector in standalone only for now. Modules co...
Diva Canto
2009-09-23
6
-13
/
+35
|
|
*
Added hg console commands to the module.
Diva Canto
2009-09-22
4
-5
/
+696
|
|
*
Moved RegionName from RegionInfo to SimpleRegionInfo.
Diva Canto
2009-09-22
2
-266
/
+301
|
|
*
Merge branch 'master' of ssh://diva@opensimulator.org/var/git/opensim
Diva Canto
2009-09-22
2
-38
/
+270
|
|
|
\
|
|
*
|
Added HGGridConnector and related code.
Diva Canto
2009-09-22
3
-38
/
+364
|
|
*
|
Added Remote grid connector module.
Diva Canto
2009-09-21
1
-0
/
+108
|
*
|
|
Produce a different error message if the user service does not have the authe...
Justin Clark-Casey (justincc)
2009-09-24
1
-11
/
+18
|
*
|
|
Allow load/save iar password checks to be done in grid mode
Justin Clark-Casey (justincc)
2009-09-24
1
-16
/
+5
|
|
|
/
|
|
/
|
|
*
|
Thank you, Intari, for a patch that implements the missing pieces of
Melanie
2009-09-22
1
-37
/
+269
|
*
|
Completely remove the prior implementation of the request event handling
Melanie
2009-09-22
1
-1
/
+1
|
|
/
|
*
Make the poll service handler call the handler method on incoming requests.
Melanie
2009-09-21
1
-1
/
+6
|
*
Merge branch 'master' of ssh://melanie@opensimulator.org/var/git/opensim
Melanie
2009-09-21
1
-2
/
+2
|
|
\
|
|
*
Merge branch 'master' of ssh://diva@opensimulator.org/var/git/opensim
Diva Canto
2009-09-21
1
-2
/
+2
|
|
|
\
|
|
*
|
Added grid handler and grid remote connector.
Diva Canto
2009-09-21
1
-2
/
+2
|
*
|
|
Add a RequestID (UUID.Random()) to the PollRequest and pass it to all
Melanie
2009-09-21
1
-4
/
+4
|
|
|
/
|
|
/
|
|
*
|
Add a UUID param to NoEvents in PollServiceEventArgs to make it more generic
Melanie
2009-09-21
1
-2
/
+2
|
|
/
|
*
First pass at LocalGridServiceConnector. Nothing of this is used by the simul...
Diva Canto
2009-09-18
1
-0
/
+175
|
*
correct off-by-one error in save iar command handling
Justin Clark-Casey (justincc)
2009-09-18
1
-1
/
+1
|
*
provide intelligble warning of why load/save iar doesn't work on grid mode, p...
Justin Clark-Casey (justincc)
2009-09-18
1
-0
/
+14
*
|
* Rewrote LLImageManager to use a real priority queue and hold minimal state
John Hurliman
2009-10-01
1
-1
/
+0
*
|
Attempting to improve the robustness of texture decoding by always ignoring L...
John Hurliman
2009-09-30
2
-529
/
+161
*
|
Revert "Attempting to improve the robustness of texture decoding by always ig...
Melanie
2009-09-30
1
-68
/
+168
*
|
Attempting to improve the robustness of texture decoding by always ignoring L...
John Hurliman
2009-09-30
1
-168
/
+68
|
/
*
Merge branch 'master' of ssh://justincc@opensimulator.org/var/git/opensim
Justin Clark-Casey (justincc)
2009-09-16
2
-4
/
+5
|
\
|
*
updated the IAuthorizationService interface so that a message is passed back ...
Rob Smart
2009-09-16
2
-4
/
+5
*
|
on iar save/load, let the user know if they put in the wrong password
Justin Clark-Casey (justincc)
2009-09-16
1
-22
/
+17
|
/
*
Stop a loaded OAR from generating on_rez events. This brings
Alan M Webb
2009-09-16
1
-1
/
+1
*
And another go
Melanie
2009-09-15
1
-2
/
+2
*
Attempt to fix the tests
Melanie
2009-09-15
1
-2
/
+2
*
Some OSGrid specific changes, please use this or later for OSGrid use
Melanie
2009-09-15
2
-21
/
+42
*
Apply http://opensimulator.org/mantis/view.php?id=4142
Justin Clark-Casey (justincc)
2009-09-14
1
-1
/
+1
*
label load and save iar commands as experimental.
Justin Clark-Casey (justincc)
2009-09-14
1
-2
/
+6
*
re-enable load and save iar commands
Justin Clark-Casey (justincc)
2009-09-14
1
-8
/
+0
*
* Add the RegionCombinerModule back
Teravus Ovares (Dan Olivares)
2009-09-13
9
-0
/
+1719
*
Temporarily removing the RegionCombinerModule to debug a mono assert on linux
Teravus Ovares (Dan Olivares)
2009-09-13
9
-1719
/
+0
*
* Move nested classes from the RegionCombinerModule into their own file.
Teravus Ovares (Dan Olivares)
2009-09-13
8
-563
/
+804
*
Merge branch 'master' of ssh://MyConnection/var/git/opensim
Teravus Ovares (Dan Olivares)
2009-09-13
1
-1
/
+1
|
\
|
*
Formatting cleanup.
Jeff Ames
2009-09-13
1
-1
/
+1
*
|
* More comments in the RegionCombinerModule
Teravus Ovares (Dan Olivares)
2009-09-13
1
-14
/
+116
|
/
*
Disable non-user ready load/save iar for now pending possible format change
Justin Clark-Casey (justincc)
2009-09-11
1
-2
/
+10
*
Merge branch 'master' of ssh://justincc@opensimulator.org/var/git/opensim
Justin Clark-Casey (justincc)
2009-09-11
3
-0
/
+298
|
\
|
*
Minor indentation cleanup.
Diva Canto
2009-09-11
1
-2
/
+3
[prev]
[next]