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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2012-03-08
Uses shorter AddCommand form for "show estates"
Justin Clark-Casey (justincc)
1
-1
/
+1
2012-03-08
Display help commander topics in capitalized form - the commands themselves a...
Justin Clark-Casey (justincc)
1
-40
/
+7
2012-03-08
Change "help" to display categories/module list then "help <category/module>"...
Justin Clark-Casey (justincc)
15
-44
/
+53
2012-03-06
Remove static m_MainInstance in LocalGridServiceConnector.
Justin Clark-Casey (justincc)
1
-24
/
+10
2012-03-06
Add sensor, dataserver requests, timer and listener counts to "xengine status...
Justin Clark-Casey (justincc)
1
-0
/
+20
2012-03-01
Send the right name and creation date on the BasicProfileModule.
Diva Canto
1
-2
/
+11
2012-03-02
Start by adding XAssetService as a copy of the existing AssetService.
Justin Clark-Casey (justincc)
1
-2
/
+5
2012-02-28
Fixed two typos. White space cleanups.
Kevin Cozens
1
-16
/
+16
2012-02-25
HG: Remove async in posting assets to foreign grid. Mono hates concurrency th...
Diva Canto
1
-1
/
+1
2012-02-25
Remove EXPERIMENTAL tags from load iar/save iar commands.
Justin Clark-Casey (justincc)
1
-3
/
+0
2012-02-24
Stop spurious scene loop startup timeout alarms for scenes with many prims.
Justin Clark-Casey (justincc)
2
-1
/
+2
2012-02-23
Try to resolve some problems with viewers crashing after hitting parcel banli...
Justin Clark-Casey (justincc)
1
-6
/
+21
2012-02-23
Add a position parameter to region crossing of objects. This avoids the
Melanie
3
-11
/
+10
2012-02-21
Fix problem with dragging child part inventory item to user inventory.
Justin Clark-Casey (justincc)
1
-19
/
+3
2012-02-19
One more tweak related to the previous 2 commits.
Diva Canto
1
-1
/
+3
2012-02-19
A few more tweaks on position updates and create child agents. Mono hates con...
Diva Canto
1
-4
/
+8
2012-02-19
Fix:Fly setting for Parcel dosen't work http://opensimulator.org/mantis/view....
PixelTomsen
1
-1
/
+2
2012-02-18
This should smooth movement in heteregeneous networks by a lot: cache the reg...
Diva Canto
2
-2
/
+40
2012-02-17
Added the TriggerAvatarAppearanceChanged to EventManager. It's triggered by A...
Dan Lake
1
-0
/
+4
2012-02-16
minor formatting changes from last commit (4486n7d)
Justin Clark-Casey (justincc)
1
-4
/
+3
2012-02-16
Fix: Object owned by the group does not return to the last owner http://opens...
PixelTomsen
1
-0
/
+6
2012-02-16
Turn off logging on test in last commit (2b84295).
Justin Clark-Casey (justincc)
1
-1
/
+1
2012-02-16
If shape properties fail SOP parsing (e.g. due to commas instead of decimal p...
Justin Clark-Casey (justincc)
1
-0
/
+133
2012-02-14
Refactor appearance saving for NPC to use AvatarFactoryModule interface.
Dan Lake
1
-9
/
+31
2012-02-13
short circuit the expensive parts of the permission checking code
Mic Bowman
1
-1
/
+6
2012-02-10
Fix bug where somebody taking a copy of an object they didn't own that was re...
Justin Clark-Casey (justincc)
1
-2
/
+10
2012-02-10
When an asset is uploaded (e.g. a mesh) set individual copy/move/transfer per...
Justin Clark-Casey (justincc)
1
-4
/
+15
2012-02-05
Revert my two quick fixes for the lag issue and put in the real fix, which
Melanie
1
-1
/
+2
2012-02-05
Revert "Remove checks on ban list expiry on every move. To be re-added on par...
Melanie
1
-4
/
+4
2012-02-05
Revert "Check ban list for a particular parcel only when an avatar moves into...
Melanie
2
-17
/
+4
2012-02-05
Check ban list for a particular parcel only when an avatar moves into it.
Melanie
2
-4
/
+17
2012-02-05
Remove checks on ban list expiry on every move. To be re-added on parcel
Melanie
1
-4
/
+4
2012-02-04
Quiet the map module logging
BlueWall
1
-2
/
+2
2012-02-03
Fix: Covenant changed time not set http://opensimulator.org/mantis/view.php?i...
PixelTomsen
1
-0
/
+2
2012-02-03
Changed save oar and save iar parameter -p|--profile to -h|--home, including ...
Snoopy Pfeffer
3
-8
/
+8
2012-02-03
Corrected console help texts for "save iar"
Snoopy Pfeffer
1
-2
/
+2
2012-02-02
Replace ParcelAccessEntry with a new struct, LandAccessEntry, which more
Melanie
2
-26
/
+62
2012-02-01
Prevent a changed attachment that has been saved from being saved again.
Melanie
1
-0
/
+1
2012-02-01
Straighten out some attachment mess. Don't save attachment states for HG
Melanie
1
-11
/
+8
2012-01-31
HG: This hopefully fixes the HG teleports back home to OSGrid. Looks like Uri...
Diva Canto
1
-1
/
+1
2012-01-31
Add "show part uuid" and "show part name" console commands.
Justin Clark-Casey (justincc)
1
-7
/
+97
2012-01-31
Implement "show object name <name>" console command to show details of an obj...
Justin Clark-Casey (justincc)
1
-8
/
+49
2012-01-31
Get rid of the "no objects found" feedback for now - this doesn't work well i...
Justin Clark-Casey (justincc)
1
-11
/
+13
2012-01-31
Implement "show object uuid <uuid>" console command.
Justin Clark-Casey (justincc)
1
-5
/
+56
2012-01-31
Add more user feedback if an object isn't found for which delete was requested.
Justin Clark-Casey (justincc)
1
-0
/
+15
2012-01-31
Add the name of a deleted object to the console output
Justin Clark-Casey (justincc)
1
-1
/
+1
2012-01-31
If a particular region is selected in the console, only try to delete objects...
Justin Clark-Casey (justincc)
1
-16
/
+21
2012-01-31
Move object delete commands into a commands region module, in preparation for...
Justin Clark-Casey (justincc)
1
-0
/
+206
2012-01-31
Make parcel sale overlays work. No auction support.
Melanie
1
-4
/
+84
2012-01-30
Use the requested sim's map, not our own
Melanie
1
-2
/
+2
[next]