Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Dead code tells no tales | Rémi Verschelde | 2017-08-27 | 1 | -31/+1 |
| | |||||
* | Use HTTPS URL for Godot's website in the headers | Rémi Verschelde | 2017-08-27 | 1 | -1/+1 |
| | |||||
* | Merge pull request #10591 from Rubonnek/possible-null-ptr-dereference | Rémi Verschelde | 2017-08-27 | 1 | -1/+1 |
|\ | | | | | Added/Fixed null pointer checks | ||||
| * | Added/Fixed null pointer checks | Wilson E. Alvarez | 2017-08-26 | 1 | -1/+1 |
| | | |||||
* | | Tree: fix RMB click collapses next item | Poommetee Ketson | 2017-08-26 | 1 | -13/+15 |
|/ | |||||
* | Merge pull request #10340 from Rubonnek/remove-unnecessary-assignments | Rémi Verschelde | 2017-08-22 | 1 | -1/+0 |
|\ | | | | | Removed unnecessary assignments | ||||
| * | Removed unnecessary assignments | Wilson E. Alvarez | 2017-08-21 | 1 | -1/+0 |
| | | |||||
* | | ClassDB: Provide the enum name of integer constants | Ignacio Etcheverry | 2017-08-20 | 1 | -12/+12 |
|/ | |||||
* | -Volume sliders, mute, solo and fx bypass are functional, closes #9021 | Juan Linietsky | 2017-08-18 | 1 | -16/+16 |
| | | | | -Fixed tree reselect, makes reselecting an audio bux FX work | ||||
* | Merge pull request #10247 from djrm/pr_bus_fixes | Rémi Verschelde | 2017-08-11 | 1 | -1/+1 |
|\ | | | | | Fixes to buses editor | ||||
| * | Fixes to buses editor | Daniel J. Ramirez | 2017-08-10 | 1 | -1/+1 |
| | | | | | | | | | | Fixed unselectable bus Added bus options button | ||||
* | | Merge pull request #10238 from Hinsbart/resource_rmb | Rémi Verschelde | 2017-08-11 | 1 | -4/+9 |
|\ \ | | | | | | | Inspector: Right click on resource opens sub-menu. | ||||
| * | | Inspector: Right click on resource opens sub-menu. | Andreas Haas | 2017-08-10 | 1 | -4/+9 |
| |/ | | | | | | | Fixes #9052 | ||||
* / | Removes type information from method binds | Ignacio Etcheverry | 2017-08-10 | 1 | -18/+18 |
|/ | |||||
* | Makes all Godot API's methods Lower Case | Indah Sylvia | 2017-08-07 | 1 | -1/+1 |
| | |||||
* | Rename KEY_RETURN to KEY_ENTER and KEY_ENTER to KEY_KP_ENTER | Bojidar Marinov | 2017-08-06 | 1 | -4/+4 |
| | | | | Closes #7695 | ||||
* | Tree: fix index error with expanded column | Poommetee Ketson | 2017-08-02 | 1 | -1/+0 |
| | |||||
* | Add object type hint for docs | Poommetee Ketson | 2017-07-23 | 1 | -1/+1 |
| | |||||
* | -Renamed GlobalConfig to ProjectSettings, makes more sense. | Juan Linietsky | 2017-07-19 | 1 | -15/+29 |
| | | | | -Added system for feature overrides, it's pretty cool :) | ||||
* | Lots of work on Audio & Physics engine: | Juan Linietsky | 2017-07-15 | 1 | -0/+8 |
| | | | | | | | | -Added new 3D stream player node -Added ability for Area to capture sound from streams -Added small features in physics to be able to properly guess distance to areas for sound -Fixed 3D CollisionObject so shapes are added the same as in 2D, directly from children -Fixed KinematicBody API to make it the same as 2D. | ||||
* | tree fix drawing order for header + | toger5 | 2017-06-25 | 1 | -16/+20 |
| | | | | | - the collapse arrow gets drawn after the background so its not hidden underneath anymore - custom_bg_color no offset anymore | ||||
* | -Added folding to property editor, persistent on objects it edits | Juan Linietsky | 2017-06-25 | 1 | -12/+107 |
| | | | | -Some changes to tree to support this properly | ||||
* | Fix build error | Poommetee Ketson | 2017-06-05 | 1 | -1/+1 |
| | |||||
* | Merge pull request #9038 from AlexHolly/rect2-rename-pos | Rémi Verschelde | 2017-06-05 | 1 | -34/+34 |
|\ | | | | | renamed all Rect2.pos to Rect2.position | ||||
| * | renamed all Rect2.pos to Rect2.position | alexholly | 2017-06-04 | 1 | -34/+34 |
| | | |||||
* | | Removed stupid right arrow to edit resource. Now simply click it.. | Juan Linietsky | 2017-06-04 | 1 | -7/+67 |
|/ | |||||
* | InputEvent: Renamed "pos" property to "position" | Andreas Haas | 2017-06-03 | 1 | -7/+7 |
| | | | | Make the naming consistent with other classes. | ||||
* | -Fix the "set_val" call deferred, it was the only one.. closes #8742 | Juan Linietsky | 2017-05-23 | 1 | -1/+1 |
| | | | | -Removed redundant bind in input_event | ||||
* | Removal of InputEvent as built-in Variant type.. | Juan Linietsky | 2017-05-20 | 1 | -405/+404 |
| | | | | this might cause bugs I haven't found yet.. | ||||
* | Add column_title_pressed signal to Tree node | yanorax | 2017-05-18 | 1 | -0/+21 |
| | | | | | | | | | | | The Tree node column/table form is missing the ability to capture column title clicks easily. Adding this functionality will give us the ability to create functions such as sort by column, which is a common table manipulation ability in games/apps. https://godotengine.org/qa/7699 | ||||
* | Implemented scrolling factor for smooth trackpad scrolling | toger5 | 2017-05-07 | 1 | -2/+2 |
| | | | | | Working platforms platform: OSX, Windows. Support for almost all ui elements, including project list. | ||||
* | Tree: Clear search string on selection. | Andreas Haas | 2017-05-04 | 1 | -0/+2 |
| | | | | | | | | The Tree node has the ability to jump to a specific item by typing the first few chars of it's name. But on selection ('item_activated' signal), it didn't clear the search string used for that. It was especially annoying in `FileDialog`s and has been bugging me for ages :P With this, you can traverse a directory structure in a FileDiag quickly with the keyboard (like you'd expect from pretty much any modern file browser) :) | ||||
* | Tree: Ability to add tooltips to TreeItem buttons. | Andreas Haas | 2017-04-26 | 1 | -2/+16 |
| | | | | Adds a tooltip parameter to `TreeItem::add_button()` and set a few tooltips in the Project settings and SceneTree dock. | ||||
* | Rename [gs]et_pos to [gs]et_position for Controls | Sergey Pusnei | 2017-04-10 | 1 | -12/+12 |
| | | | | | | | | Control set_pos -> set_position Control set_global_pos -> set_global_position [gs]et_mouse_pos -> [gs]et_mouse_position [gs]et_global_mouse_pos -> [gs]et_global_mouse_position fixes #8005 | ||||
* | Add "Godot Engine contributors" copyright line | Rémi Verschelde | 2017-04-08 | 1 | -0/+1 |
| | |||||
* | Fix typos in source code using codespell | Rémi Verschelde | 2017-03-24 | 1 | -1/+1 |
| | | | | From https://github.com/lucasdemarchi/codespell | ||||
* | A Whole New World (clang-format edition) | Rémi Verschelde | 2017-03-05 | 1 | -1466/+1247 |
| | | | | | | | | | | | | | | | | | | | | | | | | I can show you the code Pretty, with proper whitespace Tell me, coder, now when did You last write readable code? I can open your eyes Make you see your bad indent Force you to respect the style The core devs agreed upon A whole new world A new fantastic code format A de facto standard With some sugar Enforced with clang-format A whole new world A dazzling style we all dreamed of And when we read it through It's crystal clear That now we're in a whole new world of code | ||||
* | Fix wrong TreeItem reference after reconstructing | volzhs | 2017-03-03 | 1 | -2/+3 |
| | |||||
* | Merge pull request #7874 from volzhs/issue-7820-master | Rémi Verschelde | 2017-02-26 | 1 | -0/+1 |
|\ | | | | | Fix crash when click icon while editing node name | ||||
| * | Fix crash when click icon while editing node name | volzhs | 2017-02-23 | 1 | -0/+1 |
| | | |||||
* | | -renamed globals.h to global_config.cpp (this seems to have caused a few ↵ | Juan Linietsky | 2017-02-21 | 1 | -1/+1 |
|/ | | | | | | modified files) -.pck and .zip exporting redone, seems to be working.. | ||||
* | Rename the _MD macro to D_METHOD | Hein-Pieter van Braam | 2017-02-13 | 1 | -91/+91 |
| | | | | | | This new name also makes its purpose a little clearer This is a step towards fixing #56 | ||||
* | WIP new AudioServer, with buses, effects, etc. | Juan Linietsky | 2017-01-21 | 1 | -3/+21 |
| | |||||
* | Overloaded basic math funcs (double and float variants). Use real_t rather ↵ | Ferenc Arn | 2017-01-16 | 1 | -3/+3 |
| | | | | | | than float or double in generic functions (core/math) whenever possible. Also inlined some more math functions. | ||||
* | Style: Fix statements ending with ';;' | Rémi Verschelde | 2017-01-16 | 1 | -5/+5 |
| | |||||
* | Style: Fix whole-line commented code | Rémi Verschelde | 2017-01-14 | 1 | -17/+22 |
| | | | | | They do not play well with clang-format which aligns the `//` part with the rest of the code block, thus producing badly indented commented code. | ||||
* | Renamed button functions to be more verboes, same with Range unit value -> ratio | Juan Linietsky | 2017-01-13 | 1 | -1/+1 |
| | |||||
* | New API for visibility in both CanvasItem and Spatial | Juan Linietsky | 2017-01-13 | 1 | -14/+14 |
| | | | | | | visible (property) - access set_visible(bool) is_visible() is_visible_in_tree() - true when visible and parents visible show() hide() - for convenience | ||||
* | Renamed most signals so they refer to: | Juan Linietsky | 2017-01-12 | 1 | -1/+1 |
| | | | | | -An action being requested to the user in present tense: (ie, draw, gui_input, etc) -A notification that an action happened, in past tense (ie, area_entered, modal_closed, etc). | ||||
* | -All types have editable script now in properties | Juan Linietsky | 2017-01-09 | 1 | -2/+2 |
| | | | | -Changed clip to a property in Control which can be set by the user |