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
/
javascript_tools_editor_plugin.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Remove most EditorNode constructor parameters and fields
trollodel
2022-02-14
1
-2
/
+2
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
*
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
*
[HTML5] Fix JS build without eval.
Fabio Alessandrelli
2021-06-14
1
-1
/
+1
*
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
1
-2
/
+7
*
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
1
-2
/
+2
*
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
1
-6
/
+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
1
-2
/
+2
*
[HTML5] Add JavaScriptToolsEditorPlugin.
Fabio Alessandrelli
2020-10-14
1
-0
/
+153