Lasse Öörni
b53b584123
8-bit render order support in materials. This adjusts the drawing order within a scene pass, and takes precedence over both state & distance sorting.
2015-08-06 16:42:52 +03:00
Lasse Öörni
d9d09909d4
Removed commented out code. Minor editor code formatting & typo fixes.
2015-08-05 21:28:47 +03:00
Lasse Öörni
c359d6f5a1
Merge remote-tracking branch 'monkeyfirst/global-editor-events-handlers'
2015-08-05 21:23:39 +03:00
Lasse Öörni
3bd55ecc14
Fix DDS size calculation errors and potential unwanted object destruction in Image class. Closes #826 .
2015-08-05 21:22:03 +03:00
urho3d-travis-ci
1592c95915
Travis CI: API documentation update at 2015-08-05 16:16:10 UTC.
...
[ci package]
Commit: a737bbb671
Message: Fix terrain occlusion leaving holes in the occlusion geometry, and being over-aggressive with height reduction, which would result in poor occlusion. Allow to configure terrain number of LOD levels to be less than 4. Allow to configure the LOD level used for terrain occlusion (not recommended to be changed.) Closes #825 .
2015-08-05 16:16:10 +00:00
Lasse Öörni
a737bbb671
Fix terrain occlusion leaving holes in the occlusion geometry, and being over-aggressive with height reduction, which would result in poor occlusion. Allow to configure terrain number of LOD levels to be less than 4. Allow to configure the LOD level used for terrain occlusion (not recommended to be changed.) Closes #825 .
2015-08-05 19:05:18 +03:00
urho3d-travis-ci
4d0f0b9ef3
Travis CI: API documentation update at 2015-08-05 12:26:11 UTC.
...
[ci package]
Commit: 5edc729ee5
Message: Remove occlusionOffset from TerrainPatch, instead calculate the minimum height in the neighborhood of each lowest LOD terrain vertex. Occlusion still uses lowest LOD to not use up occlusion triangles quickly. Fixes #822 .
2015-08-05 12:26:11 +00:00
Lasse Öörni
5edc729ee5
Remove occlusionOffset from TerrainPatch, instead calculate the minimum height in the neighborhood of each lowest LOD terrain vertex. Occlusion still uses lowest LOD to not use up occlusion triangles quickly. Fixes #822 .
2015-08-05 15:15:19 +03:00
MonkeyFirst
99ad65844f
add more event to main editor handlers
2015-08-05 15:43:15 +06:00
Lasse Öörni
681e91635e
Handle caching of SmoothedTransform in RigidBody component using a weak pointer instead of a bool flag so that it can be deleted by the client if necessary, without getting a state mismatch.
2015-08-05 10:47:06 +03:00
urho3d-travis-ci
be1feb49be
Travis CI: API documentation update at 2015-08-05 00:53:57 UTC.
...
[ci package]
Commit: 7da3eb5616
Message: Exposed various kNet connection stats.
2015-08-05 00:53:57 +00:00
MonkeyFirst
5da0bea816
global-editor-handlers
2015-08-05 04:21:39 +06:00
Lasse Öörni
7da3eb5616
Exposed various kNet connection stats.
2015-08-04 22:26:45 +03:00
urho3d-travis-ci
ad1ea20f20
Travis CI: API documentation update at 2015-08-04 14:58:47 UTC.
...
[ci package]
Commit: fba5948ab0
Message: Allow to disable rendering of the whole UI (except for the cursor and modal elements) by setting the UI root to not visible. Added new function UIElement::IsVisibleEffective() which checks for propagated visibility. Make sure to clear focus also if a child element (that has focus) becomes effectively invisible. Closes #811 .
2015-08-04 14:58:47 +00:00
Lasse Öörni
fba5948ab0
Allow to disable rendering of the whole UI (except for the cursor and modal elements) by setting the UI root to not visible. Added new function UIElement::IsVisibleEffective() which checks for propagated visibility. Make sure to clear focus also if a child element (that has focus) becomes effectively invisible. Closes #811 .
2015-08-04 17:47:46 +03:00
Lasse Öörni
b10b28eef3
Do not allow invisible UI elements to have focus. Lose focus when an element is hidden. Closes #819 .
2015-08-03 13:20:29 +03:00
Lasse Öörni
fe9eee4947
Merge remote-tracking branch 'monkeyfirst/fixed-event-handlers-4-b.mode'
2015-08-03 12:16:18 +03:00
Christian Clavet
13d2264abb
Updated french language
...
Updated the french language:
- Added new strings for the new terms
- Changed some whitespaces to tabs
- Improved translation
2015-08-01 17:42:45 -04:00
MonkeyFirst
038ec8c286
fixed missing event handler from color wheel after layer use
2015-08-02 03:08:23 +06:00
Lasse Öörni
c14d6ba4b7
Editor code convention edits. Use Alt+W for color wheel in both hotkey modes.
2015-07-31 22:00:48 +03:00
Lasse Öörni
baa40d62cb
Uppercase the HSV editor image to match existing files' convention.
2015-07-31 21:50:25 +03:00
Lasse Öörni
5344d386b0
Merge remote-tracking branch 'monkeyfirst/hsv-color-wheel'
2015-07-31 21:23:54 +03:00
urho3d-travis-ci
0eda0fa9e2
Travis CI: API documentation update at 2015-07-31 16:47:06 UTC.
...
[ci package]
Commit: 97e8e89e23
Message: Merge remote-tracking branch 'jsandusky/DDSImageChain'
2015-07-31 16:47:06 +00:00
Lasse Öörni
97e8e89e23
Merge remote-tracking branch 'jsandusky/DDSImageChain'
2015-07-31 19:10:32 +03:00
JSandusky
8a1073b14f
Correction of missing merge of Lua packages.
2015-07-30 22:05:08 -04:00
JSandusky
9d4f4f9bd9
Correction of misuses of xml element in OGLTextureCube
2015-07-30 21:35:32 -04:00
JSandusky
fc40614beb
Loading cube images in OGL and D3D11. Scripting bindings for cube, array, and sRGB traits of image.
2015-07-30 21:28:33 -04:00
MonkeyFirst
b42cb1ed2a
simplify menu localization
2015-07-31 02:46:23 +06:00
Lasse Öörni
bbfdafa00b
Re-fix to previous commit to prevent endlessly forced material update. Added note that custom materials will not be modified.
2015-07-30 23:41:56 +03:00
Lasse Öörni
29c49afa3b
Make sure the SDF shader flag is only updated on the relevant codepath to prevent possible erroneous state.
2015-07-30 23:37:34 +03:00
Lasse Öörni
9977ee909b
Fix line height in the included .sdf font files. Force reevaluation of material when font changed from ttf to sdf or vice versa. Added .sdf to attribute editor font picker. Closes #801 .
2015-07-30 23:27:31 +03:00
MonkeyFirst
c3b52a9e47
hsv-color-wheel
2015-07-30 01:57:16 +06:00
Lasse Öörni
a7c488b1bc
Use SDL message box for ErrorDialog() function for cross-platform support.
2015-07-29 18:52:31 +03:00
Lasse Öörni
397a904cc9
Fix contributor name sorting.
2015-07-29 18:19:52 +03:00
Lasse Öörni
7abfe637e7
Prevent exactly zero Node scale on any axis. May be related to #796 .
2015-07-29 17:57:32 +03:00
Lasse Öörni
6bbf9fa409
Added contributor credit.
2015-07-29 17:14:42 +03:00
Lasse Öörni
d85cbd21db
Spaces back to tabs in EditorStrings.json.
2015-07-29 17:13:31 +03:00
Christian Clavet
6ee3237d47
Fixed some typos
...
Fixed some comma missing for the JSON file.
2015-07-28 17:10:16 -04:00
Christian Clavet
899a9bb7fa
Added missing strings (french)
...
For some reasons, some strings were missing at the beginning of the
file. Double checked and all the strings are completed.
English-Russian-French
2015-07-28 17:03:03 -04:00
Christian Clavet
7f4073be60
French strings addon
...
Added french strings
2015-07-28 16:33:01 -04:00
Lasse Öörni
13a8e7c9b6
Remove test code which wasn't seen to trigger in practice, when using the editor.
2015-07-27 18:20:53 +03:00
Lasse Öörni
61a7d65393
Explicitly set alpha blend mode for toolbar icons. See #799 .
2015-07-27 17:52:07 +03:00
Lasse Öörni
b74c2360f8
Restored original controls in standard hotkeys mode. The MMB pan option (standard hotkeys mode only) now changes the behavior of shift in relation to pan & orbit only. Editor code cleanup & code convention edits.
2015-07-27 17:35:10 +03:00
Lasse Öörni
50013c85d4
Merge remote-tracking branch 'monkeyfirst/hotkeys-smg-instances'
...
Conflicts:
bin/Data/EditorStrings.json
2015-07-27 16:26:42 +03:00
Ivan K
e91ddb3e58
Localization: fix string IDs conflict
2015-07-27 14:50:26 +04:00
Ivan K
6dc8dc9203
Localization: warning when translation is overrided
2015-07-27 14:42:44 +04:00
Ivan K
15001acdb8
Russification: Particle Editor
2015-07-27 13:55:15 +04:00
Ivan K
6308da0c63
Russification: Material Editor
2015-07-27 13:28:10 +04:00
Ivan K
d0424bdf87
Russification: Attribute Inspector, resource picker buttons
2015-07-27 12:37:24 +04:00
Ivan K
77be3c88c4
Russification: FileSelector
2015-07-27 11:36:03 +04:00