| Commit message (Expand) | Author | Age | Files | Lines |
| * | Replace String comparisons with "", String() to is_empty() | Nathan Franke | 2021-12-09 | 1 | -3/+3 |
| * | Fix new projects always being created with OpenGL | Hugo Locurcio | 2021-11-01 | 1 | -2/+2 |
| * | Use OpenGL 3.3 core profile instead of compatibility profile | Clay John | 2021-10-31 | 2 | -673/+1 |
| * | Rename GLES2 driver to OpenGL to prepare for the upgrade to GLES3 | Hugo Locurcio | 2021-10-30 | 2 | -2/+2 |
| * | Add GLES2 2D renderer + Linux display manager | lawnjelly | 2021-10-30 | 1 | -0/+672 |
| * | clang-format: Disable alignment of operands, too unreliable | Rémi Verschelde | 2021-10-28 | 1 | -1/+1 |
| * | Use range iterators for `Map` | Lightning_A | 2021-09-30 | 1 | -2/+2 |
| * | Make platform feature tag names lowercase | Hugo Locurcio | 2021-08-31 | 1 | -1/+1 |
| * | Split javascript export template into multiple files | Sergey Minakov | 2021-08-12 | 5 | -964/+1081 |
| * | [HTML5] Add option to focus canvas on start. | Fabio Alessandrelli | 2021-06-25 | 1 | -0/+2 |
| * | Strip query string when parsing HTTP request line for path | Haoyu Qiu | 2021-06-25 | 1 | -2/+5 |
| * | Rename `instance()`->`instantiate()` when it's a verb | Lightning_A | 2021-06-19 | 1 | -9/+9 |
| * | Consolidate JSON, JSONParseResults and JSONParser into JSON | Marcel Admiraal | 2021-06-19 | 1 | -5/+4 |
| * | Rename Reference to RefCounted | Pedro J. Estébanez | 2021-06-11 | 1 | -1/+1 |
| * | Implement shader caching | reduz | 2021-05-31 | 1 | -3/+3 |
| * | Rename File::get_len() get_length() | Marcel Admiraal | 2021-05-25 | 1 | -4/+4 |
| * | Tweak dozens of editor property hints for consistency | Hugo Locurcio | 2021-05-25 | 1 | -1/+1 |
| * | Make all file access 64-bit (uint64_t) | Pedro J. Estébanez | 2021-05-17 | 1 | -2/+2 |
| * | Rename `IP_Unix`, `IP_Address` and `TCP_Server` to remove underscores | Hugo Locurcio | 2021-05-06 | 1 | -3/+3 |
| * | Replace remaining uses of `NULL` with `nullptr` | Rémi Verschelde | 2021-04-29 | 1 | -2/+2 |
| * | [HTML5] Export as Progressive Web App. | Fabio Alessandrelli | 2021-04-27 | 1 | -148/+339 |
| * | [HTML5] HTTP server uses optional SSL. | Fabio Alessandrelli | 2021-04-27 | 1 | -12/+88 |
| * | [HTML5] Optional icon generation, use export name for it. | Fabio Alessandrelli | 2021-04-27 | 1 | -13/+24 |
| * | [HTML5] Debug HttpServer now runs in `web` cache subdir. | Fabio Alessandrelli | 2021-04-27 | 1 | -41/+31 |
| * | Style: Apply clang-tidy's `modernize-use-nullptr` | Rémi Verschelde | 2021-04-05 | 1 | -1/+1 |
| * | [HTML5] Opt-in virtual keyboard support. | Fabio Alessandrelli | 2021-03-11 | 1 | -0/+2 |
| * | [HTML5] Export process writes sizes in template. | Fabio Alessandrelli | 2021-03-05 | 1 | -16/+30 |
| * | [HTML5] Better fullscreen, canvas resizing. | Fabio Alessandrelli | 2021-02-19 | 1 | -2/+2 |
| * | [HTML5] Easier HTML templates, better deinit/cleanup. | Fabio Alessandrelli | 2021-02-19 | 1 | -11/+16 |
| * | Reorganize Project Settings | reduz | 2021-02-18 | 1 | -1/+1 |
| * | Merge pull request #45315 from RandomShaper/modernize_thread | Rémi Verschelde | 2021-01-31 | 1 | -4/+3 |
| |\ |
|
| | * | Modernize Thread | Pedro J. Estébanez | 2021-01-29 | 1 | -4/+3 |
| * | | [HTML5] Builtin HTTP server disable browsers cache | Fabio Alessandrelli | 2021-01-25 | 1 | -0/+1 |
| |/ |
|
| * | Update copyright statements to 2021 | Rémi Verschelde | 2021-01-01 | 2 | -4/+4 |
| * | Rename empty() to is_empty() | Marcel Admiraal | 2020-12-28 | 1 | -6/+6 |
| * | HTML5: Code style cleanup for export code | Rémi Verschelde | 2020-12-10 | 1 | -15/+8 |
| * | [HTML5] Make GDNative support feature-based. | Fabio Alessandrelli | 2020-12-05 | 1 | -0/+6 |
| * | [HTML5] Allow selecting the export type. | Fabio Alessandrelli | 2020-12-05 | 1 | -8/+32 |
| * | [HTML5] EditorRunNative works with GDNative. | Fabio Alessandrelli | 2020-12-05 | 1 | -15/+45 |
| * | Export: Reorder options for consistency across platforms | Rémi Verschelde | 2020-11-20 | 1 | -2/+4 |
| * | [HTML5] AudioWorklet API implementation. | Fabio Alessandrelli | 2020-11-10 | 1 | -0/+7 |
| * | Add COOP/COEP headers to HTML5 "run" server. | Fabio Alessandrelli | 2020-10-02 | 1 | -0/+3 |
| * | Make canvas resize optional in HTML5. | Fabio Alessandrelli | 2020-09-23 | 1 | -0/+2 |
| * | Add override keywords. | Marcel Admiraal | 2020-07-10 | 1 | -18/+18 |
| * | Style: Enforce braces around if blocks and loops | Rémi Verschelde | 2020-05-14 | 1 | -8/+14 |
| * | Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks | Rémi Verschelde | 2020-05-14 | 1 | -27/+0 |
| * | Add WebSocket debugger, use it for Javascript. | Fabio Alessandrelli | 2020-05-12 | 1 | -4/+12 |
| * | Set the `title` tag in the HTML5 export immediately | Hugo Locurcio | 2020-04-22 | 1 | -0/+1 |
| * | Replace NULL with nullptr | lupoDharkael | 2020-04-02 | 1 | -2/+2 |
| * | [HTML5] Refactor JS, threads support, closures. | Fabio Alessandrelli | 2020-03-11 | 1 | -0/+8 |