logo
Home Games CRM32Pro C/C++ Code Updated
 
 
bg

 Home

  dot  News
  dot  About us
  dot  Forum
  dot  Weblog
  dot  Links
 

Games

 

      CRM32Pro

  dot  Overview
  dot  EditorDPF
  dot  SetupProject
  dot  AddIns
  dot  Reference Guide
  dot  Examples
  dot  Downloads
 

     C/C++ Code

 
 

Espaņol

   

26 December 2009 - Fixed a problem with Win32 versions

  - Library and examples for Win32 (Visual Studio and GNU GCC versions) now include the DLL.
     
   

24 December 2009 - CRM32Pro,EditorDPF and SetupProject updated

  - SetupProject v1.10  with the following improvements:
 
- Window mode without frame support.
 
- Added MacOS X x86 support.
 
- Linked with CRM32Pro v5.00.
 
- Fixed a problem when no sound device is available.

- SpacePong v2.01  with the following improvements:
 
- Added MacOS X x86 support.
 
- Linked with CRM32Pro v5.00.

  - EditorDPF v4.11  with the following improvements:
 
- Fixed a problem when setting colorkey/alpha on Image/cursor tab.
 
- Linked with CRM32Pro v5.00.

  - CRM32Pro v5.00  with the following improvements:

Ported to MacOS X x86.

Main interface:

 
- Modified to support OpenGL renderer.
 
- Fix a problem detecting Core 2 CPUs.
 
- Detect and select the right optimization for Atom,Phenom and Core i7 CPUs.
 - Removed DGA video backend for MacOS X and Linux.
 
- DirectX and FBCon video backend are deprecated.

OpenGL implementation notes:

 
- Using a modified version of glSDL, so please, have a look to
    http://icps.u-strasbg.fr/~marchesin/sdl/glsdl.html.
 - When a surface is loaded, it is immediately converted to a texture instead of waiting for the first blit.
 
- All autorestore features are disabled due to the nature of glSDL, itīs faster to blit everything
   on each frame update.
 - Due to the nature of glSDL, blitting to screen is very fast but surface to surface blits cause
   slowdowns (internal conversions).

IImage:
 
- Supports OpenGL video backend.
 
- Fixed a problem when saving the image, now it saves the colorkey and the alpha value.

IVideo:

 
- Supports OpenGL video backend.
 
- SetFunction(int) changed to SetFunction(int,SDL_Surface *, SDL_Rect *).

CSprite:
 
- Supports OpenGL video backend.
 
- Fixed a problem using special effects on cloned sprites. Thanks to E.Iglesias for reporting it.

Using new library versions:
 
- libpng 1.2.40
 
- libSDL 1.2.14
 
- SDL_mixer 1.2.11
 
- libvorbis 1.2.3
 
- libogg 1.1.4
 
- mikmod 3.1.12

IButton supports OpenGL video backend.
ICursor supports OpenGL video backend.
IScreenFX supports OpenGL video backend.
CTile supports OpenGL video backend.
CFont supports OpenGL video backend.
Improve "how to install..." documentation.
Using updated Doxygen 1.6.1 to generate the documentation.
     
     
   

News sorted by year: 2009 - 2007 - 2006 - 2005/2003

 
Copyright (c) 2009 MegaStorm Systems. All rights reserved.