Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-04-09 | Fix toolbar menu position(RichText and MultiMesh plugins) | Franklin Sobrinho | |
2015-04-08 | Changed popup_centered by popup_centered_minsize in editor dialogs | Franklin Sobrinho | |
2015-04-07 | Merge pull request #1569 from sanikoyes/Pr-sort-sample-library | Juan Linietsky | |
Pr-sort-sample-library | |||
2015-04-07 | Merge pull request #1591 from MostafaHassan/pr_FixCrashInVisualShader | Juan Linietsky | |
(Fix crash) in visual shader for curve remap node | |||
2015-04-03 | Better fix | Franklin Sobrinho | |
2015-04-02 | fix_issue_#1594 | Franklin Sobrinho | |
2015-04-02 | merging okam changes | Juan Linietsky | |
2015-03-31 | Fixed crash when trying to add keypoints and deleting them while holding ↵ | mostafahassan | |
mouse button down. | |||
2015-03-25 | Sort sample lists by name(more readable) | sanikoyes | |
2015-03-23 | Add iostream include to collada plugin and change to light occluder to use ↵ | Carl Olsson | |
canvas item snap function. | |||
2015-03-23 | Merge branch 'master' of https://github.com/not-surt/godot into snapping2 | Carl Olsson | |
Conflicts: tools/editor/plugins/canvas_item_editor_plugin.cpp tools/editor/plugins/canvas_item_editor_plugin.h | |||
2015-03-22 | Merge pull request #1378 from erbridge/settings_not_checkbox | Juan Linietsky | |
Make View > Settings a non check item | |||
2015-03-22 | Merge pull request #1380 from ElectricSolstice/wparentheses_removal | Juan Linietsky | |
Changed code to remove gcc -Wparentheses warnings. | |||
2015-03-22 | Merge pull request #1460 from MarianoGnu/master | Juan Linietsky | |
Create Checkbox class with support for Radio Buttons | |||
2015-03-22 | Merge pull request #1537 from rollenrolm/issue_#931 | Juan Linietsky | |
Fix issue #931: display current view name into editor's 3d scene viewpor... | |||
2015-03-22 | Fix for Issue #1484: Don't strip whitespace on line comment | rollenrolm | |
2015-03-21 | Fix issue #931: display current view name into editor's 3d scene viewports | rollenrolm | |
2015-03-10 | New Demo, Screen Space Shaders | Juan Linietsky | |
-Fixes to screen space shaders. -Fixes to isometric light demo. | |||
2015-03-09 | lot of work on 2D lighting and isometric maps | Juan Linietsky | |
added a new demo, isometric_light that does full isometric sorting, lights, shadows, etc. | |||
2015-03-02 | Register CheckBox class to create it using editor. | Mariano Javier Suligoy | |
2015-03-02 | support for 2D shadow casters | Juan 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-22 | Merge branch 'master' of https://github.com/okamstudio/godot into snapping2 | Carl Olsson | |
2015-02-20 | Renamed "snap to offset" to "snap relative". Better conveys meaning. | Carl Olsson | |
2015-02-16 | Changed code to remove gcc -Wparentheses warnings. | ElectricSolstice | |
2015-02-17 | View > Settings isn't a check item. | Felix Laurie von Massenbach | |
2015-02-15 | Merge branch 'master' of https://github.com/okamstudio/godot | Carl Olsson | |
Conflicts: scene/2d/tile_map.cpp | |||
2015-02-15 | Better 2D Snapping | Carl 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-14 | Merge pull request #1362 from not-surt/tile_map_body_mode | Juan Linietsky | |
Added body mode property for TileMap as kinematic body | |||
2015-02-14 | New Navigation & Pathfinding support for 2D | Juan 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-13 | Added 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-13 | Reorder tile transforms so transpose occurs before flips. Much more ↵ | Carl Olsson | |
intuitive for flipping transposed tiles. | |||
2015-02-11 | Moved wrapper function to TileMapEditor. | Carl Olsson | |
2015-02-11 | Merge branch 'master' of https://github.com/okamstudio/godot | Carl Olsson | |
Conflicts: demos/2d/polygon_path_finder_demo/.fscache | |||
2015-02-11 | Revert variant arg length to 5 and add 5 arg wrapper function for TileMap ↵ | Carl Olsson | |
set_cell. | |||
2015-02-09 | Merge pull request #1174 from adolson/autoreload-edited-scripts | Juan Linietsky | |
add option to automatically reload changed scripts | |||
2015-02-03 | Forgot to update tile transform buttons when picking tiles. | Carl Olsson | |
2015-02-02 | Finish GUI for tile transform. | Carl Olsson | |
2015-02-02 | Merge branch 'master' of https://github.com/okamstudio/godot | Carl Olsson | |
2015-02-02 | Working TileMap tile transpose transform. | Carl Olsson | |
2015-01-21 | fixed world vertex issues in canvas item shader | Juan Linietsky | |
2015-01-20 | Visual Shader Editing for 2D | Juan Linietsky | |
Editing 2D shaders with visual editor seems to work now. | |||
2015-01-19 | Prep for tile transpose transform. | Carl Olsson | |
2015-01-19 | Color 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-17 | fixes | Dana Olson | |
2015-01-17 | Merge pull request #1225 from marynate/PR-script-editor-close-tab | Juan Linietsky | |
Only show Close Tab confirmation when script has unsaved change | |||
2015-01-17 | Merge pull request #1227 from marynate/PR-editor-line-color | Juan Linietsky | |
Add current_line_color editor setting for script and shader editor | |||
2015-01-17 | Wrapped duplicated CellOp generation code in a function and added TileMap ↵ | Carl Olsson | |
tile picking with Ctrl+LMB. | |||
2015-01-15 | Add current_line_color ediotr setting for script and shader editor | marynate | |
2015-01-15 | Only 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 |