- Dec 26, 2015
-
-
Lars Kanis authored
-
Lars Kanis authored
-
http://spdx.org/licenses/Lars Kanis authored
-
Lars Kanis authored
-
Lars Kanis authored
-
- 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
-
Lars Kanis authored
-
Lars Kanis authored
C++ DLLs built with i586-mingw32msvc and i686-w64-mingw32 are not compatible. So this changes the build, so that we ship the ports directorys of both compiler versions. This fixes https://github.com/larskanis/fxruby/issues/22
-
Lars Kanis authored
-
Lars Kanis authored
-