Earlier this year
-
-
-
r101
(- Delayed initializing of SDL so if it's not used, it's not ...) committed by soywiz
- - Delayed initializing of SDL so if it's not used, it's not initialized.
- Delayed initializing of SDL so if it's not used, it's not initialized.
-
r100
(- Correctly restored TCC.
- Minor changes.
- Added libtcc1.a) committed by soywiz
- - Correctly restored TCC.
- Minor changes.
- Added libtcc1.a
- Correctly restored TCC.
- Minor changes.
- Added libtcc1.a
-
r99
(- Restored TCC
- Changed paths) committed by soywiz
- - Restored TCC
- Changed paths
- Restored TCC
- Changed paths
-
r98
([No log message]) committed by soywiz
- [No log message]
-
3 Wiki pages changed by soywiz
-
-
r97
(- Simplified color_extract.
- New Math::swap, Math::sign
- N...) committed by soywiz
- - Simplified color_extract.
- New Math::swap, Math::sign
- New class Draw. Draw::line
- Simplified color_extract.
- New Math::swap, Math::sign
- New class Draw. Draw::line
-
r96
(- Fix in build.bat
- Support for multiline texts.
- Great im...) committed by soywiz
- - Fix in build.bat
- Support for multiline texts.
- Great improvement in glyph_get.
- Fix in build.bat
- Support for multiline texts.
- Great improvement in glyph_get.
-
r95
(- Official php5ts.dll) committed by soywiz
- - Official php5ts.dll
-
r94
([No log message]) committed by soywiz
- [No log message]
-
r93
([No log message]) committed by soywiz
- [No log message]
-
issue 2
(Audio::init causes a crash at the end of the execution) Status changed by soywiz
-
-
r92
(- Fixed crashes with audio.) committed by soywiz
- - Fixed crashes with audio.
- Fixed crashes with audio.
-
2 Wiki pages changed by soywiz
-
-
r91
(- Added Font::fromName.
- Simplified locating of the windows...) committed by soywiz
- - Added Font::fromName.
- Simplified locating of the windows\font folder.
- Fixed a typo.
- Added Font::fromName.
- Simplified locating of the windows\font folder.
- Fixed a typo.
-
2 Wiki pages changed by soywiz
-
-
r90
(- Added TCC class to run C code on the fly directly from php...) committed by soywiz
- - Added TCC class to run C code on the fly directly from php using libtcc without another compiler.
- Added TCC class to run C code on the fly directly from php using libtcc without another compiler.
-
2 Wiki pages changed by soywiz
-
-
r89
(- Changed order of parameters for Math::clamp. (&$input, $mi...) committed by soywiz
- - Changed order of parameters for Math::clamp. (&$input, $min, $max) ->($min, $max, &$input)
- Added function Math::smoothstep($min, $max, $input)
- Changed order of parameters for Math::clamp. (&$input, $min, $max) ->($min, $max, &$input)
- Added function Math::smoothstep($min, $max, $input)
-
4 Wiki pages changed by soywiz
-
-
r88
(- More api.php working.
- Implemented Mouse::position, Mouse...) committed by soywiz
- - More api.php working.
- Implemented Mouse::position, Mouse::pressed, Mouse::down.
- Implemented Bitmap::saveFile (only Bitmap::FORMAT_BMP).
- Font::fromFile now will check \windows\Fonts for the font if can't load the specified font.
- Fixed a bug in Font::blit that avoided caching the glyphs.
- Simplified and improved key/mouse status retrieve.
- More api.php working.
- Implemented Mouse::position, Mouse::pressed, Mouse::down.
- Implemented Bitmap::saveFile (only Bitmap::FORMAT_BMP).
- Font::fromFile now will check \windows\Fonts for the font if can't load the specified font.
- Fixed a bug in Font::blit that avoided caching the glyphs.
- Simplified and improved key/mouse status retrieve.
-
issue 7
(Shader parameter passing not working on ATI graphic cards?) commented on by soywiz
-
-
r87
(- Font::blit with color
- Texture coords handled differently...) committed by soywiz
- - Font::blit with color
- Texture coords handled differently.
- Font::blit with color
- Texture coords handled differently.
-
-
-
r84
(- Some checks on shaders) committed by soywiz
- - Some checks on shaders
-
5 Wiki pages changed by soywiz
-
-
r83
(- Interface for Bitmap::saveFile, Bitmap::FORMAT_BMP, FORMAT...) committed by soywiz
- - Interface for Bitmap::saveFile, Bitmap::FORMAT_BMP, FORMAT_TGA, FORMAT_PNG
- Preliminary Font support!
- Interface for Bitmap::saveFile, Bitmap::FORMAT_BMP, FORMAT_TGA, FORMAT_PNG
- Preliminary Font support!
-
r82
(- Reestructured trunk/) committed by soywiz
- - Reestructured trunk/
-
r81
([No log message]) committed by soywiz
- [No log message]
-
issue 7
(Shader parameter passing not working on ATI graphic cards?) reported by soywiz
-
-
1 issue changed by soywiz
- Issue 5
-
-
-
-
1 issue changed by soywiz
- Issue 3
-
2 Wiki pages changed by soywiz
-
-
r80
(- Some fixes in switching FBO
- More working on shaders
- Sh...) committed by soywiz
- - Some fixes in switching FBO
- More working on shaders
- Shader::begin, Shader::end
- Some fixes in switching FBO
- More working on shaders
- Shader::begin, Shader::end
-
-
-
r77
(- More font working
- Shader refactoring (unfinished!)) committed by soywiz
- - More font working
- Shader refactoring (unfinished!)
- More font working
- Shader refactoring (unfinished!)
-
issue 3
(Methods begin & end for Shader class.) reported by soywiz
-
-
r76
(- Minor improvements in Bitmap
- Font::__get, Font::__set, u...) committed by soywiz
- - Minor improvements in Bitmap
- Font::__get, Font::__set, utf8_decode, Font::metrics, Font::STYLE_*
- Minor improvements in Bitmap
- Font::__get, Font::__set, utf8_decode, Font::metrics, Font::STYLE_*
-
r75
(- Fixed a bug introduced when changed the way parameters for...) committed by soywiz
- - Fixed a bug introduced when changed the way parameters for Shaders were handled that doesn't allow
passing bitmap to the shader.
- Fixed a bug introduced when changed the way parameters for Shaders were handled that doesn't allow
passing bitmap to the shader.
-
r74
(- More Font working
- Font::fromString
- Late Static Binding...) committed by soywiz
- - More Font working
- Font::fromString
- Late Static Binding for: fromString and fromFile for classes: Bitmap, Sound and Font.
- More Font working
- Font::fromString
- Late Static Binding for: fromString and fromFile for classes: Bitmap, Sound and Font.
-
r73
(- Better implementing of passing uniform parameters to the s...) committed by soywiz
- - Better implementing of passing uniform parameters to the shader.
- Better implementing of passing uniform parameters to the shader.
-
-
r71
(- Simplified object creation/deletion/cloning) committed by soywiz
- - Simplified object creation/deletion/cloning
- Simplified object creation/deletion/cloning
-
|