Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2015-09-04 | In SceneGraph, use the property PhysicsScene instead of the variable ↵ | Diva Canto | 1 | -3/+3 | |
_PhysScene, so that it gets properly initialized before being dereferenced. | |||||
2015-09-04 | Deleted commented code | Diva Canto | 1 | -51/+0 | |
2015-09-04 | actually reduce max number of ode spaces | UbitUmarov | 2 | -8/+8 | |
2015-09-04 | bug fix on ode spaces and allow more of them on large regions | UbitUmarov | 2 | -12/+12 | |
2015-09-04 | remove a forgotten 1000.9 factor on physics fps | UbitUmarov | 5 | -5/+5 | |
2015-09-04 | use GetTimeStampMS to increase heartbeat and stats timing resolution. some ↵ | UbitUmarov | 2 | -106/+122 | |
rearrange on stat code ( MOSES special ones still out ) | |||||
2015-09-04 | normalise physics plugins to return fps as (simulated time / requested ↵ | UbitUmarov | 6 | -1906/+3319 | |
simulation time). improved a bit old ode simulations per call math | |||||
2015-09-03 | Transformed the LLUDP ad-hoc plugin into a region module. It works. | Diva Canto | 7 | -297/+119 | |
2015-09-03 | a bit better addAvatar() call chain | UbitUmarov | 1 | -5/+1 | |
2015-09-03 | make addavatar more friendly between plugins | UbitUmarov | 2 | -3330/+1891 | |
2015-09-03 | fix a old bug i added: MaxWearables can't be changed in runtime | UbitUmarov | 1 | -1/+0 | |
2015-09-03 | fix CM_api compile error | UbitUmarov | 1 | -3/+3 | |
2015-09-03 | minor clean | UbitUmarov | 1 | -48/+0 | |
2015-09-03 | at last we can login and see objects ( friends is dead and disable in | UbitUmarov | 10 | -85/+29 | |
scenepresence) | |||||
2015-09-02 | seems to compile ( tests comented out) | UbitUmarov | 103 | -8410/+1005 | |
2015-09-01 | Moved ExtendedPhysics from OptionalModules to Bullet project, because it's ↵ | Diva Canto | 5 | -627/+622 | |
very much an optional Bullet feature. This way, Bullet doesn't need to depend on the OptionalModules dll. No changes in configs or behavior. | |||||
2015-08-31 | Deleted physics plugin classes. | Diva Canto | 8 | -534/+4 | |
More unit tests fixed. | |||||
2015-08-31 | Physics refactoring: all unit tests pass. | Diva Canto | 6 | -19/+51 | |
2015-08-31 | First commit where physics work as region module. | Diva Canto | 12 | -62/+51 | |
Moved all physics dlls out of Physics and into bin directly, so they can be found by the module loader. Removed call to PhysicsPluginManager. | |||||
2015-08-31 | All physics plugins are now region modules. Compiles but doesn't run. | Diva Canto | 23 | -1322/+1348 | |
2015-08-31 | Fixed a namespace dependency. Also started preparing prebuild.xml for making ↵ | Diva Canto | 2 | -2/+2 | |
physics region modules. | |||||
2015-08-31 | Refactored Meshing modules: | Diva Canto | 10 | -60/+142 | |
- Moved ZeroMesher from OpenSim.Region.PhysicsModules.SharedBase to OpenSim.Region.PhysicsModules.Meshing - Created subfolder for all Meshmerizer files, also in the same Meshing dll - Made them both region modules, with ZeroMesher being the default one This compiles but doesn't run yet. | |||||
2015-08-31 | dont change camera on crossings | UbitUmarov | 1 | -4/+4 | |
2015-08-31 | start sending terrain patchs in completmovement where we know its | UbitUmarov | 2 | -2/+8 | |
position. Also reset camera to position on makeroot | |||||
2015-08-31 | fix slow moving physical objects moving without sending updates | UbitUmarov | 1 | -9/+9 | |
2015-08-30 | More namespace and dll name changes. Still no functional changes. | Diva Canto | 75 | -81/+81 | |
2015-08-31 | minor changes | UbitUmarov | 1 | -15/+21 | |
2015-08-30 | Renamed the namespaces too | Diva Canto | 111 | -169/+169 | |
2015-08-30 | Major renaming of Physics dlls / folders. No functional changes, just renames. | Diva Canto | 107 | -0/+0 | |
2015-08-30 | Moved instantiation of SceneCommunicationService object to inside the scene ↵ | Diva Canto | 2 | -5/+2 | |
constructor. This was a left over from the original monolithic design of scene communications. The less the instantiators of scenes know about the scene's internals, the better. | |||||
2015-08-30 | more on tps and crossings | UbitUmarov | 3 | -157/+193 | |
2015-08-30 | Mantis #7713: fixed bug introduced by 1st MOSES patch. | Diva Canto | 1 | -7/+9 | |
2015-08-29 | improve object crossings | UbitUmarov | 1 | -37/+15 | |
2015-08-29 | fix some effects ranges | UbitUmarov | 5 | -7/+7 | |
2015-08-29 | fix NeighborRegions code | UbitUmarov | 2 | -55/+21 | |
2015-08-28 | stop sending parcel overlays on parcels crossings since SL seems to have | UbitUmarov | 1 | -1/+2 | |
stop sending also | |||||
2015-08-28 | send land parcels overlay in cat Land not Task, or avatar freezes | UbitUmarov | 1 | -1/+2 | |
2015-08-28 | also limit terrain flood effects ( like on pait change this should have | UbitUmarov | 9 | -35/+37 | |
no visible impact, just cpu saving) | |||||
2015-08-27 | restrict terrain PaintBrushes to the requested area | UbitUmarov | 12 | -102/+97 | |
2015-08-27 | remove the rest of #justEditedTerrain, it was sending patchs non | UbitUmarov | 1 | -16/+0 | |
conforming to protocol, and no longer in agreement with how patchs are schedule to send | |||||
2015-08-27 | make terrain undo non op, it is broken and can't be global but per agent | UbitUmarov | 1 | -27/+2 | |
2015-08-27 | fix terrain bake for revert. just good enought fix | UbitUmarov | 1 | -11/+3 | |
2015-08-27 | rename revert map as baked map, bc thats what it is | UbitUmarov | 1 | -20/+20 | |
2015-08-27 | take taints check terrain out of Onframe event and add a new event for it. ↵ | UbitUmarov | 3 | -11/+50 | |
Slow it down to 1/4 heartbeat rate (once every 363ms aprox) | |||||
2015-08-27 | change osd encoding of region size | UbitUmarov | 1 | -8/+8 | |
2015-08-26 | NEVER EVER SEND TERRAIN PATCHS AS UNRELIABLE!!!!!!!!!!!!!!!!!!!!!!!!!! | UbitUmarov | 1 | -26/+13 | |
this costed me hours :P | |||||
2015-08-26 | add more of the v03 checks and homeURL. Sending side only for now | UbitUmarov | 3 | -11/+36 | |
2015-08-26 | change teleport version number to v0.3, without actually adding the checks | UbitUmarov | 2 | -52/+29 | |
for 0.7 sims, etc that we don't have. Also still not using the homeURL added in core. | |||||
2015-08-25 | fix bug | UbitUmarov | 1 | -1/+1 | |
2015-08-25 | update raw32 file reader to core one. Warning only suports square regions | UbitUmarov | 1 | -0/+11 | |