aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Expand)AuthorAgeFilesLines
* Refactor some tests.Mike Mazur2008-07-243-344/+206
* Unit tests still broken, remove them from Bamboo build file.Mike Mazur2008-07-241-2/+2
* 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-244-2/+34
* 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-2310-28/+156
* 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-239-20/+39
* Remove duplicate definitions in addin.xml files. How'd that happen anyway?Mike Mazur2008-07-238-86/+0
* Thanks, sempuki, for a patch that moves control of Mono.Addins from source at...Mike Mazur2008-07-2324-79/+183
* First version of position mapping between LSL <-> C# implemented.Mike Mazur2008-07-235-234/+623
* Update svn properties. Minor formatting cleanup.Jeff Ames2008-07-231-8/+8
* 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
* renamed ScenePresence.SendFullUpdateToAllClients() to SendInitialFullUpdateTo...MW2008-07-221-2/+17
* Refactor the packet scheduling out of ClientView. Add intelligentMelanie Thielker2008-07-2213-834/+837
* * refactor: move new inventory service call by user server to OGS1 with all t...Justin Clarke Casey2008-07-224-9/+13
* * minor: Make create user command appear on the region console only if the re...Justin Clarke Casey2008-07-222-4/+15
* Update svn properties. Squash a couple of warnings.Jeff Ames2008-07-223-267/+267
* Clean up Meshmerizer.cs a bit to make it more readableDahlia Trimble2008-07-212-250/+3
* * Give new uuids to all the objects loaded in from an archive.Justin Clarke Casey2008-07-212-7/+9
* Mantis#1544. Thank you kindly, Jonc, for a patch that:Charles Krinke2008-07-211-2/+8
* * minor: stick filename being loaded/saved from in save/load xml/oar informat...Justin Clarke Casey2008-07-212-10/+9
* * minor: Make it clearer the region on which save and load xml/oar commands a...Justin Clarke Casey2008-07-211-0/+14
* * minor: add wiki link to archiving function invocationJustin Clarke Casey2008-07-212-3/+4
* * Minor: correct change-region typoJustin Clarke Casey2008-07-211-1/+1