Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add tests for Translations | O01eg | 2021-09-29 | 1 | -0/+3 |
| | |||||
* | Replace HTTP links with HTTPS for sites with HTTPS versions | Aaron Franke | 2021-08-22 | 1 | -1/+1 |
| | |||||
* | gitignore: Ignore Kate swap files | Danil Alexeev | 2021-01-27 | 1 | -1/+4 |
| | |||||
* | Ignore clangd 11+ cache folder | Michael Alexsander | 2021-01-20 | 1 | -0/+1 |
| | |||||
* | Add a separate `nativeSrcsConfigs` module to handle Android Studio ↵ | Fredia Huya-Kouadio | 2020-10-29 | 1 | -0/+1 |
| | | | | constraints for native code editor support. | ||||
* | vulkan: Sync loader, headers and glslang to sdk-1.2.154.0 | Rémi Verschelde | 2020-10-15 | 1 | -1/+0 |
| | | | | | | | | | | | Actually sdk-1.2.154.1 for Vulkan-Loader. glslang is updated to bacaef3237c515e40d1a24722be48c0a0b30f75f which is the known-good version for Vulkan-ValidationLayers 1.2.154.0. COPYRIGHT.txt was synced with the current version of the glslang LICENSE.txt, and `glslang/register_types.cpp` now uses the upstream definition for its default builtin resource instead of hardcoding it. | ||||
* | git: Ignore clangd cache folder | Martin Capitanio | 2020-09-10 | 1 | -0/+3 |
| | |||||
* | t Add unit testing to Godot using DocTest and added to GitHub Actions CI | RevoluPowered | 2020-07-24 | 1 | -1/+3 |
| | | | | | | | | | | Implements exit codes into the engine so tests can return their statuses. Ideally we don't do this, and we use FIXUP logic to 'begin' and 'end' the engine execution for tests specifically. Since realistically we're initialising the engine here we don't want to do that, since String should not require an engine startup to test a single header. This lowers the complexity of running the unit tests and even for physics should be possible to implement such a fix. | ||||
* | gitignore: Ignore binutils linker temp stXXXXXX objects | Rémi Verschelde | 2020-07-23 | 1 | -0/+2 |
| | | | | | | Fixes #40607. Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro> | ||||
* | Add Code::Blocks files to .gitignore. | Marcel Admiraal | 2020-06-15 | 1 | -0/+5 |
| | |||||
* | SCons: Dump construction environment to a file | Andrii Doroshenko (Xrayez) | 2020-06-10 | 1 | -0/+3 |
| | | | | | | A new `methods.dump(env)` is added to dump the construction environment used by SCons to build Godot to a `.scons_env.json`. The file can be used for debugging purposes and any external tool. | ||||
* | Add `custom.py` to .gitignore | Andrii Doroshenko (Xrayez) | 2020-05-18 | 1 | -0/+3 |
| | | | | | | The default `custom.py` can be created at the root of the Godot repository to initialize any SCons build options via file which are specific to user. | ||||
* | Vulkan rendering for Android | PouleyKetchoupp | 2020-04-03 | 1 | -0/+1 |
| | |||||
* | Style: Add black format to fix_style.sh | Rémi Verschelde | 2020-03-31 | 1 | -0/+1 |
| | | | | Also ignore new Android build artifact. | ||||
* | Merge pull request #36800 from qarmin/added_some_gitignore_records | Rémi Verschelde | 2020-03-05 | 1 | -0/+20 |
|\ | | | | | Added to .gitignore - Cppcheck folder and Gcov, Lcov code coverage | ||||
| * | Added to .gitignore - Cppcheck and code coverage | Rafał Mikrut | 2020-03-04 | 1 | -0/+20 |
| | | |||||
* | | Miscellaneous cleanup for the Android codebase: | fhuya | 2020-03-04 | 1 | -1/+1 |
|/ | | | | | | | | - update gradle plugins versions - add formatting rules for AndroidManifest and gradle build files - cleanup java_godot_lib_jni Note: logic was mostly moved around and no new logic/functionality was added. | ||||
* | Added support to allow to compile Godot from the same directory while using ↵ | Fabian Mathews | 2020-01-01 | 1 | -1/+1 |
| | | | | | | different versions of python (cherry picked from commit beee8b37763dd25a105d75274b3f2fffe35f69e1) | ||||
* | Travis CI: Test project exporting/script running in the headless editor | Hugo Locurcio | 2019-08-20 | 1 | -0/+1 |
| | |||||
* | Fixes minor issues found by static analyzer | qarmin | 2019-07-07 | 1 | -0/+2 |
| | |||||
* | Add Android Studio support. | fhuya | 2019-05-29 | 1 | -5/+9 |
| | |||||
* | .gitignore improvements for Windows/macOS | Max Hilbrunner | 2019-05-28 | 1 | -6/+23 |
| | |||||
* | Update .gitignore | Linux User | 2019-04-25 | 1 | -1/+3 |
| | | | | Update .gitignore | ||||
* | Android now (optionally) builds the template when exporting | Juan Linietsky | 2019-04-07 | 1 | -3/+0 |
| | | | | | Added new way to create add-ons Removed old way to create add-ons | ||||
* | Ignore default ccls cache folder and compile commands jso | Martin Wallin | 2019-03-14 | 1 | -0/+7 |
| | |||||
* | Merge pull request #23436 from Toshiwoz/primitives_properties | Rémi Verschelde | 2018-11-02 | 1 | -0/+3 |
|\ | | | | | fixed PrismMesh size property | ||||
| * | fixed issue with PrismMesh size, ignore for VS code .code-workspace | Toshiwo | 2018-11-01 | 1 | -0/+3 |
| | | |||||
* | | ignore __pycache__ directory | xpol | 2018-10-30 | 1 | -0/+1 |
|/ | | | which is generated during scons. | ||||
* | Merge pull request #22134 from elasota/natvis | Rémi Verschelde | 2018-09-17 | 1 | -3/+0 |
|\ | | | | | Add Visual Studio debug visualizer | ||||
| * | Initial version of VS natvis file | elasota | 2018-09-17 | 1 | -3/+0 |
| | | |||||
* | | [Mono] implement Transform.InterpolateWith() | Kelly Thomas | 2018-09-15 | 1 | -0/+3 |
|/ | |||||
* | Add more IDE created files into .gitignore | geequlim | 2018-05-19 | 1 | -0/+3 |
| | |||||
* | Added "*.tags" (Made by Geany's Ctags plugin) to the ".gitignore" file. | Michael Alexsander Silva Dias | 2018-05-11 | 1 | -0/+1 |
| | |||||
* | Added Geany/geany_plugins files to the ".gitignore". | Michael Alexsander Silva Dias | 2018-01-07 | 1 | -0/+4 |
| | |||||
* | Ignore Visual Studio '*.natvis' files | Matthias Hoelzl | 2017-12-09 | 1 | -0/+3 |
| | |||||
* | Add cpp.hint file to improve IntelliSense | Matthias Hoelzl | 2017-11-19 | 1 | -0/+3 |
| | |||||
* | Added logs to .gitignore | Daniel J. Ramirez | 2017-10-02 | 1 | -0/+1 |
| | | | | [ciskip] | ||||
* | Create separate debug info files by default | Hein-Pieter van Braam | 2017-09-16 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | | | Now that we have a built-in stacktrace on a segfault it would be useful to have debug information on debug_release builds so that bugreports can include this information. Without this debug info we will still get function names in the backtrace but not file location. This commit will by default build all targets with minimal debug info and then strip the information into separate files. On MacOS this is a .dSYM file, on Linux/MingW this is a .debug file. MacOSX will automatically load a dSYM file if it exists in its debugger. On Linux/MingW we create a 'gnu debuglink' meaning that gdb and friends will automatically find the debug symbols if they exist. Existing workflow for developers does not change at all, except that we now create two instead of one build artifact by default. This commit also adds a 'debug_symbols' option to X11, MacOS, and MingW targets. The default is 'yes' which corresponds to -g1. The alternatives are 'no' (don't generate debug infos at all) or 'full' which runs with -g2. A target=debug build will now build with -g3. | ||||
* | Added check_c_headers to SCons env to check for the existence of headers | Marcelo Fernandez | 2017-09-12 | 1 | -0/+1 |
| | |||||
* | Merge pull request #10610 from hpvb/ignore-gprof-files | Rémi Verschelde | 2017-08-24 | 1 | -0/+3 |
|\ | | | | | | | | | Ignore gprof output files [ci skip] | ||||
| * | Ignore gprof output files | Hein-Pieter van Braam | 2017-08-24 | 1 | -0/+3 |
| | | | | | | | | | | | | When building a profile build it is easy to accidentally create gmon.out files all over the place. Ignore these so they won't get accidentally pushed. | ||||
* | | Ignore Eclipse CDT project files | Hein-Pieter van Braam | 2017-08-24 | 1 | -0/+4 |
|/ | | | | | | Since we have explicit .gitignore rules for QT creator and several other editor-specific swap/utility files I'd like to add Eclipse CDT projects also as this is my editor of choice. | ||||
* | Add options for more human-friendly build output | Timo Schwarzer | 2017-07-11 | 1 | -0/+3 |
| | |||||
* | gitignore: Remove pre-.gen filenames | Rémi Verschelde | 2017-06-26 | 1 | -28/+0 |
| | | | | | | @Noshyaar was right to remove them in the first place, we need users with local clones to clean them up to prevent older .cpp files from being including by globbing. | ||||
* | BuildSystem: generated files have .gen.extension | Poommetee Ketson | 2017-06-25 | 1 | -0/+1 |
| | |||||
* | About: add contributors list | Poommetee Ketson | 2017-06-01 | 1 | -0/+1 |
| | |||||
* | gitignore: Add version_generated.h | Rémi Verschelde | 2017-04-20 | 1 | -1/+1 |
| | |||||
* | .gitignore: Add app_icon.h and splash.h generated headers | Rémi Verschelde | 2017-04-10 | 1 | -19/+20 |
| | | | | Also sort alphabetically for clarity. | ||||
* | Ignore .vs folder, fix .vscode comment | Ray Koopa | 2017-04-09 | 1 | -2/+2 |
| | |||||
* | Refactoring: rename tools/editor/ to editor/ | Rémi Verschelde | 2017-03-05 | 1 | -6/+6 |
| | | | | | | The other subfolders of tools/ had already been moved to either editor/, misc/ or thirdparty/, so the hiding the editor code that deep was no longer meaningful. |