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
2016-05-23
Fixed discrepancy between code and ini symbols.
Jeff Kelley
1
-1
/
+1
2016-05-23
Addressing #7903. Fix legacy sit offsets to use legacy computation.
Melanie Thielker
1
-3
/
+5
2016-05-02
According to the SL wiki, estate managers can set parcels for sale. Make it sew.
Melanie Thielker
1
-1
/
+1
2016-05-01
Change requirements for the LL god functions from CanRunConsoleCommand to IsA...
Melanie Thielker
1
-2
/
+2
2016-04-29
Apply user specified default perms across the board, to items uploaded as wel...
Melanie Thielker
8
-35
/
+25
2016-04-29
Allow default permissions from the viewer to be applied to uploaded objects.
Melanie Thielker
6
-23
/
+74
2016-04-29
Prevent "Object->Take" from working on attachments.
Melanie Thielker
1
-2
/
+2
2016-04-28
Fix incorrect SQLite syntax in Migrations
Melanie Thielker
1
-1
/
+1
2016-04-28
Replace the "land show" method with the better one from 0.8.
Melanie Thielker
1
-16
/
+25
2016-04-27
Make the SimulatorFeaturesModule nonshared as it ought to be from it's code s...
Melanie Thielker
1
-5
/
+1
2016-04-27
From information given my Mandarinka Tasty, add firing the detach event even ...
Melanie Thielker
1
-0
/
+3
2016-04-26
Reverse a comparison, this is probably the cause of attach issues
Melanie Thielker
1
-1
/
+1
2016-04-25
Fire detach events even in temp attachments. They don't really need it but ke...
Melanie Thielker
1
-1
/
+9
2016-04-25
Stop serializing and storing assets for objects that were never rezzed from i...
Melanie Thielker
1
-0
/
+12
2016-04-25
Fix Temporary Attachments not being able to be detached by client
Vegaslon
1
-1
/
+1
2016-04-25
POSTGRES: Update database migrations to be in accordance with MySQL table def...
Geir Nøklebye
3
-1
/
+39
2016-04-25
Updated the code to handle Agent Preferences. Thanks to TomDataworks for prov...
Geir Nøklebye
2
-13
/
+5
2016-04-25
Fix Mantis #7805, table handler needs to look for all unique constraints.
TomDataworks
1
-21
/
+16
2016-04-25
POSTGRES: Added check for Heightfield not equal to Database NULL.. Mirrors Op...
Geir Nøklebye
1
-2
/
+7
2016-04-07
CR safari. Remove gratuitious CRs in some files
Melanie Thielker
2
-229
/
+229
2016-04-05
Fix missing id parameter in FSAssets database connector when updating Access ...
AliciaRaven
1
-3
/
+3
2016-03-24
Correct case in the names of the Avatar and Friends tables
Kevin Cozens
2
-2
/
+2
2016-03-23
Mantis 7842 - remove another possible null dereference
Melanie Thielker
1
-18
/
+18
2016-03-22
Correct the case of the Presence table
Melanie Thielker
1
-1
/
+1
2016-03-22
Add migration to add "active" column on PGSQL. UNTESTED!
Melanie Thielker
1
-0
/
+6
2016-03-22
Change casing on UserAccounts
Melanie Thielker
1
-1
/
+1
2016-03-22
Fix some artefacts that came from merging the OSGrid code.
Melanie Thielker
1
-1
/
+2
2016-03-16
Add osRequestURL and osRequestSecureURL with an options list.
Melanie Thielker
6
-7
/
+66
2016-03-16
Implement Access-Control-Allow-Origin for HTTP LSL server
Jeff Kelley
1
-0
/
+2
2016-03-15
Remove debug spam
Melanie Thielker
1
-1
/
+1
2016-03-14
Implement parameterization of HTTP_BODY_MAXLENGTH maximum as proposed in Mant...
Jeff Kelley
1
-1
/
+3
2016-03-09
Finish plumbing RezRestoreToWorld.
Melanie Thielker
1
-1
/
+16
2016-03-09
Plumb RezRestoreToWorld from the client (part done)
Melanie Thielker
5
-0
/
+12
2016-03-06
BulletSim: use the new 'setAvatarSize' physics call introduced in 0.9.
Robert Adams
3
-91
/
+129
2016-03-06
Remove unused parameter ShouldUseFireAndForgetForCollisions. It was
Robert Adams
1
-15
/
+0
2016-03-06
BulletSim: Send out avatar position update if velocity is now zero
Robert Adams
2
-1
/
+4
2016-03-05
Make mesh upload respect the same parts maximum as what is set for the
Melanie Thielker
2
-1
/
+2
2016-03-05
Fix a couple of typos
Melanie Thielker
2
-2
/
+2
2016-03-05
Introduce UseOsgridFormat config to select the OSGrid specific path name
Melanie Thielker
1
-19
/
+24
2016-03-05
Port the safer database access and the cure for "Chicken Bones" which
Melanie Thielker
2
-212
/
+285
2016-03-03
Mantis 7833: Fix a condition where email sent from an object that is in
Melanie Thielker
1
-11
/
+8
2016-02-21
Pushed AssemblyVersion up to VersionInfo, so that we don't need to do global ...
Diva Canto
58
-58
/
+59
2016-02-21
The old sqlite inventory data interface was still around and causing problems...
Diva Canto
3
-960
/
+0
2016-02-21
SQLite: Removed obsolete migration file
Diva Canto
1
-169
/
+0
2016-02-21
Flatten migrations for sqlite
Diva Canto
4
-605
/
+193
2016-02-21
MySQL migrations: fix one last migration that had been left behind
Diva Canto
1
-0
/
+7
2016-02-20
Flatten migrations for MySQL.
Diva Canto
13
-1514
/
+432
2016-01-30
change parcel_owner_is_god configuration option from default from true to fa...
UbitUmarov
1
-1
/
+1
2016-01-26
accept mantis 7785 requests, at least until bullet can be also be used fix l...
UbitUmarov
1
-4
/
+5
2016-01-26
make sure MaxRegionsViewDistance is lower than MaxDrawDistance
UbitUmarov
1
-0
/
+3
[next]