aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Merge branch 'master' of ssh://opensimulator.org/var/git/opensimBlueWall2012-12-071-0/+5
| |\ \ \
| | * | | Added missing config var in grided sims.Diva Canto2012-12-071-0/+5
| * | | | Merge branch 'master' into connector_pluginBlueWall2012-12-0754-797/+2176
| |\ \ \ \ | | |/ / /
| | * | | Merge branch 'master' of ssh://opensimulator.org/var/git/opensimDiva Canto2012-12-0633-419/+1136
| | |\ \ \
| | * | | | Trying to prevent old route of sending attachments, simulator version unknown...Diva Canto2012-12-061-1/+1
| * | | | | Merge branch 'master' into connector_pluginBlueWall2012-11-2614-359/+583
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' into connector_pluginBlueWall2012-11-25453-8828/+13565
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'master' into connector_pluginBlueWall2012-10-2066-1395/+3027
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'master' into connector_pluginBlueWall2012-10-1919-59/+144
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Move PluginManagerBlueWall2012-10-195-12/+25
| * | | | | | | | | Add logging to help track sequence of eventsBlueWall2012-10-111-0/+2
| * | | | | | | | | Implement plugin unloadingBlueWall2012-10-102-4/+16
| * | | | | | | | | Add System.Core to referencesBlueWall2012-10-101-0/+1
| * | | | | | | | | Fix registry issueBlueWall2012-10-091-1/+7
| * | | | | | | | | missed some conflict markupBlueWall2012-10-091-1/+0
| * | | | | | | | | Merge branch 'master' into connector_pluginBlueWall2012-10-0931-222/+809
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | Added parts to manage repositories and plugin managementBlueWall2012-10-068-1/+1051
| * | | | | | | | | | Remove duplicate filesBlueWall2012-10-032-0/+0
| * | | | | | | | | | Update Mono.AddinsBlueWall2012-10-033-0/+0
| * | | | | | | | | | Merge branch 'master' of /home/opensim/var/repo/opensim into modular_configBlueWall2012-10-0328-327/+728
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Add modular configuration for Robust connectorsBlueWall2012-10-035-0/+116
* | | | | | | | | | | | Merge branch 'master' into careminsterMelanie2012-12-0733-419/+1136
|\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | |
| * | | | | | | | | | | Merge branch 'master' of ssh://opensimulator.org/var/git/opensimJustin Clark-Casey (justincc)2012-12-0711-359/+462
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | BulletSim: update DLLs and SOs with vehicle collision event checkRobert Adams2012-12-064-0/+0
| | * | | | | | | | | | | BulletSim: rewrite and improve vehicle angularDeflection, verticalAttraction,Robert Adams2012-12-062-83/+130
| | * | | | | | | | | | | BulletSim: update and add to the TODO list.Robert Adams2012-12-061-31/+56
| | * | | | | | | | | | | BulletSim: add detail logging detail flag so I don't have to comment and unco...Robert Adams2012-12-061-27/+34
| | * | | | | | | | | | | BulletSim: only check position sanity if the prim is physical -- the user can...Robert Adams2012-12-061-3/+1
| | * | | | | | | | | | | BulletSim: add values for material friction and restitution. Fix line endings...Robert Adams2012-12-061-191/+185
| | * | | | | | | | | | | BulletSim: Don't add gravity to down force -- let Bullet do that. Add Vehicle...Robert Adams2012-12-061-14/+28
| | * | | | | | | | | | | BulletSim: Vehicle angular vertical attraction works. Other vehicle angular f...Robert Adams2012-12-062-20/+38
| | * | | | | | | | | | | fix openjpeg on 64 bit OSX we were pointing to a file taht did notnebadon2012-12-061-1/+1
| * | | | | | | | | | | | Use a thread abort safe version of OpenMetaverse.DoubleDictionary with the ai...Justin Clark-Casey (justincc)2012-12-072-1/+511
| |/ / / / / / / / / / /
| * | | | | | | | | | | minor: change method doc on GetTextureHandler.TryParseRange(), mainly to trig...Justin Clark-Casey (justincc)2012-12-061-2/+2
| * | | | | | | | | | | Allow GetTexture calls with no second value in the range header (e.g. just 53...Justin Clark-Casey (justincc)2012-12-061-1/+34
| * | | | | | | | | | | Instead of printing script errors out to console, put to debug log so that we...Justin Clark-Casey (justincc)2012-12-061-1/+11
| * | | | | | | | | | | minor: Fix more compiler warnings in CoreModules tests by properly overriding...Justin Clark-Casey (justincc)2012-12-055-5/+16
| * | | | | | | | | | | Add engine-wide events queued and events processed numbers to output of "xeng...Justin Clark-Casey (justincc)2012-12-051-1/+14
| * | | | | | | | | | | Remove some mono warnings in script tests, chiefly where SetUp() wasn't prope...Justin Clark-Casey (justincc)2012-12-055-7/+13
| * | | | | | | | | | | Add IScriptInstance.EventsQueued to match EventsProcessed instead of asking c...Justin Clark-Casey (justincc)2012-12-053-4/+15
| * | | | | | | | | | | For now, sort "show scripts" output in descending order sorted by events proc...Justin Clark-Casey (justincc)2012-12-051-3/+21
| * | | | | | | | | | | Add IScriptInstance.EventsProcessed stat so that we can record this informati...Justin Clark-Casey (justincc)2012-12-053-0/+10
| * | | | | | | | | | | Remove very probably unused PrimitiveBaseShape(bool) constructor to reduce co...Justin Clark-Casey (justincc)2012-12-051-12/+6
| * | | | | | | | | | | Don't pointlessly set ExtraParams = byte[1] in PrimitiveBaseShape since this ...Justin Clark-Casey (justincc)2012-12-051-3/+0
| * | | | | | | | | | | minor: tidy up spacing at bottom of MundaneFrameworkTestsJustin Clark-Casey (justincc)2012-12-051-6/+2
| * | | | | | | | | | | In BaseHttpServer.HandleRequest(), use Culture.SetCurrentCulture() rather tha...Justin Clark-Casey (justincc)2012-12-051-1/+1
| * | | | | | | | | | | In XEngine.DoOnRezScript() use Culture.SetCurrentCulture() instead of constru...Justin Clark-Casey (justincc)2012-12-051-2/+1
| * | | | | | | | | | | On XEngine.ProcessEventHandler(), instead of creating a new CultureInfo on ev...Justin Clark-Casey (justincc)2012-12-051-2/+1
| * | | | | | | | | | | minor: also comment out the debug log message which reports searching for chi...Justin Clark-Casey (justincc)2012-12-041-2/+2
| * | | | | | | | | | | minor: Comment out "Delivering IM to..." messages for now.Justin Clark-Casey (justincc)2012-12-041-3/+3