aboutsummaryrefslogtreecommitdiff
path: root/tools/scripts/file-hex-array.py (unfollow)
Commit message (Expand)AuthorFilesLines
2016-10-31scons: msvc_is_detected not available in 2.1Rémi Verschelde1-1/+1
2016-10-31classref: Sync with current sourcesRémi Verschelde1-0/+140
2016-10-31Fix p_index out of size error when closing scriptvolzhs1-1/+1
2016-10-31Fix Accept/ConfirmationDialog UI brokenvolzhs1-5/+8
2016-10-31Revert "Place child control under label in AcceptDialog."volzhs1-25/+10
2016-10-31scons: Move lib splitting method to methods.pyRémi Verschelde3-3/+51
2016-10-31Adopt simpler strategy for big libs on WindowsPedro J. Estébanez2-50/+12
2016-10-31Add "Never" underline mode to LinkButtonrdb3-4/+9
2016-10-31Fix locale for macOS-style localesDamon1-6/+12
2016-10-31Change set_locale to fallback to the global language (#6910)Damon Myers1-6/+27
2016-10-31Remove dead code in FileSystemDockvolzhs1-7/+0
2016-10-31Fix comparison bug with InputEventvolzhs1-1/+2
2016-10-31"CCFLAGS" are for C and C++ compilerBłażej Szczygieł1-1/+1
2016-10-31Prevent unwanted script editor input on game crashHenrique Lacreta Alves1-0/+1
2016-10-31Add/expose VisualServer::get_default_clear_color()Pedro J. Estébanez5-0/+9
2016-10-31Fixes #6487, GDscript compiler ignores OPCODE_LINE and OPCODE_BREAKPOINT in R...yg2f1-2/+4
2016-10-31Added general notes on RayCast[2D] updating behaviour and force_raycast_update()Karol Walasek1-0/+14
2016-10-31Added force_raycast_update GDScript method for RayCast[2D]Karol Walasek4-42/+59
2016-10-30Fix extraneous NULL character on HTML exportGeorge Marques1-2/+2
2016-10-30Fix the hiding of mouse cursor before interactionGeorge Marques1-2/+5
2016-10-30Fix output binary paths for VS project generationGeorge Marques1-3/+3
2016-10-30SCons: Use colored output if available, change "colored"->"verbose"Błażej Szczygieł5-14/+6
2016-10-30Disable asserts in release modeBłażej Szczygieł1-0/+2
2016-10-30SCsub: Add python shebang as a hint for syntax highlightingRémi Verschelde86-8/+164
2016-10-30Theora: Don't compile unnecessary files, rename "x86_opt_*"Błażej Szczygieł6-35/+34
2016-10-30png: Try to fix neon issue on iphone armv7Rémi Verschelde1-22/+24
2016-10-30drivers: Refactor SCsub and drop redundant env_drivers cloneRémi Verschelde11-60/+60
2016-10-30freetype: Make it a module and split thirdparty libraryRémi Verschelde509-878/+177
2016-10-30chibi: Move to a moduleRémi Verschelde52-12/+84
2016-10-30zlib: Split thirdparty files, simplify scons optionRémi Verschelde35-48/+55
2016-10-30glew: Split thirdparty files and isolate envRémi Verschelde16-19/+115
2016-10-30squish: Update to upstream 1.14Rémi Verschelde25-3643/+3912
2016-10-30squish: Move to a module and split thirdparty libRémi Verschelde37-60/+145
2016-10-30rtaudio: Split thirdparty filesRémi Verschelde7-4/+33
2016-10-30mpc: Move to a module and split thirdparty libmpcdecRémi Verschelde34-54/+157
2016-10-30theora: Move to a module and split thirdparty libRémi Verschelde88-178/+199
2016-10-30modules: Clone env in each moduleRémi Verschelde15-83/+85
2016-10-30openssl: Move to a module and split thirdparty libRémi Verschelde957-73/+831
2016-10-30ogg/vorbis/opus/speex: Make them modules and unbundle thirdparty libsRémi Verschelde518-1480/+4421
2016-10-30webp: Make it a module and unbundle libwebp thirdparty filesRémi Verschelde162-251/+287
2016-10-30dds/etc1/pbm/pvr: Make those modules and split thirdparty filesRémi Verschelde55-126/+433
2016-10-30jpg: Make it a module and split jpgd thirdparty filesRémi Verschelde13-35/+112
2016-10-30png: Split library to thirdparty dir and allow unbundlingRémi Verschelde35-61/+203
2016-10-30Drop nedmalloc which is apparently not used anymoreRémi Verschelde14-8003/+2
2016-10-30Added support for tooltips in ButtonArray. Fixes #6597Zher Huei Lee2-7/+47
2016-10-20Fixed tiny error in detect.py causing compilation for Android to fail.Randy Tan Shaoxian1-1/+1
2016-10-18Revert "Tween reset/stop/resume/remove for all object properties at once"Rémi Verschelde2-21/+18
2016-10-18Added a generic AStar implementation to Godot.Juan Linietsky3-0/+506
2016-10-18osx: Support gamepad input.Andreas Haas6-3/+760
2016-10-17classref: Sync with current sourceRémi Verschelde1-2/+10