Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Mantis #2317 | Melanie Thielker | 2008-10-03 | 4 | -3/+20 |
| | | | | | | | | Thank you, fusspawn, for an implementation of osGetSimulatorVersion. This patch removes the llRequestSimulatorData(..., 128) hack and implements the functionality as an osFunction. | ||||
* | Mantis #2282. | Homer Horwitz | 2008-10-02 | 1 | -1/+1 |
| | | | | | | Thanks tglion for the necessary info to solve an ArgumentOutOfRangeException during region start. | ||||
* | Added the first version of the MapSearchModule, which allows you to search for | Homer Horwitz | 2008-10-02 | 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. | ||||
* | - Fixed a small off by one error in sending MapBlocks | Homer Horwitz | 2008-10-02 | 2 | -2/+1 |
| | | | | | | - Removed MapBlockData.Flags; it isn't used anywhere (maybe MapBlockData.RegionFlags replaced it?) | ||||
* | - Fix invalid cast in OSHttpRequest | Homer Horwitz | 2008-10-02 | 1 | -3/+3 |
| | | | | | | - Web-map should work again :) | ||||
* | Mantis #2314 | Melanie Thielker | 2008-10-02 | 2 | -3/+42 |
| | | | | | | | Thank you, sacha magne, for a patch to add login level and message commands to the user server | ||||
* | Square hollow size in cylinder meshes were a little too small - fixed. | Dahlia Trimble | 2008-10-02 | 1 | -0/+2 |
| | |||||
* | - Added SendScriptTeleportRequest to IClientView and classes implementing it. | Homer Horwitz | 2008-10-01 | 5 | -2/+32 |
| | | | | | | - Implemented llMapDestination. | ||||
* | stick a TODO in here about land tests, which really can't be done in | Sean Dague | 2008-10-01 | 1 | -1/+7 |
| | | | | | | | the current state as the Land Object has all these live references back to Scene. | ||||
* | enhance boundary tests for no terrain. Put in a null load | Sean Dague | 2008-10-01 | 1 | -3/+22 |
| | | | | | | test for land. | ||||
* | * minor: oh, and comment out the now unused logger as well | Justin Clarke Casey | 2008-10-01 | 1 | -2/+2 |
| | |||||
* | * minor: Comment out temporarily statistical counter I accidentally left in ↵ | Justin Clarke Casey | 2008-10-01 | 1 | -1/+1 |
| | | | | from the last commit | ||||
* | * Try bumping packet resend timeout up to 2 seconds instead of 1 | Justin Clarke Casey | 2008-10-01 | 1 | -9/+22 |
| | | | | | | | | * This actually probably doesn't make a huge difference. We still end up resending a massive number of packets in quite a few situations, but it's not easy to consistently reproduce this. * Might really need some throttling of packet send to the client on the OpenSim end. | ||||
* | * refactor: rename interface to put standard I prefix in front | Justin Clarke Casey | 2008-10-01 | 3 | -5/+5 |
| | |||||
* | removing asterisk: it's now living at ↵ | Dr Scofield | 2008-10-01 | 7 | -618/+0 |
| | | | | http://forge.opensimulator.org/gf/project/asteriskvoice/ | ||||
* | remove tests for inventory | Sean Dague | 2008-10-01 | 1 | -0/+19 |
| | |||||
* | remove these old ruby grid servers as they are really old (like a year | Sean Dague | 2008-10-01 | 5 | -291/+0 |
| | | | | | | old). A project like this is welcomed to come back on opensim forge. | ||||
* | remove mysql_connection.ini.example, no one should be using this any | Sean Dague | 2008-10-01 | 1 | -18/+0 |
| | | | | | | more as you can specify connect strings in opensim.ini per driver. | ||||
* | add basic store retrieve prim inventory test. the prim | Sean Dague | 2008-10-01 | 1 | -3/+60 |
| | | | | | | inventory interfaces definitely need some rethinking. | ||||
* | one class per file please. | Sean Dague | 2008-10-01 | 2 | -100/+138 |
| | | | | | | This puts the TaskInventoryDictionary in it's own file. | ||||
* | cleaning up example configuration for REST plugins | Dr Scofield | 2008-10-01 | 1 | -1/+1 |
| | |||||
* | * Fix bug in LLPacketHandler where the tickcount when a packet was ↵ | Justin Clarke Casey | 2008-10-01 | 2 | -9/+21 |
| | | | | | | | | approximately sent was not being stored in the ack record * This meant that acks were being sent out every 250ms when the ack timer fired, rather than when they had actually aged past m_ResendTimeout | ||||
* | add delete prim tests. Found and fixed bugs where region | Sean Dague | 2008-10-01 | 3 | -8/+47 |
| | | | | | | | | is not respected by sqlite or mysql drivers so that deleting and object in a region actually deletes that object from any region. | ||||
* | Add a user server XMLRPC method to set the MOTD and the minimum GodLevel | Melanie Thielker | 2008-10-01 | 4 | -0/+69 |
| | | | | | | | | required to log in. set_login_params accepts avatar_uuid and password of a user with god level 200 or more, and allows setting either or both the login_motd or login_level | ||||
* | a little (incomplete) hackery in the IRC module to allow run-time connection ↵ | Dahlia Trimble | 2008-10-01 | 1 | -11/+74 |
| | | | | changes | ||||
* | Added functions to find prims by name | Johan Berntsson | 2008-10-01 | 2 | -0/+37 |
| | |||||
* | * Adds error handlers for errors parsing the querystring passed on the ↵ | Teravus Ovares | 2008-10-01 | 1 | -3/+18 |
| | | | | | | | OSHttpRequest constructor. * maybe.. it was a key that was null. Obviously you can't still a null key in a string key'ed collection. | ||||
* | * Fixed a mangled Seed caps handler definition on login to region in ↵ | Teravus Ovares | 2008-10-01 | 3 | -16/+130 |
| | | | | | | | | 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. | ||||
* | * Replacing Net.HttpListener with HttpServer. | Teravus Ovares | 2008-09-30 | 6 | -96/+302 |
| | | | | | | | | * This is a HUGE update.. and should be considered fraut with peril. * SSL Mode isn't available *yet* but I'll work on that next. * DrScofld is still working on a radical new thread pump scheme for this which will be implemented soon. * This could break the Build! This could break your Grid! | ||||
* | more concierge stuff | Dr Scofield | 2008-09-30 | 1 | -1/+7 |
| | |||||
* | OpenSim.ini.example code for concierge module | Dr Scofield | 2008-09-30 | 1 | -0/+5 |
| | |||||
* | initial version of a meeting concierge module. | Dr Scofield | 2008-09-30 | 1 | -0/+213 |
| | |||||
* | - a couple of minor code cleanups in RestInventoryServices | Dr Scofield | 2008-09-30 | 4 | -83/+96 |
| | | | | | | | - cleanups and more comments in ChatModule and IRCBridgeModule - adding Name support in ScenePresence | ||||
* | And one more. lThat should make all scripts start for everyone | Melanie Thielker | 2008-09-30 | 1 | -1/+1 |
| | |||||
* | Add two more default script engine params | Melanie Thielker | 2008-09-30 | 2 | -2/+2 |
| | |||||
* | Add the default script engine to the script creation from archive loading | Melanie Thielker | 2008-09-30 | 1 | -1/+1 |
| | | | | | | to make scripts loaded from oar start | ||||
* | * Uploading xunit as per request from sdague | Teravus Ovares | 2008-09-30 | 1 | -0/+0 |
| | | | | | * We'd like to remove this dependency asap | ||||
* | * Fixed minor issue while building: If you do a raytraced object placement ↵ | Adam Frisby | 2008-09-30 | 2 | -2/+5 |
| | | | | | | | and a target isn't found, the object is rezzed at 0,0,0 - instead now it will place according to the position sent by the client. * We may instead want to abort and send a "Cannot Rez Here" message? | ||||
* | Allow create-region to load files from arbitrary locations | Melanie Thielker | 2008-09-30 | 2 | -1/+11 |
| | |||||
* | Updates HttpServer with the updated version. Adds ProtocolVersion, Removed ↵ | Teravus Ovares | 2008-09-30 | 3 | -0/+0 |
| | | | | | | | dependency on xunit. This might break the build.. it might not.. we'll see haha. | ||||
* | * Get the code up to speed with my -#dev e-mail example. (uncomment out ↵ | Teravus Ovares | 2008-09-30 | 3 | -5/+45 |
| | | | | lines 227 - 235 to test. | ||||
* | Update svn properties, minor formatting cleanup. | Jeff Ames | 2008-09-30 | 3 | -19/+3 |
| | |||||
* | Mantis#2300. Thank you kindly, Idb for a patch that solves: | Charles Krinke | 2008-09-30 | 3 | -32/+33 |
| | | | | | | | | | A number of the deprecated functions had missing parameters causing compile errors. These included: llSound, llMakeExplosion, llMakeFountain, llMakeSmoke, llMakeFire, llPointAt, llXorBase64Strings, llSetPrimURL | ||||
* | add a test for updating region settings and fix a bug in uuid | Sean Dague | 2008-09-29 | 2 | -1/+21 |
| | | | | | | translation in sqlite uncovered by this test. | ||||
* | * Add missing mssql migration files from ↵ | Justin Clarke Casey | 2008-09-29 | 3 | -0/+76 |
| | | | | | | | | http://opensimulator.org/mantis/view.php?id=2295 * Sorry about that | ||||
* | Mantis#2299. Thank you kindly, Idb for a patch that: | Charles Krinke | 2008-09-29 | 3 | -12/+20 |
| | | | | | | | | | | OS/SL script conformance, implement llSoundPreload and llRemoteLoadScript to behave as in SL. In SL llSoundPreload appears to do nothing. In OS llRemoteLoadScript shouts an error when invoked "Deprecated. Please use llRemoteLoadScriptPin instead." | ||||
* | * minor: forgot this small tidy in the last checkin | Justin Clarke Casey | 2008-09-29 | 1 | -2/+1 |
| | |||||
* | * minor: tidy up async sog deleter | Justin Clarke Casey | 2008-09-29 | 1 | -19/+18 |
| | |||||
* | * minor: remove warning | Justin Clarke Casey | 2008-09-29 | 1 | -5/+5 |
| | |||||
* | * refactor: move asynchronous scene object deletion to inventory queueing ↵ | Justin Clarke Casey | 2008-09-29 | 3 | -83/+165 |
| | | | | out to a separate class |