Commit History

Author SHA1 Message Date
  Timothy Werquin 1a32997a0f Fix const for += operator in string 7 years ago
  Timothy Werquin 1803ca43fa Fix String const operators. 7 years ago
  Thomas Herzog d8becfbe90 Merge pull request #130 from marcelofg55/int_real_arrays 7 years ago
  Thomas Herzog 4e4527584b Merge pull request #131 from marcelofg55/fix_float_double 7 years ago
  Marcelo Fernandez ae38ebc80c fix method calls that take floats/doubles 7 years ago
  Marcelo Fernandez 709446da94 Fix bindings for PoolIntArray and PoolRealArray 7 years ago
  Thomas Herzog 6f8ce54b1a Merge pull request #127 from Redwan13/master 7 years ago
  Nickolai Korshunov ef37d8d76e Merge branch 'master' of https://github.com/GodotNativeTools/godot-cpp 7 years ago
  Nickolai Korshunov 876715b610 disable strict enums 7 years ago
  Thomas Herzog 68ba815bc5 Merge pull request #123 from marcelofg55/osx_scons 7 years ago
  Marcelo Fernandez b52d55927a On OS X append .osx.64 to the result_name var on SConstruct 7 years ago
  Thomas Herzog f7d933debc Merge pull request #116 from garyo/poolarray-const-operator 7 years ago
  Gary Oberbrunner a6689b2132 Make all Pool*Array::operator[] as const 7 years ago
  Thomas Herzog 4a9e305776 Merge pull request #105 from marcelofg55/windows_compile_fixes 7 years ago
  Thomas Herzog ba1fbfa4d1 Merge pull request #109 from danielytics/easier-printing-and-formatting 7 years ago
  danielytics e74b8f593e adds variadic printing function, makes String.format custom placeholder work 7 years ago
  Thomas Herzog 779568c67c Merge pull request #108 from danielytics/variadic-functions 7 years ago
  danielytics 85e73de2e0 adds an example of registering signal with arguments to README 7 years ago
  danielytics 01db553c49 adds Array::make and Dictionary::make static methods and has variadic template functions use those 7 years ago
  danielytics c7b03c4132 make register_signal and auto-generated variadic funcitons use variadic templates to streamline their use 7 years ago
  Marcelo Fernandez 98e5f78fa0 Fix compile issues on Windows 7 years ago
  karroffel 2343a8a54c fix #101 7 years ago
  karroffel a212746a3d add clang option to makefile 7 years ago
  Thomas Herzog 0d8a605596 Merge pull request #102 from marcelofg55/master 7 years ago
  Marcelo Fernandez 5162132236 Fix compile problem on OS X 7 years ago
  Thomas Herzog 3820c0537b Merge pull request #99 from QuentinCaffeino/crosscompiling 7 years ago
  QuentinCaffeino af2861faf7 use_llvm fix 7 years ago
  QuentinCaffeino 43f57c7f80 Bindings are generated by default; Replaced generate with regenerate flag; Updated readme 7 years ago
  Nickolai Korshunov a049a34f28 fixed forward decl 7 years ago
  Nickolai Korshunov f1c35f24f6 NULL -> nullptr 7 years ago