MeFisto94
|
f450b17aeb
Added some Documentation to AbstractSceneExplorerNode and added a method "createEmbedFields". It allows subclasses of your Spatial/Control to easily populate it's properties
|
9 년 전 |
Dokthar
|
fb266d1e78
scenecomposer : removed unused import
|
9 년 전 |
Dokthar
|
19ea7096ec
scenecomposer : new 3d gizmo for tools, boxes for scale, cones for move, circle for rotate
|
9 년 전 |
MeFisto94
|
5803c6d107
Reverted unnecessary finals.
|
9 년 전 |
MeFisto94
|
67b1531131
Fixed some warnings, added @Overrides, removed unused imports and such
|
9 년 전 |
MeFisto94
|
ade0d4b874
ProjectUpgrader - Some Formatting and re-positioned the Action in the Context Menu (It's now below "New" and not above)
|
9 년 전 |
MeFisto94
|
fd01359136
Added a Project-Upgrader to allow automated (wizard-driven) upgrades from 3.0 projects to 3.1
|
9 년 전 |
MeFisto94
|
6a60899350
WelcomeScreen now falls back to the local version when the page is down :(
|
9 년 전 |
MeFisto94
|
970463a0d8
Fixes #31 - Changing the Template from jbullet to bullet-native, stripping off Nifty GUI and Blender libs (Blender is commonly misused).
|
9 년 전 |
MeFisto94
|
90abfdbe17
Fixed the WelcomeScreen to be Multithreaded, now the SDK will launch before the timeout even when the wiki is down.
|
9 년 전 |
MeFisto94
|
0be8d211f4
Fixed a Crucial Bug in Control Start/Stop functionality. We don't remove them anymore, we rely on AbstractControl's setEnabled method. This also means you have to extend AbstractControl which is recommended anyway
|
9 년 전 |
MeFisto94
|
dd86ef64c6
Fixes #34 - Allow the User to start/stop several Controls by removing/adding them from the SDKs' Internal SceneGraph. See Right-Click on Controls or Nodes. Nodes will iterate recursively over all children (!)
|
9 년 전 |
MeFisto94
|
08bf5a07fa
One has to adjust the package after moving the file...
|
9 년 전 |
MeFisto94
|
d8dedcbf88
Moving the CopyTemplateHandler into Core since it actually effects everything and not only the SceneComposer
|
9 년 전 |
MeFisto94
|
84ee8c2145
Updated the Scene.j3o (Empty Scene Template) to use the newer j3o Version
|
9 년 전 |
MeFisto94
|
ea134efc83
Fixes #33 - Binary files can be used again as Templates. Also see the changes in maintaining.md for some explanations.
|
9 년 전 |
MeFisto94
|
ea6fd29b50
Fixed some Deprecation Warnings by moving from `ProgressHandleFactory` to `ProgressHandle`.
|
9 년 전 |
MeFisto94
|
295727939d
Fix Deletion of Nodes in the SceneComposer (Invoke destroy() on children so they are removed from the Composer and not only the openGL Window)
|
9 년 전 |
MeFisto94
|
bb1a777622
Fixes #10 and Fixes #30 (#30 even without having to reopen the file in SceneComposer). Thanks to @grizeldi for the PR
|
9 년 전 |
MeFisto94
|
dbd332246e
Some additions to docs/
|
9 년 전 |
MeFisto94
|
877aba727b
Upgraded to use Engine Version alpha-3
|
9 년 전 |
MeFisto94
|
da770aab5b
Minor spelling/explaining and formatting fixes
|
9 년 전 |
MeFisto94
|
dfe6cbb498
Added an Harness-Override System allowing us to patch netbeans harness files at compile time (they are downloaded from the official netbeans sources and thus manual edits weren't possible).
|
9 년 전 |
MeFisto94
|
d659e7b787
Adding a small Digest Library providing easy access to MD5, SHA1 and SHA256 Hashes
|
9 년 전 |
MeFisto94
|
7405f6d243
Added the resources/ folder. It's to store our Icons and other (graphical) stuff centralized.
|
9 년 전 |
Dokthar
|
e1a7391a8d
Merge branch 'master' of https://github.com/jMonkeyEngine/sdk
|
9 년 전 |
Dokthar
|
e9e0e16fed
apply patch : Terrain editor mouse wheel bug issue #23
|
9 년 전 |
Dokthar
|
6e0419b60c
texture editor : removed warnings
|
9 년 전 |
MeFisto94
|
c95fec517d
Update building.md
|
9 년 전 |
MeFisto94
|
757374fd89
Update reporting_issues.md
|
9 년 전 |