summaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Expand)Author
2015-09-03merged some stuff for okamJuan Linietsky
2015-08-30new editor settings customization of where to run the game from the editorJuan Linietsky
2015-08-29-display/emulate_touchscreen now really emulates a touchscreenJuan Linietsky
2015-08-25make sure array is created if not existing, as noted by Guilherme FelipeJuan Linietsky
2015-08-25Show documentation for properties on hover.Juan Linietsky
2015-08-23Merge branch 'master' of https://github.com/okamstudio/godotJuan Linietsky
2015-08-23**WARNING BEFORE PULLING**Juan Linietsky
2015-08-06Add OS.get_system_time_msecMaximillian
2015-08-06-Merged the file server with the live editing and remote debugJuan Linietsky
2015-08-04more debugger fixesJuan Linietsky
2015-08-04added bindings for screen rotation in OSJuan Linietsky
2015-08-04error debuggerJuan Linietsky
2015-08-02live debug fixesJuan Linietsky
2015-08-02Live edit WORK IN PROGRESSJuan Linietsky
2015-07-28adding some base64 marshallspunto-
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 and...Juan Linietsky
2015-06-26improved get_node(), connect(), etc code completion.Juan Linietsky
2015-06-24added ability to define signals in scriptJuan Linietsky
2015-06-23Added helper methods to InputEventJaguar
2015-06-22Merge pull request #2072 from jrimclean/masterJuan Linietsky
2015-06-22small in place fixesJuan Linietsky
2015-06-22Merge pull request #2144 from Krzycho666/UndoRedo_fixJuan Linietsky
2015-06-22added some missing biddingskrzycho
2015-06-22Multiple scene editing *POTENTIALLY UNSTABLE*Juan Linietsky
2015-06-21- added GDscript bidings for UndoRedo class mechanizmkrzycho
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 (Matrix32::interpolate_w...James McLean
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
2015-06-07Merge pull request #2029 from est31/rawarrayJuan Linietsky
2015-06-07Merge pull request #1977 from choikwa/masterJuan Linietsky
2015-06-06-fixed many memory initialization issuesJuan Linietsky
2015-06-06Merge remote-tracking branch 'origin/master'Juan Linietsky
2015-06-06new file dialog!Juan Linietsky
2015-06-06Add OS.get_time_zone_info functionest31
2015-06-06Add utc param to get_time and get_date methodsest31
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
2015-05-31Merge pull request #2 from okamstudio/masterKevin Choi
2015-05-31work in progress, resource previewsJuan Linietsky
2015-05-27added conversion from int, string to colorJuan Linietsky
2015-05-26ability to run 2D physics in a threadJuan Linietsky
2015-05-25opening data.pczAriel Manzur