summaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Expand)Author
2015-05-03removed unnecessary semicolonsSimon Wenner
2015-05-03fixed uninitialized variable (cppcheck)Simon Wenner
2015-05-01-Fixed android export options (screen sizes, orientation should work)Juan Linietsky
2015-05-01-removed get_mouse_pos from Input, as it only caused problemsJuan Linietsky
2015-05-01-Fixes from source code analyzizer, closes #1768Juan Linietsky
2015-05-01Sort xml files, so order is constantest31
2015-04-27fixed ColorArray constructor when taking array as parameterromulox_x
2015-04-26Fixed bug in array comparison, fixes #1712Juan Linietsky
2015-04-24Ability to convert from nodes or other non resource with a get_rid() function...Juan Linietsky
2015-04-24Corrected rectangle intersection, fixes #1731Juan Linietsky
2015-04-22resolved some cases wehre built-in doc is not properlt generated, fixes #1719Juan Linietsky
2015-04-20-Changed Godot exit to be clean.Juan Linietsky
2015-04-18-Fixed post-import script-reload buf, fixes #1683Juan Linietsky
2015-04-18-fixed relative path saving to file, fixes #1694Juan Linietsky
2015-04-18-try to avoid errors when path using ".." is present in script include, fixes...Juan Linietsky
2015-04-18Updated copyright year in all headersJuan Linietsky
2015-04-18-fix vector rotation, fixes #1705Juan Linietsky
2015-04-13-Changed the cubic interpolator, improves situation with PathFollow in #1659Juan Linietsky
2015-04-12-Made sure that "free" function appears in documentation and code completion,...Juan Linietsky
2015-04-12-Changed bootsplash option to use a file, fixes #1539Juan Linietsky
2015-04-12improved save path error messages for scene, textures and audio, fixes #1514Juan Linietsky
2015-04-07-fix resolver erase query to avoid running out of slots, fixes #1621Juan Linietsky
2015-04-07Merge branch 'master' of https://github.com/okamstudio/godotJuan Linietsky
2015-04-07-Concatenating arrays keeps the shared property if any of the arrays is share...Juan Linietsky
2015-04-07Merge pull request #1554 from NateWardawg/inspectorupdateJuan Linietsky
2015-04-07Merge pull request #1564 from Faless/area_combine-1Juan Linietsky
2015-04-07Merge pull request #1585 from UsernameIsAReservedWord/add_is_queued_for_delet...Juan Linietsky
2015-04-07Merge pull request #1614 from hurikhan/pr_parameter_namesJuan Linietsky
2015-04-06Added a PVRTC encoder for iOSJuan Linietsky
2015-04-03set screen parameter names for gdscripthurikhan
2015-04-02merging okam changesJuan Linietsky
2015-03-28Update object.hUsernameIsAReservedWord
2015-03-28add : bool Object.is_queued_for_deletion()yg2f
2015-03-24Use Vector for storing areasFabio Alessandrelli
2015-03-23Camel casing being capitalized only happens in the inspector now.Nathan Warden
2015-03-22Revert "Camelcased script variables will now capitalize in the inspector."Juan Linietsky
2015-03-22fixes to new window management APIJuan Linietsky
2015-03-22Merge pull request #1487 from hurikhan/x11-window-managementJuan Linietsky
2015-03-22Merge pull request #1380 from ElectricSolstice/wparentheses_removalJuan Linietsky
2015-03-22Merge pull request #1396 from Spooner/fix_sprintf_errorsJuan Linietsky
2015-03-22Merge pull request #1401 from NateWardawg/inspectorupdateJuan Linietsky
2015-03-22Merge pull request #1450 from theuserbl/masterJuan Linietsky
2015-03-22Merge pull request #1521 from codx/masterJuan Linietsky
2015-03-21New option to show/hide hidden filesrollenrolm
2015-03-15Fix for InputEvent::set_as_actionAlex Bonfim
2015-03-08Merge remote-tracking branch 'upstream/master' into x11-window-managementhurikhan
2015-03-03Merge branch 'master' of https://github.com/okamstudio/godotJuan Linietsky
2015-03-03merges from okam repoJuan Linietsky
2015-03-02support for 2D shadow castersJuan Linietsky
2015-02-27Update global_constants.cpptheuserbl