summaryrefslogtreecommitdiff
path: root/tools/editor
AgeCommit message (Collapse)Author
2014-06-17Merge pull request #509 from marynate/PR-script-editor-replace-dialogreduz
Script editor: Add selected text in replace dialog automatically
2014-06-17Merge pull request #510 from marynate/PR-align-with-viewreduz
Align selected node with current view (3d editor)
2014-06-17Merge pull request #512 from marynate/PR-fix-texture-preview-not-updatereduz
Fixed #185 Setting a new Texture for a Sprite node does not update preview
2014-06-17Search filesystem by name or path; Remove extension filter; Use toolbutton ↵marynate
for clear search term
2014-06-16More 3D WorkJuan Linietsky
-=-=-=-=-=- -ESM Shadow Mapping for softer and less glitchy shadows -HDR Pipeline (convert to Linear on texture import, convert to SRGB at the end) -Fix to xml parse bug
2014-06-15Fixed #185 Setting a new Texture for a Sprite node does not update previewmarynate
2014-06-13Add align with view in 3d editor viewport (useful for aligning camera withmarynate
current view)
2014-06-13Script editor: Put selected text in replace dialog automatically (unless ↵marynate
selected more than 1 line); Replace textbox get focus when there's search text but no replace text; Bump up transparency of FindReplaceDialog
2014-06-11Merge branch 'master' of https://github.com/okamstudio/godotJuan Linietsky
2014-06-11Light Baker!Juan Linietsky
-=-=-=-=-=-= -Support for lightmap baker, have fun figuring out how it works before tutorial is published.
2014-06-11Merge pull request #446 from marynate/PR-fix-scons-cstringioreduz
Use cStringIO to write editor_icons.cpp
2014-06-11Merge pull request #490 from macramole/masterreduz
Set project name automatically when choosing path for new projects in project manager
2014-06-11Merge pull request #496 from marynate/PR-scene-dock-searchreduz
Adding search box to scene dock(file system tab)
2014-06-11Merge pull request #498 from marynate/PR-pm-favoritereduz
Add pin/favorite projects in project manager
2014-06-10Add pin/favorite projects in project managermarynate
2014-06-10Allow run/edit multiple projects from project managermarynate
2014-06-10Adding search box to scene dock(file system tab)marynate
2014-06-04small feature: set project name automatically when choosing path for new ↵leandrogarber@gmail.com
projects (recommit due problem with codeblocks tabs)
2014-06-04small feature: set project name automatically when choosing path for new ↵leandrogarber@gmail.com
projects
2014-05-29More 3D ImprovementsJuan Linietsky
-=-=-=-=-=-=-=-=-=-= -Sprite3D and AnimatedSprite3D support. -Opaque pre-pass works, is compatible with shadows -Improved shadow map rendering (can differentiate between plain opaque and opaque with shaders/discard/etc) -Added option to use alpha discard in FixedMaterial -Improved Glow FX, many more options (three modes, Additive, Screen and SoftLight), strength and scale -Ability for Background (image or cubemap) to send to glow buffer -Dumb Deploy of clients now actually works in Android -Many Many rendering fixes, 3D is much more usable now.
2014-05-24Making Godot Easier to Use..Juan Linietsky
-=-=-=-=-=-=-=-=-=-=-=-=-=-= -Auto indenter in code editor, this makes it much easier to paste external code. -Zoom in 2D viewport now uses the mouse pointer as reference. -Obscure hack to see where code/line of GDScript in C++ backtrace. -Fixed a bug where keys would get stuck on X11 if pressed simultaneously -Added Api on IP singleton to request local IPs. -Premultiplied alpha support when importing texture, editing PNGs and as a blend mode.
2014-05-22Use cStringIO to write editor_icons.cpp, lower the opportunity file access ↵marynate
conflit when buiding with spawn_jobs
2014-05-22Added a setting to disable autocomplete popup and fixed the autocomplete ↵Jonas Rudlang
timer to updated when the setting has changed
2014-05-20Merge pull request #436 from marynate/PR-2d-uniform-scalereduz
Add 2d unifrom scale
2014-05-21Add 2d unifrom scalemarynate
2014-05-21Add pan mode in 2d editormarynate
2014-05-20Merge pull request #410 from marynate/PR-hotkey-quit-to-pmreduz
Resolve issue #406 by adding hotkey for "quit to project manager"
2014-05-20Merge pull request #415 from marynate/PR-auto-editor-icons-cppreduz
Auto generate editor_icons.cpp to make it easy to update editor icons
2014-05-14A bit of everything:Juan Linietsky
-IMA-ADPCM support for samples, this means that sound effects can be compressed and use 4 timess less RAM. -New 3D import workflow based on Wavefront OBJ. Import single objects as mesh resources instead of full scenes. Many people prefers to work this way. Just like the rest of the imported resources, these are updated in realtime if modified externally. -Mesh resources now support naming surfaces. This helps reimporting to identify which user-created materials must be kept. -Several fixes and improvements to SurfaceTool. -Anti Aliasing added to WorldEnvironment effects (using FXAA) -2D Physics bodies (RigidBody, KinematicBody, etc), Raycasts, Tilemap, etc support collision layers. This makes easy to group which objects collide against which. -2D Trigger shapes can now also trigger collision reporting in other 2D bodies (it used to be in Area2D before) -Viewport render target textures can now be filtered. -Few fixes in GDscript make it easier to work with static functions and class members. -Several and many bugfixes.
2014-05-14Add sCons dependency for editor_icons.cpp, so it's only re-generated when ↵marynate
there're icon changes
2014-05-13Auto generate editor_icons.cpp to make it more easy to update editor iconsmarynate
2014-05-13Add hotkey Shift+CMD+Q in editor for quit to project manager, resolvesmarynate
issue #406
2014-05-13User can use '.METHOD' or 'METHOD(' to seach exact method in Search Classes ↵marynate
dialog
2014-05-13Make String::right count from pos instead of pos+1marynate
2014-05-11Merge pull request #392 from marynate/PR-delete-without-confirmreduz
Shift+Del to delete nodes without confirmation
2014-05-10Change key move behavior of canvas item editor to ignore zoom level; Addmarynate
alt + arrow key as local base move mode; Control + arrow key as local + rotation move mode
2014-05-10Shift+Del to delete nodes without confirmationmarynate
2014-05-09Make visibility icon always last to display in scene treemarynate
2014-05-08Merge pull request #383 from sanikoyes/hotfix-Crash-In-Editorreduz
Fix crash in editor when open new scene in editing
2014-05-08Fix crash in editor when open new scene in editingsanikoyes
resources_dock->cleanup(); // This will delete GDScript instance (if property_editor->obj is scene's GDScript instance, editor will crash)
2014-05-08Add lock and group icon to scene tree editormarynate
2014-05-07remove degud outputjonyrock
2014-05-07call during autocompletionjonyrock
2014-05-06Merge pull request #375 from marynate/PR-2d-editor-F-keyreduz
Add F and CMD+F hot key for center/frame selected node(s) in 2d editor
2014-05-06Press F key in 2d editor to center view to selected nodemarynate
Press Ctrl+F to frame selected nodes in 2d editor Change Frame Selection hotkey in 2d editor from Ctrl to CMD for Mac compatability
2014-05-06Add auto code completion (without press Ctrl+Space manually)marynate
Disalbe auto code completion even there's only one option Hide auto-completion if only one completion option and it's been typed Support use tab key to accept code completion option
2014-05-06Implement Shift+F1 as contextual help hotkey for script editor; There'smarynate
one bug that when jump to help tab first time, the scroll position is wrong.
2014-05-06Update EditorHelp to response help request other than class; Make sure ↵marynate
EditorHelpSearch dialog popup with search results
2014-05-06EditorNode consume F1 key only when Shift or Command key not pressed at the ↵marynate
same time
2014-05-06Start working on script editor helpmarynate