sha..rd
deae399075
* Fixed exception in Mesh.setInterleaved
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7464 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-05-07 20:07:42 +00:00
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
2011-05-07 20:05:43 +00:00
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
2011-05-07 07:49:11 +00:00
sha..rd
bef4a77169
* Fixed viewport location bug in RenderManager
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7461 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-05-07 05:48:44 +00:00
sha..rd
fb11b4b3ed
* Fixed exception in SkyFactory
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7460 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-05-07 00:02:14 +00:00
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
2011-05-07 00:01:02 +00:00
sha..rd
a514158f22
* Added workaround to faulty blender2ogre exporter
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7458 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-05-06 23:54:29 +00:00
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
2011-05-06 23:08:10 +00:00
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
2011-05-06 18:02:19 +00:00
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
2011-05-06 01:50:47 +00:00
rem..om
9c3b269061
WaterFilter : reduced foam texture size
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7454 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-05-05 16:15:52 +00:00
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
2011-05-05 16:05:48 +00:00
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
2011-05-05 14:46:56 +00:00
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
2011-05-05 05:59:52 +00:00
PSp..om
95315cfd0c
Fixing a pretty significant typo.
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7450 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-05-05 05:49:18 +00:00
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
2011-05-05 05:07:28 +00:00
nor..67
8406f0058e
Kirill: Better fix for mac issue
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7448 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-05-05 01:35:38 +00:00
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
2011-05-05 01:05:52 +00:00
sha..rd
d7995b4a6a
* Fixed crash in MaterialLoader when handling materials exported from Blender 2.57
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7446 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-05-04 22:39:22 +00:00
sha..rd
0726ad61bf
* Fix LwjglCanvas freezing on Windows XP
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7445 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-05-04 20:34:30 +00:00
sha..rd
11467977f0
* When using canvas, ensure that the same pixel format is used for all shared contexts, as recommended by Apple documentation.
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7444 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-05-04 19:07:10 +00:00
sha..rd
f004d23070
* LwjglCanvas now correctly resets the renderer state by calling renderer.invalidateState(). Doing renderer.resetGLObjects() is NOT sufficient in many cases ...
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7443 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-05-04 18:58:22 +00:00
sha..rd
a58814b838
* Load proper bulletjme dll for windows 64 bit
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7442 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-05-04 18:08:27 +00:00
Sha..om
8b2b999bd0
* Added proper check for framebuffer textures when doing NPOT scaling.
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7441 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-05-04 16:19:51 +00:00
Sha..om
7d91174b5b
* Throw proper exception in TestJoystick if none found
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7440 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-05-04 16:13:17 +00:00
Sha..om
e6d859143f
* Removed incorrect javadoc from TestChangeAppIcon
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7439 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-05-04 15:58:49 +00:00
Sha..om
e5400e38b8
* SceneLoader will no longer crash if material file cannot be found
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7438 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-05-04 15:54:37 +00:00
Sha..om
a4e97bd2d5
* Better error message in ImageToAwt.convert()
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7437 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-05-04 15:47:16 +00:00
Sha..om
5d4c279467
* Removed argument check in Mesh.setBuffer() since now its done in VertexBuffer.setupData()
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7436 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-05-04 15:41:58 +00:00
Sha..om
b56c700023
* Added null checks in setupData()
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7435 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-05-04 15:40:21 +00:00
sha..rd
344efe544a
* Added check in SkyFactory to ensure the images can be used in a cubemap
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7434 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-05-04 13:46:15 +00:00
nor..67
56dcc6fdfb
Update windows bullet native
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7433 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-05-04 03:58:08 +00:00
nor..67
d0526c7df9
- update macosx bullet natives
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7432 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-05-04 03:49:03 +00:00
nor..67
3c45cc6e97
- initialize native bullet classes on every object creation
...
- remove initialization from java physicsspace
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7431 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-05-04 03:45:31 +00:00
nor..67
dd67011809
add windows dll
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7430 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-05-04 02:53:20 +00:00
nor..67
923dea9807
Update windows bullet native
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7429 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-05-04 02:49:31 +00:00
nor..67
969c7472f1
Update windows bullet native
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7428 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-05-04 02:44:08 +00:00
nor..67
32663790a6
Update windows bullet native
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7427 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-05-04 02:41:27 +00:00
nor..67
8c02e63b61
- add native bullet lib directories for linux and windows
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7426 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-05-04 02:37:37 +00:00
nor..67
5a2e0ee197
- add project for editing native bullet
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7425 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-05-04 02:14:42 +00:00
sha..rd
52e3da57f8
* Added check in Mesh.setBuffer() for components argument to be between 1 and 4
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7423 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-05-04 00:39:07 +00:00
nor..67
fec1c5d6fe
- remove deprecated info
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7422 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-05-04 00:01:09 +00:00
Sha..om
64e8c05ba8
* Commented out useless assertion
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7421 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-05-03 22:52:59 +00:00
nor..67
872e65815a
Update windows bullet native
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7420 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-05-03 22:35:44 +00:00
nor..67
1f14c00d2e
- add disable warning option to Natives.jar extraction
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7419 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-05-03 22:23:54 +00:00
nor..67
5ae0340ccf
- use finally in Natives.jar
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7418 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-05-03 22:13:05 +00:00
nor..67
ea6e817f7f
- load library in Natives.java on demand
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7417 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-05-03 21:51:33 +00:00
nor..67
e04b1b464a
Update windows bullet native
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7416 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-05-03 20:29:37 +00:00
nor..67
4902cd06b7
- add default build target to trunk
...
- fix update-sdk target
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7415 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-05-03 20:21:16 +00:00
nor..67
f1b66746cb
- cleanup copying of libraries to jmp a bit
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7414 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-05-03 19:54:59 +00:00