Arbeiten aus dem URlaub
This commit is contained in:
BIN
simarboreal/release/SimArboreal-Editor-Linux.zip
Normal file
BIN
simarboreal/release/SimArboreal-Editor-Linux.zip
Normal file
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
java -Xmx512m -XX:MaxDirectMemorySize=512m -jar SimArboreal-Editor.jar
|
||||
|
||||
BIN
simarboreal/release/SimArboreal-Editor-Linux/lib/Lemur.jar
Normal file
BIN
simarboreal/release/SimArboreal-Editor-Linux/lib/Lemur.jar
Normal file
Binary file not shown.
BIN
simarboreal/release/SimArboreal-Editor-Linux/lib/LemurProps.jar
Normal file
BIN
simarboreal/release/SimArboreal-Editor-Linux/lib/LemurProps.jar
Normal file
Binary file not shown.
BIN
simarboreal/release/SimArboreal-Editor-Linux/lib/Pager.jar
Normal file
BIN
simarboreal/release/SimArboreal-Editor-Linux/lib/Pager.jar
Normal file
Binary file not shown.
BIN
simarboreal/release/SimArboreal-Editor-Linux/lib/SimArboreal.jar
Normal file
BIN
simarboreal/release/SimArboreal-Editor-Linux/lib/SimArboreal.jar
Normal file
Binary file not shown.
Binary file not shown.
BIN
simarboreal/release/SimArboreal-Editor-Linux/lib/assets.jar
Normal file
BIN
simarboreal/release/SimArboreal-Editor-Linux/lib/assets.jar
Normal file
Binary file not shown.
Binary file not shown.
BIN
simarboreal/release/SimArboreal-Editor-Linux/lib/guava-12.0.jar
Normal file
BIN
simarboreal/release/SimArboreal-Editor-Linux/lib/guava-12.0.jar
Normal file
Binary file not shown.
BIN
simarboreal/release/SimArboreal-Editor-Linux/lib/jME3-core.jar
Normal file
BIN
simarboreal/release/SimArboreal-Editor-Linux/lib/jME3-core.jar
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
simarboreal/release/SimArboreal-Editor-Linux/lib/jME3-lwjgl.jar
Normal file
BIN
simarboreal/release/SimArboreal-Editor-Linux/lib/jME3-lwjgl.jar
Normal file
Binary file not shown.
Binary file not shown.
BIN
simarboreal/release/SimArboreal-Editor-Linux/lib/jinput.jar
Normal file
BIN
simarboreal/release/SimArboreal-Editor-Linux/lib/jinput.jar
Normal file
Binary file not shown.
Binary file not shown.
BIN
simarboreal/release/SimArboreal-Editor-Linux/lib/lwjgl.jar
Normal file
BIN
simarboreal/release/SimArboreal-Editor-Linux/lib/lwjgl.jar
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
simarboreal/release/SimArboreal-Editor-Linux/liblwjgl64.so
Normal file
BIN
simarboreal/release/SimArboreal-Editor-Linux/liblwjgl64.so
Normal file
Binary file not shown.
BIN
simarboreal/release/SimArboreal-Editor-Linux/libopenal64.so
Normal file
BIN
simarboreal/release/SimArboreal-Editor-Linux/libopenal64.so
Normal file
Binary file not shown.
BIN
simarboreal/release/SimArboreal-Editor-MacOSX.zip
Normal file
BIN
simarboreal/release/SimArboreal-Editor-MacOSX.zip
Normal file
Binary file not shown.
BIN
simarboreal/release/SimArboreal-Editor-Windows.zip
Normal file
BIN
simarboreal/release/SimArboreal-Editor-Windows.zip
Normal file
Binary file not shown.
71
simarboreal/release/SimArboreal-Editor-changelog.txt
Normal file
71
simarboreal/release/SimArboreal-Editor-changelog.txt
Normal file
@@ -0,0 +1,71 @@
|
||||
Revision ???
|
||||
-------------
|
||||
- Added a dependency to the SimFX package and converted to use
|
||||
its LightingState and SkyState (with scattering)
|
||||
- Grass plane supports atmospherics and a toggle was added to
|
||||
the visualization options panel.
|
||||
- Added atmospheric support for trees along with a toggle.
|
||||
|
||||
|
||||
|
||||
Revision 143
|
||||
-------------
|
||||
- Added an action to save the tree atlas images
|
||||
as PNG files.
|
||||
- Fixed how the atlas textures are generated so that they
|
||||
save as embedded textures in the j3o.
|
||||
- Fixed impostor meshes to use short buffers instead of int.
|
||||
- Added toggleable noise-based wind
|
||||
- Added a video recodring option F12
|
||||
- Added editors for the tree wind-related parameters
|
||||
- Changed the tree parameters file extension to just plain
|
||||
.simap The old simap.json extension is still supported for
|
||||
loading and the file format itself hasn't changed.
|
||||
|
||||
|
||||
Revision 126
|
||||
-------------
|
||||
- Reworked the FileActionsState to better allow embedding
|
||||
in external applications. Save and load methods were added
|
||||
and the buttons are now not added to the UI unless the state
|
||||
is enabled. This should help facilitate a parallel JME SDK
|
||||
plug-in effort.
|
||||
|
||||
|
||||
Revision 94
|
||||
------------
|
||||
- Moved RollupPanel and TabbedPanel out into Lemur core.
|
||||
- Moved the builder classes out into the new simsilica-tools Pager
|
||||
library.
|
||||
- Moved PropertyPanel into its own Lemur extension project LemurProps.
|
||||
- Converted to use the now-standard Lemur 'glass' style with just a few
|
||||
local custom extensions.
|
||||
- Moved the Builderstate out to the builder project.
|
||||
|
||||
|
||||
Revision 69
|
||||
-------------
|
||||
- Added Y offset parameter that is separate from trunk
|
||||
height.
|
||||
- Added LOD support including two mesh reduction strategies:
|
||||
Flat-Poly : renders the tree branches as a set of axis-aligned
|
||||
billboarded flat quads.
|
||||
Impostor : renders a single quad with a view-direction indexed texture.
|
||||
(Note: impostors currently don't save properly to the j3o)
|
||||
- Better visual separate of child properies in the UI.
|
||||
- Reorganized UI to include outer rollup panels to separate vis
|
||||
settings from tree parameters.
|
||||
- Added an avatar toggle to the UI.
|
||||
- Added shadow intensity and lighting direction settings to the
|
||||
UI.
|
||||
- Added a simplified 'drop shadow' filter that can be enabled instead
|
||||
of regular shadows.
|
||||
- File write operations now warn before overwriting existing files.
|
||||
- Cleaned out the wire frame meshes from the exported j3o during save.
|
||||
- Renamed the tree geometry elements to make more sense when viewing
|
||||
the tree object in something like Scene Composer.
|
||||
|
||||
|
||||
Revision 33
|
||||
-------------
|
||||
- Initial release
|
||||
BIN
simarboreal/release/SimArboreal-Editor.jar
Normal file
BIN
simarboreal/release/SimArboreal-Editor.jar
Normal file
Binary file not shown.
Reference in New Issue
Block a user