Rev. | Time | Author |
---|---|---|
21a6df2 | 2013-03-25 08:08:52 | ZeroSeparation@gmail.com |
Removed wierd import of org.bushe.swing.event.Logger; that was causing my build to fail locally and wasn't used anywhere. |
||
01291ac | 2013-03-25 06:48:44 | ZeroSeparation@gmail.com |
Added error logging to SettingsDialogue as requested by toolforger. |
||
56a4de8 | 2013-03-23 07:51:20 | ZeroSeparation@gmail.com |
Changed node to spatial in the getChild javadoc to be more correct. |
||
ae8678a | 2013-03-23 07:49:23 | ZeroSeparation@gmail.com |
Added javadoc to getChild to explain that its really getDescendant |
||
a94a2cd | 2013-03-22 04:09:52 | remy.bouquet@gmail.com |
Commit patch from abies that drastically reduce the garbage creation when switching techniques. It also reduce grabage collection for the AbdtractShadowRenderer. |
||
5b1038d | 2013-03-21 05:38:14 | remy.bouquet@gmail.com |
Fixed issue where the BAtchNode was throwing an ArrayIndexOutOfBound exception when batch was called twice in a row |
||
ca902c8 | 2013-03-21 02:53:50 | remy.bouquet@gmail.com |
Added support for int arrays uniforms. thanks to abies. |
||
093ffa7 | 2013-03-20 06:30:32 | remy.bouquet@gmail.com |
WaterFilter fixed refraction map artifact that was producing black "waves" on the screen borders. |
||
3cfa700 | 2013-03-17 15:28:26 | PSpeed42@gmail.com |
Enabled/disable statistics with the view. This |
||
1a56d6b | 2013-03-17 15:26:31 | PSpeed42@gmail.com |
Allow the Statistics collection to be enabled and |
||
4aa5bd7 | 2013-03-16 21:04:04 | remy.bouquet@gmail.com |
Fixed issue in BufferUtils where quaternion and verctor4f were initialized with 3 zeros in the buffer instead of 4. |
||
5c4068b | 2013-03-16 07:04:27 | remy.bouquet@gmail.com |
Fixed zoomSensitivity in chaseCamera, removed the zoomSpeed. |
||
fe3c6b1 | 2013-03-16 06:56:59 | remy.bouquet@gmail.com |
Fixed an issue in android config chooser. Some device seems to not have a rgb8 opaque config (BEST). In this case the config chooser will attempt to find a rgba8 config (BEST_TRANSLUSCENT) before falling back to fastest. |
||
8cf668e | 2013-03-16 05:45:36 | remy.bouquet@gmail.com |
Android texture util now supports uploading a sub texture to the GPU, even as a bitmap. |
||
9b22456 | 2013-03-15 11:42:35 | iwgeric@gmail.com |
SDK: Add imports for new default setting for logging level in Android MainActivity. |
||
9637e61 | 2013-03-15 11:34:11 | iwgeric@gmail.com |
SDK: Add default setting for logging level in Android MainActivity. |
||
0e64a42 | 2013-03-15 10:28:07 | iwgeric@gmail.com |
Fix issue with how Android logging is handled. |
||
15adec3 | 2013-03-10 22:22:26 | remy.bouquet@gmail.com |
SDK : removed jme3Data folder that has nothing to do here |
||
b16451f | 2013-03-10 22:20:41 | remy.bouquet@gmail.com |
SDK : MatDefEditor: fixed compilation warnings |
||
1708c0c | 2013-03-10 21:56:56 | remy.bouquet@gmail.com |
Cinematics : GuiTrack is now deprecated in favor of GuiEvent |
||
16ecebf | 2013-03-10 18:25:03 | julien.gouesse@gmail.com |
Removes useless debug logs from NewtKeyInput |
||
c50a019 | 2013-03-10 07:40:55 | remy.bouquet@gmail.com |
ShaderNodesLoader : removed unused jogAmp dependency that slipped in.... |
||
d3cfbc1 | 2013-03-10 07:39:13 | remy.bouquet@gmail.com |
ShaderNodesLoader : Better way to compute define conditions |
||
f4debb4 | 2013-03-10 05:32:01 | void65536@googlemail.com |
Nifty-1.3.3-SNAPSHOT (build 2013-03-09) added + first Nifty batched renderer integration (optional) |
||
57720e7 | 2013-03-09 18:13:39 | remy.bouquet@gmail.com |
DefaultImageRaster : attempt to fix NPE when the raster is initialized with an Image that has not been rendered yet. |
||
c4c3d36 | 2013-03-09 17:54:10 | remy.bouquet@gmail.com |
WaterFilter : the size of the reflection map can now be changed at run time. |
||
7a3713e | 2013-03-09 07:45:40 | normen667 |
- fix newt display dependency |
||
e04e661 | 2013-03-09 05:20:48 | brentowens@gmail.com |
terrain height tool remembers undo history as an entire mouseDown event now. RMB now erases |
||
e774b53 | 2013-03-09 04:11:02 | brentowens@gmail.com |
terrain paint tool remembers undo history as an entire mouseDown event now. RMB now erases |
||
09a69a4 | 2013-03-06 06:14:49 | julien.gouesse@gmail.com |
Fixes the debug pipeline which was only working with GL4bc |