| Commit message (Expand) | Author | Age | Files | Lines |
* | Moved DataSnapshot feature to OptionalModules too. | Diva Canto | 2015-09-04 | 11 | -71/+0 |
* | Moved RegionCombinerModule to OptionalModules. Removed it as its own top-leve... | Diva Canto | 2015-09-04 | 10 | -72/+0 |
* | Deleted OpenSim.Framework.Communications. Moved its two remaining files to Op... | Diva Canto | 2015-09-04 | 76 | -216/+20 |
* | Deleted old unfinished code under Framework.Communications that wasn't being ... | Diva Canto | 2015-09-04 | 13 | -1007/+154 |
* | Deleted unused interface | Diva Canto | 2015-09-04 | 1 | -157/+0 |
* | Fixed wrong path to Meshing dll | Diva Canto | 2015-09-04 | 1 | -1/+1 |
* | In SceneGraph, use the property PhysicsScene instead of the variable _PhysSce... | Diva Canto | 2015-09-04 | 1 | -3/+3 |
* | Deleted commented code | Diva Canto | 2015-09-04 | 1 | -51/+0 |
* | Transformed the LLUDP ad-hoc plugin into a region module. It works. | Diva Canto | 2015-09-03 | 8 | -339/+120 |
* | Moved ExtendedPhysics from OptionalModules to Bullet project, because it's ve... | Diva Canto | 2015-09-01 | 6 | -628/+622 |
* | Deleted physics plugin classes. | Diva Canto | 2015-08-31 | 10 | -538/+27 |
* | Physics refactoring: all unit tests pass. | Diva Canto | 2015-08-31 | 7 | -22/+55 |
* | First commit where physics work as region module. | Diva Canto | 2015-08-31 | 17 | -105/+90 |
* | All physics plugins are now region modules. Compiles but doesn't run. | Diva Canto | 2015-08-31 | 24 | -1145/+1350 |
* | Fixed a namespace dependency. Also started preparing prebuild.xml for making ... | Diva Canto | 2015-08-31 | 3 | -140/+148 |
* | Refactored Meshing modules: | Diva Canto | 2015-08-31 | 11 | -61/+145 |
* | More namespace and dll name changes. Still no functional changes. | Diva Canto | 2015-08-30 | 78 | -106/+106 |
* | Renamed the namespaces too | Diva Canto | 2015-08-30 | 113 | -171/+171 |
* | Major renaming of Physics dlls / folders. No functional changes, just renames. | Diva Canto | 2015-08-30 | 108 | -34/+34 |
* | Moved instantiation of SceneCommunicationService object to inside the scene c... | Diva Canto | 2015-08-30 | 4 | -10/+5 |
* | Mantis #7713: fixed bug introduced by 1st MOSES patch. | Diva Canto | 2015-08-30 | 1 | -7/+9 |
* | Restore FlotsamAssetCache as default and pre-enabled asset cache module | Ai Austin | 2015-08-26 | 1 | -5/+5 |
* | Still about Ai's patch: it turns out OpenSim doesn't work well without an ass... | Diva Canto | 2015-08-25 | 1 | -2/+2 |
* | Fixed comment in ini related to previous patch | Diva Canto | 2015-08-25 | 1 | -1/+1 |
* | Changes to .ini.example files to improve instructions and workflow for standa... | Ai Austin | 2015-08-25 | 2 | -20/+18 |
* | Revert "BulletSim: delay adding a scene presence to the list of presences" | Robert Adams | 2015-08-24 | 3 | -33/+19 |
* | BulletSim: delay adding a scene presence to the list of presences | Robert Adams | 2015-08-23 | 3 | -19/+33 |
* | In ScenePresence, when removing from the physical scene, unsubscribe | Robert Adams | 2015-08-23 | 1 | -1/+1 |
* | Add Culture.FormatProvider to String.Format, like it is done for LSLFloat | lillith xue | 2015-08-24 | 1 | -3/+3 |
* | Revert "update libomv managed dlls to 49a5cf05c32e - fresh clone default sett... | dahlia | 2015-08-23 | 5 | -184/+119 |
* | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim | dahlia | 2015-08-23 | 1 | -62/+62 |
|\ |
|
| * | Just replace all m_data accesses with accesses to Data, which is | Melanie Thielker | 2015-08-24 | 1 | -62/+62 |
* | | update libomv managed dlls to 49a5cf05c32e - fresh clone default settings rel... | dahlia | 2015-08-23 | 5 | -119/+184 |
|/ |
|
* | Revert "Revert "Fix a possible nullref caused by accessing m_data rather than... | Melanie Thielker | 2015-08-23 | 1 | -4/+4 |
* | Fix the nullref in scripts - the right way | Melanie Thielker | 2015-08-23 | 1 | -3/+3 |
* | Revert "Fix a possible nullref caused by accessing m_data rather than Data" | Melanie Thielker | 2015-08-23 | 1 | -4/+4 |
* | Refine comments .ini file setup for new Standalone | Ai Austin | 2015-08-21 | 2 | -2/+7 |
* | More plumbing on agent states | Melanie Thielker | 2015-08-20 | 2 | -0/+17 |
* | Fix multiple moving_end and add moving_start to llSetKeyframedMotion | Jeff Kelley | 2015-08-20 | 1 | -10/+15 |
* | Partial plumbing for the agent stateful module features negotiation | Melanie Thielker | 2015-08-20 | 10 | -14/+41 |
* | Merge branch 'master' of opensimulator.org:/var/git/opensim | Melanie Thielker | 2015-08-19 | 2 | -2/+2 |
|\ |
|
| * | Add explicit initialization because mono 3 doesn't like what mono 2 allows | Melanie | 2015-08-19 | 2 | -2/+2 |
* | | Fix a possible nullref caused by accessing m_data rather than Data | Melanie Thielker | 2015-08-19 | 1 | -4/+4 |
|/ |
|
* | Convert the lsl list type into a struct. EXPERIMENTAL! This may affect | Melanie Thielker | 2015-08-19 | 4 | -172/+172 |
* | Some unit tests are simply broken and create an API with a null m_item. | Melanie Thielker | 2015-08-19 | 1 | -0/+6 |
* | Try to address Mantis #7689. When adding a scalar to a list, make a copy | Melanie Thielker | 2015-08-19 | 1 | -2/+5 |
* | Change the IScriptApi back to it's original form, removing XEngine | Melanie Thielker | 2015-08-17 | 22 | -69/+101 |
* | Revert "When scripts are sleeping, don't count that as execution time" | Melanie Thielker | 2015-08-17 | 18 | -95/+49 |
* | Merge branch 'master' of opensimulator.org:/var/git/opensim | Melanie Thielker | 2015-08-17 | 1 | -15/+15 |
|\ |
|
| * | Minor improvement of previous patch. | Diva Canto | 2015-08-16 | 1 | -6/+10 |