aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | Fixing a few compile errors in the previous commitJohn Hurliman2009-10-069-11/+0
* | | | | | | | | * Continued work on the new LLUDP implementation. Appears to be functioning, ...John Hurliman2009-10-0613-2116/+1028
* | | | | | | | | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim into htb-thr...John Hurliman2009-10-0515-112/+206
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /
| * | | | | | | | Make sure that keys exist in arrays before trying to access them.Michael Cortez2009-10-051-3/+9
| * | | | | | | | Ensure the specified imSessionID exists in the DroppedSession collection befo...Michael Cortez2009-10-051-1/+1
| * | | | | | | | Changed the lock object, to see if this helps at all. Also switched the order...Diva Canto2009-10-051-11/+15
| * | | | | | | | * minor: tweak asset cache logging levels downwardsJustin Clark-Casey (justincc)2009-10-054-12/+9
| * | | | | | | | minor: remove mono compile warningJustin Clark-Casey (justincc)2009-10-051-5/+2
| * | | | | | | | GetRegionByPosition: use the cache, Luke.Diva Canto2009-10-052-0/+28
| | |_|_|_|_|_|/ | |/| | | | | |
| * | | | | | | Eliminate pinned Mesh data on managed heap by using IntPtrs to memory allocat...Dan Lake2009-10-053-61/+120
| * | | | | | | only cache mesh if meshing was successfuldahlia2009-10-041-8/+4
| | |_|_|_|_|/ | |/| | | | |
| * | | | | | * KeepAlive set to false in expect_user and log_off.Diva Canto2009-10-041-4/+9
| * | | | | | Merge branch 'master' of ssh://diva@opensimulator.org/var/git/opensimDiva Canto2009-10-041-7/+4
| |\ \ \ \ \ \
| * | | | | | | Reduced locking.Diva Canto2009-10-041-8/+10
* | | | | | | | Beginning work on the new LLUDP implementationJohn Hurliman2009-10-0513-2329/+1816
| |/ / / / / / |/| | | | | |
* | | | | | | * MySQL data tests now pass by fixing a bad fix for a bad cast on the asset L...John Hurliman2009-10-041-7/+4
|/ / / / / /
* | | | | | Guarding a line that is sometimes throwing a null pointer exception.Diva Canto2009-10-041-5/+6
* | | | | | Stream needs to be closed before the file can be moved...Diva Canto2009-10-041-5/+6
* | | | | | Make sure to close the file streams on the FlotsamCache, even if something fa...Diva Canto2009-10-041-4/+12
* | | | | | Trying to avoid the null pointer exception in J2KImage, RunUpdate.Diva Canto2009-10-041-1/+9
* | | | | | flexible extrusion shape defaults to lineardahlia2009-10-041-1/+1
* | | | | | disable physics actors for flexible primsdahlia2009-10-041-3/+4
* | | | | | Exclude sculpt proxies from mesh cachingdahlia2009-10-041-6/+23
* | | | | | Merge branch 'diva-textures-osgrid'Melanie2009-10-0413-24/+24
|\ \ \ \ \ \
| * | | | | | * Creates Util.UTF8 and switches some references of Encoding.UTF8 to Util.UTF...John Hurliman2009-10-0213-24/+24
* | | | | | | Fix my build breakMelanie2009-10-031-2/+2
* | | | | | | Small permissions tweakMelanie2009-10-031-1/+4
* | | | | | | Merge branch 'diva-textures-osgrid'Melanie2009-10-031-126/+88
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | * Removed code that is no longer used with Melanie's queue callback optimizationJohn Hurliman2009-10-021-126/+88
* | | | | | | Merge branch 'diva-textures-osgrid'Melanie2009-10-022-182/+142
|\ \ \ \ \ \ \ | |/ / / / / / | | | | | | / | |_|_|_|_|/ |/| | | | |
| * | | | | * Removed even more unnecessary state variables from J2KImageJohn Hurliman2009-10-022-182/+142
* | | | | | Merge branch 'master' into diva-texturesMelanie2009-10-0218-365/+404
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | reducing script engine log spamdr scofield (aka dirk husemann)2009-10-021-4/+4
| * | | | | - cleaning up LandData/ILandObject capitalization issuesdr scofield (aka dirk husemann)2009-10-0217-361/+400
* | | | | | Merge branch 'diva-textures-osgrid' into diva-texturesMelanie2009-10-023-59/+19
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | * Changed the flush logic to drop packets in non-transactional streams, and t...John Hurliman2009-10-023-59/+19
* | | | | | Merge branch 'master' into diva-texturesMelanie2009-10-02189-4858/+4101
|\ \ \ \ \ \ | |/ / / / / |/| / / / / | |/ / / /
| * | | | Merge branch 'master' of ssh://opensimulator.org/var/git/opensimAdam Frisby2009-10-026-46/+28
| |\ \ \ \
| | * \ \ \ Merge branch 'master' of ssh://melanie@opensimulator.org/var/git/opensimMelanie2009-10-021-12/+19
| | |\ \ \ \
| | * | | | | Revert "* Adding Scale to EntityBase * Fixing the incorrect initialization of...Melanie2009-10-026-46/+28
| | | |_|_|/ | | |/| | |
| * | | | | * Attempting to fix a issue with console commands & the estate module. Again.Adam Frisby2009-10-021-4/+52
| | |/ / / | |/| | |
| * | | | Added messages to assertions in the failing tests, so that we know which ones...Diva Canto2009-10-011-12/+19
| |/ / /
| * | | Removed an innefficent List.Contains lookup from UpdateQueueJames J Greensky2009-09-301-5/+4
| * | | Merge branch 'master' of ssh://opensimulator.org/var/git/opensimJohn Hurliman2009-09-3026-37/+37
| |\ \ \
| | * | | Formatting cleanup.Jeff Ames2009-10-0126-37/+37
| * | | | Merge branch 'master' of ssh://opensimulator.org/var/git/opensimJohn Hurliman2009-09-30187-4967/+4246
| |\ \ \ \ | | |/ / /
| | * | | Formatting cleanup.Jeff Ames2009-10-01134-525/+525
| | * | | Merge branch 'master' of ssh://melanie@opensimulator.org/var/git/opensimMelanie2009-09-302-1/+4
| | |\ \ \
| | | * \ \ Merge branch 'master' of ssh://diva@opensimulator.org/var/git/opensimDiva Canto2009-09-291-1/+1
| | | |\ \ \
| | | * | | | Minor bug fixes.Diva Canto2009-09-292-1/+4