| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | | Configuration of persistent baked textures and save/send delays. | Master ScienceSim | 2010-10-28 | 1 | -1/+13 |
| * | | | | Merge branch 'opensim-master' into dev-appearance | Master ScienceSim | 2010-10-28 | 1 | -0/+2 |
| |\ \ \ \
| | |/ / / |
|
| | * | | | Revert "Merge remote branch 'otakup0pe/mantis5110'" | Justin Clark-Casey (justincc) | 2010-10-22 | 3 | -38/+7 |
| |/ / /
|/| | | |
|
| * | | | Added background thread to handle delayed send and save of appearance | Master ScienceSim | 2010-10-28 | 1 | -4/+7 |
| * | | | Small cleanup and add more debugging information | Master ScienceSim | 2010-10-26 | 2 | -8/+23 |
| * | | | Half of the compatibility is working. Login into a new region with | Master ScienceSim | 2010-10-25 | 3 | -20/+28 |
| * | | | Intermediate commit for backward compatability; does not compile yet | Mic Bowman | 2010-10-25 | 2 | -62/+73 |
| * | | | First attempt to get multiple attachments working to support viewer2. | Master ScienceSim | 2010-10-21 | 1 | -68/+70 |
| | |/
| |/| |
|
| * | | Major refactoring of appearance handling. | Master ScienceSim | 2010-10-20 | 8 | -504/+602 |
| |/ |
|
* | | Merge branch 'hg16' into mantis5110 | Jonathan Freedman | 2010-10-22 | 3 | -7/+38 |
|\ \ |
|
| * | | * remove some spurious debug info | Jonathan Freedman | 2010-10-20 | 1 | -5/+5 |
| * | | Merge branch 'master' of git://opensimulator.org/git/opensim | Jonathan Freedman | 2010-10-17 | 4 | -6/+146 |
| |\ \
| | |/ |
|
| * | | * more url / hg cleanup | Jonathan Freedman | 2010-10-11 | 2 | -4/+29 |
| * | | Merge branch 'master' of git://opensimulator.org/git/opensim | Jonathan Freedman | 2010-10-10 | 2 | -17/+21 |
| |\ \ |
|
| * \ \ | Merge branch 'master' of git://opensimulator.org/git/opensim | Jonathan Freedman | 2010-10-05 | 1 | -1/+36 |
| |\ \ \ |
|
| * \ \ \ | Merge branch 'master' of git://opensimulator.org/git/opensim | Jonathan Freedman | 2010-10-03 | 1 | -0/+11 |
| |\ \ \ \ |
|
| * | | | | | * refactor refactor refactor ServerURI 4 lyfe | Jonathan Freedman | 2010-10-02 | 2 | -6/+12 |
* | | | | | | Allow OARs and IARs to save and load meshes. | Justin Clark-Casey (justincc) | 2010-10-22 | 1 | -0/+2 |
| |_|_|_|/
|/| | | | |
|
* | | | | | Adding osFunctions for light projection | BlueWall | 2010-10-17 | 1 | -5/+50 |
* | | | | | Add missing check for !_projectionEntry | BlueWall | 2010-10-16 | 1 | -1/+1 |
* | | | | | Adding projected light filters to prim propeties | BlueWall | 2010-10-15 | 1 | -0/+80 |
* | | | | | * Tweaked the upload response and now at least uploading the mesh works. | Teravus Ovares (Dan Olivares) | 2010-10-14 | 1 | -0/+14 |
* | | | | | Kill some magic numbers in the caps module | Melanie | 2010-10-14 | 1 | -3/+3 |
* | | | | | * Partially complete stuff for Mesh support that Melanie wanted to see before... | Teravus Ovares (Dan Olivares) | 2010-10-14 | 1 | -1/+2 |
| |_|_|/
|/| | | |
|
* | | | | minor: remove some mono compiler warnings | Justin Clark-Casey (justincc) | 2010-10-09 | 1 | -4/+4 |
* | | | | Limit formatting of local console output to actual logging messages. | Marck | 2010-10-09 | 1 | -13/+17 |
| |_|/
|/| | |
|
* | | | Added viewer's channel, mac, and id0 to agent circuit data. Also moved client... | Diva Canto | 2010-10-03 | 1 | -1/+36 |
| |/
|/| |
|
* | | Port ExecutingDirectory from omfOS Util class. | Melanie | 2010-10-03 | 1 | -0/+11 |
|/ |
|
* | * Tweaked the LocationTests for maximum coverage. | Teravus Ovares (Dan Olivares) | 2010-09-18 | 2 | -1/+60 |
* | * Covered the type converters in SLUtil with unit tests. | Teravus Ovares (Dan Olivares) | 2010-09-18 | 1 | -1/+57 |
* | * More Mundane Tests | Teravus Ovares (Dan Olivares) | 2010-09-17 | 2 | -0/+198 |
* | REST Console delivers responses with content type text/xml instead of text/pl... | Marck | 2010-09-18 | 1 | -2/+2 |
* | Add m_syncRoot lock to MapAndArray.ContainsKey(), as discussed with jhurliman | Justin Clark-Casey (justincc) | 2010-09-18 | 1 | -2/+3 |
* | Move OpenSim/Framework/tests/PrimeNumberHelperTests.cs to OpenSim/Framework/T... | Justin Clark-Casey (justincc) | 2010-09-18 | 1 | -0/+0 |
* | * Fixed and re-enabled CacheTests | Teravus Ovares (Dan Olivares) | 2010-09-17 | 3 | -15/+166 |
* | * Add a few more tests to help our meager code coverage %. | Teravus Ovares (Dan Olivares) | 2010-09-17 | 2 | -0/+242 |
* | Changed SceneObjectGroup to store parts with the fast and thread-safe MapAndA... | John Hurliman | 2010-09-16 | 1 | -0/+188 |
* | Remove long unused Region/Framework/ThreadTracker | Justin Clark-Casey (justincc) | 2010-09-14 | 1 | -46/+0 |
* | Fix "show threads" to show threads now being managed by OpenSim.Framework.Wat... | Justin Clark-Casey (justincc) | 2010-09-14 | 2 | -18/+22 |
* | Merged | John Hurliman | 2010-09-12 | 11 | -157/+181 |
|\ |
|
| * | Formatting cleanup. | Jeff Ames | 2010-09-12 | 9 | -155/+152 |
| * | Add copyright headers. | Jeff Ames | 2010-09-12 | 2 | -2/+29 |
* | | * Added ISimulationDataService and IEstateDataService | John Hurliman | 2010-09-12 | 1 | -16/+0 |
|/ |
|
* | Made it impossible to create a user with names containing spaces and prevente... | randomhuman | 2010-09-10 | 2 | -2/+54 |
* | Remove parenthesis around the release flavour to get the version string back ... | Justin Clark-Casey (justincc) | 2010-09-10 | 1 | -1/+1 |
* | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim | Justin Clark-Casey (justincc) | 2010-09-08 | 1 | -6/+4 |
|\ |
|
| * | * Cache null account responses in the SimianUserAccountServiceConnector to av... | John Hurliman | 2010-09-07 | 1 | -6/+4 |
* | | If a scene object part UUID is changed (only possible when not in a scene), t... | Justin Clark-Casey (justincc) | 2010-09-07 | 1 | -5/+5 |
|/ |
|
* | Fix build break | Melanie | 2010-09-05 | 1 | -4/+0 |
* | Remove "Dwell" support from core and replace it with calls to methods | Melanie Thielker | 2010-09-05 | 3 | -73/+57 |