aboutsummaryrefslogtreecommitdiff
path: root/core (follow)
Commit message (Expand)AuthorAgeFilesLines
* removed unnecessary semicolonsSimon Wenner2015-05-031-20/+20
* fixed uninitialized variable (cppcheck)Simon Wenner2015-05-031-1/+1
* -Fixed android export options (screen sizes, orientation should work)Juan Linietsky2015-05-011-1/+1
* -removed get_mouse_pos from Input, as it only caused problemsJuan Linietsky2015-05-011-1/+1
* -Fixes from source code analyzizer, closes #1768Juan Linietsky2015-05-012-3/+3
* Sort xml files, so order is constantest312015-05-016-18/+58
* fixed ColorArray constructor when taking array as parameterromulox_x2015-04-271-1/+1
* Fixed bug in array comparison, fixes #1712Juan Linietsky2015-04-261-1/+2
* Ability to convert from nodes or other non resource with a get_rid() function...Juan Linietsky2015-04-243-2/+12
* Corrected rectangle intersection, fixes #1731Juan Linietsky2015-04-242-10/+10
* resolved some cases wehre built-in doc is not properlt generated, fixes #1719Juan Linietsky2015-04-221-0/+2
* -Changed Godot exit to be clean.Juan Linietsky2015-04-207-6/+55
* -Fixed post-import script-reload buf, fixes #1683Juan Linietsky2015-04-182-0/+5
* -fixed relative path saving to file, fixes #1694Juan Linietsky2015-04-182-4/+4
* -try to avoid errors when path using ".." is present in script include, fixes...Juan Linietsky2015-04-184-4/+4
* Updated copyright year in all headersJuan Linietsky2015-04-18221-1283/+1283
* -fix vector rotation, fixes #1705Juan Linietsky2015-04-181-17/+2
* -Changed the cubic interpolator, improves situation with PathFollow in #1659Juan Linietsky2015-04-131-1/+18
* -Made sure that "free" function appears in documentation and code completion,...Juan Linietsky2015-04-123-3/+6
* -Changed bootsplash option to use a file, fixes #1539Juan Linietsky2015-04-124-0/+13
* improved save path error messages for scene, textures and audio, fixes #1514Juan Linietsky2015-04-122-1/+10
* -fix resolver erase query to avoid running out of slots, fixes #1621Juan Linietsky2015-04-071-1/+1
* Merge branch 'master' of https://github.com/okamstudio/godotJuan Linietsky2015-04-076-6/+46
|\
| * Merge pull request #1554 from NateWardawg/inspectorupdateJuan Linietsky2015-04-072-0/+22
| |\
| | * Camel casing being capitalized only happens in the inspector now.Nathan Warden2015-03-232-0/+22
| * | Merge pull request #1564 from Faless/area_combine-1Juan Linietsky2015-04-071-0/+9
| |\ \
| | * | Use Vector for storing areasFabio Alessandrelli2015-03-241-0/+9
| | |/
| * | Merge pull request #1585 from UsernameIsAReservedWord/add_is_queued_for_delet...Juan Linietsky2015-04-072-1/+10
| |\ \
| | * | Update object.hUsernameIsAReservedWord2015-03-281-1/+1
| | * | add : bool Object.is_queued_for_deletion()yg2f2015-03-282-1/+10
| | |/
| * | Merge pull request #1614 from hurikhan/pr_parameter_namesJuan Linietsky2015-04-071-5/+5
| |\ \
| | * | set screen parameter names for gdscripthurikhan2015-04-031-5/+5
* | | | -Concatenating arrays keeps the shared property if any of the arrays is share...Juan Linietsky2015-04-072-1/+3
|/ / /
* / / Added a PVRTC encoder for iOSJuan Linietsky2015-04-062-0/+13
|/ /
* / merging okam changesJuan Linietsky2015-04-021-5/+13
|/
* Revert "Camelcased script variables will now capitalize in the inspector."Juan Linietsky2015-03-222-25/+3
* fixes to new window management APIJuan Linietsky2015-03-223-64/+64
* Merge pull request #1487 from hurikhan/x11-window-managementJuan Linietsky2015-03-223-3/+132
|\
| * Merge remote-tracking branch 'upstream/master' into x11-window-managementhurikhan2015-03-089-7/+261
| |\
| * | Renamed EXPERIMENTAL_WM_API to NEW_WM_APIhurikhan2015-02-153-4/+4
| * | Merge remote-tracking branch 'upstream/master' into x11-window-managementhurikhan2015-02-1510-18/+2406
| |\ \
| * \ \ Merge remote-tracking branch 'upstream/master' into x11-window-managementhurikhan2015-02-126-17/+352
| |\ \ \
| * \ \ \ Merge remote-tracking branch 'upstream/master' into x11-window-managementhurikhan2015-01-202-0/+26
| |\ \ \ \
| * | | | | added the following methods:hurikhan2015-01-173-5/+33
| * | | | | WIP -- set_resizable() + is_resizable addedhurikhan2015-01-153-1/+14
| * | | | | Merge remote-tracking branch 'upstream/master' into x11-window-managementhurikhan2015-01-141-2/+9
| |\ \ \ \ \
| * | | | | | get_screen() + set_screen() addedhurikhan2015-01-143-5/+19
| * | | | | | get_screen_position() addedhurikhan2015-01-133-0/+7
| * | | | | | introduced the scons experimental_wm_api switch:hurikhan2015-01-133-1/+9
| * | | | | | get_screen_size() addedhurikhan2015-01-113-0/+7