Commit History

Author SHA1 Message Date
  Wizzard 0fe5394d83 Added function HasSlot to the Object class (issue #90) 8 years ago
  Wizzard033 fa0bd760f2 Fixed a potential compile error in template (thanks Anton) 9 years ago
  Wizzard033 9f6c783306 Fixed a potential compile error (issue #88, thanks SLC) 9 years ago
  Wizzard033 4738e51c20 Fixed an issue that could cause compiler errors (#86) 9 years ago
  Wizzard033 baeb82b157 Merge commit 'd65e72219414fc23892e876015a5ca9eaf8dc9ae' 9 years ago
  Fuami d65e722194 Cast Floats to Int, prior to casting to Final Type, fixes compiler error in Visual Studio. 9 years ago
  Fuami fe4013a2bb Added ConstVar Method for read only Class Variable Binding. 9 years ago
  Wizzard033 6a14b72658 Fixed Sqrat::Var not being used for "this" argument of members 10 years ago
  Wizzard033 cba58bcf6a Define SCRAT_USE_CXX11_OPTIMIZATIONS to optimize Sqrat when using C++11 10 years ago
  Wizzard033 b003462280 Fixed issue #82 (all unit tests pass, thanks MadrMan) 10 years ago
  Wizzard033 8cb9a0191f Avoided crashing when extending native classes wrong (thanks Zylann) 10 years ago
  Wizzard033 20cc1b891c Potential fix for "error: template argument for ‘template<class _Key, class _Tp, class _Compare, class _Alloc> class std::map’ uses local type ‘Sqrat::_ClassType_helper::_getStaticClassData(const std::type_info*)::compare_type_info’" 10 years ago
  Wizzard033 85162bbc9c Fixed "error: ‘e’ was not declared in this scope" when not using exceptions 10 years ago
  Wizzard033 6c2a2d77d2 Added some documentation to alleviate some confusion 10 years ago
  Wizzard033 a9ccfbfb2b Fixed confusing error message that can happen in edge cases 10 years ago
  Wizzard033 334c0d3009 Fixed some more warnings 10 years ago
  Wizzard033 0b00de19ff Changed some formatting and fixed issue #80 (thanks Tratty) 10 years ago
  Wizzard033 d0c1da127a Fixed "conditional expression is constant" warnings in MSVC (Issue #79) 10 years ago
  Wizzard033 9ea9bd9db0 Fixed last commit 10 years ago
  Wizzard033 0b80760656 Fixed a couple warnings in MSVC (Issue #78) 10 years ago
  Wizzard033 9feb37db9e Fixed compiliation when SCRAT_USE_EXCEPTIONS is on 10 years ago
  Wizzard033 994cbcc877 Attempt to fix Sqrat in DLLs (Issue #77) 10 years ago
  Wizzard033 3c6eddcb55 Fixed strings with embedded zeroes being read into C++ wrong 10 years ago
  Wizzard033 423be78e35 Added the _cloned metamethod for all classes (cloning doesn't crash now) 10 years ago
  Wizzard033 78dbbcdd52 Allowed strings containing null terminating characters to be pushed 10 years ago
  Wizzard033 778edc6966 Updated the last commit to cover more issues with the same problem (untested) 10 years ago
  Wizzard033 57aa5f3c07 Formatting changes and fix for issue #77 10 years ago
  Wizzard033 b5095f6c86 All unit tests pass again 10 years ago
  Wizzard033 fdc462471a Fixed potential crash when calling sq_close and exposed ClassType::DeleteInstance 10 years ago
  Wizzard033 5082f36712 Fixed enumerations bound with Sqrat::Var giving compile errors 10 years ago