Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-09-26 | Fix default/filter/* parsing in _get | Rémi Verschelde | |
Closes #2542. The actual flaw was identified by @reduz. Also fix a typo. | |||
2015-09-26 | Fix some copy-paste mistakes in linear/db volume functions | Rémi Verschelde | |
2015-09-26 | Rename _voice_count to _polyphony in SamplePlayer to be consistent with ↵ | Rémi Verschelde | |
SamplePlayer2D | |||
2015-09-26 | Merge pull request #2458 from TheHX/text_edit_hscroll | Juan Linietsky | |
Fix HScrollBar of TextEdit | |||
2015-09-26 | Merge pull request #2533 from eska014/fix-visibility-notification-propagation | Juan Linietsky | |
Fix propagation of `NOTIFICATION_VISIBILITY_CHANGED` | |||
2015-09-26 | Merge pull request #2534 from eska014/unpress-hidden-buttons | Juan Linietsky | |
Fix BaseButtons remaining pressed when hiding while pressed down | |||
2015-09-26 | Fix BaseButtons remaining pressed when hiding them while pressing them down | eska | |
2015-09-26 | Fix propagation of NOTIFICATION_VISIBILITY_CHANGED | eska | |
2015-09-25 | Update documentation for TileSet and Timer | Rémi Verschelde | |
2015-09-25 | Merge pull request #2449 from leezh/label-valign-fix | Juan Linietsky | |
reworked Label class | |||
2015-09-25 | Merge pull request #2502 from vnen/fix-itemlist-typo | Juan Linietsky | |
Fix ItemList typo in binding | |||
2015-09-24 | Merge branch 'master' of https://github.com/okamstudio/godot | Juan Linietsky | |
2015-09-24 | Added ability to set custom mouse cursors. Not hardware accelerated yet. | Juan Linietsky | |
2015-09-24 | added alignment to BoxContainer | Zher Huei Lee | |
Allows aligning contents of VBoxContainer and HBoxcontainer without having to insert expanding spacers. | |||
2015-09-22 | Move the shape test to a little sooner | George Marques | |
2015-09-22 | Check if shape is valid before referencing it | George Marques | |
See the comment from @MartiniMoe at #2366. | |||
2015-09-22 | Add missing `return` so Visual Studio compiles | eska | |
2015-09-21 | Fix typo in ItemList bindings | George Marques | |
2015-09-21 | remove required argument from streamplayer (was a bug), make it default as ↵ | Juan Linietsky | |
0, closes #2492 | |||
2015-09-20 | fixed stupid bug caused by accidentally removed line before commit | Juan Linietsky | |
2015-09-20 | Ability to visually debug geometry visually: | Juan Linietsky | |
-Visible 2D and 3D Shapes, Polygons, Tile collisions, etc. -Visible Navmesh and Navpoly -Visible collision contacts for 2D and 3D as a red point -Customizable colors in project settings | |||
2015-09-18 | begin work on debugging collisions.... | Juan Linietsky | |
2015-09-15 | Ability to keep collisionshapes and collisionpolygons when running the game. | reduz | |
Works for 2D and 3D These are still just helpers in case you want to animate them or access them directly. Modifying the real shapes is still done via CollisionObject and CollisionObject2D APIs But an API was added so you can query which shapes from CollisionObject correspond to which CollisionShape. Have Fun! | |||
2015-09-10 | Merge branch 'master' of https://github.com/okamstudio/godot | Juan Linietsky | |
2015-09-10 | HTML5 exporter Improvements | Juan Linietsky | |
-Better template handling -Voice support -Stream support | |||
2015-09-09 | Rewrite of the AudioStream API | Juan Linietsky | |
-Fixes long-standing issues regarding to playing a single stream multiple times simultanteously -Fixes wrong-looping, starting, caching, etc. Issues resulting from bad original design -Allows more interesting kinds of streams (stream graphs with streams inside streams!) in the future | |||
2015-09-09 | Fix HScrollBar of TextEdit, closes #2355 | Franklin Sobrinho | |
2015-09-08 | fix minsize-related issues with Label | Zher Huei Lee | |
- fixed end of string adding to Label minsize - exposed set_clip_text() and is_clipping_text() to the script side - text would now never stick outside its boundaries - label min-height is now restricted by max_lines_visible | |||
2015-09-07 | added get_visible_characters() to Label | Zher Huei Lee | |
2015-09-07 | reworked Label class | Zher Huei Lee | |
- no longer inherits Range - instead, more sensible function names controlling lines visible - more accurate vertical alignment - percent_visible preserved even after setting new text | |||
2015-09-01 | -removed resources dock, good bye old friend | Juan Linietsky | |
2015-08-30 | Added gravity scale, and linear/angular damp override to 3D physics. | Juan Linietsky | |
2015-08-30 | -fix compile issue (pow) | Juan Linietsky | |
-ask user for track to call nodes when adding call track | |||
2015-08-29 | -multi-selection (shift-click) working in scene tree | Juan Linietsky | |
2015-08-29 | -display/emulate_touchscreen now really emulates a touchscreen | Juan Linietsky | |
-icons to show node menus | |||
2015-08-29 | -added hints to sprite v/hframes, fixes truncation problem | Juan Linietsky | |
-removed an error being printed often unnecesarly about missing child | |||
2015-08-29 | -fixes to capture mode | Juan Linietsky | |
-ability to drag spinboxes and tree ranges to change values, like in Unity or Unreal | |||
2015-08-24 | Added new NinePatch control (could be done before with Panel and Stylebox ↵ | Juan Linietsky | |
but this is easier) Will you be brave enough to try it? :) | |||
2015-08-23 | Merge branch 'master' of https://github.com/okamstudio/godot | Juan Linietsky | |
2015-08-23 | **WARNING BEFORE PULLING** | Juan Linietsky | |
This push changes the binary and XML formats and bumps the major version to 2.0. As such, files saved in this version WILL NO LONGER WORK IN PREVIOUS VERSIONS. This compatibility breakage with older versions was required in order to properly provide project refactoring tools. If I were you, unless you are brave, I would wait a week or two before pulling, in case of bugs :) Summary of Changes -New Filesystem dock, with filesystem & tree view modes. -New refactoring tools, to change or fix dependencies. -Quick search dialog, to quickly search any file | |||
2015-08-08 | Merge pull request #2282 from Ovnuniarchos/master | Juan Linietsky | |
Bitmask editor and some CanvasItem documentation. | |||
2015-08-02 | live debug fixes | Juan Linietsky | |
removing node in live debugging fixed | |||
2015-08-02 | Live edit WORK IN PROGRESS | Juan Linietsky | |
1) press the heart while the game is running 2) select a scene to live edit from the opened scenes 3) edit/add/remove nodes or resources, change their properties, etc. 4) watch changes reflected in running game, in all places this scene is edited 5) It's not perfect obviously, but the aim of it is to try to reflect your changes as best as possible in the running game. | |||
2015-07-26 | Merge remote-tracking branch 'refs/remotes/origin/master' | Ovnuniarchos | |
2015-07-26 | QOL, script buttons in scene tabs | Juan Linietsky | |
2015-07-24 | -added icons for root node types on tabs | Juan Linietsky | |
2015-07-20 | Added a proper name and an explanation to arg4 on CanvasItem.draw_texture_rect*. | Ovnuniarchos | |
2015-06-30 | -some changes by okam | Juan Linietsky | |
2015-06-29 | Several performance improvements, mainly in loading and instancing scenes ↵ | Juan Linietsky | |
and resources. A general speedup should be apparent, with even more peformance increase when compiling optimized. WARNING: Tested and it seems to work, but if something breaks, please report. | |||
2015-06-27 | more code completion improvements | Juan Linietsky | |
-calltip dissapears with more types of keypresses or when pressing ')' -properly looks into autoloaded scripts or nodes with another script for script functions/variables/etc. |