Ivan K
345954d5aa
Editor: automatic creating language list
2015-07-22 16:09:40 +04:00
Ivan K
d00438c224
Editor: select language in preferences
2015-07-22 15:40:35 +04:00
MonkeyFirst
8a1c80796c
bledner mode mmb pan, flymode off by rmb or esc
2015-07-22 02:42:49 +06:00
MonkeyFirst
276937d054
blender mode add strafe in ortho w shift & ctrl
2015-07-22 01:44:46 +06:00
MonkeyFirst
3f8cb158d4
blender mode fixes: select w shift , strafe, pan
2015-07-22 01:30:18 +06:00
Ivan K
eb2457ce6a
editor russification, add warnings to Localization::LoadJSON
2015-07-21 23:12:20 +04:00
MonkeyFirst
c3f6f1c423
fixed camera move on shift-d
2015-07-21 23:26:00 +06:00
MonkeyFirst
5907f6c22b
Add mask selector, bits inversion, scroll types
2015-07-21 20:55:39 +06:00
Lasse Öörni
87c8a0874a
Merge remote-tracking branch '1vanK/improvements'
2015-07-21 13:46:06 +03:00
Lasse Öörni
14fe2ad334
Remove unused variable that was moved & renamed elsewhere.
2015-07-20 18:14:22 +03:00
MonkeyFirst
9c8ba2e2b0
Add EditLayerWindow for fastest mask view change (with children nodes)
2015-07-20 02:59:22 +06:00
Ivan K
d540f79eec
Localization: fixes, adding comments, reworking samples, partial russification of editor
2015-07-19 16:07:24 +04:00
MonkeyFirst
64e7435eca
fix "standard" word
2015-07-19 17:07:14 +06:00
MonkeyFirst
1f519959aa
Add feature that allow to enable all hidden before nodes on one hotkey
2015-07-19 06:03:27 +06:00
MonkeyFirst
c9910c8c96
Add feature to parent selected nodes into last selected node
...
Add feature to parent selected nodes into last selected node
Standart key mode - U-key
Blender key mode - P + Ctrl
2015-07-19 04:44:11 +06:00
MonkeyFirst
f5e1e10b6a
Add hotkeys mode switching between standart & blender
2015-07-19 01:41:23 +06:00
MonkeyFirst
6b927e8533
add few models for preview
2015-07-18 03:05:20 +06:00
MonkeyFirst
721f121c91
init blender-keys-branch
2015-07-18 00:23:34 +06:00
Lasse Öörni
0fc4cdf12c
Tabs to spaces. Moved MMB pan setting from Preferences dialog to Settings dialog to match the rest of the camera options. Added contributor credit.
2015-07-17 18:08:57 +03:00
julyfortoday
e10aef79cf
Save/load mmbpan setting to/from xml, fixed naming
2015-07-17 09:07:25 -04:00
julyfortoday
6d8e057a7e
Added togglable setting for changing the behavior of the MMB, allows panning by default instead of rotation/orbit
2015-07-16 22:26:51 -04:00
julyfortoday
0981492802
Center camera on selected object using the HOME key
2015-07-16 18:25:00 -04:00
Mike3D
a25f596e08
Added missing file formats to Editor's resource browser
2015-07-16 07:52:47 +02:00
Lasse Öörni
37f13c91d9
Remove double semicolon.
2015-07-15 00:59:12 +03:00
Lasse Öörni
9b629b2a36
Editor functionality to assign child nodes as a spline path. Contributed by MonkeyFirst. Closes #781 .
2015-07-15 00:57:55 +03:00
Ivan K
f317df2961
Adding a button 'Reset Viewport' and checkbox 'Show Axes' for particle editor
2015-07-14 11:56:53 +04:00
Ivan K
8d37ae8e3d
Fix scaling particle preview
2015-07-13 16:14:53 +04:00
Ivan K
0532ea5c6f
Big particle preview and scaling preview with LMB + LShift
2015-07-13 15:50:58 +04:00
Lasse Öörni
ffa0b96e85
Fix typo. Ensure new node positioning uses world position in case the new node is parented.
2015-07-12 16:19:39 +03:00
Ivan K
8adcd0a965
Editor new node position
2015-07-12 13:48:24 +04:00
Lasse Öörni
986c4ca6fc
If CollisionShape trimesh or convex shape assigned without a collision model, try to get it from the StaticModel in the same node. Closes #769 .
2015-07-11 21:18:50 +03:00
Lasse Öörni
e8af02f453
Add double serialization support to Variant, Deserializer/Serializer, XMLElement & JSONValue. Use double to store a Lua object's number attributes. Add editing of double attributes to the editor. Closes #758 .
2015-06-29 22:36:12 +03:00
Lasse Öörni
6b6447eb8c
Detect presence of AssetImporter in either tool subdirectory or in the executable directory.
2015-06-09 21:23:04 +03:00
Yao Wei Tjong 姚伟忠
e7e2c262e5
Make button slider not focusable so it is easier to tab around.
2015-05-19 15:33:59 +08:00
JSandusky
567a29d74e
Implementation of DetourCrowd and DetourTileCache
...
Added Components:
- DynamicNavigationMesh (uses DetourTileCache)
- Obstacle (interacts with DynamicNavigationMesh)
- DetourCrowdManager (uses DetourCrowd for crowd control)
- CrowdAgent (interacts with DetourCrowdManager)
- NavArea (marks area types)
Changes:
- Refactor NavigationMesh build process
- Addition of cylinder debug rendering
- Exposed Area Type Costs in navigation
CrowdNavigation sample for Lua, Angelscript, and C++ using
DynamicNavigationMesh, Obstacle, CrowdAgent, and DetourCrowdManager
components.
2015-05-04 22:14:00 -04:00
Lasse Öörni
aa65cedefd
Add NOUV define to LitParticle, LitSolid & Unlit HLSL shaders when used as untextured, to prevent vertex layout creation problem on D3D11 when model has no UVs. Remove texcoords from the editor grid as they're no longer necessary. Closes #712 .
2015-04-29 20:09:18 +03:00
Lasse Öörni
97fb2638db
Add fill mode to materials.
2015-04-04 02:40:38 +03:00
Lasse Öörni
d06ffe1445
Merge pull request #680 from urho3d/render-refactor
...
Render refactor
2015-03-24 23:34:39 +02:00
Lasse Öörni
2858755334
Log missing vertex element(s) when vertex layout fails to create. Add texcoords to the editor grid to keep D3D11 happy.
2015-03-15 00:23:49 +02:00
Lasse Öörni
dffab8cff1
Add item to Edit menu ("Add children to SM-group") to add all children of the StaticModelGroup node as instances. Closes #676 .
2015-03-09 21:14:04 +02:00
Lasse Öörni
1c549bceee
Import also empty child nodes in AssetImporter scene mode, unless disabled with the -ne option. Refactor handling of the root scene node to prevent unnecessary creation of a duplicate root node. Do not attempt to parse .json files as XML in the editor resource browser. Closes #673 .
2015-03-07 13:36:27 +02:00
Lasse Öörni
6fd6efc4c3
Update PugiXml to 1.5. Do not attempt to parse .txt & .icns files as xml in the editor resource browser, to prevent log spam.
2015-03-04 16:10:21 +02:00
Lasse Öörni
0c48c9df87
Fix Assimp to not give negative light direction. Fix FOV handling for spot lights in AssetImporter. Added error prints to Editor if fails to execute AssetImporter. Closes #669 .
2015-02-24 12:19:25 +02:00
Chris Friesen
28b511df32
Added copy cam transform to editor for easy cam alignment
2015-02-17 00:06:01 -06:00
Lasse Öörni
5198313a93
Fix null exception in multiple nodes duplication. Closes #632 .
2015-01-26 01:12:05 +02:00
Lasse Öörni
dc39d9e17c
Fix wrong matrix math in gizmo scaling. Take zoom into account.
2015-01-21 12:12:47 +02:00
Lasse Öörni
895dfcdb3a
Fix gizmo scale in orthographic mode (ortho size not taken into account). Cleaned up gizmo scaling code to use camera view matrix. Closes #626 .
2015-01-20 18:03:28 +02:00
Chris Friesen
7376e24400
Editor - numpad camera modes focus selection
2015-01-20 00:33:00 -06:00
Chris Friesen
262bb942e4
Editor deselect all
2015-01-19 23:18:43 -06:00
Yao Wei Tjong 姚伟忠
05a8b79fd2
Rename "Bin" subdir to "bin".
2015-01-18 21:31:13 +08:00