Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-11-04 | Remove unused `editor/active` project setting | Hugo Locurcio | |
This closes #33322. | |||
2019-11-01 | Fix some crashes, overflows and using variables without values | Rafał Mikrut | |
2019-10-14 | Small fixes to redundand code, copy paste bugs | qarmin | |
2019-10-12 | Optimize images losslessly using `oxipng -o6 --strip all --zopfli` | Hugo Locurcio | |
2019-10-04 | Make possible to use just one "size/test_*" value in the settings | Michael Alexsander | |
2019-10-02 | Update AUTHORS and DONORS list | Rémi Verschelde | |
New contributors added to AUTHORS: @creikey, @IronicallySerious, @LikeLakers2, @minraws, @NilsIrl, @profan, @raphael10241024 New Platinum sponsor, added to splash screen: Heroic Labs Merged some duplicates via .mailmap to allow better tracking of commit counts with `git shortlog -s -n -e --no-merges`. Thanks to all contributors and donors for making Godot possible! | |||
2019-09-27 | Validate audio/video driver command-line arguments | Hugo Locurcio | |
This will exit early if the audio/video driver specified doesn't exist. | |||
2019-09-26 | SCons: do not build tests with tools=no | Andrii Doroshenko (Xrayez) | |
This doesn't affect the resulting binary size, but allows to save a phew seconds during compilation if building export templates. | |||
2019-09-26 | Merge pull request #32230 from kawa-yoiko/oa-backward-shift | Rémi Verschelde | |
Implement backward shift deletion for OAHashMap | |||
2019-09-25 | Added some obvious errors explanations | qarmin | |
2019-09-21 | Implement backward shift deletion for OAHashMap | Shiqing | |
2019-09-03 | Adds skip-breakpoints feature | iwek7 | |
2019-08-27 | Mark the V-Sync project setting to require an editor restart | Hugo Locurcio | |
The V-Sync project setting also applies to the editor, but it will only take effect when the editor is restarted. | |||
2019-08-27 | Sync controller mappings DB with SDL2 community repo | Rémi Verschelde | |
Synced with gabomdq/SDL_GameControllerDB@ef8542c9f354e0f65cb861b67f0aa81366060874. | |||
2019-08-27 | Merge pull request #31662 from profan/perf/astar-reserve | Rémi Verschelde | |
Allow to reserve space for nodes in A* and elements in OAHashMap explicitly. | |||
2019-08-27 | allow to reserve space in OAHashMap explicitly and also in AStar. | Robin Hübner | |
* also handle overflow occurring in _get_probe_length | |||
2019-08-26 | Merge pull request #31481 from Calinou/generate-gdnative-use-gles2 | Rémi Verschelde | |
Always use the GLES2 backend when generating the GDNative API JSON | |||
2019-08-24 | Register as an editor instance when generating the GDNative API JSON | Hugo Locurcio | |
This enables the automatic GLES2 fallback if the hardware doesn't support the GLES3 backend. This closes #27768. | |||
2019-08-21 | Merge pull request #31437 from volzhs/vibrate-mobile | Rémi Verschelde | |
Support vibration for Android and iOS | |||
2019-08-21 | Rewrite StreamPeerSSL with SSLContext helper class | Fabio Alessandrelli | |
connect_to_stream now accepts optional parameter to specify which certificates to trust. Implement accept_stream (SSL server) with key/cert parameters to specify the RSA key and X509 certificate resources. | |||
2019-08-21 | Support vibration for Android and iOS | volzhs | |
2019-08-17 | Revert "Add Min/Max Window Size Setting" | Rémi Verschelde | |
2019-08-17 | Merge pull request #31367 from sparkart/add_minmax_winsize_setting | Rémi Verschelde | |
Add Min/Max Window Size Setting | |||
2019-08-15 | Add Min/Max Window Size Setting | Emmanuel Barroga | |
Add project settings to easily set the minimum and maximum window size. | |||
2019-08-12 | Remove redundant author doc comments | IAmActuallyCthulhu | |
2019-08-12 | Merge pull request #31290 from nekomatata/fix-test-regex-disabled | Rémi Verschelde | |
Fixed link errors when building in debug with RegEx module disabled | |||
2019-08-11 | Fixed link errors when building in debug with option module_regex_enabled=no | PouleyKetchoupp | |
2019-08-09 | Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in "main" and "servers" directories | Michael Alexsander Silva Dias | |
2019-07-31 | Cap the number of warnings/errors per second rather than per frame | Hugo Locurcio | |
This reproduces the behavior used for printing when using the remote debugger. The default limit is 100 errors and 100 warnings per second, which makes it possible to display much more GDScript warnings before overflowing. This also adds a "Too many warnings" message, so that warnings don't look like errors when overflowing anymore. This closes #21896. | |||
2019-07-29 | Fix set_default_cursor_shape always sending motion event | Guilherme Felipe | |
2019-07-24 | Don't release action if it's not pressed | Tomasz Chabora | |
2019-07-23 | Added count method to String | Chaosus | |
2019-07-22 | SCons: Fix uses of [].append instead of env.add_source_files() | Rémi Verschelde | |
Also added support for SCons project-absolute paths (starting with #) and warning about duplicates in add_source_files(), and fixed default_controller_mappings.gen.cpp being included twice after first build due to *.cpp globbing. Part of #30270. | |||
2019-07-18 | Merge pull request #30226 from lawnjelly/interpolate | Rémi Verschelde | |
Add access to interpolation fraction for fixed timestep interpolation | |||
2019-07-15 | Implemented local shader arrays | Chaosus | |
2019-07-11 | Add access to interpolation fraction for fixed timestep interpolation | lawnjelly | |
Addresses #30068 This is a prerequisite for allowing proper support for fixed timestep interpolation, exposing the interpolation fraction to the engine, modules and gdscript. The interpolation fraction is the fraction through the current physics tick at the time of the current frame. | |||
2019-07-08 | Use base `Color()` constructors instead of `Color::html()` | Hugo Locurcio | |
This results in slightly smaller binaries (-17 KB for an editor binary) as no strings need to be allocated. | |||
2019-07-08 | Merge pull request #29613 from Calinou/doctool-create-directories | Rémi Verschelde | |
Make `--doctool` create directories if they don't exist | |||
2019-07-07 | Fixes minor issues found by static analyzer | qarmin | |
2019-07-04 | Make `--doctool` create directories if they don't exist | Hugo Locurcio | |
This prevents errors due to missing directories when generating engine documentation. This closes #17297. | |||
2019-07-01 | Revert "Add godot version in backtrace message" | Rémi Verschelde | |
2019-07-01 | Merge pull request #29815 from NilsIrl/plus_file_1 | Rémi Verschelde | |
Replace ` + "/" + ` with `String::file_add()` | |||
2019-07-01 | Merge pull request #28572 from lupoDharkael/trace-info | Rémi Verschelde | |
Add godot version in backtrace message | |||
2019-06-29 | Merge pull request #30154 from bojidar-bg/30149-export-flag-editor | Rémi Verschelde | |
Ensure --export implies --editor | |||
2019-06-28 | Ensure --export implies --editor | Bojidar Marinov | |
Fixes #30149 | |||
2019-06-27 | Add default values to the editor help, docs, and generated RST | Bojidar Marinov | |
Also, make spacing of "=" in the editor help a bit more consistent. Closes #16086 | |||
2019-06-27 | Merge pull request #29941 from qarmin/redundant_code_and_others | Rémi Verschelde | |
Remove redundant code, possible NULL pointers and others | |||
2019-06-26 | Some code changed with Clang-Tidy | qarmin | |
2019-06-23 | Replace ` + "/" + ` with `String::file_add()` | Nils ANDRÉ-CHANG | |
2019-06-20 | Add option to toggle console window on Windows | Luka Dornhecker | |
This is an editor setting and its value can also be toggled using an entry in the Editor toolbar. The console will still appear briefly when starting the project manager or editor, as it's still compiled as console application. Does not impact exported games, which will still run without console in release and with console in debug mode. A project setting or export option could be added to disable it in debug mode if there's demand for it, but that would greatly reduce the usefulness of debug builds if Windows users can no longer report error and crash messages. Fixes #17889. Co-authored-by: Rémi Verschelde <rverschelde@gmail.com> |