aboutsummaryrefslogtreecommitdiff
path: root/scene/gui/control.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* Updated copyright year in all headersJuan Linietsky2015-04-181-1/+1
|
* merging okam changesJuan Linietsky2015-04-021-1/+1
|
* lot of work on 2D lighting and isometric mapsJuan Linietsky2015-03-091-41/+43
| | | | | added a new demo, isometric_light that does full isometric sorting, lights, shadows, etc.
* Godot UI is quick and snappy again!Juan Linietsky2015-02-151-0/+2
| | | | | Changed linked listed sort to use auxiliary memory this fixes user interface performance issues.
* fixes to mouse warpJuan Linietsky2015-02-141-0/+9
| | | | | | | | | -can warp now from viewport and control, in their respective coordinate systems -warp is now local to the window on Windows and OSX. IF YOU RUN OSX, PLEASE TEST THIS! And make sure it works!, new code is in OS_OSX::warp_mouse_pos. I don't have OSX so i can't test!
* -fixed bug on focus capture, now respets line/text editJuan Linietsky2015-01-031-2/+2
| | | | -when playing animations, property editor is now refreshed properly, fixes #1046
* removed deadcodeJuan Linietsky2015-01-031-6/+0
|
* -ability to scale and modulate texturebutton, closes #818Juan Linietsky2015-01-031-0/+8
| | | | -fixed bug in ordering of modal subwindows, closes #1001
* New Code CompletionJuan Linietsky2014-12-161-39/+57
| | | | | | | | | | | | -=-=-=-=-=-=-=-=-=- -Massive improvement to code completion -Argument hinting for functions If you manage to out-smart the code-completion in a situation where completion should be possible to guess, let me know. Please enter the commit message for your changes. Lines starting
* SceneMainLoop -> SceneTreeJuan Linietsky2014-11-051-38/+38
| | | | | | | | | | | | -=-=-=-=-=-=-=-=-=-=-=-=-=- *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
* Small FixesJuan Linietsky2014-09-171-3/+3
| | | | | | | ----------- -Added Ability for centering on top left for centercontainer -Added ability to bind more than 5 parameters (must include an extra file)
* Bug FixesJuan Linietsky2014-06-291-1/+1
| | | | | | | | | | -=-=-=-=- -Documentation now shows overridable theme values (though this needs to be documented). -Detect when object transform is flipped and flip normals too. -TileMap can specify bounce and friction for collision. -Removed limit of 4 lights per object -Added is_hovered() to buttons.
* -Fixed viewport stretch bugsJuan Linietsky2014-04-181-18/+4
| | | | | -Fixed input in viewport stretch bugs -Fixed tilemap pixel overlap (really?)
* -Added google play services (needed for some stuff)Juan Linietsky2014-04-141-2/+2
| | | | | | | | | -Added new screen resizing options, stretch_2d is removed, new much more flexible ones. -Fixed bug in viewport (can create more instances in 3d-in-2d demo now) -Can set android permissions and screen sizes manually in the export settings -Changed export templates extension to .tpz (too many people unzipped the manually..) -File dialog now ensures that the proper extension is used (will not allow to save without it) -Fixed bug that made collision exceptions not work in 2D
* -Fixed a few bugs in ViewportJuan Linietsky2014-04-101-2/+2
| | | | | -Made a few demos using Viewport to show it's true power! -Fixed some start-up error messages.
* -Support for changing fontsJuan Linietsky2014-04-051-0/+2
| | | | | | | -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
* Add anchor options "Center"sanikoyes2014-03-311-4/+15
|
* -project settings are saved when changedJuan Linietsky2014-02-151-0/+1
| | | | | | | | -load() was in the GDScript docs but missing in the scripting-different music for platformer 2D and 3D -fix how documentation is generated, built in doc browser should be always up to date -copypaste, scrolling, etc in builtin doc -built-in scripts get saved now (though debugger may not always work on them) -Theme can be set to controls as a property
* -fixed bug in Button now exporting font propertyJuan Linietsky2014-02-151-0/+2
| | | | | | | | -made GUI Theme editor usable -editor does not allow to export or create .pck in the same path as a project -changed .pck format (lacked support for versioning so couldn't change it), previous was causing crashes and is now incompatible, just re-export. -will not look for .pck files recursively, was causing unexpected behaviors -fixed execution of Godot in paths with non unicode characters in Windows, OSX and Linux.
* GODOT IS OPEN SOURCEJuan Linietsky2014-02-091-0/+2886