Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2008-07-03 | add a couple of LL conversion properties to SOP. I'll wait to clean | Sean Dague | 4 | -29/+187 | |
up the sit target usage until the sit target fix patch goes in, but it should be cleaned. Get prims table mappings to the point where nhibernate likes them enough to start. Remove field from asset mapping so it will start | |||||
2008-07-03 | playing with multicolumn mapping of vectors using a custom type | Sean Dague | 3 | -1/+170 | |
2008-07-03 | Mantis#1654. Thank you kindly, Matth for a patch that: | Charles Krinke | 4 | -32/+34 | |
Updates llGetPrimitiveParams() and associated files. | |||||
2008-07-03 | Mantis#1653. Thank you kindly, Vytek for a patch that: | Charles Krinke | 1 | -2/+1 | |
Implements llGetTimeOfDay(). | |||||
2008-07-03 | Update svn properties. | Jeff Ames | 2 | -15/+15 | |
2008-07-03 | *Parcel Claim date is no longer Epoch (Jan 1, 1970). Now shows the actual ↵ | mingchen | 2 | -2/+3 | |
creation/reclaim/sale date. | |||||
2008-07-03 | Mantis#1652. Thank you, Melanie for a patch that: | Charles Krinke | 1 | -7/+463 | |
Applies the patch to LSL_Api.cs | |||||
2008-07-02 | Mantis#1649. Thank you kindly, Matth for a patch that: | Charles Krinke | 1 | -7/+463 | |
This patch adds the ability to set the prim type using llSetPrimitiveParams(). Seems to work ok, but there are a staggering number of cases to test, so I have not yet tested them all. | |||||
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 | property encapsulation for SOP | Sean Dague | 4 | -103/+247 | |
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 | Adds experimental Meshmerizer support for "prim torture" effects of sphere ↵ | Dahlia Trimble | 2 | -5/+21 | |
dimple on prim types box, cylinder, and prism | |||||
2008-07-02 | * Drop InvType from the assets table since it is no longer used | Justin Clarke Casey | 13 | -45/+25 | |
* 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-02 | Mantis#1647. Thank you kindly, Sempuki for a patch that: | Charles Krinke | 1 | -5/+70 | |
attached patch adds support to constrain the number of plugins that can be loaded per extension point. | |||||
2008-07-02 | Mantis#1648. Thank you, Melanie for a patch that: | Charles Krinke | 3 | -3/+27 | |
Fix a script Xengine deadlock/hang if llResetScript is used in changed() | |||||
2008-07-02 | From: Alan M Webb <awebb@vnet.ibm.com> | Dr Scofield | 6 | -0/+4524 | |
This adds REST services for inventory access. It also allows inventory uploads. | |||||
2008-07-01 | Mantis#1643. Thank you Melanie for a patch that: | Charles Krinke | 1 | -0/+6 | |
In the new runtime, there is a flag to diable all os* comamnds. The implementation of osGetScriptEngineName ignored it. This patch fixes this. | |||||
2008-07-01 | merge rotational and angular velocity | Sean Dague | 1 | -22/+13 | |
2008-07-01 | Added "save-prims-xml2 <PrimName> <FileName>", as we were lacking a method ↵ | MW | 6 | -4/+58 | |
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-07-01 | Mantis#1640. Thank you, Chernega for a patch that addresses: | Charles Krinke | 1 | -2/+7 | |
It would appear that calling llResetScript() in state_entry() causes deadlock of region. Probably due to llResetScript calling state_entry again. llResetScript should see who called it, and not recall state_entry() after a state/variable reset. Once this script is in a prim, the region/world/debug/script window shows it consuming the server (from 2,400 to 800,000 milliseconds). | |||||
2008-07-01 | Mantis#1641. Thank you, Lulurun for a patch that addresses: | Charles Krinke | 1 | -2/+2 | |
The 1st "GetAvatarAppearance" *always* fails and returns default avatarappearance. Avatarappearance seems to be working well because the 2nd "GetAvatarAppearance" gets the right appearance. | |||||
2008-07-01 | making XmlRpcs of RemoteController more robust; this fixes mantis #1467 | Dr Scofield | 1 | -17/+23 | |
2008-07-01 | From: kurt taylor (krtaylor) | Dr Scofield | 7 | -0/+67 | |
Another new OSSL function for returning the name of the script engine currently running, osGetScriptEngineName, added to both DotNet and XEngine OSSL API. | |||||
2008-07-01 | Mantis#1639. Thank you, Melanie for a patch that: | Charles Krinke | 3 | -5/+213 | |
Reads estate_settings.xml and populates the database from it. If there is no record, just passes the defaults to the application. | |||||
2008-06-30 | attempt to expire out old dynamic textures, so they don't grow forever. | Sean Dague | 1 | -2/+7 | |
2008-06-30 | add the ability to cherry pick expire something from the asset | Sean Dague | 1 | -0/+24 | |
cache. Bandaid until we rethink the caches a bit more. | |||||
2008-06-30 | Mantis#1637. Thank you kindly, Melanie for a patch that: | Charles Krinke | 4 | -34/+64 | |
Make each region load it's settings from the database on startup. No user functionality yet. | |||||
2008-06-30 | Update svn properties. | Jeff Ames | 2 | -135/+135 | |
2008-06-30 | properly explaining each #pragma warning disable | Dr Scofield | 16 | -133/+158 | |
massaging OSHttpRequestPump to not abort on exceptions... | |||||
2008-06-30 | disables spam-like debugging messages inadvertently left on in last commit ↵ | Dahlia Trimble | 1 | -1/+1 | |
(oops) | |||||
2008-06-30 | Corrects Meshmerizer orientation of profile cut angles for ring type prim | Dahlia Trimble | 1 | -2/+9 | |
2008-06-30 | Corrects meshmerizer profile cut angle orientation for tube type prims | Dahlia Trimble | 1 | -0/+7 | |
2008-06-29 | disabled the multiple inventory server support in login service again. | MW | 4 | -138/+68 | |
And reverted CachedUserInfo back to revision 5262. I don't think most of the inventory problems that people are reporting are due to these, but its easier to deal with one set of potential problems at a time, and I'm not going to get any time in the week to work on this anyway. | |||||
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 | Add minor comments. | Charles Krinke | 1 | -0/+3 | |
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-29 | * Fix for http://opensimulator.org/mantis/view.php?id=1512 | Justin Clarke Casey | 2 | -19/+95 | |
* Introduce experimental wait timeout checking to mysql region datastore code * This should mean that if the mysql connection has timed out, we should automatically reconnect and not fail or drop queries on region database manipulations | |||||
2008-06-29 | added patch 1633, thanks Melanie. | MW | 1 | -5/+14 | |
Although I think a bit of abstraction needs to be done to make it easy to override the deleting off the inventory item when rezzing a object. | |||||
2008-06-29 | patch from mantis #1632, thanks Melanie | MW | 3 | -8/+17 | |
2008-06-29 | patch and files from mantis #1630, Thanks Melanie | MW | 10 | -2/+600 | |
2008-06-29 | couple of small fixes to try to fix support for multiple inventory servers ↵ | MW | 2 | -6/+18 | |
in the loginservice | |||||
2008-06-29 | * Syncs the current revision XML Schema(xsd) to the XML Schema of revision 5251. | Teravus Ovares | 2 | -230/+254 | |
* This should resolve creating content, taking it, and being able to rez it again. | |||||
2008-06-28 | small change to see if that helps with the inventory problems. | MW | 1 | -1/+1 | |
2008-06-28 | more disabling multiple inventory server support in LoginService | MW | 1 | -2/+2 | |
2008-06-28 | disabled multiple Inventory server support in loginservice until I get more ↵ | MW | 1 | -4/+4 | |
time to look into the problems people are having. | |||||
2008-06-28 | small fix | MW | 1 | -1/+1 | |
2008-06-28 | Mantis#1626. Thank you kindly, Melanie for a patch that: | Charles Krinke | 2 | -3/+3 | |
Fixes IAvatarService for grid and standalone modes | |||||
2008-06-28 | Altered prim description/debugging message code to be more warning friendly | Dahlia Trimble | 1 | -33/+33 | |