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
2014-11-10
minor: correct console response when setting attachments logging level
Justin Clark-Casey
1
-1
/
+1
2014-10-31
Actually persist a changed console set agent-limit via "region set".
Justin Clark-Casey (justincc)
1
-2
/
+7
2014-10-31
Add "region set" console command.
Justin Clark-Casey (justincc)
1
-1
/
+73
2014-10-31
Add "region get" command as a synononym for "show region" console command.
Justin Clark-Casey (justincc)
1
-0
/
+9
2014-10-27
Add hypergrid teleporting support to user profiles picks
BlueWall
1
-16
/
+97
2014-10-08
Use Scene or IEntityTransferModule directly in HGEntityTransferModule instead...
Justin Clark-Casey (justincc)
1
-8
/
+7
2014-10-08
HG Restricted appearance checking code is only called when HG teleporting via...
AliciaRaven
1
-0
/
+8
2014-10-02
Don't unnecessarily remove from backup objects that were not directly attache...
Justin Clark-Casey (justincc)
2
-5
/
+18
2014-10-02
Do not add attachments to the region scene object backup list.
Justin Clark-Casey (justincc)
1
-1
/
+1
2014-09-28
Improve on the last commit to InventoryArchiver: put back the original constr...
Diva Canto
4
-12
/
+25
2014-09-27
When a prim is bought through BuySellModule, the click action is not changed ...
AliciaRaven
1
-0
/
+1
2014-09-26
Fix recent regression with llRegionSayTo() started sending messages twice.
Justin Clark-Casey (justincc)
1
-8
/
+2
2014-09-26
Make "generate map" console command also trigger upload to maptiles as well a...
Justin Clark-Casey (justincc)
2
-50
/
+81
2014-09-23
Modifications to previous IAR commits to bring them more inline with existing...
AliciaRaven
3
-16
/
+19
2014-09-23
Add an event callback for loading IAR files. The callback for creating them a...
AliciaRaven
8
-47
/
+135
2014-09-23
Change existing IAR save to use UUID for its callback reference instead of Gu...
AliciaRaven
5
-17
/
+17
2014-09-23
Include same content filters for IAR file exports that already exist for OAR ...
AliciaRaven
2
-0
/
+54
2014-09-05
For monitoring purposes, start non-timeout tasks (which do not currently use ...
Justin Clark-Casey (justincc)
6
-9
/
+16
2014-09-04
For processing outbound http requests in the XMLRPCModule, start the thread t...
Justin Clark-Casey (justincc)
1
-5
/
+4
2014-08-29
Ignore whitespace when reading serialized XML objects.
Justin Clark-Casey (justincc)
1
-17
/
+1
2014-08-29
Fix recent regression test TestDeserializeXmlObjectWithOtherParts() which was...
Justin Clark-Casey (justincc)
1
-1
/
+1
2014-08-29
Add regression test for deserializing xml objects with more than one non-root...
Justin Clark-Casey (justincc)
1
-127
/
+406
2014-08-28
On code section that rezzes single objects and attachments, reduce CPU use by...
Justin Clark-Casey (justincc)
2
-2
/
+5
2014-08-26
Remove race conditions from where SP.AbsolutePosition could change between th...
Justin Clark-Casey (justincc)
1
-7
/
+4
2014-08-15
On teleport to a region that already has a child agent established (e.g. a ne...
Justin Clark-Casey (justincc)
2
-3
/
+3
2014-08-09
Move the inventory request lock introduced in git master a58152bd to HGInvent...
Justin Clark-Casey (justincc)
1
-20
/
+43
2014-08-06
Fix short help string for show region command.
BlueWall
1
-1
/
+1
2014-08-06
OpenSimExtras
BlueWall
3
-129
/
+17
2014-07-30
Simulator Extra Features Service
BlueWall
1
-0
/
+129
2014-07-29
In TerrainModule, lock m_perClientPatchUpdates when removing entries.
Justin Clark-Casey (justincc)
1
-3
/
+2
2014-07-29
Allow the "debug scene set physics false|true" command to work when bulletsim...
Justin Clark-Casey (justincc)
2
-5
/
+5
2014-07-22
Fix recent regression in 3c6becd5 where login or hg login to variable sized r...
Justin Clark-Casey (justincc)
1
-15
/
+12
2014-07-21
On login and first HG entrance to a foreign grid, perform query access checks...
Justin Clark-Casey (justincc)
1
-11
/
+15
2014-07-21
Allow reading the BulletSim detail log while the sim is running
Oren Hurvitz
1
-2
/
+2
2014-07-21
XBakes: store the assets only in the sim's local assets cache; not in the mai...
Oren Hurvitz
1
-1
/
+2
2014-07-21
Added locking in AccessModule to prevent possible errors when shutting down a...
Oren Hurvitz
1
-3
/
+7
2014-07-21
Eliminated common but un-useful log messages
Oren Hurvitz
2
-3
/
+7
2014-07-21
Minor: changed "existant" to "existent"
Oren Hurvitz
1
-2
/
+2
2014-07-21
Close streams immediately when we finish using them
Oren Hurvitz
8
-59
/
+44
2014-07-20
Set "[Terrain]SendTerrainUpdatesByViewDistance=true" by default.
Robert Adams
1
-1
/
+1
2014-07-18
minor: Add meters unit to water height console display
Justin Clark-Casey (justincc)
1
-1
/
+1
2014-07-18
Add "show region" command which will show parameters for current region.
Justin Clark-Casey (justincc)
1
-1
/
+73
2014-07-18
In grid mode, add SuppressConsoleCommands flag to [GridService] so that we ca...
Justin Clark-Casey (justincc)
1
-4
/
+3
2014-07-17
fix all instances of "non-existant" to "non-existent" (spelling mistakes) tha...
Michael Cerquoni
2
-2
/
+2
2014-07-04
Small change to my previous commit: not so aggressive on the trigger, please.
Diva Canto
1
-2
/
+0
2014-07-04
Instrument the UDP path of creating assets so that it triggers an asset post ...
Diva Canto
2
-5
/
+11
2014-07-04
Still log (but this time with warning rather than an exception) if we regener...
Justin Clark-Casey (justincc)
1
-2
/
+8
2014-07-04
It turns out that child agent management has had a bug for a while: there was...
Diva Canto
1
-3
/
+9
2014-07-03
Avoid an exception in creating child agents some times.
Diva Canto
1
-0
/
+2
2014-07-02
Actually call Close() for shared region modules when the simulator is being s...
Justin Clark-Casey (justincc)
1
-3
/
+6
[next]