- Apr 26, 2016
-
-
Lars Kanis authored
-
Lars Kanis authored
-
Lars Kanis authored
-
- Mar 24, 2016
-
-
-
Lars Kanis authored
-
- Feb 06, 2016
-
-
Lars Kanis authored
-
Lars Kanis authored
It can easily replaced by rb_ary_entry(). Also make use of StringValueCStr() where it is suitable.
-
Lars Kanis authored
-
- Jan 30, 2016
-
-
Lars Kanis authored
Update to rake-compiler-dock-0.5.1, which adds Ruby-2.3 support for Windows annd makes --disable-rubygems unnecessary
-
- Dec 17, 2015
-
-
Lars Kanis authored
-
- Dec 15, 2015
-
-
Lars Kanis authored
Fix typo
-
- Aug 27, 2015
-
-
Lars Kanis authored
This should fix: https://github.com/larskanis/fxruby/issues/24
-
- Aug 23, 2015
-
-
Lars Kanis authored
-
- Aug 21, 2015
-
-
Lars Kanis authored
-
- Aug 20, 2015
-
-
Lars Kanis authored
-
- Aug 19, 2015
-
-
Lars Kanis authored
-
Lars Kanis authored
-
Lars Kanis authored
-
Lars Kanis authored
-
Lars Kanis authored
-
Lars Kanis authored
-
- Aug 17, 2015
-
-
Lars Kanis authored
-
Lars Kanis authored
rb_during_gc() isn't sufficient for indication of free-phases on Ruby < 2.2. In some sitiations it returns zero, altought being within a free-phase. Moreover Rubinius doesn't support rb_during_gc() at all. So we now use both, rb_during_gc() and our own GC-detection, to avoid calls that are prohibited while GC phases. This reverts commit acec4416.
-
Lars Kanis authored
-
Lars Kanis authored
This fixes the case that a wrong class is retrieved for FXMaterial#ambient. This therefore fixes the TC_FXMaterial#test_bug test case.
-
Lars Kanis authored
This removes a bunch of warnings while 'rake test'.
-
Lars Kanis authored
-
Lars Kanis authored
-
Lars Kanis authored
are checked while development.
-
Lars Kanis authored
Only the address of the foxobj is checked, but this is ambiguous for the first member of a struct or class like this: struct FXAPI FXMaterial { FXVec4f ambient; // Ambient material color FXVec4f diffuse; // Diffuse material color FXVec4f specular; // Specular material color FXVec4f emission; // Emissive material color FXfloat shininess; // Specular shininess }; One and the same address point to a FXMaterial and a FXVec4f object.
-
Lars Kanis authored
-
Lars Kanis authored
-
Lars Kanis authored
-
- Aug 16, 2015
-
-
Lars Kanis authored
-
Lars Kanis authored
-
- Aug 07, 2015
-
-
Lars Kanis authored
-
Lars Kanis authored
-
Lars Kanis authored
-
- Aug 04, 2015
-
-
Lars Kanis authored
-
- Aug 03, 2015
-
-
Lars Kanis authored
-