summaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Expand)Author
2015-12-12-added windowed mode with -w, fixes #3020Juan Linietsky
2015-12-12make popup emit index when id is not definedJuan Linietsky
2015-12-12add pop_back/pop_front/push_back/push_front to array, to make it according to...Juan Linietsky
2015-12-11Merge pull request #3039 from TheHX/pr-in-operatorRémi Verschelde
2015-12-11Fix "in" operator, make it use evaluate() instead of operator==Franklin Sobrinho
2015-12-11Fix error message when using is_connected with a script signalFranklin Sobrinho
2015-12-09Merge branch 'master' of https://github.com/godotengine/godotJuan Linietsky
2015-12-09-ability to change scripts in external editor and still have properties reloa...Juan Linietsky
2015-12-08updated aes256 implementation to newer version from upstream. Also uses fast...romulox_x
2015-12-08Merge pull request #2841 from akien-mga/pr-ustring-snprintfJuan Linietsky
2015-12-08Merge pull request #2956 from est31/add_system_wide_export_pathJuan Linietsky
2015-12-08Merge pull request #2983 from koalefant/vector_ptrJuan Linietsky
2015-12-06some fixesJuan Linietsky
2015-12-06Add constructor for Image built-in typeFranklin Sobrinho
2015-12-05optional streaming from thread for TheoraJuan Linietsky
2015-12-05-Display on animation editor which keys are invalid and which tracks are unre...Juan Linietsky
2015-12-04Vector<>::_ptr is now typed and points to the beginning of array rather than ...koalefant
2015-11-30Make the setting unix-only.est31
2015-11-28Merge branch 'master' of https://github.com/godotengine/godotJuan Linietsky
2015-11-28-Fixed bug with scene inheritance, should work againJuan Linietsky
2015-11-28fixed crash when creating new object with wrong number of argumentsadmix
2015-11-24Merge branch 'master' of https://github.com/okamstudio/godotJuan Linietsky
2015-11-24-work in progress resourceparser and .tscn parser. Still non-functionalJuan Linietsky
2015-11-24Correct retvals of String::to_ascii() and String::to_utf8()est31
2015-11-23Fix return type of Matrix32 member varsRémi Verschelde
2015-11-23Merge pull request #2788 from masoudbh3/pck-file-nameRémi Verschelde
2015-11-23Merge pull request #1820 from guilhermefelipecgs/masterRémi Verschelde
2015-11-20add priority to load binaryname.pckmasoud bh
2015-11-20Load binaryname.pckmasoud bh
2015-11-20Fix call to _snprintf on GCCRémi Verschelde
2015-11-19compile fixesJuan Linietsky
2015-11-19fix compile error in some msvc version (snprintf not found)Ariel Manzur
2015-11-19Merge branch 'master' of https://github.com/okamstudio/godotJuan Linietsky
2015-11-19-remove Vector2.atan2() replaced by Vector2.angle(), fixes #2260Juan Linietsky
2015-11-19Fixes the make_doc.sh, <, > and & signs in descriptions that cause the parser...Aren Villanueva
2015-11-19Merge pull request #2518 from masoudbh3/godot-iconsJuan Linietsky
2015-11-18Merge pull request #2707 from akien-mga/masterJuan Linietsky
2015-11-18Merge pull request #2798 from bojidar-bg/patch-6Juan Linietsky
2015-11-18Merge pull request #2737 from akien-mga/type-specific-error-outputJuan Linietsky
2015-11-18Merge pull request #2749 from TheHX/fix_string_content_testJuan Linietsky
2015-11-16Change handling of invalid JSON escape sequences.Bojidar Marinov
2015-11-11Implement Quat multiply operator, and xform methodFranklin Sobrinho
2015-11-10Display error type (error, warning, script error) in OS::print_errorRémi Verschelde
2015-11-09Add icon to exe file in windows exportmasoud bh
2015-11-06Fix String content testFranklin Sobrinho
2015-11-01Cosmetic fixes to SCons buildsystemRémi Verschelde
2015-10-21-fixed a quite serious scene corruption bug when saving that has been around ...Juan Linietsky
2015-10-21-fixes to ring buffer (fixes network error)Juan Linietsky
2015-10-21-Ability to debug video memory usageJuan Linietsky
2015-10-17Merge pull request #2274 from MarianoGnu/masterJuan Linietsky