My favorites | Sign in
Logo
                
Details: Show all Hide all

Earlier this year

  • Sep 16, 2009
    issue 9 (Library crashes) reported by jose.antonio.bayona.medina   -   What steps will reproduce the problem? 1. Download the php5.3 minimal, the SDL dependencies and phpmedia.dll library. 2. Download the test example: http://phpelegante.googlepages.com/test_phpmedia_20.7z 3. I execute it with the command line. What is the expected output? What do you see instead? Appears the sdl screens in fews seconds, then crashes and throws the next exception: Uncaught exception 'Exception' with message 'Can't load image from file:'test.jpg'' in ... What version of the product are you using? On what operating system? I'm using the lastest dll and using the php 5.3. min version and SDL dependencies on a Windows XP Professional Version 2002 Service Pack 2. Please provide any additional information below. I test all examples but all crashes. I test the library in a Windows Vista Home and crashed it too.
    What steps will reproduce the problem? 1. Download the php5.3 minimal, the SDL dependencies and phpmedia.dll library. 2. Download the test example: http://phpelegante.googlepages.com/test_phpmedia_20.7z 3. I execute it with the command line. What is the expected output? What do you see instead? Appears the sdl screens in fews seconds, then crashes and throws the next exception: Uncaught exception 'Exception' with message 'Can't load image from file:'test.jpg'' in ... What version of the product are you using? On what operating system? I'm using the lastest dll and using the php 5.3. min version and SDL dependencies on a Windows XP Professional Version 2002 Service Pack 2. Please provide any additional information below. I test all examples but all crashes. I test the library in a Windows Vista Home and crashed it too.
  • Jul 31, 2009
    issue 8 (PHP license conflicts) reported by XeKtRuM   -   The name of this project has a conflict with the PHP License, clause 4 of the PHP license (see http://www.php.net/license/3_01.txt) says: <<Products derived from this software may not be called "PHP", nor may "PHP" appear in their name, without prior written permission from group@php.net. You may indicate that your software works in conjunction with PHP by saying "Foo for PHP" instead of calling it "PHP Foo" or "phpfoo">> This will stop this project at some point if its purpose is to become an "oficial" PECL extension. And this project is far too GOOD to not be included in the official PHP Extension Community Library (PECL) or even in the core itself. Regards xektrum
    The name of this project has a conflict with the PHP License, clause 4 of the PHP license (see http://www.php.net/license/3_01.txt) says: <<Products derived from this software may not be called "PHP", nor may "PHP" appear in their name, without prior written permission from group@php.net. You may indicate that your software works in conjunction with PHP by saying "Foo for PHP" instead of calling it "PHP Foo" or "phpfoo">> This will stop this project at some point if its purpose is to become an "oficial" PECL extension. And this project is far too GOOD to not be included in the official PHP Extension Community Library (PECL) or even in the core itself. Regards xektrum
  • Jun 16, 2009
    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.
  • Jun 14, 2009
    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
  • May 19, 2009
    r99 (- Restored TCC - Changed paths) committed by soywiz   -   - Restored TCC - Changed paths
    - Restored TCC - Changed paths
  • May 12, 2009
    r98 ([No log message]) committed by soywiz   -   [No log message]
    [No log message]
  • May 02, 2009
    3 Wiki pages changed by soywiz   -  
    Added API_4Draw
  • May 02, 2009
    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
  • May 02, 2009
    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.
  • May 02, 2009
    r95 (- Official php5ts.dll) committed by soywiz   -   - Official php5ts.dll
    - Official php5ts.dll
  • May 02, 2009
    r94 ([No log message]) committed by soywiz   -   [No log message]
    [No log message]
  • May 02, 2009
    r93 ([No log message]) committed by soywiz   -   [No log message]
    [No log message]
  • May 02, 2009
    issue 2 (Audio::init causes a crash at the end of the execution) Status changed by soywiz   -   Fixed in r92
    Status: Fixed
    Fixed in r92
    Status: Fixed
  • May 02, 2009
    r92 (- Fixed crashes with audio.) committed by soywiz   -   - Fixed crashes with audio.
    - Fixed crashes with audio.
  • May 02, 2009
    2 Wiki pages changed by soywiz   -  
  • May 02, 2009
    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.
  • May 02, 2009
    2 Wiki pages changed by soywiz   -  
    Added API_3TCC
    Edited API_TOC
    Added API_3TCC
    Edited API_TOC
  • May 02, 2009
    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.
  • May 01, 2009
    2 Wiki pages changed by soywiz   -  
  • May 01, 2009
    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)
  • May 01, 2009
    4 Wiki pages changed by soywiz   -  
  • May 01, 2009
    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.
  • Apr 28, 2009
    issue 7 (Shader parameter passing not working on ATI graphic cards?) commented on by soywiz   -   Now it's not crashing, but it doesn't pass the uniform values yet.
    Now it's not crashing, but it doesn't pass the uniform values yet.
  • Apr 28, 2009
    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.
  • Apr 28, 2009
    SampleMandelbrot Wiki page edited by soywiz
  • Apr 28, 2009
    r85 (- Font?) committed by soywiz   -   - Font?
    - Font?
  • Apr 28, 2009
    r84 (- Some checks on shaders) committed by soywiz   -   - Some checks on shaders
    - Some checks on shaders
  • Apr 28, 2009
  • Apr 28, 2009
    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!
  • Apr 27, 2009
    r82 (- Reestructured trunk/) committed by soywiz   -   - Reestructured trunk/
    - Reestructured trunk/
  • Apr 27, 2009
    r81 ([No log message]) committed by soywiz   -   [No log message]
    [No log message]
  • Apr 27, 2009
    issue 7 (Shader parameter passing not working on ATI graphic cards?) reported by soywiz   -   It seems that passing uniform values to a shader don't work with ATI cards.
    It seems that passing uniform values to a shader don't work with ATI cards.
  • Apr 26, 2009
    1 issue changed by soywiz   -   Issue 5
    Issue 5
  • Apr 26, 2009
    issue 6 (Obtain the list of parameters) reported by soywiz   -   Shader::__get or maybe as a variable associated to the object. A list of parameters with their default values + min, max values. The shader will check this info to clamp the values and to set the default values.
    Shader::__get or maybe as a variable associated to the object. A list of parameters with their default values + min, max values. The shader will check this info to clamp the values and to set the default values.
  • Apr 26, 2009
    issue 5 (Associate to the sa) reported by soywiz   -   What steps will reproduce the problem? 1. 2. 3. What is the expected output? What do you see instead? Please use labels and text to provide additional information.
    What steps will reproduce the problem? 1. 2. 3. What is the expected output? What do you see instead? Please use labels and text to provide additional information.
  • Apr 26, 2009
    issue 4 (Create a Shader Gallery) reported by soywiz   -   Shader::fromGallery Obtains a shader from a list of predefined shaders embedded in the library.
    Shader::fromGallery Obtains a shader from a list of predefined shaders embedded in the library.
  • Apr 26, 2009
    1 issue changed by soywiz   -   Issue 3
    Issue 3
  • Apr 26, 2009
    2 Wiki pages changed by soywiz   -  
  • Apr 26, 2009
    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
  • Apr 26, 2009
    SampleNave (Nave sample) Wiki page edited by soywiz
  • Apr 26, 2009
    SampleMandelbrot Wiki page edited by soywiz
  • Apr 26, 2009
    r77 (- More font working - Shader refactoring (unfinished!)) committed by soywiz   -   - More font working - Shader refactoring (unfinished!)
    - More font working - Shader refactoring (unfinished!)
  • Apr 26, 2009
    issue 3 (Methods begin & end for Shader class.) reported by soywiz   -   Besides the lastest params of the blit method of Bitmap class. We should be able to specify using a shader in a block. For example: <?php $shader->begin(array(/*params here*/)); // ... $bitmap->blit($screen); // ... $shader->end(); ?>
    Besides the lastest params of the blit method of Bitmap class. We should be able to specify using a shader in a block. For example: <?php $shader->begin(array(/*params here*/)); // ... $bitmap->blit($screen); // ... $shader->end(); ?>
  • Apr 26, 2009
    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_*
  • Apr 26, 2009
    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.
  • Apr 26, 2009
    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.
  • Apr 26, 2009
    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.
  • Apr 26, 2009
    SampleMandelbrot Wiki page edited by soywiz
  • Apr 26, 2009
    r71 (- Simplified object creation/deletion/cloning) committed by soywiz   -   - Simplified object creation/deletion/cloning
    - Simplified object creation/deletion/cloning
  • Apr 26, 2009
    Tutorial1 (First tutorial) Wiki page edited by soywiz
 
Hosted by Google Code