Commit Graph

  • e2a5fdee3b
    Merge pull request #406 from Zylann/color_operators Bastiaan Olij 2020-06-02 20:31:24 +10:00
  • 0f4ea6cc35 Added missing Color operators Marc Gilleron 2020-05-29 19:55:32 +01:00
  • e97e866483
    Merge pull request #393 from Calinou/improve-readme Bastiaan Olij 2020-04-18 18:55:08 +10:00
  • 9ccbb809ff
    Merge pull request #395 from m4gr3d/patch-1 Bastiaan Olij 2020-04-17 14:31:48 +10:00
  • 3747ffe871 Fix godot-cpp types registration Fredia Huya-Kouadio 2020-04-14 12:28:27 -07:00
  • 66521bb416 Improve README Hugo Locurcio 2020-04-10 10:27:10 +02:00
  • 9e37b873af Fix alloca() not being included on some platforms Marc Gilleron 2020-03-31 19:16:45 +01:00
  • c2f765e49c
    Merge pull request #363 from sheepandshepherd/cpp_rules Bastiaan Olij 2020-03-19 21:37:27 +11:00
  • 2559c70e27 Fix compilation warnings about unused vars Mika Pi 2020-02-22 18:13:37 -08:00
  • 82476108ba Fix Style Issues NHodgesVFX 2020-02-06 18:44:50 -05:00
  • a2e6f7a5ef Fix Vector's Bounce Reflect NHodgesVFX 2020-02-04 16:33:43 -05:00
  • 66c671b59d Add C conversion constructors to fix leak of default-constructed empty arrays sheepandshepherd 2019-12-04 21:12:59 +01:00
  • aba8766618 Updated godot_headers to 3.2 and updated license text Bastiaan Olij 2020-01-30 21:14:43 +11:00
  • 45e6801016
    Merge pull request #353 from bruvzg/ios_support Bastiaan Olij 2020-01-30 21:00:46 +11:00
  • 3861ff3018
    Merge pull request #360 from ducklin5/master Bastiaan Olij 2020-01-30 20:54:23 +11:00
  • 9a08d1bb40
    Merge pull request #362 from 2shady4u/Vector2D-GDNative-add-functionalities Bastiaan Olij 2020-01-30 20:52:15 +11:00
  • 81783c6045
    Merge pull request #333 from sheepandshepherd/string-plus-leak Rémi Verschelde 2020-01-19 23:35:06 +01:00
  • 65295d6c44 Mention rules for using Godot classes in the readme sheepandshepherd 2019-12-29 22:34:13 +01:00
  • 9e573b6947 Added bounce to vector2.hpp 2shady4u 2019-12-27 14:28:42 +01:00
  • 7cbb846417
    Merge pull request #339 from Faless/fix/macro_namespace Rémi Verschelde 2019-12-17 11:58:22 +01:00
  • e8488656e5 windows use_mingw build fix Azeez Abass 2019-12-15 15:13:19 -07:00
  • 3ee07f652b
    Merge pull request #355 from sheepandshepherd/variantleak Rémi Verschelde 2019-12-04 11:21:17 +01:00
  • 95feb486c9 Fix leaks caused by implicitly called copy constructors sheepandshepherd 2019-12-04 03:27:39 +01:00
  • f314b47843
    Add iOS build support. bruvzg 2019-11-26 21:26:06 +02:00
  • 91e9262210 Add godot namespace to references in Defs macros. Fabio Alessandrelli 2019-10-24 13:52:23 +02:00
  • 9560cbff09 Fix String::operator+ memory leak sheepandshepherd 2019-10-05 01:14:23 +02:00
  • 123d9f0e92
    Merge pull request #328 from TGRCdev/gdnative-android Bastiaan Olij 2019-09-22 09:33:11 +10:00
  • 3352abf79e
    Merge pull request #327 from BastiaanOlij/move_register Bastiaan Olij 2019-09-19 17:56:13 +10:00
  • 7482074779 Android compile fixed for Windows TGRCDev 2019-08-21 01:03:49 -07:00
  • 77cde5bb3a Add android support, Update README.md Jayanth-L 2019-08-05 13:13:23 -07:00
  • 8443486a19 Call register types and init earlier Bastiaan Olij 2019-09-14 11:24:15 +10:00
  • 93df07289c Updated godot_headers to latest commit 4fa11f8c2a8029df7d6f30904297afcb42c4906c Bastiaan Olij 2019-09-14 11:12:27 +10:00
  • d0a4ddfd9f
    Merge pull request #321 from BastiaanOlij/add_new_structs Bastiaan Olij 2019-09-14 11:08:11 +10:00
  • fc1fe720c3 Store all main entry points to the currently available APIs Bastiaan Olij 2019-08-12 19:55:29 +10:00
  • c2ec46f64a
    Merge pull request #296 from lupoDharkael/missing Thomas Herzog 2019-08-05 10:39:56 +02:00
  • b895d3c326 Add missing class methods lupoDharkael 2019-05-22 11:06:01 +02:00
  • cdd50260d0
    Merge pull request #295 from silverkorn/master Bastiaan Olij 2019-06-16 16:38:31 +10:00
  • 659a19b9a4 Updated to godot_headers 20190615 Bastiaan Olij 2019-06-15 20:33:57 +10:00
  • 743100b401
    Merge pull request #294 from aqnuep/error_msg Bastiaan Olij 2019-06-15 20:18:45 +10:00
  • 5bdcecfc20
    Merge pull request #289 from 2shady4u/master Thomas Herzog 2019-06-04 08:01:12 +02:00
  • 0220045268
    Merge pull request #299 from bruvzg/macos_mingw Thomas Herzog 2019-06-01 17:38:02 +02:00
  • 6e5292c83d Update gitignore lupoDharkael 2019-05-16 13:28:31 +02:00
  • e080c5391e
    Fix MinGW-w64 cross-compilation on macOS. bruvzg 2019-05-25 15:23:36 +03:00
  • 73c588456c Add MSYS/MinGW compiling support on Windows Tested successfully with MSYS2 with the following command: scons platform=windows generate_bindings=yes use_mingw=1 bits=64 unknown 2019-05-15 21:09:39 -04:00
  • bb4a837ad3 Error message improvements Daniel Rakos 2019-05-15 12:07:46 +02:00
  • 041b97e5b2 Fixed wrong implementation of Quat multiplication shaderbeast 2019-05-06 11:01:31 +02:00
  • 04548011e3
    Merge pull request #286 from Calinou/add-travis-ci Thomas Herzog 2019-05-03 08:29:11 +02:00
  • c476d24b49
    Set up Travis CI Hugo Locurcio 2019-05-02 21:34:43 +02:00
  • 12732b5391
    Merge pull request #270 from Windfisch/add-variant-cast Bastiaan Olij 2019-05-02 23:03:06 +10:00
  • 7defa6f77e
    Merge pull request #271 from Windfisch/fix-register-property Bastiaan Olij 2019-05-02 23:00:47 +10:00
  • 877de75d8b
    Merge pull request #282 from RameshRavone/patch-3 Bastiaan Olij 2019-05-02 23:00:25 +10:00
  • 2d9d4be655 Sync with godot_headers master 20190502 Bastiaan Olij 2019-05-02 22:26:41 +10:00
  • 3ffaada12a Linked to latest master of godot_headers Bastiaan Olij 2019-05-02 21:50:20 +10:00
  • ca85ab244f
    Fix snapped from Vector2 RameshRavone 2019-05-02 09:57:28 +05:30
  • e4fb5ca2a5
    Merge pull request #277 from RameshRavone/patch-2 Thomas Herzog 2019-04-22 09:10:31 +02:00
  • 761d62c9c8
    Fix #272 RameshRavone 2019-04-21 06:54:13 +05:30
  • 971adbd955
    Merge pull request #266 from RameshRavone/pathch-1 Bastiaan Olij 2019-04-14 21:25:38 +10:00
  • 834d88a0cd
    Merge pull request #264 from aqnuep/random_fixes Bastiaan Olij 2019-04-14 21:25:14 +10:00
  • 51233fa1a9 Update CMakeLists.txt Philip Whitfield 2019-04-11 11:56:42 +02:00
  • 7c8e42b56a
    Merge pull request #262 from aqnuep/optimization Bastiaan Olij 2019-04-12 22:24:41 +10:00
  • 0b4be7bbfa Fix registering properties of reference-types by applying bruvzg's patch Florian Jung 2019-04-12 13:50:20 +02:00
  • c5199a2fbf Add a type conversion to Variant for anything that supports ___get_from_variant() Florian Jung 2019-04-12 13:54:28 +02:00
  • eb7a75b71e
    fix shadows template parameter RameshRavone 2019-04-12 10:01:44 +05:30
  • 4be7fcdde5 Fix bug in Basis [] operator and add missing Transform-Vector3 * operator Daniel Rakos 2019-04-11 17:06:02 +02:00
  • 01606fa212 Optimizations to the generated bindings Daniel Rakos 2019-04-08 00:45:35 +02:00
  • f0fe88bd36
    Merge pull request #260 from aqnuep/basis_convention Bastiaan Olij 2019-04-10 21:57:03 +10:00
  • 65b3bcc833
    Merge pull request #261 from Calinou/improve-buildsystem-2 Bastiaan Olij 2019-04-10 21:55:38 +10:00
  • abccf9a050 Make Basis look column-major while retaining a row-major representation Daniel Rakos 2019-04-07 16:03:20 +02:00
  • 976a188837
    Fix and improve the build system Hugo Locurcio 2019-03-27 00:51:51 +01:00
  • df04c4097f
    Merge pull request #259 from BastiaanOlij/update_3.1_stable Bastiaan Olij 2019-04-07 17:05:48 +10:00
  • 459d3d28e4 Synced with Godot 3.1 stable Bastiaan Olij 2019-04-07 16:49:28 +10:00
  • c714f99376
    Merge pull request #235 from lzubiaur/fix-osx-arch Bastiaan Olij 2019-04-07 15:48:22 +10:00
  • 05e5f5cd5e
    Merge pull request #243 from PoignardAzur/patch-1 Thomas Herzog 2019-03-13 16:51:53 +01:00
  • a76df5c7d1
    Add instructions to use submodules Olivier FAURE 2019-03-13 15:56:53 +01:00
  • 422140dd61
    Merge pull request #242 from touilleMan/correct-makefile-args Thomas Herzog 2019-03-10 19:33:49 +01:00
  • 0fa4ad290d
    Fix Makefile platform and bits arguments passing to scons Emmanuel Leblond 2019-03-10 12:38:55 +01:00
  • cfb4dcfad2
    Merge pull request #239 from Calinou/use-markdown-license Thomas Herzog 2019-02-25 08:41:42 +01:00
  • 45a9f58f5e
    Use Markdown format for the license Hugo Locurcio 2019-02-24 15:57:29 +01:00
  • e0295d7cd4 Set default arch to 64bits for osx platform lzubiaur 2019-02-12 08:32:26 +09:00
  • 2a4e82b77e
    Merge pull request #229 from arimus/binding-typename-fix Thomas Herzog 2019-02-04 08:46:19 +01:00
  • 30500632b1 escape 'typename' keyword, which is causing errors when generating bindings David Castro 2019-02-03 17:55:16 -08:00
  • 262d53c05e
    Merge pull request #221 from bruvzg/rect2_pos Bastiaan Olij 2018-12-28 20:19:44 +11:00
  • aad175aa09
    Renamed Rect2::pos to Rect2::position bruvzg 2018-12-13 11:10:25 +02:00
  • 342593c78d
    Merge pull request #187 from Acclution/cmake Bastiaan Olij 2018-12-04 21:58:26 +11:00
  • 7a22fd0a78 Updated cmake to the new nativescript 1.1 Acclution 2018-12-02 21:07:26 +01:00
  • a3b936d3b6
    Merge pull request #210 from bruvzg/fix_custom_subclass_tags Bastiaan Olij 2018-12-03 07:48:19 +11:00
  • 607b8326a3
    Merge pull request #214 from marcelofg55/scons_improv_mf Bastiaan Olij 2018-12-02 09:29:07 +11:00
  • 2500f308a9 Improvements on SConstruct arch detection Marcelo Fernandez 2018-11-28 14:19:50 -03:00
  • bcc39bbf4b
    Merge pull request #212 from BastiaanOlij/fix_sconstruct Bastiaan Olij 2018-11-28 11:06:32 +11:00
  • d3d78df0b5 Fixing a few typos in SConstruct Bastiaan Olij 2018-11-28 11:05:27 +11:00
  • 0af05a45ce
    Fix tags/cast_to for custom subclasses. bruvzg 2018-11-28 00:08:30 +02:00
  • 295950efd4
    Merge pull request #208 from willnationsdev/scons Bastiaan Olij 2018-11-28 08:52:38 +11:00
  • 6fb835c312
    Merge pull request #174 from marcelofg55/profiling_data Bastiaan Olij 2018-11-28 08:50:42 +11:00
  • 209dd56cb0 Profiling support Marcelo Fernandez 2018-08-20 12:18:12 -03:00
  • f4476351f0
    Merge pull request #207 from bruvzg/more_nulls Bastiaan Olij 2018-11-27 09:25:47 +11:00
  • be5a012ff7
    Fix NULL dereferencing in get_from_variant and cast_to bruvzg 2018-11-24 17:36:27 +02:00
  • 7dff130849 Replace ARGUMENTS with opts.Add/env and some cleanup Will Nations 2018-11-25 15:13:15 -06:00
  • 5225ab2bac
    Merge pull request #206 from BastiaanOlij/add_clang_format Bastiaan Olij 2018-11-26 11:24:59 +11:00
  • fc20fa3fce Implementing clang-format and applying it to all classes Bastiaan Olij 2018-11-24 09:09:41 +11:00
  • 0a6f5d052a
    Merge pull request #205 from BastiaanOlij/advance_godot_headers Bastiaan Olij 2018-11-24 07:58:22 +11:00