summaryrefslogtreecommitdiff
path: root/tools/editor/plugins
AgeCommit message (Collapse)Author
2015-04-09Fix toolbar menu position(RichText and MultiMesh plugins)Franklin Sobrinho
2015-04-08Changed popup_centered by popup_centered_minsize in editor dialogsFranklin Sobrinho
2015-04-07Merge pull request #1569 from sanikoyes/Pr-sort-sample-libraryJuan Linietsky
Pr-sort-sample-library
2015-04-07Merge pull request #1591 from MostafaHassan/pr_FixCrashInVisualShaderJuan Linietsky
(Fix crash) in visual shader for curve remap node
2015-04-03Better fixFranklin Sobrinho
2015-04-02fix_issue_#1594Franklin Sobrinho
2015-04-02merging okam changesJuan Linietsky
2015-03-31Fixed crash when trying to add keypoints and deleting them while holding ↵mostafahassan
mouse button down.
2015-03-25Sort sample lists by name(more readable)sanikoyes
2015-03-23Add iostream include to collada plugin and change to light occluder to use ↵Carl Olsson
canvas item snap function.
2015-03-23Merge branch 'master' of https://github.com/not-surt/godot into snapping2Carl Olsson
Conflicts: tools/editor/plugins/canvas_item_editor_plugin.cpp tools/editor/plugins/canvas_item_editor_plugin.h
2015-03-22Merge pull request #1378 from erbridge/settings_not_checkboxJuan Linietsky
Make View > Settings a non check item
2015-03-22Merge pull request #1380 from ElectricSolstice/wparentheses_removalJuan Linietsky
Changed code to remove gcc -Wparentheses warnings.
2015-03-22Merge pull request #1460 from MarianoGnu/masterJuan Linietsky
Create Checkbox class with support for Radio Buttons
2015-03-22Merge pull request #1537 from rollenrolm/issue_#931Juan Linietsky
Fix issue #931: display current view name into editor's 3d scene viewpor...
2015-03-22Fix for Issue #1484: Don't strip whitespace on line commentrollenrolm
2015-03-21Fix issue #931: display current view name into editor's 3d scene viewportsrollenrolm
2015-03-10New Demo, Screen Space ShadersJuan Linietsky
-Fixes to screen space shaders. -Fixes to isometric light demo.
2015-03-09lot of work on 2D lighting and isometric mapsJuan Linietsky
added a new demo, isometric_light that does full isometric sorting, lights, shadows, etc.
2015-03-02Register CheckBox class to create it using editor.Mariano Javier Suligoy
2015-03-02support for 2D shadow castersJuan Linietsky
Added support for 2D shadow casters. *DANGER* Shaders in CanvasItem CHANGED, if you are using shader in a CanvasItem and pull this, you will lose them. Shaders now work through a 2D material system similar to 3D. If you don't want to lose the 2D shader code, save the shader as a .shd, then create a material in CanvasItem and re-assign the shader.
2015-02-22Merge branch 'master' of https://github.com/okamstudio/godot into snapping2Carl Olsson
2015-02-20Renamed "snap to offset" to "snap relative". Better conveys meaning.Carl Olsson
2015-02-16Changed code to remove gcc -Wparentheses warnings.ElectricSolstice
2015-02-17View > Settings isn't a check item.Felix Laurie von Massenbach
2015-02-15Merge branch 'master' of https://github.com/okamstudio/godotCarl Olsson
Conflicts: scene/2d/tile_map.cpp
2015-02-15Better 2D SnappingCarl Olsson
Consolidated duplicate snapping functions into CanvasItemEditor. Allow non-square grids. Add grid origin offsets. Allow seperate toggling of grid display. Add rotation snapping. Add offset snapping.
2015-02-14Merge pull request #1362 from not-surt/tile_map_body_modeJuan Linietsky
Added body mode property for TileMap as kinematic body
2015-02-14New Navigation & Pathfinding support for 2DJuan Linietsky
-Added Navigation & NavigationPolygon nodes -Added corresponding visual editor -New pathfinding algorithm is modern and fast! -Similar API to 3D Pathfinding (more coherent)
2015-02-13Added body mode property to TileMap to select between static and kinematic ↵Carl Olsson
physics bodies. Kinematic allow use of TileMaps for moving platforms for example. Updated 2D Platformer demo to use kinematic TileMaps for moving platforms, in doing so discovered that the tileset was messed up and not converting properly, so fixed that too. And in order to fix the tileset I need to activate snapping for collision polygon vertices.
2015-02-13Reorder tile transforms so transpose occurs before flips. Much more ↵Carl Olsson
intuitive for flipping transposed tiles.
2015-02-11Moved wrapper function to TileMapEditor.Carl Olsson
2015-02-11Merge branch 'master' of https://github.com/okamstudio/godotCarl Olsson
Conflicts: demos/2d/polygon_path_finder_demo/.fscache
2015-02-11Revert variant arg length to 5 and add 5 arg wrapper function for TileMap ↵Carl Olsson
set_cell.
2015-02-09Merge pull request #1174 from adolson/autoreload-edited-scriptsJuan Linietsky
add option to automatically reload changed scripts
2015-02-03Forgot to update tile transform buttons when picking tiles.Carl Olsson
2015-02-02Finish GUI for tile transform.Carl Olsson
2015-02-02Merge branch 'master' of https://github.com/okamstudio/godotCarl Olsson
2015-02-02Working TileMap tile transpose transform.Carl Olsson
2015-01-21fixed world vertex issues in canvas item shaderJuan Linietsky
2015-01-20Visual Shader Editing for 2DJuan Linietsky
Editing 2D shaders with visual editor seems to work now.
2015-01-19Prep for tile transpose transform.Carl Olsson
2015-01-19Color Ramp and Curve Map added to visual shader editing.Juan Linietsky
Added Color Ramp and Curve Map to shader nodes. Fixed an issue that crashed Godot Editor right when opened.
2015-01-18-intentional breakage of shader graph to fix issues, existing graphs will be ↵Juan Linietsky
broken, sorry :(
2015-01-17fixesDana Olson
2015-01-17Merge pull request #1225 from marynate/PR-script-editor-close-tabJuan Linietsky
Only show Close Tab confirmation when script has unsaved change
2015-01-17Merge pull request #1227 from marynate/PR-editor-line-colorJuan Linietsky
Add current_line_color editor setting for script and shader editor
2015-01-17Wrapped duplicated CellOp generation code in a function and added TileMap ↵Carl Olsson
tile picking with Ctrl+LMB.
2015-01-15Add current_line_color ediotr setting for script and shader editormarynate
2015-01-15Only show Close Tab confirmation when script has unsaved change;Update Close ↵marynate
Tab message to emphasize the fact script will be saved when closing tab;Stop dumping 'applying code' message to console