Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2008-07-14 | Patch #9147 | Melanie Thielker | 3 | -66/+84 | |
Patch #4 of the region settings series. Partial functionality of the new storage system. More patches to follow. | |||||
2008-07-13 | * Actually persist restored archives to the database - wasn't actually doing ↵ | Justin Clarke Casey | 3 | -8/+19 | |
this before (doh) * Not quite perfect yet | |||||
2008-07-12 | * Elminate most of the debugging log output from the archive commands | Justin Clarke Casey | 5 | -33/+35 | |
2008-07-12 | * On archive loading, tell the user how many objects we are ignoring because ↵ | Justin Clarke Casey | 3 | -8/+19 | |
they already exist in the scene * (ability to give objects new uuids will come later) | |||||
2008-07-12 | * Make archive default tar file modes more permissive | Justin Clarke Casey | 1 | -1/+1 | |
2008-07-12 | * Remove warning | Justin Clarke Casey | 1 | -1/+1 | |
2008-07-12 | * Start compressing archives | Justin Clarke Casey | 4 | -34/+30 | |
2008-07-12 | Mantis#1681. Thank you kindly, Vytek for a patch that: | Charles Krinke | 1 | -8/+179 | |
Adds additional support for llEmail(). | |||||
2008-07-12 | Mantis#1718. Thank you kindly, Mircea for a patch that: | Charles Krinke | 1 | -9/+17 | |
Adds some IRC bridge improvement. | |||||
2008-07-12 | Patches #9143 and #9144 (Mantis #1723) | Melanie Thielker | 1 | -1/+1 | |
Changes the permissions module to make scripts permissive only when intended Adds security checks to asset transfers to prevent hacked clients fron requesting script sources. Adds security checks to llClientView to verify all aspects of ownership and permissions for inventory based script retrieval. | |||||
2008-07-11 | * Oops, turn off permissions debugging I stupidly hardcoded | Justin Clarke Casey | 1 | -1/+1 | |
2008-07-11 | * Put an info entry in the log if permissions are being bypassed | Justin Clarke Casey | 1 | -1/+10 | |
* might help to diagnose mantis 1712 | |||||
2008-07-11 | trying to fix mantis #1711. | Dr Scofield | 1 | -5/+12 | |
2008-07-09 | Mantis#1127. Thank you kindly, Grumly57 for a patch that: | Charles Krinke | 1 | -1/+1 | |
Addresses HTTP_METHOD parameter does not work for POST requests. | |||||
2008-07-09 | corrected the params types on IClientAPI.SendParcelMediaCommand. the command ↵ | MW | 1 | -1/+1 | |
parameter should be set to the the ParcelMediaCommandEnum value. While flags seems to need to be set to (uint)(1<<[value of the command enum]) | |||||
2008-07-08 | * Don't fail the archive operation if exceptions are encountered while ↵ | Justin Clarke Casey | 1 | -34/+42 | |
analyzing prims | |||||
2008-07-08 | * Added experimental SendParcelMediaCommand and SendParcelMediaUpdate to ↵ | lbsa71 | 1 | -1/+11 | |
IClientAPI. These methods have not been tested, but feel free to start wiring them to llParcelMediaCommandList. | |||||
2008-07-08 | * Changed casing of some archaic methods to conform with code standards | lbsa71 | 4 | -25/+25 | |
2008-07-07 | * Start scripts loaded from an archive | Justin Clarke Casey | 4 | -9/+24 | |
2008-07-07 | * switch terrain archiving to raw32 rather than png to avoid unnecessary ↵ | Justin Clarke Casey | 1 | -1/+1 | |
posterization. Thanks to Adam for the tip. | |||||
2008-07-06 | * In archiver, scan scripts for embedded asset uuids and save these out | Justin Clarke Casey | 1 | -1/+39 | |
2008-07-06 | * refactor: archiver code clean up so that it's more readable for the next ↵ | Justin Clarke Casey | 1 | -20/+43 | |
functionality addition | |||||
2008-07-06 | Copyright notices and formatting cleanup. | Jeff Ames | 1 | -12/+39 | |
2008-07-04 | * extend archiving asset analysis to clothing | Justin Clarke Casey | 1 | -9/+9 | |
2008-07-04 | * On archiving, analyze body parts and save textures referenced from them | Justin Clarke Casey | 1 | -1/+20 | |
2008-07-04 | * refactor: break out archiver's combined sync-async asset request routine ↵ | Justin Clarke Casey | 1 | -25/+37 | |
ready for analysis of inventory item types other than objects | |||||
2008-07-03 | * On client login, send only one terrain patch at a time (with pauses) ↵ | Justin Clarke Casey | 2 | -4/+10 | |
instead of 4 at a time * Certain terrains which are fine went patches are sent singly cause a libsecondlife failure when patches are sent in batches * See http://opensimulator.org/mantis/view.php?id=1662 for more details | |||||
2008-07-03 | *.Raw files should now be loadable using "terrain load-tile" functionality | mingchen | 1 | -2/+61 | |
2008-07-03 | Mantis#1658. Thank you, Melanie for a patch that: | Charles Krinke | 1 | -0/+90 | |
Adds IEmailModule and a module skelaton | |||||
2008-07-03 | *Parcel Claim date is no longer Epoch (Jan 1, 1970). Now shows the actual ↵ | mingchen | 1 | -1/+2 | |
creation/reclaim/sale date. | |||||
2008-07-02 | * Allow archiver to operate even if there are 0 scene objects to save | Justin Clarke Casey | 2 | -18/+14 | |
2008-07-02 | * Start writing out control file in archive. Only contains version ↵ | Justin Clarke Casey | 2 | -1/+36 | |
information right now. | |||||
2008-07-02 | * Twiddle with archive asset extensions yet again | Justin Clarke Casey | 2 | -45/+45 | |
* Reintroducing asset type but this time in a long form, and with _ rather than . | |||||
2008-07-02 | * Drop InvType from the assets table since it is no longer used | Justin Clarke Casey | 1 | -3/+0 | |
* Migration should be automatic on sqlite and mysql * Migration is not automatic on mssql, you will need to drop the invType column manually * Migration should be fine, but as for any db change, I would recommend making sure you have backups before moving past this revision | |||||
2008-07-01 | Added "save-prims-xml2 <PrimName> <FileName>", as we were lacking a method ↵ | MW | 3 | -4/+21 | |
to save a single primitive or small group of them. This command will save all prims in the current scene that name matches the "PrimName" parameter. The saved file is in standard xml2 format, so can be loaded using load-xml2 | |||||
2008-06-30 | attempt to expire out old dynamic textures, so they don't grow forever. | Sean Dague | 1 | -2/+7 | |
2008-06-30 | properly explaining each #pragma warning disable | Dr Scofield | 2 | -6/+11 | |
massaging OSHttpRequestPump to not abort on exceptions... | |||||
2008-06-29 | * Reload terrain from archive if there is one | Justin Clarke Casey | 1 | -5/+31 | |
2008-06-29 | * Save terrain information in archive | Justin Clarke Casey | 3 | -3/+32 | |
* Not yet reloading * Terrain saving will be optional a little further down the line | |||||
2008-06-29 | * Allow terrains to be loaded and saved from streams as well as directly to ↵ | Justin Clarke Casey | 12 | -44/+264 | |
and from files * Should be making use of this in the next revisions | |||||
2008-06-28 | Mantis#1616. Applied Melanie's patch. This may or may | Charles Krinke | 2 | -1/+8 | |
not break trunk. | |||||
2008-06-28 | * Various documentation to some black magic parts of LLClientView | Teravus Ovares | 1 | -0/+4 | |
* Added IClientAPI.SendTexture stub. | |||||
2008-06-27 | last round of warning squashing. calling it a day now. | Dr Scofield | 4 | -21/+25 | |
2008-06-27 | more warnings to go. | Dr Scofield | 5 | -23/+35 | |
2008-06-27 | * Experiment with not bothering with a seperate assets metadata file - ↵ | Justin Clarke Casey | 3 | -32/+69 | |
extract necessary minimum metadata from asset filenames * Make all file extensions single - double extensions look ugly and probably aren't good for Windows | |||||
2008-06-27 | move along, nothing to see here. just a couple of lazy variables. | Dr Scofield | 4 | -9/+13 | |
2008-06-27 | dr scofield's continuing warnings safari: | Dr Scofield | 2 | -2/+3 | |
* code caught lingering around with no real purpose other than causing warnings will be taken down. | |||||
2008-06-27 | * fix a bug where I was assuming all entities would be SceneObjectGroups - ↵ | Justin Clarke Casey | 2 | -11/+18 | |
of course, some are ScenePresences * would be nice to have a separate list in InnerScene in the future since a lot of methods end up screen entities for SOGs | |||||
2008-06-27 | * refactor: fission InnerScene.AddSceneObject() | Justin Clarke Casey | 1 | -1/+1 | |
2008-06-27 | * Add extra backup parameter to InnerScene.AddRestoredSceneObject() | Justin Clarke Casey | 1 | -1/+1 | |