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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2011-04-04
* Bugfix - Compile NullEstateData implement public List<int> IEstateDataStore...
Teravus Ovares (Dan Olivares)
1
-0
/
+10
2011-04-04
Updates NullStorage plugin.
Mic Bowman
2
-0
/
+140
2011-04-05
Make the "All Estates" option work from the client (this makes chosen changes...
Justin Clark-Casey (justincc)
11
-12
/
+268
2011-04-04
Fix a bug in the computation of the RTO. Basically... the RTO (the
Mic Bowman
1
-2
/
+2
2011-04-04
Fixed the prioritizer functions for the new priority queues
Mic Bowman
1
-210
/
+82
2011-04-04
Implements adaptive queue management and fair queueing for
Mic Bowman
2
-120
/
+304
2011-04-03
Implement rezzing coalesced objects
Melanie
1
-11
/
+0
2011-04-03
Implement rezzing coalesced objects
Melanie
1
-105
/
+172
2011-04-03
Implement taking of coalesced objects.
Melanie
3
-198
/
+274
2011-04-03
Make CHANGED_OWNER work for deeding and god-mode in-world change
Melanie
1
-0
/
+4
2011-04-02
Comment out some startup logging lines to make up for the one I added earlier...
Justin Clark-Casey (justincc)
7
-36
/
+4
2011-04-02
If land is not group owned (group ID is always UUID.Zero) then don't check if...
Justin Clark-Casey (justincc)
1
-2
/
+0
2011-04-02
add test for removing group owned objects
Justin Clark-Casey (justincc)
1
-0
/
+32
2011-04-02
add test for adding group object, factor out initial zero counts test
Justin Clark-Casey (justincc)
1
-7
/
+45
2011-04-02
add remove others object prim count test
Justin Clark-Casey (justincc)
1
-0
/
+23
2011-04-02
refactor: rename m_dummyUserId to m_otherUserId
Justin Clark-Casey (justincc)
1
-9
/
+9
2011-04-02
If the land has no group ownership (it is UUID.Zero) then don't put prims in ...
Justin Clark-Casey (justincc)
2
-2
/
+23
2011-04-01
A stab at making CHANGED_OWNER work
Melanie
2
-22
/
+12
2011-03-31
check threat configuration for LSL print()
dahlia
1
-1
/
+6
2011-03-31
implement LSL "print()" API function
dahlia
3
-1
/
+13
2011-04-01
When asked to join region to existing estate, make first estate name the defa...
Justin Clark-Casey (justincc)
1
-5
/
+2
2011-04-01
Make default answer for 'do you wish to join region to an existing estate' ye...
Justin Clark-Casey (justincc)
1
-1
/
+1
2011-04-01
Log which address and port the UDP listener is configured for. This will mat...
Justin Clark-Casey (justincc)
1
-0
/
+4
2011-03-31
If the prim count gets an object with invalid bounds, don't try to count it.
Justin Clark-Casey (justincc)
2
-3
/
+8
2011-03-31
suspend check that IAR control file is loaded for now
Justin Clark-Casey (justincc)
1
-1
/
+6
2011-03-31
Remove unused RegionInfo.getInternalEndPointPort() in favour of RegionInfo.In...
Justin Clark-Casey (justincc)
1
-6
/
+1
2011-03-31
Put in temporary logging message to find out if scene objects are requesting ...
Justin Clark-Casey (justincc)
1
-4
/
+5
2011-03-31
remove some mono compiler warnings
Justin Clark-Casey (justincc)
6
-10
/
+8
2011-03-31
Remove unused Datastore parameter from RegionInfo (legacy from early 2008)
Justin Clark-Casey (justincc)
3
-14
/
+0
2011-03-30
When a new parcel is created, make sure the prim counts are updated.
Justin Clark-Casey (justincc)
1
-2
/
+2
2011-03-30
(re)implement selected prim count.
Justin Clark-Casey (justincc)
4
-26
/
+74
2011-03-29
disable prim count debug logging temporarily
Justin Clark-Casey (justincc)
2
-34
/
+36
2011-03-28
Improvement over 2 commits ago: make the hyperlink check understand port 80.
Diva Canto
1
-4
/
+29
2011-03-28
Added code to load a terrain tile of tiff/jpg format. Previously it only work...
Diva Canto
1
-2
/
+13
2011-03-28
Fix mantis #5413. WARNING: new config variable in section [GridService] of th...
Diva Canto
2
-1
/
+15
2011-03-28
Implements adaptive queue management and fair queueing for
Mic Bowman
2
-120
/
+304
2011-03-26
Rename some member fields to standard m_ OpenSim code convention
Justin Clark-Casey (justincc)
1
-8
/
+8
2011-03-26
add header file
Justin Clark-Casey (justincc)
1
-1
/
+28
2011-03-26
Add OpenSim.Server.Base reference in prebuild.xml. Initialize svc_checks dic...
Justin Clark-Casey (justincc)
1
-1
/
+4
2011-03-26
Removing hard-coded plugin loading in favour of direct class instantiation
SignpostMarv Martin
1
-6
/
+5
2011-03-26
Altering log feedback
SignpostMarv Martin
2
-14
/
+17
2011-03-26
Fixing bug that occurs when using web login- the result was not checked
SignpostMarv Martin
1
-1
/
+1
2011-03-26
Making combined auth service re-use the existing auth services instead of dup...
SignpostMarv Martin
1
-21
/
+19
2011-03-26
InfoFormat > DebugFormat
SignpostMarv Martin
1
-1
/
+1
2011-03-26
LLLoginHandlers now supports both password & web login
SignpostMarv Martin
1
-4
/
+15
2011-03-26
Adding a combined auth service, allowing users to login with either web login...
SignpostMarv Martin
1
-0
/
+65
2011-03-26
WebkeyAuthenticationService is now no longer a stub!
SignpostMarv Martin
1
-5
/
+35
2011-03-26
When an object is duplicated, add it to the full/local id SOG indexes as well...
Justin Clark-Casey (justincc)
1
-1
/
+29
2011-03-26
add save of LLClientView I forgot from last commit
Justin Clark-Casey (justincc)
1
-4
/
+2
2011-03-26
move total parcel prim calculations into IPrimCounts instead of doing this in...
Justin Clark-Casey (justincc)
3
-1
/
+70
[prev]
[next]