Commit Graph

  • 94ec311924 better debugging experience on linux karroffel 2018-05-16 13:25:53 +02:00
  • 684a06daf2 included godot_headers as submodule karroffel 2018-05-16 02:05:41 +02:00
  • fe38da6cb3 added godot_headers as submodule karroffel 2018-05-16 01:56:41 +02:00
  • 1d4ca1575f Merge pull request #133 from timower/master Thomas Herzog 2018-05-15 23:00:02 +02:00
  • 1a32997a0f Fix const for += operator in string Timothy Werquin 2018-05-15 22:24:53 +02:00
  • 1803ca43fa Fix String const operators. Timothy Werquin 2018-05-15 22:23:03 +02:00
  • d8becfbe90 Merge pull request #130 from marcelofg55/int_real_arrays Thomas Herzog 2018-05-09 10:22:59 +02:00
  • 4e4527584b Merge pull request #131 from marcelofg55/fix_float_double Thomas Herzog 2018-05-09 10:22:26 +02:00
  • ae38ebc80c fix method calls that take floats/doubles Marcelo Fernandez 2018-05-08 21:58:48 -03:00
  • 709446da94 Fix bindings for PoolIntArray and PoolRealArray Marcelo Fernandez 2018-05-08 21:47:34 -03:00
  • 6f8ce54b1a Merge pull request #127 from Redwan13/master Thomas Herzog 2018-04-25 13:05:57 +02:00
  • ef37d8d76e Merge branch 'master' of https://github.com/GodotNativeTools/godot-cpp Nickolai Korshunov 2018-04-25 11:40:49 +03:00
  • 876715b610 disable strict enums Nickolai Korshunov 2018-04-25 11:39:18 +03:00
  • 68ba815bc5 Merge pull request #123 from marcelofg55/osx_scons Thomas Herzog 2018-04-08 19:12:36 +02:00
  • b52d55927a On OS X append .osx.64 to the result_name var on SConstruct Marcelo Fernandez 2018-04-08 13:00:54 -03:00
  • f7d933debc Merge pull request #116 from garyo/poolarray-const-operator Thomas Herzog 2018-03-13 16:18:12 +01:00
  • a6689b2132 Make all Pool*Array::operator[] as const Gary Oberbrunner 2018-03-13 10:07:50 -04:00
  • 4a9e305776 Merge pull request #105 from marcelofg55/windows_compile_fixes Thomas Herzog 2018-03-09 18:36:37 +01:00
  • ba1fbfa4d1 Merge pull request #109 from danielytics/easier-printing-and-formatting Thomas Herzog 2018-03-07 16:15:49 +01:00
  • e74b8f593e adds variadic printing function, makes String.format custom placeholder work danielytics 2018-03-07 12:21:33 +00:00
  • 779568c67c Merge pull request #108 from danielytics/variadic-functions Thomas Herzog 2018-03-07 11:43:12 +01:00
  • 85e73de2e0 adds an example of registering signal with arguments to README danielytics 2018-03-07 10:34:25 +00:00
  • 01db553c49 adds Array::make and Dictionary::make static methods and has variadic template functions use those danielytics 2018-03-07 10:27:34 +00:00
  • c7b03c4132 make register_signal and auto-generated variadic funcitons use variadic templates to streamline their use danielytics 2018-03-06 10:26:07 +00:00
  • 98e5f78fa0 Fix compile issues on Windows Marcelo Fernandez 2018-03-05 13:28:49 -03:00
  • 2343a8a54c fix #101 karroffel 2018-03-02 19:04:57 +01:00
  • a212746a3d add clang option to makefile karroffel 2018-03-02 19:03:57 +01:00
  • 0d8a605596 Merge pull request #102 from marcelofg55/master Thomas Herzog 2018-03-02 08:17:36 +01:00
  • 5162132236 Fix compile problem on OS X Marcelo Fernandez 2018-03-01 20:30:55 -03:00
  • 3820c0537b Merge pull request #99 from QuentinCaffeino/crosscompiling Thomas Herzog 2018-02-25 18:09:31 +01:00
  • af2861faf7 use_llvm fix QuentinCaffeino 2018-02-25 17:03:55 +01:00
  • 43f57c7f80 Bindings are generated by default; Replaced generate with regenerate flag; Updated readme QuentinCaffeino 2018-02-25 16:25:42 +01:00
  • a049a34f28 fixed forward decl Nickolai Korshunov 2018-02-24 11:13:22 +03:00
  • f1c35f24f6 NULL -> nullptr Nickolai Korshunov 2018-02-23 16:08:36 +03:00
  • 3f8456135f local deps included with quotes Nickolai Korshunov 2018-02-23 15:57:37 +03:00
  • e123650d76 Strict enums Nickolai Korshunov 2018-02-23 15:50:41 +03:00
  • 73a67b16b1 fixed some includes. replace cycle include with forward declaration Nickolai Korshunov 2018-02-23 14:56:36 +03:00
  • 7adae4673c fixed forward declarations Nickolai Korshunov 2018-02-23 14:39:35 +03:00
  • 38cfd627f3 Fixed godo bin path in makefile QuentinCaffeino 2018-02-22 23:20:25 +01:00
  • 55ce1da2dc Added crosscompiling for linux-windows; Added makefile QuentinCaffeino 2018-02-22 23:16:25 +01:00
  • 47989cb5ca Merge pull request #97 from Redwan13/master Thomas Herzog 2018-02-18 13:23:28 +01:00
  • 0fbfe5dd12 Json bindings are generated in cwd Nickolai Korshunov 2018-02-18 15:14:56 +03:00
  • 00e1b47c6f Updated readme Nickolai Korshunov 2018-02-18 15:11:22 +03:00
  • 1394439286 Merge pull request #94 from lupoDharkael/const Thomas Herzog 2018-02-12 23:49:05 +01:00
  • 756510563b Add const qualifier to PoolArray's size() lupoDharkael 2018-02-12 22:38:25 +01:00
  • 83bf20980c Merge pull request #90 from lupoDharkael/cpp-syntax Thomas Herzog 2018-01-30 13:29:39 +01:00
  • 67a9edba33 README: Enable cpp syntax highlighting Dharkael 2018-01-29 23:05:42 +01:00
  • d7d814f861 Merge pull request #88 from Zylann/fix_ref_return_leak Thomas Herzog 2018-01-26 10:36:58 +01:00
  • ac0679eb1a Fix Ref leak when using Godot getters Marc Gilleron 2018-01-24 23:16:00 +01:00
  • 8601a4678e Merge pull request #89 from Zylann/fix_rid_valid Thomas Herzog 2018-01-25 04:39:43 +01:00
  • 8a89a447b2 Fix RID::is_valid() Marc Gilleron 2018-01-25 01:10:55 +01:00
  • 9ed6edaae1 Merge pull request #87 from RameshRavone/patch-24 Thomas Herzog 2018-01-24 12:14:53 +01:00
  • 4aec7cbf42 Do not include Ref.hpp file in Reference.hpp RameshRavone 2018-01-24 15:18:30 +05:30
  • af760b9f37 Merge pull request #86 from RameshRavone/patch-22 Thomas Herzog 2018-01-24 10:36:46 +01:00
  • b8946ae829 Update README.md RameshRavone 2018-01-24 08:35:19 +05:30
  • f8477b4195 Merge pull request #84 from Zylann/string_and_math_fixes Thomas Herzog 2018-01-23 11:34:13 +01:00
  • 4f4bb8deff String and math fixes Marc Gilleron 2018-01-23 00:24:23 +01:00
  • 411d2f6d1f Merge pull request #83 from Zylann/gitignore_update Thomas Herzog 2018-01-22 22:51:10 +01:00
  • 2da785f6d1 Merge pull request #82 from Zylann/rewrite_ref Thomas Herzog 2018-01-22 22:35:16 +01:00
  • 936a9dd3d5 Ignore Windows binaries Marc Gilleron 2018-01-22 22:34:19 +01:00
  • 3197c3dce3 Rewrite Ref<T> to behave like Godot again Marc Gilleron 2018-01-22 22:27:10 +01:00
  • e71ce19068 Merge pull request #75 from Zylann/add_rid_valid_and_operators Thomas Herzog 2018-01-21 22:52:05 +01:00
  • 06c61b6535 Added RID::is_valid() and comparison operators Marc Gilleron 2018-01-20 19:37:23 +01:00
  • 51f1d3ce5d allow ~ in godotbinpath karroffel 2018-01-19 11:53:09 +01:00
  • 8c053fc35f allow const getter functions karroffel 2018-01-19 11:49:28 +01:00
  • 2e4de7b67d Don't leak memory from Ref<>() karroffel 2018-01-19 11:40:50 +01:00
  • 131cf2581e Merge pull request #72 from Zylann/fix_poolarrays_read_write Thomas Herzog 2018-01-18 23:55:01 +01:00
  • 07a36732f1 Added copy constructors to PoolArray Read and Write Marc Gilleron 2018-01-18 22:49:13 +01:00
  • 753c5b712f Merge pull request #71 from Zylann/fix_poolvectors_copy Thomas Herzog 2018-01-18 08:47:34 +01:00
  • 835233fb71 Added missing copy constructors and assign operators to PoolVectors Marc Gilleron 2018-01-17 23:58:28 +01:00
  • 02b9b2592a Merge pull request #67 from Zylann/rename_aabb_position Thomas Herzog 2018-01-17 08:46:19 +01:00
  • 4eea068b1b Merge pull request #68 from Zylann/ref_instance Thomas Herzog 2018-01-17 08:44:24 +01:00
  • dc2896dc89 Merge pull request #70 from Zylann/fix_register_signal Thomas Herzog 2018-01-17 08:43:14 +01:00
  • b9b06b5fbc Merge pull request #69 from Zylann/fix_copy_constructors Thomas Herzog 2018-01-17 08:42:09 +01:00
  • e7202cef8b Fix potential malloc(0) Marc Gilleron 2018-01-17 02:00:55 +01:00
  • 00f089d7ed Added copy constructors and assignment operators to Array and Dictionary Marc Gilleron 2018-01-17 01:57:01 +01:00
  • 74e3b4ae23 Added Ref<T>::instance() Marc Gilleron 2018-01-17 01:54:02 +01:00
  • b9ba10a717 Renamed AABB::pos --> AABB::position Marc Gilleron 2018-01-17 01:45:48 +01:00
  • 7dde412e26 custom types can now be used as method parameters karroffel 2018-01-14 23:03:57 +01:00
  • e3b20a28a9 Added Read and Write access for PoolArrays karroffel 2018-01-11 21:26:37 +01:00
  • 5dac1b5887 caller-defined entry methods and string API update karroffel 2018-01-11 17:57:52 +01:00
  • bde1ce384f Merge pull request #57 from Grosskopf/master Thomas Herzog 2017-12-16 10:26:39 +01:00
  • 03380c0cef made godotbinpath accept the binary path itself karroffel 2017-12-13 21:59:15 +01:00
  • 575b2f4d14 Fixed building Grosskopf 2017-12-11 16:36:03 +01:00
  • ee4729cc07 Merge pull request #52 from BastiaanOlij/change_to_new_extensions Thomas Herzog 2017-11-25 00:26:36 +01:00
  • d8faa4ec76 Added alloc_c_string Bastiaan Olij 2017-11-25 09:54:35 +11:00
  • 0f773c2d72 Update bindings to use new Api extensions and rename Rect3->AABB BastiaanOlij 2017-11-23 22:50:05 +11:00
  • e72f4beec1 Merge pull request #47 from BastiaanOlij/add_api_struct Thomas Herzog 2017-10-24 19:28:06 +02:00
  • 6452ba6e88 Implemented using api struct Bastiaan Olij 2017-10-21 10:42:10 +11:00
  • f24ecfc74d Merge pull request #43 from RameshRavone/patch-8 Thomas Herzog 2017-10-03 17:53:24 +02:00
  • b32b9422ab Merge pull request #42 from RameshRavone/patch-7 Thomas Herzog 2017-10-03 17:51:24 +02:00
  • 50dec32bda Updated README Ramesh Ravone 2017-10-03 21:18:47 +05:30
  • 3ddd85d9a2 Fixes #41 Ramesh Ravone 2017-10-03 20:40:36 +05:30
  • 83cc9b8092 Merge pull request #40 from RameshRavone/patch-6 Thomas Herzog 2017-10-03 14:24:32 +02:00
  • 4adf3db60b String bindings updated (at most) Ramesh Ravone 2017-10-03 16:27:33 +05:30
  • 10bb24cfbc updated bindings Ramesh Ravone 2017-10-03 16:07:34 +05:30
  • def39f4862 Merge pull request #39 from RameshRavone/patch-2 Thomas Herzog 2017-10-03 11:11:18 +02:00
  • 286d2aff03 Fix _arg_cast Ramesh Ravone 2017-10-03 08:29:08 +00:00
  • e32d7bb1b9 Merge pull request #33 from maxim-sheronov/fix_binding_generation_for_enums Thomas Herzog 2017-09-15 08:46:04 +02:00
  • 8939c663d9 Fix bindings generation for enums Maxim Sheronov 2017-09-11 22:34:20 +03:00