Commit Graph

  • e74b8f593e adds variadic printing function, makes String.format custom placeholder work #109 danielytics 2018-03-07 12:21:33 +0000
  • 779568c67c
    Merge pull request #108 from danielytics/variadic-functions Thomas Herzog 2018-03-07 11:43:12 +0100
  • 85e73de2e0 adds an example of registering signal with arguments to README #108 danielytics 2018-03-07 10:34:25 +0000
  • 01db553c49 adds Array::make and Dictionary::make static methods and has variadic template functions use those danielytics 2018-03-07 10:27:34 +0000
  • c7b03c4132 make register_signal and auto-generated variadic funcitons use variadic templates to streamline their use danielytics 2018-03-06 10:26:07 +0000
  • 98e5f78fa0 Fix compile issues on Windows #105 Marcelo Fernandez 2018-03-05 13:28:49 -0300
  • 2343a8a54c fix #101 karroffel 2018-03-02 19:04:57 +0100
  • a212746a3d add clang option to makefile karroffel 2018-03-02 19:03:57 +0100
  • 0d8a605596
    Merge pull request #102 from marcelofg55/master Thomas Herzog 2018-03-02 08:17:36 +0100
  • 5162132236 Fix compile problem on OS X #102 Marcelo Fernandez 2018-03-01 20:30:55 -0300
  • 3820c0537b
    Merge pull request #99 from QuentinCaffeino/crosscompiling Thomas Herzog 2018-02-25 18:09:31 +0100
  • af2861faf7 use_llvm fix #99 QuentinCaffeino 2018-02-25 17:03:55 +0100
  • 43f57c7f80 Bindings are generated by default; Replaced generate with regenerate flag; Updated readme QuentinCaffeino 2018-02-25 16:25:42 +0100
  • a049a34f28 fixed forward decl Nickolai Korshunov 2018-02-24 11:13:22 +0300
  • 1160e56f5b
    Merge f1c35f24f6 into 47989cb5ca #100 Nickolai Korshunov 2018-02-23 13:22:26 +0000
  • f1c35f24f6 NULL -> nullptr #100 Nickolai Korshunov 2018-02-23 16:08:36 +0300
  • 3f8456135f local deps included with quotes Nickolai Korshunov 2018-02-23 15:57:37 +0300
  • e123650d76 Strict enums Nickolai Korshunov 2018-02-23 15:50:41 +0300
  • 73a67b16b1 fixed some includes. replace cycle include with forward declaration Nickolai Korshunov 2018-02-23 14:56:36 +0300
  • 7adae4673c fixed forward declarations Nickolai Korshunov 2018-02-23 14:39:35 +0300
  • 38cfd627f3 Fixed godo bin path in makefile QuentinCaffeino 2018-02-22 23:20:25 +0100
  • 55ce1da2dc Added crosscompiling for linux-windows; Added makefile QuentinCaffeino 2018-02-22 23:16:25 +0100
  • 47989cb5ca
    Merge pull request #97 from Redwan13/master Thomas Herzog 2018-02-18 13:23:28 +0100
  • 0fbfe5dd12 Json bindings are generated in cwd #97 Nickolai Korshunov 2018-02-18 15:14:56 +0300
  • 00e1b47c6f Updated readme Nickolai Korshunov 2018-02-18 15:11:22 +0300
  • 1394439286
    Merge pull request #94 from lupoDharkael/const Thomas Herzog 2018-02-12 23:49:05 +0100
  • 756510563b Add const qualifier to PoolArray's size() #94 lupoDharkael 2018-02-12 22:38:25 +0100
  • 4b5cd9c0d3 Changes for type-checking #92 Marc Gilleron 2018-02-07 22:37:35 +0100
  • 83bf20980c
    Merge pull request #90 from lupoDharkael/cpp-syntax Thomas Herzog 2018-01-30 13:29:39 +0100
  • 67a9edba33
    README: Enable cpp syntax highlighting #90 Dharkael 2018-01-29 23:05:42 +0100
  • d7d814f861
    Merge pull request #88 from Zylann/fix_ref_return_leak Thomas Herzog 2018-01-26 10:36:58 +0100
  • ac0679eb1a Fix Ref leak when using Godot getters #88 Marc Gilleron 2018-01-24 23:16:00 +0100
  • 8601a4678e
    Merge pull request #89 from Zylann/fix_rid_valid Thomas Herzog 2018-01-25 04:39:43 +0100
  • 8a89a447b2 Fix RID::is_valid() #89 Marc Gilleron 2018-01-25 01:10:55 +0100
  • 9ed6edaae1
    Merge pull request #87 from RameshRavone/patch-24 Thomas Herzog 2018-01-24 12:14:53 +0100
  • 4aec7cbf42
    Do not include Ref.hpp file in Reference.hpp #87 RameshRavone 2018-01-24 15:18:30 +0530
  • af760b9f37
    Merge pull request #86 from RameshRavone/patch-22 Thomas Herzog 2018-01-24 10:36:46 +0100
  • b8946ae829
    Update README.md #86 RameshRavone 2018-01-24 08:35:19 +0530
  • f8477b4195
    Merge pull request #84 from Zylann/string_and_math_fixes Thomas Herzog 2018-01-23 11:34:13 +0100
  • 4f4bb8deff String and math fixes #84 Marc Gilleron 2018-01-23 00:24:23 +0100
  • 411d2f6d1f
    Merge pull request #83 from Zylann/gitignore_update Thomas Herzog 2018-01-22 22:51:10 +0100
  • 2da785f6d1
    Merge pull request #82 from Zylann/rewrite_ref Thomas Herzog 2018-01-22 22:35:16 +0100
  • 936a9dd3d5 Ignore Windows binaries #83 Marc Gilleron 2018-01-22 22:34:19 +0100
  • 3197c3dce3 Rewrite Ref<T> to behave like Godot again #82 Marc Gilleron 2018-01-22 22:27:10 +0100
  • e71ce19068
    Merge pull request #75 from Zylann/add_rid_valid_and_operators Thomas Herzog 2018-01-21 22:52:05 +0100
  • 06c61b6535 Added RID::is_valid() and comparison operators #75 Marc Gilleron 2018-01-20 19:37:23 +0100
  • 51f1d3ce5d allow ~ in godotbinpath karroffel 2018-01-19 11:53:09 +0100
  • 8c053fc35f allow const getter functions karroffel 2018-01-19 11:49:28 +0100
  • 2e4de7b67d Don't leak memory from Ref<>() karroffel 2018-01-19 11:40:50 +0100
  • 131cf2581e
    Merge pull request #72 from Zylann/fix_poolarrays_read_write Thomas Herzog 2018-01-18 23:55:01 +0100
  • 07a36732f1 Added copy constructors to PoolArray Read and Write #72 Marc Gilleron 2018-01-18 22:49:13 +0100
  • 753c5b712f
    Merge pull request #71 from Zylann/fix_poolvectors_copy Thomas Herzog 2018-01-18 08:47:34 +0100
  • 835233fb71 Added missing copy constructors and assign operators to PoolVectors #71 Marc Gilleron 2018-01-17 23:58:28 +0100
  • 02b9b2592a
    Merge pull request #67 from Zylann/rename_aabb_position Thomas Herzog 2018-01-17 08:46:19 +0100
  • 4eea068b1b
    Merge pull request #68 from Zylann/ref_instance Thomas Herzog 2018-01-17 08:44:24 +0100
  • dc2896dc89
    Merge pull request #70 from Zylann/fix_register_signal Thomas Herzog 2018-01-17 08:43:14 +0100
  • b9b06b5fbc
    Merge pull request #69 from Zylann/fix_copy_constructors Thomas Herzog 2018-01-17 08:42:09 +0100
  • e7202cef8b Fix potential malloc(0) #70 Marc Gilleron 2018-01-17 02:00:55 +0100
  • 00f089d7ed Added copy constructors and assignment operators to Array and Dictionary #69 Marc Gilleron 2018-01-17 01:57:01 +0100
  • 74e3b4ae23 Added Ref<T>::instance() #68 Marc Gilleron 2018-01-17 01:54:02 +0100
  • b9ba10a717 Renamed AABB::pos --> AABB::position #67 Marc Gilleron 2018-01-17 01:45:48 +0100
  • 7dde412e26 custom types can now be used as method parameters karroffel 2018-01-14 23:03:57 +0100
  • e3b20a28a9 Added Read and Write access for PoolArrays karroffel 2018-01-11 21:26:37 +0100
  • 5dac1b5887 caller-defined entry methods and string API update karroffel 2018-01-11 17:57:52 +0100
  • 6a3fabdea2 Merge 4bf44de5c4 into bde1ce384f #54 Ramesh Ravone 2017-12-16 23:13:21 +0000
  • bde1ce384f
    Merge pull request #57 from Grosskopf/master Thomas Herzog 2017-12-16 10:26:39 +0100
  • 03380c0cef made godotbinpath accept the binary path itself karroffel 2017-12-13 21:59:15 +0100
  • 575b2f4d14 Fixed building #57 Grosskopf 2017-12-11 16:36:03 +0100
  • 4bf44de5c4
    Updated README.md #54 RameshRavone 2017-12-02 10:57:08 +0530
  • ee4729cc07
    Merge pull request #52 from BastiaanOlij/change_to_new_extensions Thomas Herzog 2017-11-25 00:26:36 +0100
  • d8faa4ec76 Added alloc_c_string #52 Bastiaan Olij 2017-11-25 09:54:35 +1100
  • 0f773c2d72 Update bindings to use new Api extensions and rename Rect3->AABB BastiaanOlij 2017-11-23 22:50:05 +1100
  • e72f4beec1 Merge pull request #47 from BastiaanOlij/add_api_struct Thomas Herzog 2017-10-24 19:28:06 +0200
  • 6452ba6e88 Implemented using api struct #47 Bastiaan Olij 2017-10-21 10:42:10 +1100
  • f24ecfc74d Merge pull request #43 from RameshRavone/patch-8 Thomas Herzog 2017-10-03 17:53:24 +0200
  • b32b9422ab Merge pull request #42 from RameshRavone/patch-7 Thomas Herzog 2017-10-03 17:51:24 +0200
  • 50dec32bda
    Updated README #43 Ramesh Ravone 2017-10-03 21:18:47 +0530
  • 3ddd85d9a2
    Fixes #41 #42 Ramesh Ravone 2017-10-03 20:40:36 +0530
  • 83cc9b8092 Merge pull request #40 from RameshRavone/patch-6 Thomas Herzog 2017-10-03 14:24:32 +0200
  • 4adf3db60b
    String bindings updated (at most) #40 Ramesh Ravone 2017-10-03 16:27:33 +0530
  • 10bb24cfbc
    updated bindings Ramesh Ravone 2017-10-03 16:07:34 +0530
  • 578e1431d6 Merge 8cae275bf4 into def39f4862 #36 Ramesh Ravone 2017-10-03 09:40:30 +0000
  • def39f4862 Merge pull request #39 from RameshRavone/patch-2 Thomas Herzog 2017-10-03 11:11:18 +0200
  • 286d2aff03 Fix `_arg_cast` #39 Ramesh Ravone 2017-10-03 08:29:08 +0000
  • 8cae275bf4
    Fix booleanize closes #35 #36 Ramesh Ravone 2017-09-22 11:33:54 +0530
  • e32d7bb1b9 Merge pull request #33 from maxim-sheronov/fix_binding_generation_for_enums Thomas Herzog 2017-09-15 08:46:04 +0200
  • 8939c663d9 Fix bindings generation for enums #33 Maxim Sheronov 2017-09-11 22:34:20 +0300
  • cb5b80d421 Merge pull request #32 from BastiaanOlij/add_path_arguments Thomas Herzog 2017-09-13 15:37:33 +0200
  • 9f8a93c405 Add some command line parameters to overrule default paths #32 Bastiaan Olij 2017-09-13 20:25:59 +1000
  • 5be9332c42 Merge pull request #30 from taylorjoshua88/patch-1 Thomas Herzog 2017-08-04 23:44:32 +0200
  • be14fd92ae Fixed typos #30 Josh Taylor 2017-08-04 17:41:25 -0400
  • 0081c3bb3a Merge pull request #29 from RichyHBM/keep-env-windows Thomas Herzog 2017-07-30 14:43:13 +0200
  • 2d54c15c30 Add compiler flags for windows #29 Richy HBM 2017-07-30 13:22:30 +0100
  • 501a30856b Merge pull request #28 from RichyHBM/keep-env-windows Thomas Herzog 2017-07-29 14:32:53 +0200
  • e5806869c5 Fix using variable before defining it #28 Richy HBM 2017-07-29 13:25:57 +0100
  • b523f61b7d Merge pull request #27 from RichyHBM/keep-env-windows Thomas Herzog 2017-07-29 14:19:30 +0200
  • b503db1712 Keep environment variables on windows #27 Richy HBM 2017-07-29 11:50:05 +0100
  • e6064f7291 Merge pull request #24 from KursonSerg/master Thomas Herzog 2017-07-27 13:04:07 +0200
  • 3acd3f8991 Replaced 'char *' with 'const char *' for consistency with C API Also makes gcc and clang happy #24 Sergey Kurson 2017-07-27 13:43:53 +0300
  • 57a5d0cf7e Merge pull request #23 from RameshRavone/patch-3 Thomas Herzog 2017-07-26 20:19:21 +0200