index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
platform
/
javascript
/
export
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Web] Rename JavaScript platform to Web.
Fabio Alessandrelli
2022-08-29
5
-1183
/
+0
*
Refactor the export checking logic to improve separation of concerns
Fredia Huya-Kouadio
2022-08-14
2
-3
/
+24
*
Extract EditorResourceConversionPlugin into its own source files and clean up...
Yuri Sizov
2022-07-31
2
-0
/
+2
*
Make some editor export methods const
Aaron Franke
2022-07-29
2
-3
/
+3
*
Split up editor export code into multiple files
Aaron Franke
2022-07-26
2
-2
/
+1
*
Code quality: Fix header guards consistency
Rémi Verschelde
2022-07-25
3
-3
/
+3
*
Add static methods for creating Image and ImageTexture
kobewi
2022-07-08
1
-7
/
+2
*
[HTML5] Add GDNative+Threads build.
Fabio Alessandrelli
2022-06-14
2
-13
/
+11
*
Add readable export errors.
bruvzg
2022-06-08
1
-17
/
+23
*
Add a new HashSet template
reduz
2022-05-20
1
-1
/
+1
*
Replace most uses of Map by HashMap
reduz
2022-05-16
3
-6
/
+6
*
Fix ZipIO crash when reused (and possible leaks).
bruvzg
2022-05-11
1
-1
/
+2
*
Make FileAccess and DirAccess classes reference counted.
bruvzg
2022-04-11
2
-31
/
+16
*
Fix some issues found by cppcheck.
bruvzg
2022-04-06
1
-1
/
+1
*
HTML5: Explain why export templates are missing
Rémi Verschelde
2022-03-26
1
-0
/
+9
*
Implement GDExtension export plugin.
bruvzg
2022-03-16
1
-1
/
+1
*
Convert uses of `DirAccess *` to `DirAccessRef` to prevent memleaks
Rémi Verschelde
2022-03-11
1
-11
/
+11
*
Editor: Cleanup some includes dependencies
Rémi Verschelde
2022-02-15
3
-4
/
+2
*
Fix new performance regressions (short delay_usec)
Will Whitty
2022-02-15
1
-1
/
+1
*
Improve compilation speed (forward declarations/includes cleanup)
Hendrik Brucker
2022-02-12
2
-1
/
+6
*
[HTML5] PWA service worker prefers cached version.
Fabio Alessandrelli
2022-02-06
1
-23
/
+29
*
Add missing SNAME macro optimization in some function calls
jmb462
2022-02-06
2
-2
/
+2
*
Remove property hints referencing unsupported svgz extension
Rémi Verschelde
2022-01-17
1
-3
/
+3
*
Fix decoding UTF-8 filenames on unzipping.
bruvzg
2022-01-05
1
-1
/
+1
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
5
-10
/
+10
*
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
[next]