summaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Collapse)Author
2015-06-30Merge branch 'master' of https://github.com/okamstudio/godotJuan Linietsky
2015-06-30small fixesJuan Linietsky
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-26improved get_node(), connect(), etc code completion.Juan Linietsky
-properly completes text arguments -includes the "/root" autoloads
2015-06-24added ability to define signals in scriptJuan Linietsky
closes #2175
2015-06-23Added helper methods to InputEventJaguar
2015-06-22Merge pull request #2072 from jrimclean/masterJuan Linietsky
Interpolation for affine transformations/Bound rot/pos Matrix32 constructor
2015-06-22small in place fixesJuan Linietsky
2015-06-22Merge pull request #2144 from Krzycho666/UndoRedo_fixJuan Linietsky
added GDscript bidings for UndoRedo class
2015-06-22added some missing biddingskrzycho
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-21- added GDscript bidings for UndoRedo class mechanizmkrzycho
- registered UndoRedo
2015-06-14missing changesJuan Linietsky
2015-06-12some optimizations in godot memory handlingJuan Linietsky
2015-06-11Changed floats to 'real_t'.James McLean
2015-06-11Changed 'scale' to 'scale_basis' in 'interpolate_with'.James McLean
2015-06-11Implemented interpolation for affine transformations ↵James McLean
(Matrix32::interpolate_with)
2015-06-09Added rot/pos constructor for Matrix32 variant.James McLean
2015-06-08Fixed get_packet/put_packet bindings in PacketPeer.James McLean
2015-06-07Merge pull request #2037 from est31/use-local-winJuan Linietsky
Time zone support
2015-06-07Merge pull request #2029 from est31/rawarrayJuan Linietsky
Add String.to_utf8() and String.to_ascii()
2015-06-07Merge pull request #1977 from choikwa/masterJuan Linietsky
fix typo error in Color::invert, fixes #1967
2015-06-06-fixed many memory initialization issuesJuan Linietsky
-fixed deadlock on previews thread -fixed compilation errors on unix
2015-06-06Merge remote-tracking branch 'origin/master'Juan Linietsky
Conflicts: tools/editor/io_plugins/editor_texture_import_plugin.cpp
2015-06-06new file dialog!Juan Linietsky
-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
2015-06-06Add OS.get_time_zone_info functionest31
The returned dictionary maps "name" to the name of the current time zone, and "bias" to a bias from UTC in minutes.
2015-06-06Add utc param to get_time and get_date methodsest31
If utc == false, we return the local time, like before. Otherwise, we return UTC time. utc defaults to false to not break behaviour.
2015-06-04Add String.to_utf8() and String.to_ascii()est31
2015-06-01-fixes to navigation, so edge-merging is more flexible on conflictJuan Linietsky
-add tab support to richtextlabel -some click fixes to audio stream resampled -ability to import largetextures (dialog)
2015-05-31Merge pull request #2 from okamstudio/masterKevin Choi
pull
2015-05-31work in progress, resource previewsJuan Linietsky
2015-05-27added conversion from int, string to colorJuan Linietsky
fixes #1971
2015-05-26ability to run 2D physics in a threadJuan Linietsky
also, 2D physics is now thread safe too. see physics_2d/thread_model
2015-05-25opening data.pczAriel Manzur
2015-05-25fixed support for zip packagesAriel Manzur
2015-05-25Merge pull request #1 from okamstudio/masterKevin Choi
improved animation editor
2015-05-25improved animation editorJuan Linietsky
-same-value link keys -new layout -forward, backwards playback -integrated curve/property editor -auto increment sprite frame after insert -copy & paste animation resoucres
2015-05-24fix typo error in Color::invertchoikwa
2015-05-19fixes on sample importingJuan Linietsky
2015-05-19more fixesJuan Linietsky
-only refuse to load an older file if version major is different, fixes #1944 -fix drive letter default value, fixes #1939
2015-05-18fix a crash situation when starting a thread and other small fixesJuan Linietsky
2015-05-18fix a compile errorJuan Linietsky
2015-05-18-Rename unexisting by nonexistant, closes #1940Juan Linietsky
-Added function to retrieve list of actions fron InputMap
2015-05-17properly save external resources, fixes #1924Juan Linietsky
added API to get scancode names to OS
2015-05-16-Integers and Float should interpolate on animation, maybe fixes #1891, ↵Juan Linietsky
please test
2015-05-12Fixes problem parsing config files using ConfigFileJuan Linietsky
2015-05-11-shadergraph now saved when on external file and modified, fixes #1832Juan Linietsky
2015-05-10-convert to subscene keeps signal connections, fixes #1863Juan Linietsky
2015-05-07Merge pull request #1844 from daltomi/SIGSEGVJuan Linietsky
Fix segment violation MINIZIP_ENABLED