aboutsummaryrefslogtreecommitdiff
path: root/platform/javascript/os_javascript.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-02-28Remove grey capsule on official logoRémi Verschelde9-1166/+175
It had been added by a contributor without prior discussion with the rest of the team, but the grey capsule did not look so good. Closes #3848. Also renamed godot_{icon,logo} to just {icon,logo}.
2016-02-27Completed the support for plugins! It is not possible to add plugins.Juan Linietsky50-704/+2068
Not all APIs are provided yet, please request whathever you are missing. Some example plugins are provided in demos/plugins. Just copy them to a folder in your project named addons/ and then enable them from the project settings. Have fun!
2016-02-27screen_shaders: convert demo images to JPGRémi Verschelde10-1/+1
2016-02-27normalmap demo: convert images to JPGRémi Verschelde6-0/+0
To make the demos lighter
2016-02-27Remove Noto Sans font from translation demo (heavy!)Rémi Verschelde2-0/+0
2016-02-27added [presets] to ._sc_ and "android/shutdown_adb_on_exit" to editor_settingsAriel Manzur2-5/+31
2016-02-27fix transform localization event in mouse motionJuan Linietsky1-2/+3
2016-02-27First attempt at making a more useful EditorPlugin API. Still undocumented, ↵Juan Linietsky12-15/+167
but feedback welcome!
2016-02-25OUYA gamepad mappings fixKrzysztof Jankowski1-0/+1
Fix gamepad mappings for OUYA revision 4
2016-02-25theora on server buildAriel Manzur1-1/+0
2016-02-25adds -pm and -project_manager command line options to start project managerAriel Manzur2-4/+8
fixes bug where the user has an engine.cfg on the executable directory so it runs the game instead of opening the project manager
2016-02-24Fixed closing a scene tab when it was not the CURRENT tab. Fixes #3810Julian Murgia - StraToN1-1/+1
2016-02-24x11: fix joysticks not recognizing some buttonshinsbart1-3/+1
dpad on x360 pads with kernel < 4.3 is working now
2016-02-24applied some typo fixes. see godotengine/godot-docs#18David1-16/+16
2016-02-24added more Android gamepad mappingsDana Olson1-2/+5
2016-02-24Fix typo in errorest311-1/+1
2016-02-23added a couple more Linux mappings, tweaked Ouya Linux mappingDana Olson1-2/+6
2016-02-22bump to stable, congratulations everyone2.0-stablereduz1-1/+1
2016-02-22doc (NodePath): Rewrite description and all methods.Josh Grams1-8/+11
2016-02-22Update README.mdJuan Linietsky1-2/+4
2016-02-22keep previous rotation when using rotate tool. fixes #3788.volzhs1-1/+1
2016-02-22Change "erase" to "remove" in project manager. fixes #3796.volzhs1-3/+3
2016-02-22Fix pixelated steam capsulesRémi Verschelde6-0/+0
2016-02-21._sc_ file is now a ConfigFile for self contained modeAriel Manzur11-4/+1063
can contain a pre-loaded list of projects to be added to editor_settings.xml
2016-02-21Fix missing dependency resolver in Windowseska2-0/+2
2016-02-21-fixed a crash when closing scene with animationplayer openJuan Linietsky2-2/+6
-removed item checked print, closes #3564
2016-02-21Add support for placeholders in tscn, which was missing. Closes #3652Juan Linietsky3-7/+64