aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'ubitwork' of ssh://3dhosting.de/var/git/careminster into ubitworkubit2012-11-021-2/+2
|\
| * add debug position on bad primmesh errorUbitUmarov2012-11-021-2/+2
| |
* | Merge branch 'ubitwork' of ssh://3dhosting.de/var/git/careminster into ubitworkubit2012-11-0211-52/+89
|\ \ | |/
| * lock unique and uniqueReleased in same order when both locks are neededUbitUmarov2012-11-021-20/+14
| |
| * Merge branch 'avination' into ubitworkUbitUmarov2012-10-3010-32/+75
| |\
| | * Set the script state to new rez when a scriptis saved, rather than region start.Melanie2012-10-281-1/+1
| | | | | | | | | | | | Prevents CHANGED_REGION_RESTART being sent to scripts when saving.
| | * Add a property to determine if a link set is stored in the database. Also, fixMelanie2012-10-281-0/+13
| | | | | | | | | | | | | | | a bug where "Force object permissive" god action would fail to reset child prim permissions.
| | * Deep copy the collection of at_target objects so it can't be modified whileMelanie2012-10-281-1/+4
| | | | | | | | | | | | it's being iterated
| | * Merge branch 'ubitwork' into avinationMelanie2012-10-191-6/+11
| | |\
| | * \ Merge branch 'ubitwork' into avinationMelanie2012-10-192-24/+101
| | |\ \
| | * | | Remove redundant and annoyingly modal message box in upload processing.Melanie2012-10-181-11/+11
| | | | |
| | * | | Merge branch 'ubitwork' into avinationMelanie2012-10-1722-1206/+2391
| | |\ \ \
| | * | | | Allow the console to be used by gods as well as region owners.Melanie2012-10-171-1/+1
| | | | | |
| | * | | | Fix perms when linking an object. Set root part perms to the permsMelanie2012-10-145-15/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | of the link set to make the build floater behave consistently. Fixes permissions exploit introduced on 23 August.
| | * | | | Allow bypassing perms dialog (console only)Melanie2012-10-141-0/+4
| | | | | |
| | * | | | Make texture sedning use only two threads to make things less harsh on bandwidthMelanie2012-10-141-2/+2
| | | | | |
| | * | | | Remove spammy debug for IMMelanie2012-10-111-3/+3
| | | | | |
| | * | | | Change permissions on child prim inventory items when god mode "forceMelanie2012-10-082-2/+10
| | | | | | | | | | | | | | | | | | | | | | | | permissive" is used.
* | | | | | Merge branch 'ubitwork' of ssh://3dhosting.de/var/git/careminster into ubitworkubit2012-10-281-2/+1
|\ \ \ \ \ \ | |/ / / / /
| * | | | | revert last changeUbitUmarov2012-10-281-2/+1
| | | | | |
* | | | | | Merge branch 'ubitwork' of ssh://3dhosting.de/var/git/careminster into ubitworkubit2012-10-281-1/+2
|\ \ \ \ \ \ | |/ / / / /
| * | | | | fix ode timingUbitUmarov2012-10-281-1/+2
| | | | | |
* | | | | | Merge branch 'ubitwork' of ssh://3dhosting.de/var/git/careminster into ubitworkubit2012-10-281-0/+1
|\ \ \ \ \ \ | |/ / / / /
| * | | | | minor changeUbitUmarov2012-10-281-0/+1
| | | | | |
* | | | | | Merge branch 'ubitwork' of ssh://3dhosting.de/var/git/careminster into ubitworkubit2012-10-281-8/+13
|\ \ \ \ \ \ | |/ / / / /
| * | | | | test limit ode exec time by time not number of loops doneUbitUmarov2012-10-281-8/+13
| | | | | |
* | | | | | Merge branch 'ubitwork' of ssh://3dhosting.de/var/git/careminster into ubitworkubit2012-10-281-0/+2
|\ \ \ \ \ \ | |/ / / / /
| * | | | | more debugUbitUmarov2012-10-281-0/+2
| | | | | |
* | | | | | Merge branch 'ubitwork' of ssh://3dhosting.de/var/git/careminster into ubitworkubit2012-10-281-1/+1
|\ \ \ \ \ \ | |/ / / / /
| * | | | | remove pre physics build testingUbitUmarov2012-10-281-1/+1
| | | | | |
* | | | | | Merge branch 'ubitwork' of ssh://3dhosting.de/var/git/careminster into ubitworkubit2012-10-281-1/+9
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Add some extra debug on scene closeUbitUmarov2012-10-281-1/+9
| | | | | |
* | | | | | Merge branch 'ubitwork' of ssh://3dhosting.de/var/git/careminster into ubitworkubit2012-10-202-1/+3
|\ \ \ \ \ \ | |/ / / / /
| * | | | | bug fixUbitUmarov2012-10-202-1/+3
| | | | | |
* | | | | | Merge branch 'ubitwork' of ssh://3dhosting.de/var/git/careminster into ubitworkubit2012-10-192-23/+105
|\ \ \ \ \ \ | |/ / / / /
| * | | | | UbitOde stop doing a copy of the asset data using just the reference toUbitUmarov2012-10-191-2/+3
| | |_|_|/ | |/| | | | | | | | | | | | | it. It costs a lot of cpu and doesn't seem all that usefull.
| * | | | [UNTESTED] core Ode: let broken mesh physical prims collide with land asUbitUmarov2012-10-191-6/+11
| | |_|/ | |/| | | | | | | | | | the defaul basic box so they don't go off world.
| * | | [UNTESTED] core Ode: stop trying to load a broken asset. Make brokenUbitUmarov2012-10-191-21/+97
| | | | | | | | | | | | | | | | assets behave like phantom by Nebadon request
* | | | Merge branch 'ubitwork' of ssh://3dhosting.de/var/git/careminster into ubitworkubit2012-10-181-3/+4
|\ \ \ \ | |/ / /
| * | | extend coment to include all unused SOG CheckSculptAndLoad()UbitUmarov2012-10-181-3/+4
| | |/ | |/|
* | | Merge branch 'ubitwork' of ssh://3dhosting.de/var/git/careminster into ubitworkubit2012-10-161-1/+1
|\ \ \ | |/ /
| * | coment a debug warningUbitUmarov2012-10-161-1/+1
| | |
* | | Merge branch 'ubitwork' of ssh://3dhosting.de/var/git/careminster into ubitworkubit2012-10-163-67/+82
|\ \ \ | |/ /
| * | fixesUbitUmarov2012-10-163-67/+82
| | |
* | | Merge branch 'ubitwork' of ssh://3dhosting.de/var/git/careminster into ubitworkubit2012-10-131-0/+2
|\ \ \ | |/ /
| * | missing fileUbitUmarov2012-10-131-0/+2
| | |
* | | Merge branch 'ubitwork' of ssh://3dhosting.de/var/git/careminster into ubitworkubit2012-10-134-3/+88
|\ \ \ | |/ /
| * | add mesh cache expire on region startup. Expires will be relative toUbitUmarov2012-10-134-3/+88
| | | | | | | | | | | | | | | | | | previus expire (assumed done only once at startup). File 'cntr' on cache folder stores time. Deleting it will force a skip on expire. Default time is 48hours before previus startup to account for failed ones etc.
* | | Merge branch 'ubitwork' of ssh://3dhosting.de/var/git/careminster into ubitworkubit2012-10-132-11/+21
|\ \ \ | |/ /
| * | retouch mesh idsUbitUmarov2012-10-132-11/+21
| | |