Lasse Öörni
|
f461c8234b
Use a global hash-to-varname mapping table in the editor, which is saved along with the editor config. This allows intelligible var names in prefabs across scenes. Closes #540.
|
il y a 11 ans |
hdunderscore
|
b999275b53
Updated to cover these cases:
|
il y a 11 ans |
aster2013
|
605d113c9c
Remove duplicated call of UpdateViewParameters.[ci skip]
|
il y a 11 ans |
Lasse Öörni
|
4c6bce8174
Make a backup (filename.old) in editor when saving XML format scenes, layouts or materials, delete after successful save. This prevents losing the file if XML save crashes. Closes #530.
|
il y a 11 ans |
hdunderscore
|
c293f170ed
Initial implementation of two extra mouse modes:
|
il y a 11 ans |
Chris Friesen
|
3614519d1c
Defer loading of ui until after 1 frame
|
il y a 11 ans |
Chris Friesen
|
ffc4dffba7
Editor resource browser & right click menus
|
il y a 11 ans |
Yao Wei Tjong 姚伟忠
|
96295b4923
Ensure the application logs are created in a writeable location.
|
il y a 11 ans |
Yao Wei Tjong 姚伟忠
|
6c7db54e4b
Console remembers the last used interpreter if there are more than one.
|
il y a 11 ans |
szamq
|
85e244aef0
Merge branch 'master' of https://github.com/szamq/Urho3D
|
il y a 11 ans |
szamq
|
ddc536e36a
Spawn window in editor
|
il y a 11 ans |
Lasse Öörni
|
8945322476
Fix spelling: ClipBoard -> Clipboard. Use the system clipboard by default in the editor.
|
il y a 11 ans |
Lasse Öörni
|
c3425334a3
Switch forward light calculations back to world space instead of tangent space to avoid light attenuation bugs when TBN matrix is not orthogonal. Shader code becomes simpler and more similar between forward and deferred, and number of vertex shader variations is reduced, but disadvantage is a more complex pixel shader which requires disabling expensive features on SM2.0 to avoid exceeding the arithmetic instruction limit. Fix cube mapped point light displaying the cube map upside down. Closes #276.
|
il y a 11 ans |
Chris Friesen
|
970baf9697
Add setting to use camera position instead of zoom on mwheel
|
il y a 11 ans |
Yao Wei Tjong 姚伟忠
|
4a061aa451
Add option for console to auto visible on receiving error.
|
il y a 11 ans |
Lasse Öörni
|
b166579662
Make an in-memory snapshot of the scene when starting update. Optionally revert to it (new button in editor toolbar) when stopping update.
|
il y a 11 ans |
Lasse Öörni
|
45b0db3590
Show a simple camera preview window in bottom right of editor when a camera component is selected. Closes #123.
|
il y a 11 ans |
Lasse Öörni
|
263a624fe4
Possibility in ResourceCache to enable returning resources which failed to load. This is used in the editor to overcome eg. failed scripts disappearing from a ScriptInstance's script file slot.
|
il y a 11 ans |
Chris Friesen
|
0ad0ded90b
editor orthographic camera & switch to zoom for mousewheel
|
il y a 12 ans |
Yao Wei Tjong 姚伟忠
|
4657518ec9
Code cleanup on error handling for ResourceCache.
|
il y a 12 ans |
Yao Wei Tjong 姚伟忠
|
0973829003
Enhance editor to pop open the console when receiving error events.
|
il y a 12 ans |
Lasse Öörni
|
b1a118c601
Fix multiple view raycast. Fix nearclip/farclip/fov editing. Fix camera look (right mouse) when switching between views. Cleanup UI / camera initialization order. Save viewport setup to editor config file.
|
il y a 12 ans |
Chris Friesen
|
b7d4404be8
stores 5 most recently used scenes
|
il y a 12 ans |
Yao Wei Tjong 姚伟忠
|
9db5f85daf
Route system exit request to Exit menu handler to perform exit check.
|
il y a 12 ans |
Yao Wei Tjong 姚伟忠
|
088eef9e60
Add simple test cases as part of the Travis CI build.
|
il y a 12 ans |
Chris Friesen
|
ddaf25e5df
secondary left sidebar
|
il y a 12 ans |
Yao Wei Tjong 姚伟忠
|
e52bc6e45d
Fix Editor argument parsing to load startup scene correctly.
|
il y a 12 ans |
Lasse Öörni
|
c7e72b02da
Restore previous camera yaw + pitch control, but add a toggle in settings dialog to control whether the pitch is clamped between -90 and 90 degrees.
|
il y a 12 ans |
primitivewaste
|
7d641ca3fc
Add a grid to the editor. Add default zone and grid editor preferences. Make editor settings and preferences dialogs resizable and scrollable. Fix Pow() script registration.
|
il y a 12 ans |
primitivewaste
|
53f6483931
Added a toolbar to the editor.
|
il y a 12 ans |