aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge pull request #2749 from TheHX/fix_string_content_testJuan Linietsky2015-11-181-1/+1
|\ \ \
| * | | Fix String content testFranklin Sobrinho2015-11-061-1/+1
| |/ /
* / / Implement Quat multiply operator, and xform methodFranklin Sobrinho2015-11-113-2/+18
|/ /
* | -fixed a quite serious scene corruption bug when saving that has been around ...Juan Linietsky2015-10-211-2/+3
* | -fixes to ring buffer (fixes network error)Juan Linietsky2015-10-213-7/+9
* | -Ability to debug video memory usageJuan Linietsky2015-10-215-2/+86
* | Merge pull request #2274 from MarianoGnu/masterJuan Linietsky2015-10-171-32/+32
|\ \
| * \ Merge branch 'master' of https://github.com/okamstudio/godotMarianoGNU2015-10-1626-812/+611
| |\ \
| * \ \ Merge branch 'master' of https://github.com/okamstudio/godotMariano Javier Suligoy2015-08-308-4/+106
| |\ \ \
| * | | | Edit default values. WARNING!!!Mariano Javier Suligoy2015-08-291-32/+32
* | | | | Merge pull request #2256 from sheepandshepherd/list-editsJuan Linietsky2015-10-171-2/+8
|\ \ \ \ \
| * | | | | Fix List::move_before for front and back elementssheepandshepherd2015-07-101-2/+8
* | | | | | Merge pull request #2266 from MrGreenTea/masterJuan Linietsky2015-10-172-19/+29
|\ \ \ \ \ \
| * | | | | | added floor() and ceil() to Vector3MrGreenTea2015-07-152-19/+29
| |/ / / / /
* | | | | | Merge pull request #2479 from firefly2442/cppcheck-unusedvarsJuan Linietsky2015-10-172-5/+0
|\ \ \ \ \ \
| * | | | | | ran cppcheck, found unused variablesfirefly24422015-09-162-5/+0
* | | | | | | Merge pull request #2520 from bojidar-bg/patch-3Juan Linietsky2015-10-171-1/+1
|\ \ \ \ \ \ \
| * | | | | | | Add missing \n to world_wrap. Close #2516Bojidar Marinov2015-09-241-1/+1
* | | | | | | | Merge pull request #2531 from bojidar-bg/patch-4Juan Linietsky2015-10-171-2/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | Update mi.nameBojidar Marinov2015-09-251-1/+1
| * | | | | | | | Removed a badly listed parameter from funcRef::call_func...Bojidar Marinov2015-09-251-1/+0
* | | | | | | | | Merge pull request #2584 from buresu/fix-parentheses-equality-warningsJuan Linietsky2015-10-172-3/+3
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / |/| | | | | | | |
| * | | | | | | | fix parentheses-equality warnings of osx clang近藤 直人2015-10-092-3/+3
* | | | | | | | | Merge branch 'master' of https://github.com/okamstudio/godotreduz2015-10-162-1/+3
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | -A little More control about pixel snapping in 2DJuan Linietsky2015-10-132-1/+3
| |/ / / / / / / /
* | | | | | | | | Merge branch 'master' of https://github.com/okamstudio/godotreduz2015-10-104-405/+513
|\| | | | | | | |
| * | | | | | | | newline fixesreduz2015-10-082-405/+405
| * | | | | | | | -Added ability to use cubic interpolation on image resize (little more qualit...Juan Linietsky2015-10-012-0/+108
* | | | | | | | | Large improvements on scene packing and managementreduz2015-10-103-2/+36
|/ / / / / / / /
* / / / / / / / Fix some copy-paste mistakes in linear/db volume functionsRémi Verschelde2015-09-261-2/+2
|/ / / / / / /
* | | | | | | Merge branch 'master' of https://github.com/okamstudio/godotJuan Linietsky2015-09-243-4/+13
|\| | | | | |
| * | | | | | Fix _xml_unescape, as suggested by @reduzBojidar Marinov2015-09-231-2/+2
| * | | | | | Flip < and > in String::xml_escape. Close #2511Bojidar Marinov2015-09-231-2/+2
| * | | | | | Properly implement OS.alert() from script, and use xmessage on X11Juan Linietsky2015-09-212-0/+9
| |/ / / / /
* / / / / / Added ability to set custom mouse cursors. Not hardware accelerated yet.Juan Linietsky2015-09-244-378/+7
|/ / / / /
* | | | | merged some stuff for okamJuan Linietsky2015-09-039-19/+36
* | | | | new editor settings customization of where to run the game from the editorJuan Linietsky2015-08-301-1/+1
| |_|/ / |/| | |
* | | | -display/emulate_touchscreen now really emulates a touchscreenJuan Linietsky2015-08-294-3/+52
* | | | make sure array is created if not existing, as noted by Guilherme FelipeJuan Linietsky2015-08-251-3/+2
* | | | Show documentation for properties on hover.Juan Linietsky2015-08-254-1/+55
| |/ / |/| |
* | | Merge branch 'master' of https://github.com/okamstudio/godotJuan Linietsky2015-08-234-1/+10
|\ \ \
| * | | Add OS.get_system_time_msecMaximillian2015-08-064-1/+10
* | | | **WARNING BEFORE PULLING**Juan Linietsky2015-08-2311-108/+691
|/ / /
* | | -Merged the file server with the live editing and remote debugJuan Linietsky2015-08-061-1/+5
* | | more debugger fixesJuan Linietsky2015-08-041-0/+16
* | | added bindings for screen rotation in OSJuan Linietsky2015-08-042-0/+37
* | | error debuggerJuan Linietsky2015-08-043-2/+155
* | | live debug fixesJuan Linietsky2015-08-022-5/+5
* | | Live edit WORK IN PROGRESSJuan Linietsky2015-08-025-3/+183
* | | adding some base64 marshallspunto-2015-07-282-0/+83
|/ /