aboutsummaryrefslogtreecommitdiff
path: root/tools/editor/property_editor.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix property editor Matrix3 and Matrix32 editingFranklin Sobrinho2015-11-231-1/+8
|
* Better PropertyEditor searchFranklin Sobrinho2015-11-221-3/+12
|
* Implement name filter to PropertyEditorFranklin Sobrinho2015-11-211-8/+40
| | | | - Add search bar to Inspector tab and to Project and Editor settings dialog
* -better integration of ndee's themeJuan Linietsky2015-11-131-0/+1
|
* remove unpexpected revert button, fixes #2614Juan Linietsky2015-10-171-4/+48
|
* Merge branch 'master' of https://github.com/okamstudio/godotMarianoGNU2015-10-161-29/+120
|\ | | | | | | | | # Solved Conflicts: # tools/editor/property_editor.cpp
| * Large improvements on scene packing and managementreduz2015-10-101-30/+121
| | | | | | | | | | -Ability to edit and keep changes of instanced scenes and sub-scenes -Ability to inherit from other scenes
* | Merge branch 'master' of https://github.com/okamstudio/godotMariano Javier Suligoy2015-08-301-11/+163
|\| | | | | | | | | | | # Solved Conflicts: # tools/editor/property_editor.cpp # tools/editor/property_editor.h
| * -added hints to sprite v/hframes, fixes truncation problemJuan Linietsky2015-08-291-1/+3
| | | | | | | | -removed an error being printed often unnecesarly about missing child
| * make sure array is created if not existing, as noted by Guilherme FelipeJuan Linietsky2015-08-251-1/+1
| |
| * Show documentation for properties on hover.Juan Linietsky2015-08-251-0/+55
| | | | | | | | This works if the property has been documented (about half are at this point)
| * Ability to edit all kinds of arrays from the property editor.Juan Linietsky2015-08-251-9/+104
| | | | | | | | Yes, I'm trying to convince you to test the alpha release by adding all these now :)
* | Edit default values. WARNING!!!Mariano Javier Suligoy2015-08-291-252/+309
|/ | | | Do not merge these changes, default values are not compiled into shaders yet!
* Multiple, simultaneous node editing spuport!!Juan Linietsky2015-08-251-1/+2
| | | | ..but will you be brave enough to try it? :)
* Several performance improvements, mainly in loading and instancing scenes ↵Juan Linietsky2015-06-291-2/+2
| | | | | | | | 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.
* Multiple scene editing *POTENTIALLY UNSTABLE*Juan Linietsky2015-06-221-1/+1
| | | | | | | | | | | -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
* missing changesJuan Linietsky2015-06-141-0/+1
|
* new file dialog!Juan Linietsky2015-06-061-12/+12
| | | | | | | | | -ItemList control for easier lists/thumbnails -New file dialog, with support for thumbnails, favorites, recent places, etc -Moved .fscache out of the project, no more bugs due to committed/pulled .fscache! -Dir dialog now sorts directories
* improved animation editorJuan Linietsky2015-05-251-2/+26
| | | | | | | | | -same-value link keys -new layout -forward, backwards playback -integrated curve/property editor -auto increment sprite frame after insert -copy & paste animation resoucres
* Updated copyright year in all headersJuan Linietsky2015-04-181-1/+1
|
* Changed popup_centered by popup_centered_minsize in editor dialogsFranklin Sobrinho2015-04-081-1/+1
|
* Camel casing being capitalized only happens in the inspector now.Nathan Warden2015-03-231-1/+1
|
* New option to send canvas to render bufferJuan Linietsky2015-03-161-0/+24
| | | | | allows to use 3D environment effects for post processing such as Glow, Bloom, HDR, etc. in 2D.
* increase minimum range in property editor a bitJuan Linietsky2015-03-101-1/+1
|
* lot of work on 2D lighting and isometric mapsJuan Linietsky2015-03-091-3/+3
| | | | | added a new demo, isometric_light that does full isometric sorting, lights, shadows, etc.
* support for 2D shadow castersJuan Linietsky2015-03-021-3/+37
| | | | | | | | | | 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.
* Merge branch 'master' of https://github.com/okamstudio/godotJuan Linietsky2015-01-031-0/+73
|\
| * -fixed bug on focus capture, now respets line/text editJuan Linietsky2015-01-031-0/+73
| | | | | | | | -when playing animations, property editor is now refreshed properly, fixes #1046
* | -Work in progress visual shader editor *DOES NOT WORK YET*Juan Linietsky2015-01-031-4/+8
|/
* SceneMainLoop -> SceneTreeJuan Linietsky2014-11-051-4/+4
| | | | | | | | | | | | -=-=-=-=-=-=-=-=-=-=-=-=-=- *YOUR SOURCE MIGHT NOT WORK* For mor information on fix: https://github.com/okamstudio/godot/wiki/devel_scene_tree Other stuff: -Shower of bullets demo -Fixes all around
* 3D Physics and Other StuffJuan Linietsky2014-09-021-0/+18
| | | | | | | | | | | | | | -=-=-=-=-=-=-=-=-=-=-=-=-= -New Vehicle (Based on Bullet's RaycastVehicle) - Vehiclebody/VehicleWheel. Demo will come soon, old vehicle (CarBody) will go away soon too. -A lot of fixes to the 3D physics engine -Added KinematicBody with demo -Fixed the space query API for 2D (demo will come soon). 3D is WIP. -Fixed long-standing bug with body_enter/body_exit for Area and Area2D -Performance variables now includes physics (active bodies, collision pairs and islands) -Ability to see what's inside of instanced scenes! -Fixed Blend Shapes (no bs+skeleton yet) -Added an Android JavaClassWrapper singleton for using Android native classes directly from GDScript. This is very Alpha!
* Fixed #185 Setting a new Texture for a Sprite node does not update previewmarynate2014-06-151-0/+7
|
* Making Godot Easier to Use..Juan Linietsky2014-05-241-0/+1
| | | | | | | | | | | -=-=-=-=-=-=-=-=-=-=-=-=-=-= -Auto indenter in code editor, this makes it much easier to paste external code. -Zoom in 2D viewport now uses the mouse pointer as reference. -Obscure hack to see where code/line of GDScript in C++ backtrace. -Fixed a bug where keys would get stuck on X11 if pressed simultaneously -Added Api on IP singleton to request local IPs. -Premultiplied alpha support when importing texture, editing PNGs and as a blend mode.
* A bit of everything:Juan Linietsky2014-05-141-5/+7
| | | | | | | | | | | | | -IMA-ADPCM support for samples, this means that sound effects can be compressed and use 4 timess less RAM. -New 3D import workflow based on Wavefront OBJ. Import single objects as mesh resources instead of full scenes. Many people prefers to work this way. Just like the rest of the imported resources, these are updated in realtime if modified externally. -Mesh resources now support naming surfaces. This helps reimporting to identify which user-created materials must be kept. -Several fixes and improvements to SurfaceTool. -Anti Aliasing added to WorldEnvironment effects (using FXAA) -2D Physics bodies (RigidBody, KinematicBody, etc), Raycasts, Tilemap, etc support collision layers. This makes easy to group which objects collide against which. -2D Trigger shapes can now also trigger collision reporting in other 2D bodies (it used to be in Area2D before) -Viewport render target textures can now be filtered. -Few fixes in GDscript make it easier to work with static functions and class members. -Several and many bugfixes.
* Make String::right count from pos instead of pos+1marynate2014-05-131-2/+2
|
* -Support for changing fontsJuan Linietsky2014-04-051-1/+8
| | | | | | | -Detect when free() might crash the project and throw error -fixed 2D Bounce in physics (3d still broken) -renamed “on_top” property to “behind_parent”, which makes more sense, old on_top remains there for compatibility but is invisible. -large amount of fixes
* Auto select custom property value field when pop up, user can start typing ↵marynate2014-02-271-1/+52
| | | | to change value right away.
* GODOT IS OPEN SOURCEJuan Linietsky2014-02-091-0/+2946