Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Patch by Fly-Man, with modifications. Add more fields to DataSnapshot. | Melanie Thielker | 2008-10-06 | 1 | -11/+36 | |
| | | | | | | This changes yes/no to true/false. Will likely break Metaverseink in some way. | |||||
* | Implements ObjectOwner god mode packet (Set Owner To Me admin option) | Melanie Thielker | 2008-10-06 | 6 | -0/+38 | |
| | ||||||
* | * Green dots on the mainmap for avatar. | Teravus Ovares | 2008-10-06 | 6 | -0/+265 | |
| | | | | | | * Initial implementation * You'll only be able to seen green dots on regions on the map that have been updated. | |||||
* | For symmetry reasons, I think this probably is a bug. | Homer Horwitz | 2008-10-05 | 1 | -1/+1 | |
| | ||||||
* | Small optimization: Don't ask gridserver about regions on the local instance. | Homer Horwitz | 2008-10-05 | 1 | -0/+7 | |
| | ||||||
* | * Fix sitting avatar showing up properly on the minimap | Teravus Ovares | 2008-10-05 | 1 | -1/+18 | |
| | ||||||
* | Fixed small coordinate issue: The center is (min+max)/2, not (max-min)/2 | Homer Horwitz | 2008-10-05 | 1 | -1/+1 | |
| | ||||||
* | Fix a problem with land-search and non-convex parcels. | Homer Horwitz | 2008-10-05 | 1 | -2/+39 | |
| | | | | | | You'll need to update your snapshots. | |||||
* | * Fixes the last snag with the EventQueue. The situation where the seedcap ↵ | Teravus Ovares | 2008-10-05 | 2 | -1/+4 | |
| | | | | gets lost on teleport. | |||||
* | Revert the packet resend timing changes. They caused login issues in primmy | Melanie Thielker | 2008-10-05 | 1 | -2/+2 | |
| | | | | | | regions. | |||||
* | Add parcel info "UUID" to snapshot | Melanie Thielker | 2008-10-05 | 1 | -0/+6 | |
| | ||||||
* | Craters, take 2. Remove old discard logic and absolute discard timer. | Melanie Thielker | 2008-10-05 | 1 | -47/+27 | |
| | | | | | | | | | Introduce a resend counter on the ack queue. The header "Resent" field is now obsolete. Implement 3 resends on reliable packets, variable. Increase default resend timeout to 3000ms and default silence threshold to 350ms. | |||||
* | Update svn properties, minor formatting cleanup. | Jeff Ames | 2008-10-05 | 11 | -58/+58 | |
| | ||||||
* | * An update to the UDP Packet handler which might make the giant sized ↵ | Teravus Ovares | 2008-10-05 | 1 | -1/+1 | |
| | | | | craters go away. | |||||
* | Remove a console debug output | Melanie Thielker | 2008-10-05 | 1 | -1/+1 | |
| | ||||||
* | Change category in snapshot to a number, to match the one in search | Melanie Thielker | 2008-10-05 | 1 | -1/+1 | |
| | ||||||
* | Add a dummy "dwell" value to the data snapshot | Melanie Thielker | 2008-10-05 | 1 | -1/+5 | |
| | ||||||
* | Small bug fix | Melanie Thielker | 2008-10-05 | 1 | -0/+1 | |
| | ||||||
* | Plumb in the DirPlacesReply packet | Melanie Thielker | 2008-10-05 | 4 | -0/+50 | |
| | ||||||
* | Fix Mantis #2281: touch events in non-default states in DNE work again. | Homer Horwitz | 2008-10-04 | 1 | -1/+1 | |
| | ||||||
* | Plumb packet DirPlacesQuery for search module | Melanie Thielker | 2008-10-04 | 4 | -0/+29 | |
| | ||||||
* | * Tidy up configuration stuff, eliminated default setting duplication along ↵ | Justin Clarke Casey | 2008-10-04 | 2 | -59/+46 | |
| | | | | | | | | | the way * This revision also makes the exception catcher of last resort print to the log instead of just the console * This means logs should now capture sim crashing exceptions, though not those which are caused by a crash of the virtual machine itself | |||||
* | * minor: both OpenSimBase and the Voice and RemoteAdmin modules were ↵ | Justin Clarke Casey | 2008-10-04 | 1 | -18/+0 | |
| | | | | | | | | checking whether any config was set * Resolve redundancy by removing the OpenSimBase check - if modules are recieve nini config directly they should probably be the ones to do the checking | |||||
* | Mantis#2316. Thank you kindly, CMickeyb for a patch that: | Charles Krinke | 2008-10-04 | 2 | -7/+31 | |
| | | | | | | | | | | | | Addresses llDie issues. The attached patch catches run time exceptions that occur during method invocation (of type TargetInvocationException) and exposes the internal exception. This makes it possible to pass out the SelfDeleteException. Also added handlers in a couple places to make sure that exception was being passed out far enough to be handled correctly. Tested on DNE. | |||||
* | Remove two warnings by assigning string provider = "" | Charles Krinke | 2008-10-04 | 1 | -2/+2 | |
| | | | | | | and string type = "". Currently we are down to 14 warnings in the VS2005 C# build which is pretty good. | |||||
* | * minor: Remove warning | Justin Clarke Casey | 2008-10-04 | 1 | -1/+1 | |
| | ||||||
* | * Check in the second part of ↵ | Justin Clarke Casey | 2008-10-04 | 2 | -42/+41 | |
| | | | | | | | | | | | http://opensimulator.org/mantis/view.php?id=2334 since enough time has passed such that servers following head have probably updated * This patch aims to store look at data when an avatar logs off in grid mode * However, in my short test it doesn't appear to be working yet - numbers are being stored but they don't look correct * But this doesn't appear to cause any login problems * Thanks tyre | |||||
* | Added immediate TP failure message for TPs to regions that aren't there, | Homer Horwitz | 2008-10-04 | 2 | -2/+55 | |
| | | | | | | | | instead of the 130s timeout somewhere. Additionally, mark the map-tile as offline. This partly fixes the TP problems of Mantis 2332; the rest is a viewer problem (just relogin). | |||||
* | Cap proxy mesh scale minimum to 0.01 meter for X, Y, and Z terms. | Dahlia Trimble | 2008-10-04 | 1 | -0/+4 | |
| | ||||||
* | Cause a request to a different attachment point to taint the attachment so | Melanie Thielker | 2008-10-04 | 1 | -0/+6 | |
| | | | | | | that the attachment point is saved even if nothing else changed | |||||
* | Prevent a new asset being created on every detach of an attachment | Melanie Thielker | 2008-10-04 | 1 | -0/+1 | |
| | ||||||
* | Mantis #2330 | Melanie Thielker | 2008-10-04 | 1 | -5/+4 | |
| | | | | | | Fixes use of the saved attachment point from asset | |||||
* | Unclutter rezzing methods by removing the ad hoc permissions parameters. | Melanie Thielker | 2008-10-04 | 6 | -29/+13 | |
| | | | | | | Thise were client supplied untrusted values we never used anyway. | |||||
* | Guard against negative scale set through LSL functions | Melanie Thielker | 2008-10-04 | 2 | -0/+8 | |
| | ||||||
* | Remove type="owner" from the data snapshot. Made the parser choke and there | Melanie Thielker | 2008-10-04 | 1 | -3/+3 | |
| | | | | | | is no need for it, as there is no other type | |||||
* | Tiny performance tweak | Melanie Thielker | 2008-10-04 | 1 | -2/+1 | |
| | ||||||
* | Avoid a gratuitious KillObject storm on region crossing | Melanie Thielker | 2008-10-04 | 1 | -2/+5 | |
| | ||||||
* | Add some needed fields to data snapshot | Melanie Thielker | 2008-10-04 | 1 | -22/+23 | |
| | ||||||
* | Cause "Show in search" to trigger a persistence save | Melanie Thielker | 2008-10-04 | 1 | -0/+2 | |
| | ||||||
* | Add "Drop" functionality to pie menu | Melanie Thielker | 2008-10-04 | 8 | -7/+76 | |
| | ||||||
* | Add the missing bits for the new region-search: | Homer Horwitz | 2008-10-03 | 12 | -68/+312 | |
| | | | | | | | | | | | | | | | | - Added lookup in the data-layer - MySQL works - SQLite doesn't have a grid-db, so it won't work there - I added MSSQL-code to the best of my knowledge; but I don't know MSSQL :-) - Added the plumbing up to OGS1GridServices. This speaks with the grid-server via XMLRPC. - Modified MapSearchModule to use the new data. It's backward compatible; if used with an old grid-server, it just returns one found region instead of a list. - Refactored a bit. Note: This updates data, grid-server and region code. No new files. | |||||
* | Fix: Mantis#2326: Fix: privilege escalation through attach from ground | Melanie Thielker | 2008-10-03 | 6 | -59/+67 | |
| | | | | | | | | | | Fix: objects being duplicated inventory on detach. Fix: Mad jumping around of attachments while editing. Fix: Attachments being persisted to database on login. Fix: Attachments being persisted when changed by a script like invisprim refresh. Fix: Attachpoint set, but not reset correctly. Fix: prevent spurious full updates while editing attachments. Several other fixes | |||||
* | Disabled some thread aborts in the IRC module that I added earlier and don't ↵ | Dahlia Trimble | 2008-10-03 | 1 | -2/+2 | |
| | | | | seem necessary | |||||
* | * Committing a few keep-alive changes. Cleaned up some log messages | Teravus Ovares | 2008-10-03 | 1 | -6/+21 | |
| | ||||||
* | * Fixes a http protocol violation in HttpServer in Linux. ↵ | Teravus Ovares | 2008-10-03 | 2 | -1/+6 | |
| | | | | | | | StringWriter.Append() vs StringWriter.Append("\r\n"); StringWriter.Append() produces "\n" in *nix* * This doesn't solve anything. Just gets the protocol right. | |||||
* | * minor: slightly simplify code in setting up the default configuration | Justin Clarke Casey | 2008-10-03 | 1 | -34/+29 | |
| | | | | | | * we appear to both setup a default configuration and provude identical defaults when we later try to read the values - this is probably not really necessary | |||||
* | * oops, fix build break. | Justin Clarke Casey | 2008-10-03 | 4 | -38/+81 | |
| | | | | | | * refactoring | |||||
* | * Put in some infrastructure to allow tweaking of packet queue throttle ↵ | Justin Clarke Casey | 2008-10-03 | 9 | -22/+158 | |
| | | | | | | | | values for the total throttle (the one that throttles all packet output) * Not complete yet | |||||
* | Cause objects to be removed from the database when they go temp or get | Melanie Thielker | 2008-10-03 | 2 | -1/+17 | |
| | | | | | | attached. Also make sure that parcel prim counts get updated | |||||
* | * refactor: make shutdown a template method in the same manner as startup, ↵ | Justin Clarke Casey | 2008-10-03 | 5 | -14/+13 | |
| | | | | for consistency's sake |