Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-02-09 | Merge pull request #1179 from marynate/PR-fix-compile-win | Juan Linietsky | |
Fix compile compile error on windows platform | |||
2015-02-09 | Merge pull request #1243 from NateWardawg/ChangeRunSceneToRunProject | Juan Linietsky | |
Changed the "Start the scene (F5)." tooltip to say "Play the project (F5)." | |||
2015-02-09 | Merge pull request #1251 from adolson/fscache-stuff | Juan Linietsky | |
ignore and remove .fscache files. closes #1249 | |||
2015-02-09 | Merge pull request #1259 from laganojunior/feature/fix_modifier_key_unpress | Juan Linietsky | |
Modifiers are unset on events for the modifier key itself | |||
2015-02-09 | Merge pull request #1271 from NateWardawg/NestedSceneFix | Juan Linietsky | |
Pr - Fixed a bug where a user could add a cyclical dependency, causing a crash. | |||
2015-02-09 | Merge pull request #1281 from sanikoyes/Pr-fix-rtt-filters | Juan Linietsky | |
Pr-fix-rtt-filters | |||
2015-02-09 | Merge pull request #1303 from erbridge/revert_menu_item | Juan Linietsky | |
Add a revert menu item | |||
2015-02-09 | Merge pull request #1306 from sambler/freebsd_fixes | Juan Linietsky | |
fix build on freebsd | |||
2015-02-09 | Merge pull request #1307 from sambler/scons_changes | Juan Linietsky | |
Adjustment to x11/detect.py | |||
2015-02-09 | Merge pull request #1325 from hrib/master | Juan Linietsky | |
fixed math in Camera::project_position | |||
2015-02-09 | Merge pull request #1336 from slapin/exporter2 | Juan Linietsky | |
io_scene_dae: fixed invalid variable name | |||
2015-02-04 | io_scene_dae: fixed invalid variable name | Segey Lapin | |
2015-01-31 | fixed math in Camera::project_position | jaromirhribal | |
2015-01-27 | Adjust x11/detect.py | sambler | |
Test if clang is defined in CC/CXX/LD - this allows a specific version of clang to be defined move appending -DTYPED_METHOD_BIND to keep clang options together move sanitize option out of use_llvm test, gcc48+ also supports sanitize=address | |||
2015-01-27 | fix build on freebsd | sambler | |
Add some needed includes Provide freebsd variation of get_executable_path Provide variation of execv so that either full path or appname to be found within $PATH can be used | |||
2015-01-27 | Show a confirmation for the revert action. | Felix Laurie von Massenbach | |
2015-01-26 | Move the Revert Scene menu item to be less intrusive. | Felix Laurie von Massenbach | |
2015-01-25 | Add a revert menu item. | Felix Laurie von Massenbach | |
2015-01-22 | begin work on lighting system for 2D | Juan Linietsky | |
nothing functional yet, just experimenting with API | |||
2015-01-21 | fixed world vertex issues in canvas item shader | Juan Linietsky | |
2015-01-20 | Fixed bug in 3D material | Juan Linietsky | |
textures that failed to load should now load again properly | |||
2015-01-20 | Fixes to texscreen, fixes to white testcube | Juan Linietsky | |
2015-01-20 | Visual Shader Editing for 2D | Juan Linietsky | |
Editing 2D shaders with visual editor seems to work now. | |||
2015-01-20 | Fixed a bug where if a scene hadn't been saved it would find a cyclical ↵ | Nathan Warden | |
dependency. | |||
2015-01-20 | Merge pull request #1280 from sanikoyes/Pr-InputEvent-Fix | Juan Linietsky | |
Pr-InputEvent-Fix | |||
2015-01-20 | Fix filter options not works in render target texture | sanikoyes | |
2015-01-20 | Add InputEvent::ACTION get/set support for variant | sanikoyes | |
Add action_press/action_release method bind | |||
2015-01-19 | Fixed a bug where a user could add a cyclical dependency, causing a crash. | Nathan Warden | |
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 | Merge branch 'master' of https://github.com/okamstudio/godot | Juan Linietsky | |
2015-01-18 | -intentional breakage of shader graph to fix issues, existing graphs will be ↵ | Juan Linietsky | |
broken, sorry :( | |||
2015-01-17 | Fix whitespace on previous commit | Manuel Lagang | |
Choose tabs or spaces, not both! | |||
2015-01-17 | Modifiers are unset on events for the modifier key itself | Manuel Lagang | |
This patch removes modifiers when processing key events for the particular modifier key. For example, previously a Shift keypress would register as a Shift + Shift modifier event. This would cause issues when a modifier key as the action key in the input map, because unpresses of the modifier key don't match as matching inputs for that action. E.g. if Shift is used as an action, the stored action event is Shift + Shift modifier (as indicated in the editor as "Shift + Shift". The unpress event does not have the Shift modifier set, so the event of unpressing Shift + no modifier doesn't match the action which has the modifier set. This patch removes the shift modifier on just pressing the Shift key down, so the action event is registered as just Shift with no modifier (as indicated in the editor as "Shift"), which matches the unpress event. | |||
2015-01-17 | ignore and remove .fscache files. closes #1249 | Dana Olson | |
2015-01-17 | Merge pull request #1250 from marynate/PR-fix-mingw-win-build | Juan Linietsky | |
Fix mingw windows build error | |||
2015-01-18 | Fix mingw windows build error | marynate | |
2015-01-17 | Merge pull request #1138 from sanikoyes/Pr-tween-call-deferred | Juan Linietsky | |
Pr-tween-call-deferred | |||
2015-01-17 | Merge pull request #1172 from ↵ | Juan Linietsky | |
UsernameIsAReservedWord/fix_environment_ressource_interface_to_handle_cubemap_ressource fix_environment_ressource_cubemap_support, complete PR #1170 | |||
2015-01-17 | Merge pull request #1181 from adolson/duplicate-node-naming-prefs | Juan Linietsky | |
fix naming of duplicated nodes, closes #1161 | |||
2015-01-17 | Merge pull request #1188 from hurikhan/scons_colored | Juan Linietsky | |
Scons colored | |||
2015-01-17 | Merge pull request #1204 from marynate/PR-new-default-theme | Juan Linietsky | |
new default theme | |||
2015-01-17 | Merge pull request #1206 from ScyDev/feature/polygonpathfinder_demo | Juan Linietsky | |
- how to use PolygonPathFinder from GD Script | |||
2015-01-17 | Merge pull request #1217 from sanikoyes/Pr-canvas-shader-disable-3d | Juan Linietsky | |
Pr-canvas-shader-disable-3d | |||
2015-01-17 | Merge pull request #1221 from wvdschel/patch-1 | Juan Linietsky | |
Cleaned up formatting in gd_compiler.h | |||
2015-01-17 | Merge pull request #1223 from NateWardawg/master | Juan Linietsky | |
1: File path in save dialog automatically appended with correct extension if not manually added by the user. 2: Removed .bin as default extension for Linux exports as it causes problems for common file managers. | |||
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 | Merge pull request #1230 from ndee85/export_manager_additions | Juan Linietsky | |
Export Manager Fixes | |||
2015-01-17 | Merge pull request #1231 from quabug/commit | Juan Linietsky | |
Fix bug in curve.cpp | |||
2015-01-17 | Merge pull request #1244 from not-surt/master | Juan Linietsky | |
Wrapped CellOp generation code in a function and added TileMap tile picking |