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
*
Merge branch '0.7.3-post-fixes' of ssh://opensimulator.org/var/git/opensim in...
Diva Canto
2012-03-22
1
-0
/
+6
|
\
|
*
Comment out a terrain save-tile debugging message that accidentally crept in ...
Justin Clark-Casey (justincc)
2012-03-22
1
-6
/
+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
*
|
Rework Diva's patch to simplify it
Melanie
2012-03-22
2
-16
/
+29
|
/
*
Fixed borkness with map search introduce by my last changes to it.
Diva Canto
2012-03-20
1
-1
/
+1
*
Fix a bug where logins to standalones would fail if the RegionReady module wa...
Justin Clark-Casey (justincc)
2012-03-19
1
-7
/
+2
*
Clean up "save iar" help
Justin Clark-Casey (justincc)
2012-03-19
1
-8
/
+8
*
In Top Scripts report, don't show scripts with no or less than 1 microsecond ...
Justin Clark-Casey (justincc)
2012-03-19
1
-0
/
+6
*
Fix owner name display in "Top Colliders" and "Top Script" region reports.
Justin Clark-Casey (justincc)
2012-03-19
1
-45
/
+1
*
Replace script-lines-per-second with the script execution time scaled by its ...
Justin Clark-Casey (justincc)
2012-03-19
1
-30
/
+47
*
Add sensor, dataserver requests, timer and listener counts to "xengine status...
Justin Clark-Casey (justincc)
2012-03-19
1
-0
/
+20
*
Region access control! Region operators can now specify things like DisallowF...
Diva Canto
2012-03-17
2
-27
/
+140
*
Terrain: added [Terrain] section with an option to load an initial flat terra...
Diva Canto
2012-03-16
1
-1
/
+6
*
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
*
Revert "Revert "Hack around https://jira.secondlife.com/browse/VWR-28570""
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
*
Send the right name and creation date on the BasicProfileModule.
Diva Canto
2012-03-01
1
-2
/
+11
*
HG: Remove async in posting assets to foreign grid. Mono hates concurrency th...
Diva Canto
2012-02-26
1
-1
/
+1
*
Remove EXPERIMENTAL tags from load iar/save iar commands.
Justin Clark-Casey (justincc)
2012-02-25
1
-3
/
+0
*
Stop spurious scene loop startup timeout alarms for scenes with many prims.
Justin Clark-Casey (justincc)
2012-02-24
2
-1
/
+2
*
Try to resolve some problems with viewers crashing after hitting parcel banli...
Justin Clark-Casey (justincc)
2012-02-23
1
-6
/
+21
*
Add a position parameter to region crossing of objects. This avoids the
Melanie
2012-02-23
3
-11
/
+10
*
Fix problem with dragging child part inventory item to user inventory.
Justin Clark-Casey (justincc)
2012-02-21
1
-19
/
+3
*
One more tweak related to the previous 2 commits.
Diva Canto
2012-02-19
1
-1
/
+3
*
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
Diva Canto
2012-02-19
1
-1
/
+2
|
\
|
*
Fix:Fly setting for Parcel dosen't work http://opensimulator.org/mantis/view....
PixelTomsen
2012-02-19
1
-1
/
+2
*
|
A few more tweaks on position updates and create child agents. Mono hates con...
Diva Canto
2012-02-19
1
-4
/
+8
|
/
*
This should smooth movement in heteregeneous networks by a lot: cache the reg...
Diva Canto
2012-02-18
2
-2
/
+40
*
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
Dan Lake
2012-02-17
2
-1
/
+139
|
\
|
*
minor formatting changes from last commit (4486n7d)
Justin Clark-Casey (justincc)
2012-02-16
1
-4
/
+3
|
*
Fix: Object owned by the group does not return to the last owner http://opens...
PixelTomsen
2012-02-16
1
-0
/
+6
|
*
Turn off logging on test in last commit (2b84295).
Justin Clark-Casey (justincc)
2012-02-16
1
-1
/
+1
|
*
If shape properties fail SOP parsing (e.g. due to commas instead of decimal p...
Justin Clark-Casey (justincc)
2012-02-16
1
-0
/
+133
*
|
Added the TriggerAvatarAppearanceChanged to EventManager. It's triggered by A...
Dan Lake
2012-02-17
1
-0
/
+4
|
/
*
Refactor appearance saving for NPC to use AvatarFactoryModule interface.
Dan Lake
2012-02-14
1
-9
/
+31
*
short circuit the expensive parts of the permission checking code
Mic Bowman
2012-02-13
1
-1
/
+6
*
Fix bug where somebody taking a copy of an object they didn't own that was re...
Justin Clark-Casey (justincc)
2012-02-10
1
-2
/
+10
*
When an asset is uploaded (e.g. a mesh) set individual copy/move/transfer per...
Justin Clark-Casey (justincc)
2012-02-10
1
-4
/
+15
*
Revert my two quick fixes for the lag issue and put in the real fix, which
Melanie
2012-02-05
1
-1
/
+2
*
Revert "Remove checks on ban list expiry on every move. To be re-added on par...
Melanie
2012-02-05
1
-4
/
+4
*
Revert "Check ban list for a particular parcel only when an avatar moves into...
Melanie
2012-02-05
2
-17
/
+4
*
Check ban list for a particular parcel only when an avatar moves into it.
Melanie
2012-02-05
2
-4
/
+17
*
Remove checks on ban list expiry on every move. To be re-added on parcel
Melanie
2012-02-05
1
-4
/
+4
*
Quiet the map module logging
BlueWall
2012-02-04
1
-2
/
+2
[next]