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
/
misc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #54179 from aaronfranke/make-rst
Rémi Verschelde
2021-10-26
3
-5
/
+5
|
\
|
*
Rename "makerst.py" to "make_rst.py"
Aaron Franke
2021-10-24
3
-5
/
+5
*
|
clang-format: Enable `--Wno-error=unknown` for compat with older versions
Rémi Verschelde
2021-10-25
2
-3
/
+3
|
/
*
Merge pull request #54067 from bruvzg/oidn_ent
Rémi Verschelde
2021-10-23
2
-20
/
+10
|
\
|
*
[macOS] Add entitlements required by OIDN JIT for the editor build.
bruvzg
2021-10-21
2
-20
/
+10
*
|
clang-format: Sync config with LLVM 13
Rémi Verschelde
2021-10-22
1
-3
/
+3
|
/
*
Add CI step for compiling and testing godot-cpp
Bastiaan Olij
2021-10-21
1
-0
/
+11
*
[HTML5] Editor video driver option. Replace canvas on exit.
Fabio Alessandrelli
2021-10-19
1
-12
/
+30
*
Merge pull request #52043 from Calinou/macos-use-big-sur-icon
Rémi Verschelde
2021-09-30
1
-0
/
+0
|
\
|
*
Use a Big Sur-style macOS icon for the Godot editor
Hugo Locurcio
2021-08-24
1
-0
/
+0
*
|
[macOS] Update MIME codes and file type names to match "dist/linux/org.godote...
bruvzg
2021-09-20
5
-6
/
+33
*
|
Add dozens of new integration tests to the GDScript test suite
Hugo Locurcio
2021-09-14
1
-0
/
+3
*
|
Print colored diffs when there are formatting failures in CI
Hugo Locurcio
2021-08-25
3
-3
/
+3
|
/
*
Replace HTTP links with HTTPS for sites with HTTPS versions
Aaron Franke
2021-08-22
6
-7
/
+7
*
[Headless] Add --headless switch (no rendering, no audio).
Fabio Alessandrelli
2021-08-03
3
-3
/
+3
*
Fix 'Attempted to remove invalid ID' errors
Rafał Mikrut
2021-07-31
1
-6
/
+6
*
Properly tag project files as a subclass of plain text in the MIME info
Michael Alexsander
2021-07-29
1
-0
/
+1
*
Make some small tweaks to the MIME info
Michael Alexsander
2021-07-29
1
-6
/
+8
*
Add script to make source tarball with `.git/HEAD`
Rémi Verschelde
2021-07-29
1
-0
/
+66
*
Fix various typos with codespell
luz paz
2021-07-25
1
-1
/
+1
*
Restructure and reimplement vsync options
Hendrik Brucker
2021-07-06
4
-12
/
+0
*
Add LSApplicationCategoryType to the template and export dialog.
bruvzg
2021-06-14
2
-0
/
+4
*
Allow clang-format 12 in the pre-commit hook
Hugo Locurcio
2021-06-07
1
-3
/
+4
*
Style: Cleanup uses of double spaces between words
Rémi Verschelde
2021-06-07
1
-1
/
+1
*
Merge pull request #47336 from Calinou/rename-shader-file-extension
Rémi Verschelde
2021-06-04
1
-0
/
+6
|
\
|
*
Rename the `.shader` file extension to `.gdshader`
Hugo Locurcio
2021-03-24
1
-0
/
+6
*
|
Merge pull request #49137 from RandomShaper/ios_targeted_family
Rémi Verschelde
2021-05-31
1
-4
/
+4
|
\
\
|
*
|
Add iOS export option for device family
Pedro J. Estébanez
2021-05-27
1
-4
/
+4
*
|
|
Set schemes' build config to debug/release in iOS Xcode export
Pedro J. Estébanez
2021-05-25
1
-5
/
+5
|
/
/
*
|
Dist: Add macOS entitlements files for editor code signing
Rémi Verschelde
2021-05-20
2
-0
/
+30
*
|
Fix typos with codespell
Rémi Verschelde
2021-05-20
2
-3
/
+3
*
|
Fix Ubuntu clang-format version detection in the pre-commit hook
Hugo Locurcio
2021-05-10
1
-2
/
+6
*
|
[HTML5] Remove "fixed-size.html".
Fabio Alessandrelli
2021-05-07
1
-389
/
+0
*
|
[HTML5] Export as Progressive Web App.
Fabio Alessandrelli
2021-04-27
2
-14
/
+45
*
|
[HTML5] Optional icon generation, use export name for it.
Fabio Alessandrelli
2021-04-27
1
-1
/
+0
*
|
Merge pull request #47069 from Calinou/html5-editor-welcome-dialog
Fabio Alessandrelli
2021-04-17
1
-0
/
+65
|
\
\
|
*
|
Add a welcome dialog to the HTML5 editor
Hugo Locurcio
2021-03-17
1
-0
/
+65
*
|
|
Test Godot with Vulkan in CI
Rafał Mikrut
2021-04-15
1
-0
/
+65
*
|
|
[macOS] Update required Vulkan API version the ICD configs.
bruvzg
2021-04-14
2
-2
/
+2
*
|
|
Add Open Graph metadata to the HTML5 editor
Hugo Locurcio
2021-03-24
1
-17
/
+26
|
|
/
|
/
|
*
|
[HTML5] Clarify editor PWA manifest.json
Fabio Alessandrelli
2021-03-24
1
-2
/
+2
*
|
[HTML5] Fix bogus Web Editor manifest.
Fabio Alessandrelli
2021-03-17
1
-1
/
+1
|
/
*
clang-format: Fix version number in hook warning
Rémi Verschelde
2021-03-14
1
-1
/
+1
*
[HTML5] Drag and drop zip in project manager.
Fabio Alessandrelli
2021-03-12
1
-2
/
+2
*
[HTML5] Add PWA support to the editor page.
Fabio Alessandrelli
2021-03-08
4
-2
/
+162
*
[HTML5] Make editor HTML build tag scons4-proof.
Fabio Alessandrelli
2021-02-26
1
-2
/
+2
*
Improve the editor HTML template
Hugo Locurcio
2021-02-24
1
-8
/
+26
*
Merge pull request #45871 from Riteo/improve-mime-types
Rémi Verschelde
2021-02-24
2
-8
/
+29
|
\
|
*
Improve the MIME source file
Riteo Siuga
2021-02-09
2
-8
/
+29
*
|
Remove unused variables from full-size.html
Marcel Admiraal
2021-02-21
1
-4
/
+0
[next]