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
/
Environment
/
Modules
/
World
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2008-12-10
* Apply the other patch from http://opensimulator.org/mantis/view.php?id=2315
Justin Clarke Casey
1
-6
/
+6
2008-12-09
* Apply terrain flip patch from http://opensimulator.org/mantis/view.php?id=2315
Justin Clarke Casey
1
-0
/
+46
2008-12-09
* minor: remove some old logging messages
Justin Clarke Casey
1
-4
/
+0
2008-12-04
* Put in the code necessary to allow inventory transfer of whole folders (and...
Justin Clarke Casey
1
-0
/
+3
2008-12-03
Fixes Mantis#2744: Permissions returned false for resetting scripts in
Homer Horwitz
1
-0
/
+6
2008-12-01
Fix Mantis#2527. Permissions returned false for editing non-root SOPs. Now,
Homer Horwitz
1
-0
/
+8
2008-12-01
Mantis #2729
Melanie Thielker
1
-0
/
+10
2008-11-29
Finally make attachments stay put. Randomize local ID generation to
Melanie Thielker
1
-1
/
+6
2008-11-27
Thank you kindly, Nlin for a patch that:
Charles Krinke
1
-0
/
+10
2008-11-24
* Removed more locks on Entities
Adam Frisby
1
-7
/
+4
2008-11-24
* Swaps Scene.Entities Dictionary for EntityManager.
Adam Frisby
1
-1
/
+1
2008-11-22
Update svn properties, minor formatting cleanup.
Jeff Ames
1
-1
/
+1
2008-11-22
First stage group permissions plumbing
Melanie Thielker
1
-0
/
+5
2008-11-22
Mantis #2442
Melanie Thielker
1
-2
/
+11
2008-11-21
Refactor: Scene.ExternalChecks -> Scene.Permissions. Also make all
Melanie Thielker
5
-61
/
+61
2008-11-21
* refactor: Rip out SOP inventory from the partial into a separate class
Justin Clarke Casey
1
-3
/
+3
2008-11-21
Fully implement object return from the parcel dialog
Melanie Thielker
2
-15
/
+57
2008-11-21
Allow selecting group objects and selecting objects by owner from the
Melanie Thielker
1
-0
/
+5
2008-11-21
Plumb in the list if user IDs to the land module to allow selection
Melanie Thielker
2
-6
/
+6
2008-11-19
* Add just enough to allow the scene presences test to establish a new user c...
Justin Clarke Casey
1
-2
/
+0
2008-11-19
Mantis#2638. Thank you kindly, Sacha Magne for a patch that:
Charles Krinke
1
-0
/
+1
2008-11-19
Reapply r7369 r7367 r7366 r7370 r7381. This brings it back up to the new
Melanie Thielker
2
-58
/
+58
2008-11-19
Reverting the texture sending patch and the new libOMV. This makes this
Melanie Thielker
2
-58
/
+58
2008-11-17
Make newly created prims be the correct group
Melanie Thielker
1
-1
/
+1
2008-11-17
* Update libOMV to r2359. This is necessary for the progressive texture patch
Justin Clarke Casey
2
-58
/
+58
2008-11-17
* Add allowed_script_editors to OpenSim.ini in the same fashion as allowed_sc...
Justin Clarke Casey
1
-9
/
+12
2008-11-17
* refactor: move user set permissions parsing code into a separate method rea...
Justin Clarke Casey
1
-39
/
+99
2008-11-17
Correct prim counts for group land. Correct MessageTransferModule startup
Melanie Thielker
1
-2
/
+3
2008-11-16
Remove a redundant parameter
Melanie Thielker
1
-1
/
+1
2008-11-16
Megapatch. Completely remove the multiparameter IM methods. Remove the insecure
Melanie Thielker
1
-3
/
+4
2008-11-16
Add group prim count support to land properties
Melanie Thielker
1
-1
/
+7
2008-11-14
* test: Add scene root agent test stub, since I'll be picking up with somethi...
Justin Clarke Casey
1
-2
/
+0
2008-11-14
* minor: remove mono compiler warnings
Justin Clarke Casey
1
-4
/
+4
2008-11-14
* Allow new script creation to be locked down to only gods if specified in Op...
Justin Clarke Casey
1
-9
/
+58
2008-11-14
Reapplying a revised version of Christopher Yeoh's (IBM) patch for allow
Melanie Thielker
1
-1
/
+6
2008-11-14
* Switch default permissions back to false (so they are not on) as they were ...
Justin Clarke Casey
1
-5
/
+1
2008-11-14
* Hook up create new object event in the permissions module
Justin Clarke Casey
1
-1
/
+2
2008-11-14
* Implements terrain raw upload. You can now upload your .raw terrain files ...
Teravus Ovares
3
-0
/
+246
2008-11-14
reverting #7295, as it still fails a test case (as pointed out very
Dr Scofield
1
-1
/
+1
2008-11-14
From: Christopher Yeoh <cyeoh@au1.ibm.com>
Dr Scofield
1
-1
/
+1
2008-11-14
More groups plumbing
Melanie Thielker
1
-0
/
+12
2008-11-13
* Rename all the previous methods to be User rather than Avatar (for extra bo...
Justin Clarke Casey
1
-8
/
+8
2008-11-13
* Add
Justin Clarke Casey
1
-4
/
+64
2008-11-13
* refactor: rename object inventory permission checks to distinguish between ...
Justin Clarke Casey
1
-7
/
+6
2008-11-13
* First part of a series of patches
Justin Clarke Casey
1
-7
/
+22
2008-11-13
* Attempt to make OpenSim.ini.example a bit more readable by
Justin Clarke Casey
1
-506
/
+506
2008-11-12
* test: Add basic synchronous object remove test
Justin Clarke Casey
1
-2
/
+4
2008-11-12
* refactor: as per a recent opensim-dev thread, rename InnerScene to SceneGra...
Justin Clarke Casey
2
-2
/
+2
2008-11-11
Prevent pieces from other people's HUDs from displaying at the center of
Melanie Thielker
1
-2
/
+2
2008-11-11
Allow gods to terraform without limits. Respect the Allow Others To
Melanie Thielker
2
-7
/
+9
[next]