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
/
api
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Web] Rename JavaScript platform to Web.
Fabio Alessandrelli
2022-08-29
5
-438
/
+0
*
Fix ZipIO crash when reused (and possible leaks).
bruvzg
2022-05-11
1
-1
/
+2
*
[HTML5] Fix JS "tools" editor plugin.
Fabio Alessandrelli
2022-05-10
1
-1
/
+1
*
Narrow FileAccess scope to prevent deadlocks.
bruvzg
2022-04-12
1
-6
/
+8
*
Make FileAccess and DirAccess classes reference counted.
bruvzg
2022-04-11
1
-11
/
+6
*
Convert uses of `DirAccess *` to `DirAccessRef` to prevent memleaks
Rémi Verschelde
2022-03-11
1
-1
/
+1
*
Discern between virtual and abstract class bindings
reduz
2022-03-10
1
-2
/
+2
*
Remove most EditorNode constructor parameters and fields
trollodel
2022-02-14
2
-3
/
+3
*
[HTML5] Implement JavaScript PWA update callbacks.
Fabio Alessandrelli
2022-02-06
2
-0
/
+11
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
5
-10
/
+10
*
Fix various typos
luz paz
2022-01-02
1
-1
/
+1
*
Merge pull request #52711 from m4gr3d/provide_getter_for_project_data_dir_master
Rémi Verschelde
2021-10-05
1
-1
/
+2
|
\
|
*
Provide a getter for the project data directory.
ne0fhyk
2021-09-15
1
-1
/
+2
*
|
[HTML5] Fix build error due to missing string cast.
Fabio Alessandrelli
2021-09-12
1
-2
/
+2
|
/
*
Improve the generated ZIP archive name when using Download Project Source
Hugo Locurcio
2021-08-16
1
-7
/
+25
*
Implement the ability to disable classes
reduz
2021-07-13
1
-2
/
+2
*
[HTML5] Fix JS build without eval.
Fabio Alessandrelli
2021-06-14
1
-1
/
+1
*
Rename Reference to RefCounted
Pedro J. Estébanez
2021-06-11
1
-3
/
+3
*
Core: Move DirAccess and FileAccess to `core/io`
Rémi Verschelde
2021-06-11
1
-2
/
+2
*
Rename File::get_len() get_length()
Marcel Admiraal
2021-05-25
1
-2
/
+2
*
[HTML5] Add easy to use download API.
Fabio Alessandrelli
2021-05-21
3
-2
/
+13
*
Merge pull request #48719 from Faless/js/4.x_interfaces
Rémi Verschelde
2021-05-20
2
-5
/
+51
|
\
|
*
[HTML5] Implement Godot <-> JavaScript interface.
Fabio Alessandrelli
2021-05-20
2
-5
/
+51
*
|
Make all file access 64-bit (uint64_t)
Pedro J. Estébanez
2021-05-17
1
-1
/
+1
|
/
*
Replace remaining uses of `NULL` with `nullptr`
Rémi Verschelde
2021-04-29
1
-10
/
+10
*
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
5
-10
/
+10
*
Fix missed renamings from empty() to is_empty()
Rémi Verschelde
2020-12-29
1
-1
/
+1
*
Make tool menu plugins use Callables for callback
kobewi
2020-12-16
2
-10
/
+1
*
[HTML5] Port JavaScript inline code to libraries.
Fabio Alessandrelli
2020-11-10
1
-19
/
+6
*
Reorganized core/ directory, it was too fatty already
reduz
2020-11-07
3
-4
/
+4
*
Refactor MethodBind to use variadic templates
reduz
2020-10-18
1
-1
/
+1
*
[HTML5] Add JavaScriptToolsEditorPlugin.
Fabio Alessandrelli
2020-10-14
3
-0
/
+217
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
1
-6
/
+0
*
Replace NULL with nullptr
lupoDharkael
2020-04-02
1
-2
/
+2
*
Adding missing include guards to header files identified by LGTM.
Rajat Goswami
2020-03-23
1
-0
/
+5
*
Update copyright statements to 2020
Rémi Verschelde
2020-01-01
3
-6
/
+6
*
Added some obvious errors explanations
qarmin
2019-09-25
1
-1
/
+1
*
Update copyright statements to 2019
Rémi Verschelde
2019-01-01
3
-6
/
+6
*
Make core/ includes absolute, remove subfolders from include path
Rémi Verschelde
2018-09-12
2
-2
/
+2
*
Add missing copyright headers and fix formatting
Rémi Verschelde
2018-01-05
3
-0
/
+3
*
Update copyright statements to 2018
Rémi Verschelde
2018-01-01
3
-6
/
+6
*
Facilitate exposing platform-exclusive interfaces to all platforms
Leon Krause
2017-11-18
3
-0
/
+156