aboutsummaryrefslogtreecommitdiff
path: root/core (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #3771 from est31/fix_memallocRémi Verschelde2016-02-232-9/+56
|\ | | | | Fix allocation bug
| * Fix allocation bug if compiled with modern clang or gccest312016-02-192-9/+56
| | | | | | | | | | | | | | | | * Add overflow checked intrinsic abstractions that check on overflow. * Use them for memory allocation code. * Use size_t type for memory allocation code to support full platform dependent width. Fixes #3756.
* | 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 ↵Ariel Manzur2016-02-192-5/+5
| | | | | | | | testing
* | Reject any native video player calls on iOS that point to files within .pck ↵Aren Villanueva2016-02-194-0/+11
|/ | | | | | archives. Fix the paths for both res:// and user:// specified video files.
* 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
| | | | | The former name was incorrect in English, though for us latin lovers it's an understandable mistake. Second part of and closes #3626.
* 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.
| * 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 context
| * 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
|\ \ | | | | | | Added delimiter to File.get_csv_line
| * | 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.h
| * | 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 ↵Juan Linietsky2016-02-011-1/+1
| | | | | | | | | | | | engine.cfg style cofig. Closes #3531
* | | Merge pull request #3532 from eska014/fix-globals-vectorsJuan Linietsky2016-02-011-0/+8
|\ \ \ | | | | | | | | Encode vectors in Globals
| * | | 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 #3530
| * | | 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
| | | | | | | | -Added a new flag METHOD_FLAG_FROM_SCRIPT to get_method_list() flag property. Closes #3489
* | 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 format
| * 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 video mode for X11
| * | Change default window size for desktopGeorge Marques2016-01-241-1/+1
| |/ | | | | | | Fix #3149
* / -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 ↵Juan Linietsky2016-01-232-0/+18
| | | | | | inheritance -Fixes #3127 and also properly fixes #2958
* -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
| | | | changed. Fixes #3201
* 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 mapping…
| * Add some joystick functions to input. Enables manipulation of mappings at ↵hondres2016-01-084-1/+18
| | | | | | | | runtime
* | 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_lines
| * | 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 ↵Juan Linietsky2016-01-104-6/+6
| | | | | | | | | | | | | | | | | | unusable from GDscript due to precision. -Added, instead an OS.get_system_time_secs(), which is 32 bits friendly, fixes #3143