aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* *Fixes #0001818: typecast string to floatmingchen2008-07-251-0/+4
* *Added CommandIntentions that is used to describe a console commands hazard. ...mingchen2008-07-257-18/+36
* llApplyImpulse now accepts any non-zero integer as not FALSEDahlia Trimble2008-07-252-21/+5
* Changed application of constant forces to after PID force is applied. llSetFo...Dahlia Trimble2008-07-241-3/+7
* * refactor: Remove now redundant inventory server url being passed to GetInve...Justin Clarke Casey2008-07-243-25/+7
* * refactor: move remaining user service -> inventory service OGS1 calls into ...Justin Clarke Casey2008-07-243-25/+21
* * minor: eliminate warnings from LindenUDPJustin Clarke Casey2008-07-242-18/+18
* * Separate out OGS1 calls used between services (rather than from region to s...Justin Clarke Casey2008-07-245-38/+78
* Thank you, Neopallium, for a patch that addresses ack issues in theMelanie Thielker2008-07-241-1/+3
* * Fix spelling mistake in OGS1SecureInvenotryServiceJustin Clarke Casey2008-07-241-0/+0
* * minor: Rename IInterGridInventoryServices since it's inter service rather t...Justin Clarke Casey2008-07-2410-21/+21
* Update svn properties. Minor formatting cleanup.Jeff Ames2008-07-244-17/+17
* oops...forgot to svn add OSHttpHttpHandler.cs last week.Dr Scofield2008-07-241-0/+145
* From: Christopher Yeoh <cyeoh@au1.ibm.com>Dr Scofield2008-07-241-0/+16
* Implements llSetForce() and llGetForce(). These are experimental and the unit...Dahlia Trimble2008-07-2411-10/+92
* Refactor some tests.Mike Mazur2008-07-243-344/+206
* Replace the try/catch with a null check.Mike Mazur2008-07-242-12/+6
* Replace implicit casts from LSLFloat to int and uint which were removed inMike Mazur2008-07-243-2/+22
* Addresses Mantis #1810Melanie Thielker2008-07-241-8/+12
* Thanks, cmickeyb, for a patch that addresses secure inventory assuming IP add...Mike Mazur2008-07-241-3/+5
* * refactor: break out inter grid inventory services furtherJustin Clarke Casey2008-07-2310-49/+49
* few additional fixed to get prim inventory up on nhibernateSean Dague2008-07-233-4/+4
* catch a null case in the convenience RegionID propertySean Dague2008-07-231-1/+7
* implemented prim inventories for nhibernateSean Dague2008-07-231-1/+30
* fix column mappingSean Dague2008-07-231-1/+1
* complete the prim inventory mappingSean Dague2008-07-231-0/+6
* refactor TaskInventoryItem Mask -> Permissions to be consistant with how thingsSean Dague2008-07-2311-128/+145
* add primitems migration for nhibernateSean Dague2008-07-231-0/+27
* * refactor: split out inventory services which are only used between non-regi...Justin Clarke Casey2008-07-232-19/+63
* turn fields -> properties in TaskInventoryItemSean Dague2008-07-231-25/+214
* Attempt to fix Mantis #1804Melanie Thielker2008-07-232-35/+9
* Fix Mantis #1759Melanie Thielker2008-07-231-2/+2
* make privates privateSean Dague2008-07-231-39/+39
* refactored LandData to use properties, and cleaned up the naming onSean Dague2008-07-2316-523/+847
* Send Animation data for other avatars to new users joining the region (tested...MW2008-07-231-0/+13
* Fix a race causing a buffer overflow under moderate loadMelanie Thielker2008-07-231-1/+1
* Update svn properties. Formatting cleanup. Remove a compiler warning.Jeff Ames2008-07-2329-398/+404
* get rid of some LLQuaternion == null checks. Because LLQuaternion isSean Dague2008-07-231-18/+4
* Changed it so the avatar's rotation is now sent as part of a full avatar upda...MW2008-07-235-8/+34
* The new secure inventory server mode (in r5590) can now be disabled from Open...Johan Berntsson2008-07-236-16/+136
* Fix issue 1760. If the inventory item is not found, llSay() and throw an exce...Mike Mazur2008-07-232-7/+13
* adding files that were not included in r5589Johan Berntsson2008-07-233-0/+672
* thanks lulurun for a security patch that blocks unathorized access to the inv...Johan Berntsson2008-07-239-28/+155
* Enable LSL <-> C# source location mapping when reporing compiler errors to th...Mike Mazur2008-07-232-3/+44
* Thanks, sempuki, for a patch that adds .addin.xml for MSSQL and SQLite users.Mike Mazur2008-07-232-13/+7
* Thanks, sempuki, for a patch that moves control of Mono.Addins from source at...Mike Mazur2008-07-2316-79/+11
* First version of position mapping between LSL <-> C# implemented.Mike Mazur2008-07-235-234/+623
* Guard against wrong packet types being passed into AddNewClient.Melanie Thielker2008-07-231-0/+2
* Make QueuePacket() lock free. Eliminates an unneeded lock()Melanie Thielker2008-07-221-21/+18
* Change one packet optimization to cover a case where the resendMelanie Thielker2008-07-221-2/+2