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
/
editor
/
SCsub
Commit message (
Expand
)
Author
Age
Files
Lines
*
Convert the editor and default theme fonts to WOFF2 format to save space.
bruvzg
2022-03-25
1
-0
/
+2
*
i18n: Sync editor translations with Weblate
Rémi Verschelde
2022-03-09
1
-1
/
+1
*
i18n: Sync classref translations with Weblate
Rémi Verschelde
2021-11-03
1
-1
/
+1
*
i18n: Sync editor translations with Weblate
Rémi Verschelde
2021-11-03
1
-1
/
+1
*
i18n: Only include editor translations above a threshold
Rémi Verschelde
2021-10-20
1
-7
/
+14
*
SCons: List `.gen.cpp` sources explicitly to avoid globbing errors
Rémi Verschelde
2021-10-15
1
-0
/
+1
*
Allow additional cpp files to be added for export template
Sergey Minakov
2021-08-12
1
-1
/
+4
*
SCons: Refactor running commands through builders
Andrii Doroshenko (Xrayez)
2020-07-28
1
-5
/
+16
*
Add `custom_modules` build option to compile external user modules
Andrii Doroshenko (Xrayez)
2020-05-25
1
-13
/
+13
*
Replace NULL with nullptr
lupoDharkael
2020-04-02
1
-1
/
+1
*
SCons: Format buildsystem files with psf/black
Rémi Verschelde
2020-03-30
1
-21
/
+25
*
SCons: Drop support for Python 2
Rémi Verschelde
2020-03-25
1
-3
/
+2
*
Move DocData and Collada out of their subfolders
Rémi Verschelde
2020-03-24
1
-3
/
+1
*
i18n: Add support for translating the class reference
Rémi Verschelde
2020-03-20
1
-3
/
+8
*
Huge Debugger/EditorDebugger refactor.
Fabio Alessandrelli
2020-02-21
1
-0
/
+1
*
SCons: Fix uses of [].append instead of env.add_source_files()
Rémi Verschelde
2019-07-22
1
-1
/
+1
*
Build Clipper with `tools=no` and patch it to auto-disable exceptions
Andrii Doroshenko (Xrayez)
2019-05-22
1
-3
/
+0
*
SCons: Remove avoidable defines from main env's CPPPATH
Rémi Verschelde
2018-10-01
1
-1
/
+3
*
SCons: Build thirdparty code in own env, disable warnings
Rémi Verschelde
2018-09-28
1
-2
/
+1
*
Bundle SSL certs with the templates.
Fabio Alessandrelli
2018-09-15
1
-4
/
+0
*
Removed some unneeded generated headers from the editor directory SCsub.
Ibrahn Sahir
2018-09-01
1
-12
/
+0
*
BuildSystem: Sort input file lists
Bernhard M. Wiedemann
2018-08-29
1
-0
/
+1
*
BuildSystem: Fix font list
Bernhard M. Wiedemann
2018-08-29
1
-1
/
+1
*
Running builder (content generator) functions in subprocesses on Windows
Viktor Ferenczi
2018-07-27
1
-144
/
+25
*
add NoCache wrapper to Command
Rhody Lugo
2018-06-21
1
-4
/
+4
*
GDScript access to copyright, license, author and donor information.
Ibrahn Sahir
2018-05-19
1
-276
/
+0
*
Merge pull request #17440 from viktor-ferenczi/issue-5042
Rémi Verschelde
2018-03-13
1
-19
/
+41
|
\
|
*
Properly closing all files in Python code
Viktor Ferenczi
2018-03-11
1
-19
/
+41
*
|
Build polygon clipper only in tools builds
Leon Krause
2018-03-06
1
-0
/
+1
|
/
*
disable caching for targets using helper functions
Rhody Lugo
2017-11-28
1
-2
/
+1
*
use the same cache for all branches for appveyor
Rhody Lugo
2017-11-28
1
-0
/
+1
*
Added modules' doc files to make_doc_header
Zher Huei Lee
2017-11-17
1
-2
/
+12
*
Improve code style of generated headers
Rémi Verschelde
2017-11-15
1
-24
/
+23
*
Ignore files not ending with '.xml' when building doc header
mhilbrunner
2017-11-07
1
-0
/
+2
*
Cleanup unnecessary debug prints
Rémi Verschelde
2017-10-21
1
-5
/
+4
*
fixed double escape for quotes in editor/SCsub
Marius Guggenmos
2017-10-07
1
-4
/
+4
*
Fix Python 3 build
Matthias Hoelzl
2017-10-04
1
-12
/
+2
*
Merge pull request #11592 from SaracenOne/header_generator_fix
Andreas Haas
2017-10-02
1
-8
/
+22
|
\
|
*
Python header generator now generates strings with escape characters.
Saracen
2017-09-26
1
-8
/
+22
*
|
Use BoolVariable in target/component/advanced options.
Elliott Sales de Andrade
2017-09-25
1
-1
/
+1
|
/
*
Fix errors in Python 3 build
Matthias Hoelzl
2017-09-16
1
-4
/
+4
*
Changed the doc class generation to individual files per class. It is also po...
Juan Linietsky
2017-09-12
1
-13
/
+22
*
EditorAbout: add donors tab
Poommetee Ketson
2017-09-04
1
-8
/
+52
*
Make build scripts Python3 compatible
Matthias Hoelzl
2017-08-27
1
-16
/
+17
*
Fix mixed tab/whitespace in build files
Matthias Hoelzl
2017-08-27
1
-1
/
+1
*
Dead code tells no tales
Rémi Verschelde
2017-08-27
1
-1
/
+0
*
Buildsystem: Reduce verbosity of font and translation generation
Rémi Verschelde
2017-08-27
1
-4
/
+0
*
Fix Zlib license not extracted
Poommetee Ketson
2017-07-18
1
-0
/
+2
*
About: add thirdparty license info
Poommetee Ketson
2017-07-06
1
-4
/
+145
*
About: Add License info
Poommetee Ketson
2017-07-04
1
-0
/
+22
[next]