Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2008-10-06 | * Made Mapitems more failure friendly | Teravus Ovares | 1 | -10/+86 | |
2008-10-06 | Implement Parcel -> ForceOwnerToMe god mode packet | Melanie Thielker | 2 | -0/+16 | |
2008-10-06 | Exclude attachments from parcel prim counts | Melanie Thielker | 1 | -1/+1 | |
2008-10-06 | Implement ForceOwnerPermissive and God TakeCopy | Melanie Thielker | 3 | -0/+23 | |
2008-10-06 | Cause inventory items to also be sold when a prim is sold | Melanie Thielker | 1 | -4/+1 | |
2008-10-06 | Fix a number of errors in transfer of objects | Melanie Thielker | 3 | -5/+16 | |
2008-10-06 | Remove an unnecessary perms check. This caused prim movement to be disabled | Melanie Thielker | 1 | -14/+1 | |
on parcels that had prim entry turned off. This needs to be reintroduced with proper parcel boundary checks. | |||||
2008-10-06 | MapItems/Green Dots | Teravus Ovares | 1 | -19/+63 | |
* Fixes 1 too large count in region you're in (Region no longer reports the green dot about yourself to you) * For all local requests, the region will check itself instead of going to it's web service. (optimization) | |||||
2008-10-06 | Fix a nullref | Melanie Thielker | 1 | -1/+1 | |
2008-10-06 | One should not commit even the smallest fox without compile. Fix build break | Melanie Thielker | 1 | -6/+6 | |
2008-10-06 | More perms fixes. Reinstate the move flag | Melanie Thielker | 1 | -6/+10 | |
2008-10-06 | Fix a privilege escalation with linked sets | Melanie Thielker | 1 | -3/+6 | |
2008-10-06 | Revert r6697 patch as the build fails. | Charles Krinke | 16 | -170/+115 | |
2008-10-06 | Mantis#1207. Thank you, TGlion for a patch that addresses: | Charles Krinke | 16 | -115/+170 | |
Implementation of llModifyLand() and There is a bug on permission-check of land-terraforming: x an y-coordinates are interchanged on function-call ExternalChecksCanTerraformLand. Correct: x is west, and y is north. 2) Missing check of "Other allow to terraform-flag" (Parcel.ParcelFlags.AllowTerraform) | |||||
2008-10-06 | Implements ObjectOwner god mode packet (Set Owner To Me admin option) | Melanie Thielker | 3 | -0/+19 | |
2008-10-06 | * Green dots on the mainmap for avatar. | Teravus Ovares | 2 | -0/+174 | |
* Initial implementation * You'll only be able to seen green dots on regions on the map that have been updated. | |||||
2008-10-05 | For symmetry reasons, I think this probably is a bug. | Homer Horwitz | 1 | -1/+1 | |
2008-10-05 | * Fix sitting avatar showing up properly on the minimap | Teravus Ovares | 1 | -1/+18 | |
2008-10-05 | * Fixes the last snag with the EventQueue. The situation where the seedcap ↵ | Teravus Ovares | 1 | -1/+3 | |
gets lost on teleport. | |||||
2008-10-05 | Update svn properties, minor formatting cleanup. | Jeff Ames | 4 | -12/+12 | |
2008-10-05 | Plumb in the DirPlacesReply packet | Melanie Thielker | 1 | -0/+4 | |
2008-10-04 | Plumb packet DirPlacesQuery for search module | Melanie Thielker | 1 | -0/+2 | |
2008-10-04 | * minor: Remove warning | Justin Clarke Casey | 1 | -1/+1 | |
2008-10-04 | * Check in the second part of ↵ | Justin Clarke Casey | 1 | -35/+29 | |
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 | |||||
2008-10-04 | Added immediate TP failure message for TPs to regions that aren't there, | Homer Horwitz | 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). | |||||
2008-10-04 | Cause a request to a different attachment point to taint the attachment so | Melanie Thielker | 1 | -0/+6 | |
that the attachment point is saved even if nothing else changed | |||||
2008-10-04 | Prevent a new asset being created on every detach of an attachment | Melanie Thielker | 1 | -0/+1 | |
2008-10-04 | Mantis #2330 | Melanie Thielker | 1 | -5/+4 | |
Fixes use of the saved attachment point from asset | |||||
2008-10-04 | Unclutter rezzing methods by removing the ad hoc permissions parameters. | Melanie Thielker | 3 | -22/+10 | |
Thise were client supplied untrusted values we never used anyway. | |||||
2008-10-04 | Guard against negative scale set through LSL functions | Melanie Thielker | 1 | -0/+5 | |
2008-10-04 | Tiny performance tweak | Melanie Thielker | 1 | -2/+1 | |
2008-10-04 | Avoid a gratuitious KillObject storm on region crossing | Melanie Thielker | 1 | -2/+5 | |
2008-10-04 | Cause "Show in search" to trigger a persistence save | Melanie Thielker | 1 | -0/+2 | |
2008-10-04 | Add "Drop" functionality to pie menu | Melanie Thielker | 5 | -7/+59 | |
2008-10-03 | Add the missing bits for the new region-search: | Homer Horwitz | 2 | -25/+38 | |
- 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. | |||||
2008-10-03 | Fix: Mantis#2326: Fix: privilege escalation through attach from ground | Melanie Thielker | 4 | -57/+65 | |
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 | |||||
2008-10-03 | Disabled some thread aborts in the IRC module that I added earlier and don't ↵ | Dahlia Trimble | 1 | -2/+2 | |
seem necessary | |||||
2008-10-03 | Cause objects to be removed from the database when they go temp or get | Melanie Thielker | 2 | -1/+17 | |
attached. Also make sure that parcel prim counts get updated | |||||
2008-10-03 | Implement temp-on-rez objecte really being temporary | Melanie Thielker | 3 | -6/+49 | |
2008-10-03 | This changeset changes the way chat from client is routed: | Dr Scofield | 7 | -162/+194 | |
old way: each region module interested in chat from client had to - subscribe to scene.EventManager.OnNewClient - then in its OnNewClient delegate it would subscribe to client.OnChatFromViewer to capture chat messages coming new way: ChatModule is the only region module that uses the "old way" approach but is now forwarding all client chat via scene.EventManager.OnChatFromClient - each region module interested in chat from client now only subscribes to scene.EventManager.OnChatFromClient this not only simplifies code, but also allows us to substitute ChatModule with derived classes (ConciergeModule is going to be one example). Also, this changeset changes ChatFromViewer to ChatFromClient as it doesn't necessarily have to be a viewer that is a chat source. i've taken great care to only comment out those OnNewClient delegates that were only used for getting at the client chat --- hope it's not breaking anything. | |||||
2008-10-03 | * minor: remove warnings (the code cleaners strike again) | Justin Clarke Casey | 1 | -4/+3 | |
2008-10-03 | Prevent attachments to be persisted in the destination region when the | Melanie Thielker | 4 | -5/+17 | |
avatar is not present there. | |||||
2008-10-03 | Mantis #1360 | Melanie Thielker | 4 | -5/+19 | |
Thank you, idb, for a patch to implement the packet and plumbing for the material settings. | |||||
2008-10-03 | * EventQueueGet is now working. | Teravus Ovares | 3 | -16/+162 | |
* Switched it on by default * Updated OpenSim.ini.example to reflect this * Caught a UDP Server issue that occurs when the network pipe is saturated * Still experimental :D | |||||
2008-10-03 | Attempt to prevent attached prims from being persisted. Attachments with | Melanie Thielker | 1 | -1/+1 | |
invisiprim refresh scripts get sent to the database and remain there when the agent logs out. This tries to prevent that. | |||||
2008-10-02 | Added the first version of the MapSearchModule, which allows you to search for | Homer Horwitz | 1 | -0/+119 | |
regions in the in-world map. It currently only returns the first region that matches the search string; in a future version it will return more search results. Note: File added; run runprebuild. | |||||
2008-10-01 | - Added SendScriptTeleportRequest to IClientView and classes implementing it. | Homer Horwitz | 1 | -0/+4 | |
- Implemented llMapDestination. | |||||
2008-10-01 | a little (incomplete) hackery in the IRC module to allow run-time connection ↵ | Dahlia Trimble | 1 | -11/+74 | |
changes | |||||
2008-10-01 | Added functions to find prims by name | Johan Berntsson | 2 | -0/+37 | |
2008-10-01 | * Fixed a mangled Seed caps handler definition on login to region in ↵ | Teravus Ovares | 1 | -12/+105 | |
standalone where port wasn't the http port. * Removed spurious warning message * More debug in EventQueueGet Module to figure out why we're loosing the handlers. |