| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed Caps handlers leak | Diva Canto | 2011-02-05 | 1 | -1/+1 |
* | Added a couple of console commands to help diagnose issues: | Diva Canto | 2011-02-05 | 1 | -0/+32 |
* | Add sane packing of ServiceURLs -- OSDMap. The old way (OSDArray) is still su... | Diva Canto | 2011-02-05 | 1 | -1/+29 |
* | Put something in the ImprovedInstantMessage.BinaryBucket for llInstantMessage... | Justin Clark-Casey (justincc) | 2011-02-04 | 1 | -0/+10 |
* | Fix "set log level" to once again display current log level if it's not given... | Justin Clark-Casey (justincc) | 2011-02-04 | 1 | -12/+15 |
* | Addresses mantis #5360: CreatorData was being written as long as it wasn't nu... | Diva Canto | 2011-02-03 | 1 | -1/+1 |
* | Thank you, Goetz, for a patch to fix prim count display in cut regions. | Melanie | 2011-01-28 | 1 | -0/+2 |
* | Implement command "land show". This shows all the parcels on the currently s... | Justin Clark-Casey (justincc) | 2011-01-26 | 1 | -1/+1 |
* | Removed a few more spurious appearance saves. When an avatar | Mic Bowman | 2011-01-25 | 1 | -5/+18 |
* | Update the "config get <section> <key>" command to "config get [<section>] [<... | Justin Clark-Casey (justincc) | 2011-01-21 | 2 | -0/+19 |
* | make "show info" and "show version" show the same version text | Justin Clark-Casey (justincc) | 2011-01-21 | 1 | -4/+7 |
* | add current console log level to "show info" | Justin Clark-Casey (justincc) | 2011-01-21 | 1 | -2/+9 |
* | minor: make "show info" help slightly clearer | Justin Clark-Casey (justincc) | 2011-01-20 | 1 | -1/+1 |
* | with mic's permission, reduce appearance, baked texture logging verbosity for... | Justin Clark-Casey (justincc) | 2011-01-19 | 1 | -4/+4 |
* | With mic's permission, adjust long call time info messages to 500ms from 200ms | Justin Clark-Casey (justincc) | 2011-01-19 | 2 | -3/+4 |
* | Make FireAndForgetWrapper a singleton class | BlueWall | 2011-01-13 | 1 | -3/+24 |
* | Added more performance checks to the HTTP server. Each request | Mic Bowman | 2011-01-05 | 2 | -48/+83 |
* | Cleaned up debugging messages in the WebRequest handlers | Mic Bowman | 2011-01-03 | 1 | -5/+8 |
* | Standardize the way WebRequests are made in the SimulationServiceConnector. A... | Mic Bowman | 2010-12-29 | 1 | -3/+165 |
* | Implement SendPlacesReply | Melanie | 2010-12-30 | 1 | -0/+19 |
* | Drop the static from default wearables. It isn't | Mic Bowman | 2010-12-27 | 1 | -3/+1 |
* | * Re-Adding Scene TimeDilation to Object Update Packets. | Teravus Ovares (Dan Olivares) | 2010-12-23 | 1 | -1/+3 |
* | * Adds AbortXfer to the ClientAPI mix | Teravus Ovares (Dan Olivares) | 2010-12-21 | 1 | -0/+2 |
* | Shooting in the dark for solutions to the appearance problem | Mic Bowman | 2010-12-20 | 2 | -8/+8 |
* | Fix notecards that end with an embedded object causing an exception | Melanie | 2010-12-17 | 1 | -2/+2 |
* | Revamp the viewer -> banlist packet processing so fix a number of bugs. | Melanie | 2010-12-13 | 1 | -3/+4 |
* | minor: remove some compiler warnings | Justin Clark-Casey (justincc) | 2010-12-10 | 1 | -1/+1 |
* | Added ability for GetTexture to serve multiple formats. The format may come a... | Diva Canto | 2010-12-08 | 1 | -0/+81 |
* | Merge branch 'master-core' into mantis5110 | Jonathan Freedman | 2010-12-05 | 11 | -178/+438 |
|\ |
|
| * | Various bug fixes for appearance handling: more aggressive reset of textures ... | Mic Bowman | 2010-12-03 | 2 | -10/+30 |
| * | Added some comments. Better than listening to the boring speaker... | Diva Canto | 2010-12-01 | 1 | -0/+12 |
| * | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim | Diva Canto | 2010-11-29 | 3 | -30/+27 |
| |\ |
|
| | * | Refactor appearance and avatar data sending code. Paritioning the routines in... | Mic Bowman | 2010-11-27 | 2 | -28/+17 |
| | * | Fix handling of landmarks for systems with culture settings other than en_US.... | Marck | 2010-11-26 | 1 | -2/+10 |
| * | | Fix unit test. | Diva Canto | 2010-11-29 | 1 | -0/+6 |
| * | | Preservation of creator information now also working in IARs. Cleaned up usag... | Diva Canto | 2010-11-29 | 5 | -113/+139 |
| * | | Changed the parser for InventoryItem deserialization. Moved some utility func... | Diva Canto | 2010-11-27 | 2 | -30/+229 |
| |/ |
|
| * | Change all restarting to use the restart module. Remove hardcoded behavior | Melanie | 2010-11-25 | 1 | -1/+1 |
* | | Merge branch 'master-core' into mantis5110 | Jonathan Freedman | 2010-11-23 | 2 | -1/+2 |
|\ \
| |/ |
|
| * | Merge branch 'master' of melanie@opensimulator.org:/var/git/opensim | Melanie | 2010-11-23 | 1 | -1/+1 |
| |\ |
|
| | * | Initialize InventoryItemBase.creatorData properly. Could throw. | Diva Canto | 2010-11-23 | 1 | -1/+1 |
| * | | Fix some crashes caused by the addition of the CreatorData column | Melanie | 2010-11-23 | 1 | -0/+1 |
| |/ |
|
* | | Merge branch 'master-core' into mantis5110 | Jonathan Freedman | 2010-11-21 | 5 | -3/+123 |
|\ \
| |/ |
|
| * | Added creator info across the board -- TaskInventoryItems and InventoryItems ... | Diva Canto | 2010-11-21 | 2 | -0/+106 |
| * | small refactor: reuse existing commandLine string rather than calling cmdline... | Justin Clark-Casey (justincc) | 2010-11-17 | 1 | -1/+1 |
| * | save all lines to history, not just those which turn out to be valid comands.... | Justin Clark-Casey (justincc) | 2010-11-17 | 1 | -2/+7 |
| * | minor: add some method comments | Justin Clark-Casey (justincc) | 2010-11-17 | 1 | -0/+8 |
| * | Change the way attachments are persisted. Editing a worn attachment will now | Melanie | 2010-11-16 | 1 | -0/+1 |
* | | Merge https://github.com/opensim/opensim into mantis5110 | Jonathan Freedman | 2010-11-21 | 4 | -48/+47 |
|\ \
| |/ |
|
| * | Formatting cleanup. | Jeff Ames | 2010-11-08 | 4 | -48/+47 |