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
*
Merge branch 'master' of ssh://melanie@3dhosting.de/var/git/careminster into ...
Melanie
2012-03-31
1
-8
/
+22
|
\
|
*
Cache the last maptile and return the cachrd tile if the last request is
Melanie
2012-03-29
1
-8
/
+22
*
|
Merge branch 'master' into careminster
Melanie
2012-03-31
2
-7
/
+5
|
\
\
|
|
/
|
/
|
|
*
refactor: Rename SOG.GetChildPart() to GetPart() since it can also return the...
Justin Clark-Casey (justincc)
2012-03-31
1
-1
/
+1
|
*
Add simple login test with online friends. Add IFriendsModule.GrantRights() ...
Justin Clark-Casey (justincc)
2012-03-30
1
-6
/
+4
*
|
Merge branch 'master' into careminster
Melanie
2012-03-27
1
-2
/
+0
|
\
\
|
|
/
|
*
In TerrainModule.cs, the command terrain save-tile is modified to remove an u...
Garmin Kawaguichi
2012-03-27
1
-2
/
+0
*
|
Merge branch 'master' into careminster
Melanie
2012-03-25
3
-33
/
+61
|
\
\
|
|
/
|
*
Hack example on to "terrain save-tile" extended help.
Justin Clark-Casey (justincc)
2012-03-24
1
-0
/
+6
|
*
Use system provided temporary file in "terrain save-tile" to avoid problems w...
Justin Clark-Casey (justincc)
2012-03-24
1
-3
/
+3
|
*
Give feedback when "terrain save-tile" is not successfully invoked.
Justin Clark-Casey (justincc)
2012-03-24
2
-30
/
+52
*
|
Merge branch 'master' into careminster
Melanie
2012-03-23
1
-6
/
+6
|
\
\
|
|
/
|
*
Comment out a terrain save-tile debugging message that accidentally crept in ...
Justin Clark-Casey (justincc)
2012-03-22
1
-6
/
+6
*
|
Merge commit '760010d6fb6aac313d79ce0a4d0016d3809246a0' into careminster
Melanie
2012-03-22
1
-0
/
+6
|
\
\
|
|
/
|
*
Add llGiveInventory() test from object to object where both objects are owned...
Justin Clark-Casey (justincc)
2012-03-22
1
-0
/
+6
|
*
Change a false false to be truly true - or is this statement false?
Melanie
2012-03-22
1
-1
/
+1
*
|
Merge branch 'master' into careminster
Melanie
2012-03-22
3
-20
/
+38
|
\
\
|
|
/
|
*
Rework Diva's patch to simplify it
Melanie
2012-03-22
2
-16
/
+29
|
*
Revert "Simple build permissions feature. NOTE: EXPERIMENTAL, DISABLED BY DEF...
Melanie
2012-03-22
2
-69
/
+6
|
*
Simple build permissions feature. NOTE: EXPERIMENTAL, DISABLED BY DEFAULT. Tu...
Diva Canto
2012-03-22
2
-6
/
+69
|
*
Replace "scene debug true false true" console command with "scene debug scrip...
Justin Clark-Casey (justincc)
2012-03-21
1
-1
/
+7
*
|
Merge branch 'master' into careminster
Melanie
2012-03-21
1
-1
/
+1
|
\
\
|
|
/
|
*
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
Diva Canto
2012-03-20
1
-1
/
+1
|
|
\
|
*
|
Fixed borkness with map search introduce by my last changes to it.
Diva Canto
2012-03-20
1
-1
/
+1
*
|
|
Merge branch 'master' into careminster
Melanie
2012-03-21
1
-1
/
+1
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
fix compile error from last commit
Justin Clark-Casey (justincc)
2012-03-21
1
-1
/
+1
|
|
/
*
|
Merge branch 'master' into careminster
Melanie
2012-03-21
1
-18
/
+7
|
\
\
|
|
/
|
*
refactor: simplify EstateManagementModule.handleEstateDebugRegionRequest()
Justin Clark-Casey (justincc)
2012-03-21
1
-18
/
+7
*
|
Merge branch 'master' into careminster
Melanie
2012-03-20
1
-2
/
+0
|
\
\
|
|
/
|
*
remove some mono compiler warnings
Justin Clark-Casey (justincc)
2012-03-20
1
-2
/
+0
*
|
Merge branch 'master' into careminster
Melanie
2012-03-18
4
-77
/
+93
|
\
\
|
|
/
|
*
Terrain: added [Terrain] section with an option to load an initial flat terra...
Diva Canto
2012-03-16
1
-1
/
+6
|
*
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
Diva Canto
2012-03-15
1
-72
/
+51
|
|
\
|
|
*
In Top Scripts report, don't show scripts with no or less than 1 microsecond ...
Justin Clark-Casey (justincc)
2012-03-16
1
-0
/
+6
|
|
*
Fix owner name display in "Top Colliders" and "Top Script" region reports.
Justin Clark-Casey (justincc)
2012-03-16
1
-45
/
+1
|
|
*
Replace script-lines-per-second with the script execution time scaled by its ...
Justin Clark-Casey (justincc)
2012-03-16
1
-30
/
+47
|
*
|
More on map search: send extra messages to the user regarding the region bein...
Diva Canto
2012-03-15
1
-0
/
+11
|
|
/
|
*
More on SLURLs and V3. This is hacky, but it works. Basically, we have to red...
Diva Canto
2012-03-15
1
-3
/
+12
|
*
Revert "Revert "More hacking around viewer bug""
Diva Canto
2012-03-15
1
-1
/
+1
|
*
These SLURLs are very confusing! -- reverting the revert. Hack is, indeed, ne...
Diva Canto
2012-03-15
1
-1
/
+13
|
*
Revert "Hack around https://jira.secondlife.com/browse/VWR-28570"
Diva Canto
2012-03-15
1
-13
/
+1
|
*
Revert "More hacking around viewer bug"
Diva Canto
2012-03-15
1
-1
/
+1
|
*
More hacking around viewer bug
Diva Canto
2012-03-15
1
-1
/
+1
|
*
Hack around https://jira.secondlife.com/browse/VWR-28570
Diva Canto
2012-03-15
1
-1
/
+13
*
|
Merge branch 'master' into careminster
Melanie
2012-03-11
3
-16
/
+24
|
\
\
|
|
/
|
*
Fix TestSaveOarNoAssets() by not launch a no-assets request on a separate thr...
Justin Clark-Casey (justincc)
2012-03-10
1
-1
/
+1
|
*
minor: rearrange some save oar messages so they say what they're about to do ...
Justin Clark-Casey (justincc)
2012-03-10
1
-8
/
+7
|
*
On OAR saving, try fetch assets serially rather than firing all the requests ...
Justin Clark-Casey (justincc)
2012-03-10
2
-9
/
+18
*
|
Merge branch 'master' into careminster
Melanie
2012-03-08
8
-69
/
+44
|
\
\
|
|
/
|
*
Uses shorter AddCommand form for "show estates"
Justin Clark-Casey (justincc)
2012-03-08
1
-1
/
+1
[next]