aboutsummaryrefslogtreecommitdiff
path: root/core (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #3771 from est31/fix_memallocRémi Verschelde2016-02-232-9/+56
|\
| * Fix allocation bug if compiled with modern clang or gccest312016-02-192-9/+56
* | Fix missing dependency resolver in Windowseska2016-02-211-0/+1
* | adds original http headers to response_headersAriel Manzur2016-02-191-4/+4
* | adds original http header to response_headersAriel Manzur2016-02-191-1/+1
* | better array alignmentAriel Manzur2016-02-191-4/+4
* | fixes array allocation bug and sets DEFAULT_ALIGNMENT to 1. probably needs te...Ariel Manzur2016-02-192-5/+5
* | Reject any native video player calls on iOS that point to files within .pck a...Aren Villanueva2016-02-194-0/+11
|/
* fix color when hue is set to 1Nuno Donato2016-02-181-5/+7
* Rename KEY_KP_SUBSTRACT to KEY_KP_SUBTRACTRémi Verschelde2016-02-173-3/+3
* Merge pull request #3743 from StraToN/fix_ustring_camelcase2underscoreRémi Verschelde2016-02-172-12/+21
|\
| * Fixed String::camelcase_to_underscore() so it works in all cases. Fixes PR #1650Julian Murgia - StraToN2016-02-172-12/+21
* | Correct octree's AABB intersect test, fixes #3576 and #3253sheepandshepherd2016-02-172-6/+24
|/
* doc: use correct identifier for InputEventJoystick{Motion, Button}hondres2016-02-101-2/+2
* support horizontal mouse wheel, use in text editorhondres2016-02-042-1/+6
* Merge pull request #3493 from Hinsbart/wm_classRémi Verschelde2016-02-032-0/+11
|\
| * x11: use different strings for WM_CLASS depending on contexthondres2016-01-272-0/+11
* | Merge pull request #3502 from trtstm/csvRémi Verschelde2016-02-034-7/+9
|\ \
| * | File: Added delimiter to get_csv_linetmt2016-01-284-7/+9
| |/
* | Merge pull request #3538 from Hinsbart/tempRémi Verschelde2016-02-031-86/+0
|\ \
| * | remove pc_joystick_map.hhondres2016-02-011-86/+0
* | | -Correctly flip BG texture if viewport is flipped, fixes #3507Juan Linietsky2016-02-021-0/+2
* | | -Propertly detect mantissa floats in variantparser, fixes #3257Juan Linietsky2016-02-011-0/+3
* | | Make sure variant parser recognizes "nil" for compatibility with old engine.c...Juan Linietsky2016-02-011-1/+1
* | | Merge pull request #3532 from eska014/fix-globals-vectorsJuan Linietsky2016-02-011-0/+8
|\ \ \
| * | | Encode vectors in Globalseska2016-02-011-0/+8
| |/ /
* | | Merge pull request #3533 from Biliogadafr/FixColorArrayTscnRémi Verschelde2016-02-011-1/+1
|\ \ \
| * | | Parse ColorArrays correctly (tscn)., fixes #3530Biliogadafr2016-02-011-1/+1
| |/ /
* / / thread renamingAriel Manzur2016-01-314-24/+18
|/ /
* | -Added method flags to global constants for scriptJuan Linietsky2016-01-312-0/+11
* | Remove debug printseska2016-01-291-3/+1
|/
* Merge pull request #3440 from TheHX/issue-2946Rémi Verschelde2016-01-251-1/+1
|\
| * Fixed small inconsistencies with the text formatFranklin Sobrinho2016-01-241-1/+1
* | Merge pull request #3437 from vnen/fix-3149Juan Linietsky2016-01-241-1/+1
|\ \
| * | Change default window size for desktopGeorge Marques2016-01-241-1/+1
| |/
* / -remved p_peer is null error messages, fixes #1150reduz2016-01-241-1/+1
|/
* Removed get() function from many variant typed arrays, fixes #2135Juan Linietsky2016-01-241-7/+7
* -Some changes to how scenes and scripts are overriden in scene instance and i...Juan Linietsky2016-01-232-0/+18
* -Remote deploy now uses FS over USB on Android, super fast!Juan Linietsky2016-01-201-2/+2
* Add ability to set "keep screen on" for androidvolzhs2016-01-164-1/+26
* -Make sure scenes properly update when switching tabs, even if sub-instances ...Juan Linietsky2016-01-142-2/+5
* Fix typoTolga Cakir2016-01-131-1/+1
* Merge pull request #3272 from Hinsbart/joy-bindingpunto-2016-01-124-1/+18
|\
| * Add some joystick functions to input. Enables manipulation of mappings at run...hondres2016-01-084-1/+18
* | Fix xml opt with XML_ENABLE macroLiangdi2016-01-121-0/+2
* | made headers case insensitiveAriel Manzur2016-01-111-2/+3
* | Merge pull request #3297 from AlexHolly/comment-some-print_linesRémi Verschelde2016-01-111-3/+3
|\ \
| * | comment some print_linesAlexander Holland2016-01-091-3/+3
* | | properly handle typed array constructors in VariantParser, closes #3054Juan Linietsky2016-01-101-2/+5
* | | -Removed OS.get_system_time_msec(), this is undoable on Windows and also unus...Juan Linietsky2016-01-104-6/+6