Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-04-07 | core_bind: Use the appropriate enum instead of int | Ignacio Etcheverry | |
2019-04-06 | Merge pull request #26699 from Schroedi/fix-line-circle-intersect | Rémi Verschelde | |
Fixes Geometry.segment_intersects_circle working only one way. | |||
2019-04-05 | Revert "Properly explain RPC/RSET mode failure." | Rémi Verschelde | |
This reverts commit 95ad747deaa474b30c04b01f60634f2be9a5ea18. It introduced regressions, see #27655. | |||
2019-04-05 | Merge pull request #27677 from akien-mga/Wimplicit-fallthrough | Rémi Verschelde | |
Fix -Wimplicit-fallthrough warnings from GCC 8 | |||
2019-04-05 | Fix -Wimplicit-fallthrough warnings from GCC 8 | Rémi Verschelde | |
Adds `FALLTHROUGH` macro to specify when a fallthrough is intentional. Can be replaced by `[[fallthrough]]` if/when we switch to C++17. The warning is now enabled by default for GCC on `extra` warnings level (part of GCC's `-Wextra`). It's not enabled in Clang's `-Wextra` yet, but we could enable it manually once we switch to C++11. There's no equivalent feature in MSVC for now. Fixes #26135. | |||
2019-04-04 | Fix 'UndoRedo' increasing its version on actions that should be merged | Michael Alexsander Silva Dias | |
2019-04-04 | Clean up notifications and merge Node and MainLoop ones for clarity, closes ↵ | Juan Linietsky | |
#27614 | |||
2019-04-03 | Properly explain RPC/RSET mode failure. | Fabio Alessandrelli | |
_can_call_mode used to call is_network_master/get_network_master internally. This would reset any potential last error set via ERR_EXPLAIN, preventing it from being displayed correctly. _can_call_mode now expects the node master ID to be passed instead. | |||
2019-04-03 | Merge pull request #27214 from marcelofg55/midi_note_off | Rémi Verschelde | |
Fix MIDI Note Off missing on some devices | |||
2019-04-02 | Merge pull request #27597 from marxin/fix-Wnon-virtual-dtor-warnings | Rémi Verschelde | |
Fix -Wnon-virtual-dtor warnings. | |||
2019-04-02 | Enable warnings=extra on clang and GCC testers. | marxin | |
And remove 2 warnings from warnings=extra. | |||
2019-04-02 | Fix -Wnon-virtual-dtor warnings. | marxin | |
Example of the warning: ./core/script_language.h:198:7: warning: 'class ScriptCodeCompletionCache' has virtual functions and accessible non-virtual destructor [-Wnon-virtual-dtor] | |||
2019-04-01 | Merge pull request #27171 from Chaosus/randfix | Rémi Verschelde | |
Properly setup seed in RNG | |||
2019-04-01 | Merge pull request #27485 from Faless/io/encode_decode_safety_pr | Rémi Verschelde | |
Safer encode/decode variant. | |||
2019-04-01 | Some improvements to is_equal_approx, restored Quat operator. | Juan Linietsky | |
2019-04-01 | Add object encoding param to serialization methods | Fabio Alessandrelli | |
Network peers get_var/put_var File get_var/store_var GDScript/Mono/VisualScript bytes2var/var2bytes Add MultiplayerAPI.allow_object_decoding member which deprecates PacketPeer.allow_object_decoding. Break ABI compatibaility (API compatibility for GDNative). | |||
2019-04-01 | Multiplayer API now respects allow_object_decoding | Fabio Alessandrelli | |
Add doc about allow_object_decoding in PacketPeer | |||
2019-03-28 | Use same boolean for objects encode and decode. | Fabio Alessandrelli | |
In a very unintuitive move encode needed false to encode an object, decode needed true to decode it. They now need the same value: `true`. | |||
2019-03-27 | Properly setup seed in RNG | Chaosus | |
2019-03-20 | Revert accidental commits | Pedro J. Estébanez | |
This reverts commit fb37284c027b494ed3ec21124001fcb729f42cc4. This reverts commit 4db0f51b9aa76cfc7649787fe1970af606ce8dab. | |||
2019-03-20 | Create live view dock [wip] | Pedro J. Estébanez | |
2019-03-20 | Create class for shared memory blocks [wip] | Pedro J. Estébanez | |
2019-03-18 | Fix MIDI Note Off missing on some devices | Marcelo Fernandez | |
2019-03-16 | Merge pull request #25495 from IronicallySerious/fix-expand-macros | Rémi Verschelde | |
Fix parameterised macros in core. Addresses #25488 | |||
2019-03-09 | Merge pull request #26851 from RandomShaper/fix-26460-fake-event-flood | Rémi Verschelde | |
Fix fake null-motion mouse event flood | |||
2019-03-09 | Fix fake null-motion mouse event flood | Pedro J. Estébanez | |
This commit also improves a bit the code quality by making the intent of fake events (and themselves) more explicit. Fixes #26460. | |||
2019-03-09 | Merge pull request #26818 from vnen/class_name-inheritance | Rémi Verschelde | |
Allow class_name scripts to have nested inheritance | |||
2019-03-09 | Allow class_name scripts to have nested inheritance | George Marques | |
2019-03-08 | Request Android record permission when needed | DESKTOP-3H3MR3A\eloisa | |
2019-03-07 | Merge pull request #26745 from akien-mga/android-modules-def | Rémi Verschelde | |
Define android/modules globally so it appears in Project Settings | |||
2019-03-07 | Fix -Wc++11-extensions warning after #26737 | Rémi Verschelde | |
Fixes #26769. | |||
2019-03-07 | Ensure ETC2 textures are ALSO compressed to Po2 when have mipmaps. Fixes #26733 | Juan Linietsky | |
2019-03-07 | Define android/modules globally so it appears in Project Settings | Rémi Verschelde | |
Until now people had to add it manually to project.godot to load custom modules. | |||
2019-03-07 | Fixed get_seed() not returning the correct seed. | MidZik | |
2019-03-06 | Merge pull request #26665 from bojidar-bg/19704-singleton-constants | Rémi Verschelde | |
Fix enums coming from other classes without preload | |||
2019-03-06 | Safer way to update animation if changed, fixes #26670 | Juan Linietsky | |
2019-03-06 | Fixes Geometry.segment_intersects_circle working only one way. | Christoph Schroeder | |
2019-03-05 | Use GCC builtins for bswap as compiler can then emit these via instructions. | marxin | |
Using current macros, one get for: static inline int BSWAP32(int x) { return ((x << 24) | ((x << 8) & 0x00FF0000) | ((x >> 8) & 0x0000FF00) | (x >> 24)); } int main(int argc, char **argv) { return BSWAP32(argc); } main: .LFB1: .cfi_startproc movl %edi, %eax movl %edi, %edx sarl $24, %edx sall $24, %eax orl %edx, %eax movl %edi, %edx sarl $8, %edi sall $8, %edx andl $65280, %edi andl $16711680, %edx orl %edx, %eax orl %edi, %eax ret while using: int main(int argc, char **argv) { return __builtin_bswap32(argc); } one gets: main: .LFB0: .cfi_startproc movl %edi, %eax bswap %eax ret | |||
2019-03-05 | Fix enums coming from other classes without preload | Bojidar Marinov | |
Fix #19704, fix #26001 | |||
2019-03-05 | Merge pull request #26629 from bojidar-bg/18386-object-callv-errors | Rémi Verschelde | |
Print errors comming from callv | |||
2019-03-05 | Print errors comming from callv | Bojidar Marinov | |
Fixes #18386 | |||
2019-03-05 | Merge pull request #26614 from MarianoGnu/tileset_editor | Hein-Pieter van Braam | |
TileSet/TileMap: Decompose solid non-convex polygons into convexes. | |||
2019-03-04 | TileSet/TileMap: Decompose solid non-convex polygons into convexes. Real fix ↵ | Mariano Suligoy | |
for #24003 | |||
2019-03-04 | Make sure ResurceLoader.exists works on imported files, fixes #23555 | Juan Linietsky | |
2019-03-04 | Better warnings when resources can't be saved. Fixes #26531 | Juan Linietsky | |
2019-03-04 | More style cleanup... | Rémi Verschelde | |
2019-03-03 | Add support for event accumlation (off by default, on for editor), fixes #26536 | Juan Linietsky | |
2019-03-03 | Merge pull request #26547 from vnen/gdscript-dependency-parse | Juan Linietsky | |
Add a parse mode for GDScript which doesn't load dependencies | |||
2019-03-03 | Implement a more coherent (and way less hack) way to block animation ↵ | Juan Linietsky | |
updates, fixes #24618 | |||
2019-03-03 | Ability to keep pumping messages while being debugged, may be a solution for ↵ | Juan Linietsky | |
#21431 |