summaryrefslogtreecommitdiff
path: root/scene
AgeCommit message (Collapse)Author
2015-09-22Move the shape test to a little soonerGeorge Marques
2015-09-22Check if shape is valid before referencing itGeorge Marques
See the comment from @MartiniMoe at #2366.
2015-09-22Add missing `return` so Visual Studio compileseska
2015-09-21remove required argument from streamplayer (was a bug), make it default as ↵Juan Linietsky
0, closes #2492
2015-09-20fixed stupid bug caused by accidentally removed line before commitJuan Linietsky
2015-09-20Ability 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-18begin work on debugging collisions....Juan Linietsky
2015-09-15Ability 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-10Merge branch 'master' of https://github.com/okamstudio/godotJuan Linietsky
2015-09-10HTML5 exporter ImprovementsJuan Linietsky
-Better template handling -Voice support -Stream support
2015-09-09Rewrite of the AudioStream APIJuan 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-01-removed resources dock, good bye old friendJuan Linietsky
2015-08-30Added 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 treeJuan Linietsky
2015-08-29-display/emulate_touchscreen now really emulates a touchscreenJuan Linietsky
-icons to show node menus
2015-08-29-added hints to sprite v/hframes, fixes truncation problemJuan Linietsky
-removed an error being printed often unnecesarly about missing child
2015-08-29-fixes to capture modeJuan Linietsky
-ability to drag spinboxes and tree ranges to change values, like in Unity or Unreal
2015-08-24Added 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-23Merge branch 'master' of https://github.com/okamstudio/godotJuan 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-08Merge pull request #2282 from Ovnuniarchos/masterJuan Linietsky
Bitmask editor and some CanvasItem documentation.
2015-08-02live debug fixesJuan Linietsky
removing node in live debugging fixed
2015-08-02Live edit WORK IN PROGRESSJuan 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-26Merge remote-tracking branch 'refs/remotes/origin/master'Ovnuniarchos
2015-07-26QOL, script buttons in scene tabsJuan Linietsky
2015-07-24-added icons for root node types on tabsJuan Linietsky
2015-07-20Added a proper name and an explanation to arg4 on CanvasItem.draw_texture_rect*.Ovnuniarchos
2015-06-30-some changes by okamJuan Linietsky
2015-06-29Several 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-27more code completion improvementsJuan 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.
2015-06-26improved get_node(), connect(), etc code completion.Juan Linietsky
-properly completes text arguments -includes the "/root" autoloads
2015-06-25forgot to add mirroredrepeat flag to flags file. fixed.romulox_x
2015-06-25added support for mirrored repeat texture wrappingromulox_x
2015-06-24compile fixJuan Linietsky
2015-06-24Tiny typoKermer
COPY_MODE_DISALED -> COPY_MODE_DISABLED
2015-06-24ability to change shadow color in light2dJuan Linietsky
2015-06-23Merge pull request #1907 from tommy3/show-hidden-filesJuan Linietsky
set initial flag 'show_hidden_files' for file dialogs in project manager initialization
2015-06-23Merge pull request #2068 from Krzycho666/color_rampJuan Linietsky
ColorRamp new features
2015-06-22Merge pull request #2058 from volzhs/create_from_fntJuan Linietsky
add bind method for create_from_fnt (load fnt made by BMFont)
2015-06-22ability to set process on parent nodes on visibility notifierJuan Linietsky
2015-06-22Multiple scene editing *POTENTIALLY UNSTABLE*Juan Linietsky
-ability to edit multiple scenes at the same time -resource internal IDs are now persistent, this makes multiple scene editing possible but maaaaay result in file corruption bugs (tested and could not find anything but possibility exists because core code changed, report immediately if you find this). -properly save settings, layout, etc when edited -script editing is independent from scene editing now -show a yellow box when a script belongs to the scene
2015-06-14missing changesJuan Linietsky
2015-06-13Merge branch 'master' of https://github.com/okamstudio/godotJuan Linietsky
2015-06-13some editor window changesJuan Linietsky
-ability to make dock position configurable, and it gets saved -editor starts maximized default
2015-06-12added ability for Area (3D) to detect other areasJuan Linietsky
2015-06-12made changing pivot simpler in 2D nodes (just press v with mouse over position)Juan Linietsky
2015-06-11new space shooter demoJuan Linietsky
ortho camera sort fix, closes #2063
2015-06-11founded and fixed a bug that freezed godot when deleting while grabbing ↵krzycho
color in ColorRamp
2015-06-11ColorRamp new features:krzycho
- hold alt and left-click to duplicate color - hold shift while grabbing color node to snap selected one to the nearest one if close enough