Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Change SQLite argument marker from the more standard '@' to the ':' supported | Melanie Thielker | 2008-07-19 | 1 | -30/+30 | |
| | | | | | | but earlier versions of the SQLite dll | |||||
* | Mantis#1785. Thank you kindly, Junta_Kohime for a patch that" | Charles Krinke | 2008-07-19 | 2 | -5/+62 | |
| | | | | | | | | | | llAxes2Rot now implemented. Important note: quaternion <x,y,z,s> is equal to <-x,-y,-z,-s>. The result may be different from LSL output, but it is correct. A problem of rounding caused an error of square rooting of zero as negative number, corrected by squaring again. Function tested 360° along 3 axes. Vector fwd, left and up have to be normalized. | |||||
* | Update svn properties. Fix some inconsistent newlines. | Jeff Ames | 2008-07-19 | 3 | -301/+301 | |
| | ||||||
* | Quick fix to make the estate ban list effective again, when the region | Melanie Thielker | 2008-07-19 | 1 | -0/+2 | |
| | | | | | | | | crossing is also a sim crossing. Prevents the CAPS handler from being set up for a banned user,making them redmap out. Dirty hack, temporary until I can work out how to do it right. | |||||
* | Fix prim link numbers (Mantis #1781) | Melanie Thielker | 2008-07-19 | 7 | -47/+148 | |
| | | | | | | | | | | | Implements additional unlink modes (unlink root prim from link set, some multi-set operations). Linking (single and mutiple) fully implemented. Consistent numbering of links while in world. Link/delink with predictable link numbering. Correct link numbers in LSL. Not all multi-set ops implemented. Link numbers still change when taken and re-rezzed. | |||||
* | Introduce a separate connection string for estates, which defaults to the one gi | Melanie Thielker | 2008-07-18 | 11 | -96/+20 | |
| | | | | | | ven for the region datastore. Removes the flag to store prim inventories, which are now always stored. | |||||
* | Patch to fix saving of estate managers list loaded during migration. | Melanie Thielker | 2008-07-18 | 4 | -7/+8 | |
| | | | | | | | No longer teleports an agent home unless their root agent is being banned. Visual blocking is still in effect. | |||||
* | pulling query handling through the handlers. adding (non-functional, | Dr Scofield | 2008-07-18 | 2 | -2/+4 | |
| | | | | | | | | | work-in-progress) HttpHandler. NOTE: non-active code. does not glow in the dark. non-combustible. | |||||
* | Mantis#1778. Thank you kindly, Junta_Kohime for a patch that: | Charles Krinke | 2008-07-18 | 2 | -4/+61 | |
| | | | | | | | llRot2Left and llRot2Up functions modified, using fast algebric calculations instead of vectors and quaternions products. The accuracy is the same. Normalization is now implemented. | |||||
* | Patch adds bool IsManager(LLUUID) to IEstateModule. | Melanie Thielker | 2008-07-18 | 2 | -0/+13 | |
| | | | | | | | | Returns true whenever the LLUUID references a user who is either an EM or the region owner. Please note that ownership is region-scoped, while EM is estate-scoped. | |||||
* | fixing copy & paste artefact. | Dr Scofield | 2008-07-18 | 1 | -2/+2 | |
| | ||||||
* | add some locks back into the sqlite asset path, as something changed | Sean Dague | 2008-07-18 | 1 | -49/+56 | |
| | | | | | | | that is causing a lot of out of order execution on asset fetches on multi region sims. | |||||
* | simplifying OSHTtpHandler (a bit), adding query string matching, | Dr Scofield | 2008-07-18 | 3 | -120/+118 | |
| | | | | | | | | | adapting OSHttpXmlRpcHandler accordingly. NOTE: this code is not live. | |||||
* | remove all the odd quoting, on the off chance this was causing some | Sean Dague | 2008-07-18 | 1 | -90/+90 | |
| | | | | | | of the issue. | |||||
* | put the entire thing inside a transaction. This probably doesn't | Sean Dague | 2008-07-18 | 1 | -0/+4 | |
| | | | | | | help much, but it might. | |||||
* | fix typo in create index that caused the entire migration to fail. | Sean Dague | 2008-07-18 | 1 | -1/+12 | |
| | | | | | | | | put some drop table if exist clauses in here to hopefully let this migration work for people that are in an intermediary broken state right now. | |||||
* | found a better pattern for SaveOrUpdate with nhibernate | Sean Dague | 2008-07-18 | 2 | -52/+49 | |
| | | | | | | cleaned up the asset path a bit | |||||
* | * refactor: break out sog loading code into two parts so that ↵ | Justin Clarke Casey | 2008-07-18 | 5 | -24/+22 | |
| | | | | post-deserialization changes can be carried out before adding it to a scene | |||||
* | force Culture to en-US in BaseHttpserver.HandleRequest() --- this | Dr Scofield | 2008-07-18 | 1 | -0/+3 | |
| | | | | | | | fixes mantis #1748 and #1771. | |||||
* | additional patterns for .hgignore | Dr Scofield | 2008-07-18 | 1 | -0/+5 | |
| | ||||||
* | remove NHPrim, this turned out to be a bad idea | Sean Dague | 2008-07-18 | 1 | -46/+0 | |
| | ||||||
* | * Fix http://opensimulator.org/mantis/view.php?id=1761 | Justin Clarke Casey | 2008-07-18 | 2 | -2/+2 | |
| | | | | | | * Now llGetLinkNumber() returns 0 if the prim is not linked, instead of 1 | |||||
* | * Try new ruth avatar settings correction suggested by jenni in ↵ | Justin Clarke Casey | 2008-07-18 | 1 | -1/+1 | |
| | | | | | | | | http://opensimulator.org/mantis/view.php?id=1769 * Thanks jenni | |||||
* | squashing further warnings. | Dr Scofield | 2008-07-18 | 3 | -21/+21 | |
| | ||||||
* | fixing warnings in EstateSettings and correcting coding style: | Dr Scofield | 2008-07-18 | 1 | -20/+20 | |
| | | | | | | | | | | * warning was: OpenSim/Framework/EstateSettings.cs(277): warning CS0472: The result of comparing `libsecondlife.LLUUID' against null is always `false'. This operation is undocumented and it is temporary supported for compatibility reasons only * coding style: space before flow control statements please! http://blogs.msdn.com/brada/articles/361363.aspx | |||||
* | Commented out a readline that was preventing the sim from shutting down in ↵ | Dahlia Trimble | 2008-07-18 | 1 | -1/+1 | |
| | | | | some cases | |||||
* | Implement cast to LSL_Types.LSLInteger from double. Fix issue 1770. | Mike Mazur | 2008-07-18 | 2 | -0/+10 | |
| | ||||||
* | Thanks, sempuki, for a patch that moves all grid plugins to new PluginLoader ↵ | Mike Mazur | 2008-07-18 | 16 | -208/+314 | |
| | | | | (issue 1763). | |||||
* | Make scripts LSL compliant. | Mike Mazur | 2008-07-18 | 3 | -80/+81 | |
| | ||||||
* | masks MySQL password from console startup messages | Dahlia Trimble | 2008-07-18 | 2 | -3/+47 | |
| | ||||||
* | Patch #9151 | Melanie Thielker | 2008-07-18 | 27 | -809/+1568 | |
| | | | | | | Makes the estate dialog fully functional. Implements all client facing functionality. Moves estate data from estate_settings.xml, which is used to provide defaults, to the region data store. Creates one estate for each region, and places the region in it. Converts all region bans to estate bans. | |||||
* | added region port number to output of "show regions" command | Dahlia Trimble | 2008-07-18 | 1 | -1/+1 | |
| | ||||||
* | Treat LSL_Types as special cases in llList2Integer and llList2Float. This ↵ | Mike Mazur | 2008-07-18 | 3 | -0/+37 | |
| | | | | could be implemented many other places, but let's do that on a case-by-case basis. | |||||
* | Mantis#1768. Thank you kindly, Junta_Kohime for a patch that: | Charles Krinke | 2008-07-18 | 2 | -2/+30 | |
| | | | | | | | llRot2Fwd function modified, using fast algebric calculations instead of vectors and quaternions products. The accuracy is the same. Normalization is now implemented. | |||||
* | refactor - commenting out needsMeshing() and all references as createMesh() ↵ | Dahlia Trimble | 2008-07-18 | 2 | -179/+297 | |
| | | | | has the same logic and obsoletes the need for it. | |||||
* | fix build break | Sean Dague | 2008-07-17 | 1 | -1/+1 | |
| | ||||||
* | terrain is close to working, but I still end up at the bottom of the sea | Sean Dague | 2008-07-17 | 3 | -17/+25 | |
| | | | | | | right now. | |||||
* | need to synchronize the terrain updates | Sean Dague | 2008-07-17 | 1 | -4/+6 | |
| | ||||||
* | first pass at Terrain implementation | Sean Dague | 2008-07-17 | 4 | -13/+44 | |
| | ||||||
* | add a Terrain object for the purpose of mapping. This may make sense | Sean Dague | 2008-07-17 | 2 | -0/+129 | |
| | | | | | | | to stick up in framework later, but for now we'll just keep it close to the data. | |||||
* | if no texture, make it plywood | Sean Dague | 2008-07-17 | 1 | -1/+2 | |
| | ||||||
* | add plywood texture as a constant, as we need it in a couple of places | Sean Dague | 2008-07-17 | 1 | -0/+1 | |
| | | | | | | and it's super cryptic to have random UUIDs hanging out. | |||||
* | Mantis#1598. Thank you kindly, Matth for a patch that addresses: | Charles Krinke | 2008-07-17 | 2 | -55/+105 | |
| | | | | | | | | | | | The previous implementation of llEuler2Rot was not mathematically incorrect, but it was an awkward way of posing the problem that led to a few degenerate cases which were not handled correctly - for example, PI rotations around X and Z axes were wrong. I put some comments in the source about how I arrived at the current implementation, which I think is easier to read, and gives results that match SL. | |||||
* | Revert "git merge" | Sean Dague | 2008-07-17 | 4 | -5/+69 | |
| | | | | | | This reverts commit 80e1c3742a3ba7eb9aa1686a242b36f64331095a. | |||||
* | git merge | Sean Dague | 2008-07-17 | 4 | -69/+5 | |
| | ||||||
* | finish NHibernate mapping for prims, and it even seems to work | Sean Dague | 2008-07-17 | 1 | -1/+20 | |
| | ||||||
* | fix the null case for deep copy | Sean Dague | 2008-07-17 | 1 | -2/+10 | |
| | ||||||
* | more safety checks | Sean Dague | 2008-07-17 | 1 | -1/+7 | |
| | ||||||
* | add a null check for safety | Sean Dague | 2008-07-17 | 1 | -0/+3 | |
| | ||||||
* | got basic region object saves working time for lunch | Sean Dague | 2008-07-17 | 1 | -1/+29 | |
| |