aboutsummaryrefslogtreecommitdiff
path: root/platform/javascript/power_javascript.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2018-02-22server: Add support for statically linking libgcc and libstdc++Rémi Verschelde1-0/+5
2018-02-22doc: Sync classref with current sourceRémi Verschelde8-19/+1897
2018-02-22i18n: Sync translation templates with current sourceRémi Verschelde46-1993/+3150
2018-02-22i18n: Sync translations with WeblateRémi Verschelde13-1978/+1617
2018-02-22Fix quotation in stringRado'sPC\aRaGaR1-1/+0
2018-02-22Delete all selected lines using the delete line shortcut in script editorYan Pas1-6/+20
2018-02-22Ignore tools CLI flags in non-tools builds.Pieter-Jan Briers1-5/+11
2018-02-22Enforce insert_final_newline in the editorconfig.Pieter-Jan Briers1-0/+1
2018-02-22Clean up some bad words from code commentsArtem Varaksa14-23/+13
2018-02-22Fix timer second not zero padded when < 10Poommetee Ketson1-1/+1
2018-02-22Fix loading project.binary from PCK fileRémi Verschelde1-2/+6
2018-02-22Improve error reporting of ProjectSettings::setup()Rémi Verschelde3-31/+58
2018-02-22Made the Debugger's Stack Frames items reselectable.Michael Alexsander Silva Dias1-0/+1
2018-02-22Fix typos with codespellluz.paz55-82/+82
2018-02-22Color:fix setting V switch S to old V valuePoommetee Ketson1-1/+1
2018-02-22Added documentation for VehicleBodyBastiaanOlij2-0/+23
2018-02-22Insert proper copy icon to debuggerArtem Varaksa1-1/+1
2018-02-22Icons updateDaniel J. Ramirez32-76/+48
2018-02-22Added missing shader functionsChaosus1-0/+38
2018-02-22Force controls to save rect_clip_content since they do not all default to false.isaacremnant1-1/+1
2018-02-21Change function signature from float to double to match type get_doubleCloses...hungrymonkey2-2/+2
2018-02-21Fixes wrong vertical font layout in RichTextLabelBernhard Liebl2-4/+24
2018-02-21TextEdit folding over unindented commentsIan2-7/+38
2018-02-21Revert "Fix wrong return type of xform functions"Hein-Pieter van Braam3-14/+14
2018-02-21Fixed sky reflection rendering when transparent BGAndreaCatania1-28/+39
2018-02-21Fixes gravity calculation for kinematic bodies in BulletNeil Moore1-1/+2
2018-02-21Actually fix the db/dc renaming messHein-Pieter van Braam2-2/+2
2018-02-21revert the renaming _tree_db_selected functionHein-Pieter van Braam2-4/+4
2018-02-21Update warning about C# supportRémi Verschelde1-3/+4
2018-02-21Fixed "Open" button being enabled when nothing is selected in a FileDialog wh...Michael Alexsander Silva Dias1-10/+6
2018-02-21gltf: improve embedded data discoveryFlorian Zwoch1-1/+2
2018-02-21Enable snapping when control key pressedChaosus2-1/+5
2018-02-21Fixed disappearing text on filedialog buttonsMax1-4/+4
2018-02-21[Mono] Fixed "expression did not evaluate to a constant" compiler error for v...Nathan Warden1-3/+4
2018-02-21Fix a rendering bug with screen_textureBojidar Marinov1-6/+4
2018-02-21using TIME in light shader enables uses_fragment_timekarroffel2-7/+9
2018-02-21Keep to show current script when closing all docsvolzhs4-13/+22
2018-02-21Added an auto quit and auto build flag to the command line options.Nathan Warden3-5/+23
2018-02-21Create and return LightmapCapture.K. S. Ernest (iFire) Lee1-13/+60
2018-02-21Add dummy audio driver, fix dummy rasterizerK. S. Ernest (iFire) Lee4-7/+84
2018-02-21Fixes to OS_Server and DummyRasterizer to match new signaturesFabio Alessandrelli4-2/+14
2018-02-21server platform now compiles and run on linux.Fabio Alessandrelli4-47/+147
2018-02-21Add dummy Texture handlingFabio Alessandrelli1-10/+74
2018-02-21Disable GLES builders and source from server compilationFabio Alessandrelli2-3/+6
2018-02-21Add dummy resterizer driverFabio Alessandrelli2-0/+544
2018-02-19Remove unused variable from plugin settings updateGeorge Marques1-2/+0
2018-02-19Fixing folder/file case sensitive renaming issueStephen Traskal1-0/+5
2018-02-19fix spurious error messages during autocomplete and validatex12121-25/+4
2018-02-19Fix 2d collision body update on shape removeKonrad Nowakowski1-0/+1
2018-02-19Flush HTTPClient response data only on request/close in HTML5 platformLeon Krause1-2/+0