summaryrefslogtreecommitdiffstats
path: root/main
Commit message (Expand)AuthorAgeFilesLines
* iOS modular build and export implementation.bruvzg2019-12-011-0/+8
* Flush remaining messages before quitting the game when loading failsPouleyKetchoupp2019-11-291-0/+5
* Sync controller mappings DB with SDL2 community repoRémi Verschelde2019-11-291-6/+116
* godot exit code improvement for --script --check-only, fixes #33895Pawel Lampe2019-11-261-0/+3
* Remove ERR_EXPLAIN macros and the scaffolding they needed.Marcel Admiraal2019-11-111-1/+0
* Merge pull request #27742 from rxlecky/camera-replicationRémi Verschelde2019-11-081-1/+7
|\
| * Implement game camera overrideErik2019-10-231-1/+7
* | Merge pull request #30556 from kawa-yoiko/astar-directedRémi Verschelde2019-11-071-0/+259
|\ \
| * | Add stress test between A* and Floyd-WarshallShiqing2019-09-281-17/+142
| * | Reduce memory usage for edges in A* and add testsShiqing2019-09-281-0/+134
* | | New contributors added to AUTHORS:Rémi Verschelde2019-11-071-0/+0
* | | Remove unused `editor/active` project settingHugo Locurcio2019-11-041-2/+0
* | | Fix some crashes, overflows and using variables without valuesRafał Mikrut2019-11-011-2/+2
| |/ |/|
* | Small fixes to redundand code, copy paste bugsqarmin2019-10-141-2/+0
* | Optimize images losslessly using `oxipng -o6 --strip all --zopfli`Hugo Locurcio2019-10-122-0/+0
* | Make possible to use just one "size/test_*" value in the settingsMichael Alexsander2019-10-041-2/+5
* | Update AUTHORS and DONORS listRémi Verschelde2019-10-021-0/+0
* | Validate audio/video driver command-line argumentsHugo Locurcio2019-09-271-6/+52
* | SCons: do not build tests with tools=noAndrii Doroshenko (Xrayez)2019-09-262-3/+3
* | Merge pull request #32230 from kawa-yoiko/oa-backward-shiftRémi Verschelde2019-09-261-0/+13
|\ \
| * | Implement backward shift deletion for OAHashMapShiqing2019-09-211-0/+13
| |/
* / Added some obvious errors explanationsqarmin2019-09-251-1/+1
|/
* Adds skip-breakpoints featureiwek72019-09-031-0/+5
* Mark the V-Sync project setting to require an editor restartHugo Locurcio2019-08-271-1/+1
* Sync controller mappings DB with SDL2 community repoRémi Verschelde2019-08-271-10/+41
* Merge pull request #31662 from profan/perf/astar-reserveRémi Verschelde2019-08-271-0/+19
|\
| * allow to reserve space in OAHashMap explicitly and also in AStar.Robin Hübner2019-08-271-0/+19
* | Merge pull request #31481 from Calinou/generate-gdnative-use-gles2Rémi Verschelde2019-08-261-0/+8
|\ \ | |/ |/|
| * Register as an editor instance when generating the GDNative API JSONHugo Locurcio2019-08-241-0/+8
* | Merge pull request #31437 from volzhs/vibrate-mobileRémi Verschelde2019-08-212-0/+5
|\ \
| * | Support vibration for Android and iOSvolzhs2019-08-212-0/+5
| |/
* / Rewrite StreamPeerSSL with SSLContext helper classFabio Alessandrelli2019-08-211-10/+7
|/
* Revert "Add Min/Max Window Size Setting"Rémi Verschelde2019-08-171-20/+0
* Merge pull request #31367 from sparkart/add_minmax_winsize_settingRémi Verschelde2019-08-171-0/+20
|\
| * Add Min/Max Window Size SettingEmmanuel Barroga2019-08-151-0/+20
* | Remove redundant author doc commentsIAmActuallyCthulhu2019-08-124-15/+0
|/
* Merge pull request #31290 from nekomatata/fix-test-regex-disabledRémi Verschelde2019-08-121-0/+5
|\
| * Fixed link errors when building in debug with option module_regex_enabled=noPouleyKetchoupp2019-08-111-0/+5
* | Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in "main" and "servers" directoriesMichael Alexsander Silva Dias2019-08-093-48/+19
|/
* Cap the number of warnings/errors per second rather than per frameHugo Locurcio2019-07-311-2/+4
* Fix set_default_cursor_shape always sending motion eventGuilherme Felipe2019-07-291-0/+4
* Don't release action if it's not pressedTomasz Chabora2019-07-241-1/+2
* Added count method to StringChaosus2019-07-231-0/+39
* SCons: Fix uses of [].append instead of env.add_source_files()Rémi Verschelde2019-07-221-1/+4
* Merge pull request #30226 from lawnjelly/interpolateRémi Verschelde2019-07-183-0/+6
|\
| * Add access to interpolation fraction for fixed timestep interpolationlawnjelly2019-07-113-0/+6
* | Implemented local shader arraysChaosus2019-07-151-0/+7
* | Use base `Color()` constructors instead of `Color::html()`Hugo Locurcio2019-07-081-2/+2
* | Merge pull request #29613 from Calinou/doctool-create-directoriesRémi Verschelde2019-07-081-1/+12
|\ \
| * | Make `--doctool` create directories if they don't existHugo Locurcio2019-07-041-1/+12
| |/