aboutsummaryrefslogtreecommitdiff
path: root/platform/javascript/javascript_main.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2016-02-18fix color when hue is set to 1Nuno Donato1-5/+7
2016-02-17Remove two redundant CI buildsRémi Verschelde1-0/+4
2016-02-17Rename KEY_KP_SUBSTRACT to KEY_KP_SUBTRACTRémi Verschelde9-9/+9
2016-02-17Remove unimplemented SceneAnimationImport plugin from menuRémi Verschelde1-1/+2
2016-02-17Add a warning header to each rst fileRémi Verschelde1-0/+4
2016-02-17Implement support for [codeblock] tag in helpRémi Verschelde3-34/+76
2016-02-17Drop polygon path finder demoRémi Verschelde4-82/+0
2016-02-17Added option to restart custom sceneIgnacio Etcheverry2-4/+19
2016-02-17Correct octree's AABB intersect test, fixes #3576 and #3253sheepandshepherd2-6/+24
2016-02-17Fix _quick_run method (Play custom scene)Ignacio Etcheverry2-3/+3
2016-02-17Fixed String::camelcase_to_underscore() so it works in all cases. Fixes PR #1650Julian Murgia - StraToN2-12/+21
2016-02-17Fix NavigationPolygon references in _bind_methodRémi Verschelde2-14/+15
2016-02-17doc: explain DampedSpringJoint2D parameters.Josh Grams1-5/+5
2016-02-17Experimental Docker image for godotmrezai3-0/+143
2016-02-16fix is_joy_mapped return valuehondres1-1/+2
2016-02-16refix particles3d issue, bringing down the amount limit to 1024Nuno Donato2-3/+3
2016-02-15Bind method is_cell_transposedRémi Verschelde2-0/+12
2016-02-15Fix some broken method referencesRémi Verschelde1-28/+28
2016-02-15fix joystick axis handling for Input.is_action_pressed()hondres1-0/+12
2016-02-15include libudev only on udev buildshondres1-1/+4
2016-02-14adding xcode project templateAriel Manzur39-0/+613
2016-02-14some doc for directoryAlexander Holland1-1/+27
2016-02-14x11: make dependancy on libudev optionalhondres3-11/+41
2016-02-14x11: analog triggers for ps4 gamepadhondres1-1/+1
2016-02-13doc: add list of possible return values to OS.get_name() descriptionhondres1-1/+1
2016-02-13Rename input actions by editing its item in the listIgnacio Etcheverry2-77/+57
2016-02-13"Sync classes reference template with current code base"hondres1-3/+47
2016-02-12Doc HTTPClient.get_response_headers_as_dictionary()Alexander Holland1-0/+1
2016-02-12win: fix xinput triggers not resetting correctlyHondres1-1/+1
2016-02-12Enhance instructions for contributorsRémi Verschelde1-19/+41
2016-02-12* Added numpad emulation (fixes #3612)Nuno2-4/+17
2016-02-12* raised the max amount of particles to match the max number allowed in the i...Nuno Donato1-1/+1
2016-02-12Forgot to correct the ERR_FAIL_COND_V.Julian Murgia - StraToN1-1/+1
2016-02-12Added RegEx::get_capture_start() methodJulian Murgia - StraToN2-0/+10
2016-02-11fix joystick related label text in project settingshondres1-2/+2
2016-02-11-fixed more issues resampling soundsJuan Linietsky1-4/+4
2016-02-11-Made some icon data types smaller so they take up less spaceJuan Linietsky19-1/+85
2016-02-11fix platform bb10 compilationhondres2-1/+5
2016-02-10doc: use correct identifier for InputEventJoystick{Motion, Button}hondres3-5/+5
2016-02-10Fixed a couple of tooltips on the editorTegu1-2/+2
2016-02-10export from command lineAriel Manzur1-0/+10
2016-02-09AnimationPlayer frame SpinBox snaps to steps.Josh Grams1-0/+8
2016-02-09-Added missing functions to the doc, fixes #3583Juan Linietsky2-1/+24
2016-02-09-Allow renaming root node of inherited sceneJuan Linietsky2-2/+2
2016-02-09Insert new key helper is back to 2D editor, missed it?Juan Linietsky2-2/+5
2016-02-09Update CONTRIBUTING.mdJuan Linietsky1-2/+7
2016-02-08-bump version to rc12.0-rc1Juan Linietsky1-1/+1
2016-02-08-Cleaned up GraphEdit, also fixes #3568Juan Linietsky8-30/+112