PSp..om
743ecf650e
Fixed a comment to be more accurate. Max distance
...
is not the maximum distance for the sound to be
heard but the maximum distance that it will be
attenuated. In other words, setting max distance
to a small value has the opposite effect of cutting
off the sound early.
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7496 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
PSp..om
2f415f3919
Fix an index out of bounds exception when moving an
...
audio node that hasn't been played yet.
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7495 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
PSp..om
945683f432
Fixed positional audio to actually be positional.
...
Prior to this change, all positional audio was relative
to the listener. So no amount of moving around or
turning of the head was going to make the sound any
different.
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7494 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
sha..rd
3678d4d4a3
* Attempt to fix some ATI driver crash on PostShadowPSSM15
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7493 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
rem..om
cacfc6b71a
Properly use bitmasks on camera for checking culling ( to avoid checking against a plane if the parent node is already on the positive side of it) making culling faster
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7492 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
sha..rd
3430cd93d1
* Prevent UnsupportedOperationException when using LightMode SinglePass
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7491 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
nor..67
bfe76ba56a
Update windows bullet native
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7490 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
nor..67
3829bcf2c7
Bullet Native:
...
- throw java NPE's on all native NPE cases
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7489 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
ant..om
0bfd5aa2a3
fixed a bug calculating camera cell
...
Test is updated to not use LOD and physics for testing purposes
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7488 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
sha..rd
e55e17ba4b
* Fix issue with MTL map_** statements provided with arguments
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7487 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
rem..om
db62445d7e
Post process filters :
...
- Fixed Apsect ratio issue with multiviews
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7486 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
PSp..om
e6c9cbac12
Modified the setAttribute() method to remove the attribute
...
if the value is null instead of throwin an NPE.
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7485 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
nor..67
842260bf9c
- remove jMP project assets stuff from project.properties
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7484 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
ant..om
34a47debb9
TerrainGrid added to terrain package, test included
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7483 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
PSp..om
9489d43098
If reverb was enabled then the effect channel association
...
needs to be cleared, regardless of whether there was a
filter or not.
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7482 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
nor..67
aa2c4333f4
- merge changes to native bullet
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7481 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
nor..67
9853bd266d
- add option to make heightfield collision shape for TerrainPatch
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7480 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
nor..67
d1fb15579a
Update windows bullet native
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7479 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
nor..67
65dec26927
Bullet Native:
...
- add -static to windows build
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7478 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
nor..67
1541b2b4df
- add jvm args in linux distribution start script
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7477 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
rem..om
792f44cf9f
Post process filters :
...
- re-implemented multiview filters another way (filters are now correctly rendered to the size of the viewport, and that's much faster)
- fixed an issue the was messing the filter render when using setEnabled on a filter prior FilterProcessor init
- fixed a deprecated m_ mat in WaterFilter
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7476 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
nor..67
55e6eb57f3
Bullet Native:
...
- flag private project folder "ignore"
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7475 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
nor..67
070ddd23f0
Bullet Native:
...
- avoid use of pointers for math primitives globally
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7474 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
nor..67
6d8b0a2b9d
Bullet Native:
...
- dont use pointers in stack (thanks to chototsu)
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7473 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
nor..67
29df71be5b
Bullet Native:
...
- dont use pointers in stack (thanks to chototsu)
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7472 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
nor..67
c8e09fd794
Bullet Native:
...
- small fix in SixDofJoint (thanks to chototsu)
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7471 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
sha..rd
a28c2622d9
* Revert back to fixed ortho matrix calculation
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7470 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
sha..rd
549d167635
* Let implementation choose appropriate pixel format for pbuffer.
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7469 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
sha..rd
b0aae84707
* Fixed MTL loader bug when handling Tr/d statement
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7468 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
rem..om
8e5832f975
Set z scale to 0 in orthoMatrix as it was before
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7467 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
sha..rd
4fbaecc5db
* Added Javadoc for Picture, FrameBuffer, Image.Format, and AppSettings
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7466 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
nor..67
dd1ccc7ed2
Bullet Native:
...
- fix infinite loop bug in PhysicsRigidBody.getGravity()
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7465 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
sha..rd
deae399075
* Fixed exception in Mesh.setInterleaved
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7464 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
sha..rd
5bf644ff90
* Made MTLLoader more compatible
...
* Fixed bug where MTLLoader would skip lines
* Fixed exception in Mesh.setInterleaved
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7463 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
rem..om
7938b776de
- Fixed crash in Curve class when building indexbuffer
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7462 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
sha..rd
bef4a77169
* Fixed viewport location bug in RenderManager
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7461 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
sha..rd
fb11b4b3ed
* Fixed exception in SkyFactory
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7460 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
sha..rd
c82b259799
* Deleted bulletjme.dll due to missing dependencies error. It must be recompiled with GCC -static-libgcc -static-libstdc++ argument.
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7459 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
sha..rd
a514158f22
* Added workaround to faulty blender2ogre exporter
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7458 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
rem..om
083333ac6e
- Fixed viewPort positioning and scaling for ortho cam and added multiple gui viewports to TestMultiViews
...
- Filters can now be added to multiple viewports, added a TestMultiViewsFilters
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7457 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
nor..67
217eacde1e
- fix PhysicsSpace.removeAll() recursion bug (same fix as for addAll)
...
Fixes Issue 349
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7456 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
sha..rd
6b537307fd
* Deprecated ViewPort.setClearEnabled, since we have separate clear flags for each channel in the framebuffer
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7455 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
rem..om
9c3b269061
WaterFilter : reduced foam texture size
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7454 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
rem..om
bbb3e310a4
SimpleWaterProcessor : fixed 1 frame late rendering of the reflectionand refraction map
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7453 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
nor..67
c65eb4d7b1
- remove native bullet from jMP core libraries
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7452 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
PSp..om
8ed2db29a6
Reworked how client connection teardown happens in the face
...
of the network connection disappearing or any other random errors
on the channel. Now errors that cause the connection to drop
will be properly reported as client disconnects... there is also
a new error field on the DisconnectInfo that is filled in in these
cases.
Added an ErrorListener that can be used to more tightly control
how errors are handled for the Client.
Fixed the double event dispatch that occurred during Client
closing.
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7451 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
PSp..om
95315cfd0c
Fixing a pretty significant typo.
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7450 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
PSp..om
17221395dc
The KernelAdapter now keeps a rolling message buffer
...
for the endpoints when using a reliable connection.
There is no guarantee that the buffers going out from
a client won't be chopped up by the networking stack
in various ways. It was always the intent to accumulate
them like this (the client side already does after all)
but it was an oversight. It's a testament to modern
networking that this hasn't come up in practice yet.
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7449 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
nor..67
8406f0058e
Kirill: Better fix for mac issue
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7448 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
nor..67
8ace54916f
Kirill: Fixed Mac issue where canvas wouldn't render anything when framebuffers were used
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7447 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago