aboutsummaryrefslogtreecommitdiff
path: root/platform/javascript (follow)
Commit message (Expand)AuthorAgeFilesLines
* scons: Reorder options for clarityRémi Verschelde2016-11-031-2/+1
* style: Various other PEP8 fixes in Python filesRémi Verschelde2016-11-021-1/+1
* style: Fix PEP8 blank lines issues in Python filesRémi Verschelde2016-11-021-1/+5
* style: Fix PEP8 whitespace issues in Python filesRémi Verschelde2016-11-022-30/+30
* style: Start applying PEP8 to Python files, indentation issuesRémi Verschelde2016-11-022-70/+70
* Fix extraneous NULL character on HTML exportGeorge Marques2016-10-301-2/+2
* SCsub: Add python shebang as a hint for syntax highlightingRémi Verschelde2016-10-301-0/+2
* zlib: Split thirdparty files, simplify scons optionRémi Verschelde2016-10-301-0/+1
* squish: Move to a module and split thirdparty libRémi Verschelde2016-10-301-2/+1
* mpc: Move to a module and split thirdparty libmpcdecRémi Verschelde2016-10-301-1/+1
* theora: Move to a module and split thirdparty libRémi Verschelde2016-10-301-1/+1
* ogg/vorbis/opus/speex: Make them modules and unbundle thirdparty libsRémi Verschelde2016-10-301-3/+4
* Drop nedmalloc which is apparently not used anymoreRémi Verschelde2016-10-301-9/+0
* Pass mouse position to Input singleton in web exporteska2016-07-081-0/+3
* Merge pull request #5362 from J08nY/pngRémi Verschelde2016-06-231-0/+0
|\
| * Fixed iCCp chunk in pngsJ08nY2016-06-221-0/+0
* | Improved binding system (ObjectTypeDB::bind_method) to be friendlier to stati...Juan Linietsky2016-06-222-2/+2
|/
* Add missing license headers in our source files (#5255)Rémi Verschelde2016-06-182-0/+56
* Fix javascript build in WindowsGeorge Marques2016-06-141-0/+3
* remove trailing whitespaceHubert Jarosz2016-05-211-15/+15
* Move export GUI debug toggle to export settings windoweska2016-04-281-1/+1
* Add fallback to legacy KeyboardEvent in web exporteska2016-04-191-1/+21
* Reimplement key input events in Emscripten exporteska2016-04-194-121/+435
* Remove trailing spacesRémi Verschelde2016-04-021-2/+2
* html5: workaround for echo key events.hondres2016-03-043-2/+27
* add mappings and increase max number of buttonshondres2016-01-221-1/+1
* html5 gamepad supportHinsbart2016-01-212-1/+75
* fix string conversion in javascript exporthondres2016-01-201-1/+1
* Revamp web export pageeska2016-01-201-17/+55
* Update copyright to 2016 in headersGeorge Marques2016-01-018-8/+8
* Remove bogus argument in sample_get_descriptionRémi Verschelde2015-12-282-2/+2
* threadsAriel Manzur2015-12-221-1/+1
* missing?Ariel Manzur2015-12-221-0/+7
* Add way to look for templates at system wide level tooest312015-11-301-11/+16
* Add support for Opus audio formatGeorge Marques2015-10-021-0/+3
* Rename voice_set_volume argument to p_volume to avoid confusionRémi Verschelde2015-09-262-3/+3
* Merge branch 'master' of https://github.com/okamstudio/godotJuan Linietsky2015-09-246-19/+111
|\
| * Ability to visually debug geometry visually:Juan Linietsky2015-09-201-5/+5
| * HTML5 exporter seems to be fully functionalJuan Linietsky2015-09-124-10/+99
| * remotion of some c++ includes to avoid dependency on libstdc++Juan Linietsky2015-09-101-4/+7
* | Added ability to set custom mouse cursors. Not hardware accelerated yet.Juan Linietsky2015-09-241-0/+1
|/
* HTML5 exporter ImprovementsJuan Linietsky2015-09-108-18/+1032
* -Merged the file server with the live editing and remote debugJuan Linietsky2015-08-061-4/+4
* Updated copyright year in all headersJuan Linietsky2015-04-188-8/+8
* Merge pull request #1531 from vkbsb/h5_canvas_polygon_fixJuan Linietsky2015-04-071-16/+21
|\
| * Revert "Revert "Removing etc1 from build for javascript platform.""V.VamsiKrishna2015-03-201-0/+1
| * Revert "Removing etc1 from build for javascript platform."V.VamsiKrishna2015-03-201-1/+0
| * Removing etc1 from build for javascript platform.V.VamsiKrishna2015-03-201-0/+1
| * Replacing spaces with tabsV.VamsiKrishna2015-03-201-68/+68
| * Fix Javascript build.V.VamsiKrishna2015-03-191-64/+68