Merged back changes from 0.3.x branch
[supertux.git] / contrib / supertux-nogl.diff
index 7462303..f67baae 100644 (file)
@@ -32,7 +32,7 @@
 #
 #  patch -p1 < contrib/supertux-nogl.diff
 #
-#  This patch works for revision 3858. It may break for later revisions.
+#  This patch works for revision 4186. It may break for later revisions.
 #
 # -----------------------------------------------------------------------------
 diff -Naur supertux/INSTALL supertux-nogl/INSTALL
@@ -106,7 +106,7 @@ diff -Naur supertux/configure.ac supertux-nogl/configure.ac
  AC_CONFIG_SRCDIR([src/main.cpp])
  AC_CONFIG_AUX_DIR([mk/autoconf])
  AC_CANONICAL_TARGET
-@@ -112,6 +105,14 @@
+@@ -120,6 +120,14 @@
          [AC_MSG_ERROR([Please install SDLImage >= 1.2.1])],
          [$SDL_CFLAGS], [$SDL_LIBS])
  
@@ -121,7 +121,7 @@ diff -Naur supertux/configure.ac supertux-nogl/configure.ac
  NP_FINDLIB([PHYSFS], [physfs], [physfs >= 1.0.0],
          NP_LANG_PROGRAM([
  #include <stdio.h>
-@@ -131,11 +132,6 @@
+@@ -139,11 +147,6 @@
           [AC_MSG_ERROR([Please intall OpenAL])],
           [], [])
  
@@ -136,14 +136,14 @@ diff -Naur supertux/configure.ac supertux-nogl/configure.ac
 diff -Naur supertux/src/Jamfile supertux-nogl/src/Jamfile
 --- supertux/src/Jamfile       2006-03-03 20:34:49.000000000 +0100
 +++ supertux-nogl/src/Jamfile  2006-04-07 04:11:50.000000000 +0200
-@@ -24,7 +24,7 @@
- Application supertux : $(sources) $(wrapper_objects) ;
+@@ -26,7 +26,7 @@
+ Application supertux : $(sources) $(wrapper_objects) : linkerfile ;
  C++Flags supertux : -DAPPDATADIR='\"$(appdatadir)\"' ;
  LinkWith supertux : squirrel ;
 -ExternalLibs supertux : SDL SDLIMAGE GL OPENAL VORBIS VORBISFILE OGG ICONV PHYSFS BINRELOC ;
 +ExternalLibs supertux : SDL SDLIMAGE SDLGFX OPENAL VORBIS VORBISFILE OGG ICONV PHYSFS BINRELOC ;
  Help supertux : "Build the supertux executable" ;
- IncludeDir supertux : squirrel/include ;
+ IncludeDir supertux : squirrel/include squirrel ;
  
 diff -Naur supertux/src/main.cpp supertux-nogl/src/main.cpp
 --- supertux/src/main.cpp      2006-04-07 03:32:14.000000000 +0200
@@ -156,16 +156,16 @@ diff -Naur supertux/src/main.cpp supertux-nogl/src/main.cpp
  
  #include "gameconfig.hpp"
  #include "resources.hpp"
-@@ -317,7 +275,7 @@
+@@ -308,7 +307,7 @@
    SDL_GL_SetAttribute(SDL_GL_GREEN_SIZE, 5);
    SDL_GL_SetAttribute(SDL_GL_BLUE_SIZE, 5);
-   
 -  int flags = SDL_OPENGL;
 +  int flags = SDL_SWSURFACE;
    if(config->use_fullscreen)
      flags |= SDL_FULLSCREEN;
    int width = config->screenwidth;
-@@ -347,24 +305,6 @@
+@@ -338,24 +337,6 @@
    }
  #endif
  
@@ -201,7 +201,7 @@ diff -aur supertux/src/video/drawing_context.cpp supertux-nogl/src/video/drawing
  
  #include "drawing_context.hpp"
  #include "surface.hpp"
-@@ -49,30 +48,20 @@
+@@ -49,24 +48,12 @@
  {
    screen = SDL_GetVideoSurface();
  
@@ -227,15 +227,16 @@ diff -aur supertux/src/video/drawing_context.cpp supertux-nogl/src/video/drawing
  }
  
  void
- DrawingContext::draw_surface(const Surface* surface, const Vector& position, float angle,
-     int layer)
+@@ -74,6 +61,8 @@
+                              float angle, const Color& color, const Blend& blend,
+                              int layer)
  {
 +  if(target != NORMAL) return;
 +
    assert(surface != 0);
-   
    DrawingRequest request;
-@@ -105,6 +94,8 @@
+@@ -109,6 +98,8 @@
  DrawingContext::draw_surface_part(const Surface* surface, const Vector& source,
      const Vector& size, const Vector& dest, int layer)
  {
@@ -244,7 +245,7 @@ diff -aur supertux/src/video/drawing_context.cpp supertux-nogl/src/video/drawing
    assert(surface != 0);
  
    DrawingRequest request;
-@@ -144,6 +135,8 @@
+@@ -148,6 +139,8 @@
  DrawingContext::draw_text(const Font* font, const std::string& text,
      const Vector& position, FontAlignment alignment, int layer)
  {
@@ -253,7 +254,7 @@ diff -aur supertux/src/video/drawing_context.cpp supertux-nogl/src/video/drawing
    DrawingRequest request;
  
    request.type = TEXT;
-@@ -165,6 +158,8 @@
+@@ -169,6 +162,8 @@
  DrawingContext::draw_center_text(const Font* font, const std::string& text,
      const Vector& position, int layer)
  {
@@ -262,7 +263,7 @@ diff -aur supertux/src/video/drawing_context.cpp supertux-nogl/src/video/drawing
    draw_text(font, text, Vector(position.x + SCREEN_WIDTH/2, position.y),
        CENTER_ALLIGN, layer);
  }
-@@ -172,6 +167,8 @@
+@@ -176,6 +171,8 @@
  void
  DrawingContext::draw_gradient(const Color& top, const Color& bottom, int layer)
  {
@@ -271,7 +272,7 @@ diff -aur supertux/src/video/drawing_context.cpp supertux-nogl/src/video/drawing
    DrawingRequest request;
  
    request.type = GRADIENT;
-@@ -193,6 +190,8 @@
+@@ -197,6 +194,8 @@
  DrawingContext::draw_filled_rect(const Vector& topleft, const Vector& size,
                                   const Color& color, int layer)
  {
@@ -280,7 +281,64 @@ diff -aur supertux/src/video/drawing_context.cpp supertux-nogl/src/video/drawing
    DrawingRequest request;
  
    request.type = FILLRECT;
-@@ -248,23 +247,55 @@
+@@ -219,6 +218,8 @@
+ DrawingContext::draw_filled_rect(const Rect& rect, const Color& color,
+                                  int layer)
+ {
++  if(target != NORMAL) return;
++
+   DrawingRequest request;
+   request.type = FILLRECT;
+@@ -238,39 +239,20 @@
+ }
+ void
+-DrawingContext::get_light(const Vector& position, Color* color)
++DrawingContext::get_light(const Vector& , Color* color)
+ {
+-  if( ambient_color.red == 1.0f && ambient_color.green == 1.0f
+-      && ambient_color.blue  == 1.0f ) {
+-    *color = Color( 1.0f, 1.0f, 1.0f);
+-    return;
++  static int i = 0;
++  i += 1; i &= 0xFFFF;
++  if (i & 0x8000) {
++    *color = Color(0.0f, 0.0f, 0.0f);
++  } else {
++    *color = Color(1.0f, 1.0f, 1.0f);
+   }
+-  DrawingRequest request;
+-  request.type = GETLIGHT;
+-  request.pos = transform.apply(position);
+-  request.layer = LAYER_GUI; //make sure all get_light requests are handled last.
+-
+-  GetLightRequest* getlightrequest = new GetLightRequest;
+-  getlightrequest->color_ptr = color;
+-  request.request_data = getlightrequest;
+-  lightmap_requests.push_back(request);
+ }
+ void
+-DrawingContext::get_light(DrawingRequest& request)
++DrawingContext::get_light(DrawingRequest& )
+ {
+-  GetLightRequest* getlightrequest = (GetLightRequest*) request.request_data;
+-
+-  float pixels[3];
+-  for( int i = 0; i<3; i++)
+-    pixels[i] = 0.0f; //set to black
+-
+-  //TODO: hacky. Make coordinate conversion more generic
+-  glReadPixels((GLint) request.pos.x / 4, 600-(GLint)request.pos.y / 4, 1, 1, GL_RGB, GL_FLOAT, pixels);
+-  *(getlightrequest->color_ptr) = Color( pixels[0], pixels[1], pixels[2]);
+-  //printf("get_light %f/%f r%f g%f b%f\n", request.pos.x, request.pos.y, pixels[0], pixels[1], pixels[2]);
+-
+-  delete getlightrequest;
+ }
+ void
+@@ -288,6 +264,45 @@
    delete surfacepartrequest;
  }
  
@@ -326,10 +384,10 @@ diff -aur supertux/src/video/drawing_context.cpp supertux-nogl/src/video/drawing
  void
  DrawingContext::draw_gradient(DrawingRequest& request)
  {
-   GradientRequest* gradientrequest = (GradientRequest*) request.request_data;
+@@ -295,16 +310,9 @@
    const Color& top = gradientrequest->top;
    const Color& bottom = gradientrequest->bottom;
--  
 -  glDisable(GL_TEXTURE_2D);
 -  glBegin(GL_QUADS);
 -  glColor4f(top.red, top.green, top.blue, top.alpha);
@@ -340,21 +398,24 @@ diff -aur supertux/src/video/drawing_context.cpp supertux-nogl/src/video/drawing
 -  glVertex2f(0, SCREEN_HEIGHT);
 -  glEnd();
 -  glEnable(GL_TEXTURE_2D);
-+
 +  int width = 800;
 +  int height = 600;
 +  for(float y = 0; y < height; y += 2) ::fillrect(screen, 0, (int)y, width, 2, (int)(((float)(top.red-bottom.red)/(0-height)) * y + top.red), (int)(((float)(top.green-bottom.green)/(0-height)) * y + top.green), (int)(((float)(top.blue-bottom.blue)/(0-height)) * y + top.blue), 255);
  
    delete gradientrequest;
  }
-@@ -290,17 +321,12 @@
+@@ -330,47 +338,19 @@
    float w = fillrectrequest->size.x;
    float h = fillrectrequest->size.y;
  
 -  glDisable(GL_TEXTURE_2D);
 -  glColor4f(fillrectrequest->color.red, fillrectrequest->color.green,
 -            fillrectrequest->color.blue, fillrectrequest->color.alpha);
-- 
++  int r = static_cast<int>(fillrectrequest->color.red);
++  int g = static_cast<int>(fillrectrequest->color.green);
++  int b = static_cast<int>(fillrectrequest->color.blue);
++  int a = static_cast<int>(fillrectrequest->color.alpha);
 -  glBegin(GL_QUADS);
 -  glVertex2f(x, y);
 -  glVertex2f(x+w, y);
@@ -362,77 +423,86 @@ diff -aur supertux/src/video/drawing_context.cpp supertux-nogl/src/video/drawing
 -  glVertex2f(x, y+h);
 -  glEnd();
 -  glEnable(GL_TEXTURE_2D);
-+  int r = static_cast<int>(fillrectrequest->color.red);
-+  int g = static_cast<int>(fillrectrequest->color.green);
-+  int b = static_cast<int>(fillrectrequest->color.blue);
-+  int a = static_cast<int>(fillrectrequest->color.alpha);
-+
 +  ::fillrect(screen, x, y, w, h, r, g, b, a);
  
    delete fillrectrequest;
  }
-@@ -315,67 +341,10 @@
+ void
+-DrawingContext::draw_lightmap(DrawingRequest& request)
++DrawingContext::draw_lightmap(DrawingRequest& )
+ {
+-  const Texture* texture = reinterpret_cast<Texture*> (request.request_data);
+-
+-  // multiple the lightmap with the framebuffer
+-  glBlendFunc(GL_DST_COLOR, GL_ZERO);
+-
+-  glBindTexture(GL_TEXTURE_2D, texture->get_handle());
+-  glBegin(GL_QUADS);
+-
+-  glTexCoord2f(0, lightmap_uv_bottom);
+-  glVertex2f(0, 0);
+-
+-  glTexCoord2f(lightmap_uv_right, lightmap_uv_bottom);
+-  glVertex2f(SCREEN_WIDTH, 0);
+-
+-  glTexCoord2f(lightmap_uv_right, 0);
+-  glVertex2f(SCREEN_WIDTH, SCREEN_HEIGHT);
+-
+-  glTexCoord2f(0, 0);
+-  glVertex2f(0, SCREEN_HEIGHT);
+-
+-  glEnd();
+-
+-  glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
+ }
+ void
+@@ -383,50 +363,9 @@
    transformstack.clear();
    target_stack.clear();
  
--  bool use_lightmap = lightmap_requests.size() != 0;
--  
+-  //Use Lightmap if ambient color is not white.
+-  bool use_lightmap = ( ambient_color.red != 1.0f   || ambient_color.green != 1.0f ||
+-                        ambient_color.blue  != 1.0f );
+-
 -  // PART1: create lightmap
 -  if(use_lightmap) {
 -    glViewport(0, screen->h - lightmap_height, lightmap_width, lightmap_height);
 -    glMatrixMode(GL_PROJECTION);
--    glLoadIdentity();               
+-    glLoadIdentity();
 -    glOrtho(0, SCREEN_WIDTH, SCREEN_HEIGHT, 0, -1.0, 1.0);
 -    glMatrixMode(GL_MODELVIEW);
 -    glLoadIdentity();
 -
--    // FIXME: Add ambient light support here
--    glClearColor(0.3, 0.3, 0.4, 1);
+-    glClearColor( ambient_color.red, ambient_color.green, ambient_color.blue, 1 );
 -    glClear(GL_COLOR_BUFFER_BIT);
 -    handle_drawing_requests(lightmap_requests);
 -    lightmap_requests.clear();
--  
+-
 -    glDisable(GL_BLEND);
 -    glBindTexture(GL_TEXTURE_2D, lightmap->get_handle());
 -    glCopyTexSubImage2D(GL_TEXTURE_2D, 0, 0, 0, 0, screen->h - lightmap_height, lightmap_width, lightmap_height);
 -
 -    glViewport(0, 0, screen->w, screen->h);
 -    glMatrixMode(GL_PROJECTION);
--    glLoadIdentity();               
+-    glLoadIdentity();
 -    glOrtho(0, SCREEN_WIDTH, SCREEN_HEIGHT, 0, -1.0, 1.0);
--    glMatrixMode(GL_MODELVIEW);    
+-    glMatrixMode(GL_MODELVIEW);
 -    glLoadIdentity();
 -    glEnable(GL_BLEND);
+-
+-    // add a lightmap drawing request into the queue
+-    DrawingRequest request;
+-    request.type = LIGHTMAPREQUEST;
+-    request.layer = LAYER_HUD - 1;
+-    request.request_data = lightmap;
+-    requests->push_back(request);
 -  }
 -
 -  //glClear(GL_COLOR_BUFFER_BIT);
    handle_drawing_requests(drawing_requests);
    drawing_requests.clear();
--  if(use_lightmap) {
--    // multiple the lightmap with the framebuffer
--    glBlendFunc(GL_DST_COLOR, GL_ZERO);
--     
--    glBindTexture(GL_TEXTURE_2D, lightmap->get_handle());
--    glBegin(GL_QUADS);
--
--    glTexCoord2f(0, lightmap_uv_bottom);
--    glVertex2f(0, 0);
--
--    glTexCoord2f(lightmap_uv_right, lightmap_uv_bottom);
--    glVertex2f(SCREEN_WIDTH, 0);
--
--    glTexCoord2f(lightmap_uv_right, 0);
--    glVertex2f(SCREEN_WIDTH, SCREEN_HEIGHT);
--
--    glTexCoord2f(0, 0);
--    glVertex2f(0, SCREEN_HEIGHT);
--    
--    glEnd();
--
--    glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
--  }
--
 -  assert_gl("drawing");
 -
 -  SDL_GL_SwapBuffers();
@@ -440,7 +510,7 @@ diff -aur supertux/src/video/drawing_context.cpp supertux-nogl/src/video/drawing
  }
  
  void
-@@ -467,9 +436,5 @@
+@@ -524,10 +463,6 @@
  DrawingContext::set_target(Target target)
  {
    this->target = target;
@@ -450,6 +520,7 @@ diff -aur supertux/src/video/drawing_context.cpp supertux-nogl/src/video/drawing
 -    requests = &drawing_requests;
  }
  
+ void
 diff -aur supertux/src/video/drawing_context.hpp supertux-nogl/src/video/drawing_context.hpp
 --- supertux/src/video/drawing_context.hpp     2006-07-03 02:00:48.000000000 +0200
 +++ supertux-nogl/src/video/drawing_context.hpp        2006-07-03 02:00:29.000000000 +0200
@@ -472,13 +543,15 @@ diff -aur supertux/src/video/drawing_context.hpp supertux-nogl/src/video/drawing
  
  // some constants for predefined layer values
  enum {
-@@ -214,16 +214,12 @@
+@@ -225,18 +225,14 @@
    void draw_filled_rect(DrawingRequest& request);
-   
+   void draw_lightmap(DrawingRequest& request);
    DrawingRequests drawing_requests;
 -  DrawingRequests lightmap_requests;
  
    DrawingRequests* requests;
+   Color ambient_color;
  
    SDL_Surface* screen;
    Target target;
@@ -492,7 +565,7 @@ diff -aur supertux/src/video/drawing_context.hpp supertux-nogl/src/video/drawing
 diff -aur supertux/src/video/glutil.hpp supertux-nogl/src/video/glutil.hpp
 --- supertux/src/video/glutil.hpp      2006-07-03 02:00:48.000000000 +0200
 +++ supertux-nogl/src/video/glutil.hpp 2006-07-03 02:00:29.000000000 +0200
-@@ -21,58 +21,11 @@
+@@ -21,58 +21,12 @@
  
  #include <sstream>
  #include <stdexcept>
@@ -531,31 +604,32 @@ diff -aur supertux/src/video/glutil.hpp supertux-nogl/src/video/glutil.hpp
 -      case GL_TABLE_TOO_LARGE:
 -        msg << "TABLE_TOO_LARGE: table is too large";
 -        break;
--#endif                        
+-#endif
 -      default:
 -        msg << "Unknown error (code " << error << ")";
 -    }
--        
+-
 -    throw std::runtime_error(msg.str());
 -  }
 -#endif
 -}
--
--static inline void assert_gl(const char* message)
--{
--#ifdef DEBUG
--  check_gl_error(message);
--#else
--  (void) message;
--#endif
--}
 +#define GLenum int
 +#define GLint int
 +#define GL_SRC_ALPHA 0
 +#define GL_ONE_MINUS_SRC_ALPHA 1
 +#define GL_RGBA 2
++#define GL_ONE 3
  
+-static inline void assert_gl(const char* message)
+-{
+-#ifdef DEBUG
+-  check_gl_error(message);
+-#else
+-  (void) message;
  #endif
+-}
+-
+-#endif
 diff -aur supertux/src/video/surface.cpp supertux-nogl/src/video/surface.cpp
 --- supertux/src/video/surface.cpp     2006-07-03 02:00:48.000000000 +0200
 +++ supertux-nogl/src/video/surface.cpp        2006-07-03 02:00:29.000000000 +0200
@@ -567,7 +641,7 @@ diff -aur supertux/src/video/surface.cpp supertux-nogl/src/video/surface.cpp
  
  #include "gameconfig.hpp"
  #include "physfs/physfs_sdl.hpp"
-@@ -39,13 +40,13 @@
+@@ -41,13 +42,13 @@
  {
    texture = texture_manager->get(file);
    texture->ref();
@@ -587,7 +661,7 @@ diff -aur supertux/src/video/surface.cpp supertux-nogl/src/video/surface.cpp
  }
  
  Surface::Surface(const std::string& file, int x, int y, int w, int h)
-@@ -53,15 +54,12 @@
+@@ -55,15 +56,12 @@
    texture = texture_manager->get(file);
    texture->ref();
  
@@ -607,7 +681,7 @@ diff -aur supertux/src/video/surface.cpp supertux-nogl/src/video/surface.cpp
  }
  
  Surface::Surface(const Surface& other)
-@@ -69,12 +67,12 @@
+@@ -71,12 +69,12 @@
    texture = other.texture;
    texture->ref();
  
@@ -624,7 +698,7 @@ diff -aur supertux/src/video/surface.cpp supertux-nogl/src/video/surface.cpp
  }
  
  const Surface&
-@@ -84,52 +82,33 @@
+@@ -86,52 +84,33 @@
    texture->unref();
    texture = other.texture;
  
@@ -656,8 +730,9 @@ diff -aur supertux/src/video/surface.cpp supertux-nogl/src/video/surface.cpp
  Surface::hflip()
  {
 -  std::swap(uv_left, uv_right);
--}
--
++  flipx = !flipx;
+ }
 -static inline void intern_draw(float left, float top, float right, float bottom,                               float uv_left, float uv_top,
 -                               float uv_right, float uv_bottom,
 -                               DrawingEffect effect)
@@ -667,11 +742,11 @@ diff -aur supertux/src/video/surface.cpp supertux-nogl/src/video/surface.cpp
 -  if(effect & VERTICAL_FLIP) {
 -    std::swap(uv_top, uv_bottom);
 -  }
--  
+-
 -  glBegin(GL_QUADS);
 -  glTexCoord2f(uv_left, uv_top);
 -  glVertex2f(left, top);
--  
+-
 -  glTexCoord2f(uv_right, uv_top);
 -  glVertex2f(right, top);
 -
@@ -681,30 +756,31 @@ diff -aur supertux/src/video/surface.cpp supertux-nogl/src/video/surface.cpp
 -  glTexCoord2f(uv_left, uv_bottom);
 -  glVertex2f(left, bottom);
 -  glEnd();
-+  flipx = !flipx;
- }
+-}
+-
 +/*
  static inline void intern_draw2(float left, float top, float right, float bottom,
                                  float uv_left, float uv_top,
                                  float uv_right, float uv_bottom,
-@@ -172,49 +151,77 @@
-              left*sa + bottom*ca + center_y);
-   glEnd();
+@@ -182,50 +161,76 @@
+   glColor4f(1.0f, 1.0f, 1.0f, 1.0f);
+   glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
  }
 +*/
  
  void
--Surface::draw(float x, float y, float alpha, float angle, DrawingEffect effect) const
-+Surface::draw(float x, float y, float alpha, float, DrawingEffect effect) const
+-Surface::draw(float x, float y, float alpha, float angle, const Color& color, const Blend& blend, DrawingEffect effect) const
++Surface::draw(float x, float y, float alpha, float, const Color&, const Blend&, DrawingEffect effect) const
  {
 -  glColor4f(1.0f, 1.0f, 1.0f, alpha);
 -  glBindTexture(GL_TEXTURE_2D, texture->get_handle());
 -
 -  intern_draw2(x, y,
 -               x + width, y + height,
--               uv_left, uv_top, uv_right, uv_bottom, 
+-               uv_left, uv_top, uv_right, uv_bottom,
 -               angle,
+-               color,
+-               blend,
 -               effect);
 +  draw_part(0, 0, x, y, width, height, alpha, effect);
  }
@@ -724,34 +800,31 @@ diff -aur supertux/src/video/surface.cpp supertux-nogl/src/video/surface.cpp
  void
  Surface::draw_part(float src_x, float src_y, float dst_x, float dst_y,
 -                   float width, float height, float alpha,
-+                   float width, float height, float,
++                   float width, float height, float ,
                     DrawingEffect effect) const
  {
 -  float uv_width = uv_right - uv_left;
 -  float uv_height = uv_bottom - uv_top;
--  
++  //FIXME: support parameter "alpha"
++  SDL_Surface* surface = texture->getSurface();
 -  float uv_left = this->uv_left + (uv_width * src_x) / this->width;
 -  float uv_top = this->uv_top + (uv_height * src_y) / this->height;
 -  float uv_right = this->uv_left + (uv_width * (src_x + width)) / this->width;
 -  float uv_bottom = this->uv_top + (uv_height * (src_y + height)) / this->height;
--  
--  glColor4f(1.0f, 1.0f, 1.0f, alpha);
--  glBindTexture(GL_TEXTURE_2D, texture->get_handle());  
--  
--  intern_draw(dst_x, dst_y,
--              dst_x + width, dst_y + height,
--              uv_left, uv_top, uv_right, uv_bottom, effect);
-+  //FIXME: support parameter "alpha"
-+  SDL_Surface* surface = texture->getSurface();
-+
 +  // get and check SDL_Surface
 +  if (surface == 0) {
 +    std::cerr << "Warning: Tried to draw NULL surface, skipped draw" << std::endl;
 +    return;
 +  }   
-+
+-  glColor4f(1.0f, 1.0f, 1.0f, alpha);
+-  glBindTexture(GL_TEXTURE_2D, texture->get_handle());
 +  SDL_Surface* transformedSurface = surface;
-+
+-  intern_draw(dst_x, dst_y,
+-              dst_x + width, dst_y + height,
+-              uv_left, uv_top, uv_right, uv_bottom, effect);
 +  if (flipx) effect = HORIZONTAL_FLIP;
 +
 +  if (effect != NO_EFFECT) {
@@ -795,7 +868,6 @@ diff -aur supertux/src/video/surface.cpp supertux-nogl/src/video/surface.cpp
 +
 +  SDL_BlitSurface(transformedSurface, &srcRect, screen, &dstRect);
  }
 diff -aur supertux/src/video/surface.hpp supertux-nogl/src/video/surface.hpp
 --- supertux/src/video/surface.hpp     2006-07-03 02:00:48.000000000 +0200
 +++ supertux-nogl/src/video/surface.hpp        2006-07-03 02:00:29.000000000 +0200
@@ -806,10 +878,10 @@ diff -aur supertux/src/video/surface.hpp supertux-nogl/src/video/surface.hpp
 +#include <SDL_image.h>
  #include <string>
 +#include <list>
+ #include "math/vector.hpp"
  
- class ImageTexture;
-@@ -35,6 +37,15 @@
+ class Color;
+@@ -37,6 +39,15 @@
  };
  
  /**
@@ -825,7 +897,7 @@ diff -aur supertux/src/video/surface.hpp supertux-nogl/src/video/surface.hpp
   * A rectangular image.
   * The class basically holds a reference to a texture with additional UV
   * coordinates that specify a rectangular area on this texture
-@@ -46,19 +57,26 @@
+@@ -48,19 +59,26 @@
    friend class Font;
    ImageTexture* texture;
  
@@ -836,11 +908,11 @@ diff -aur supertux/src/video/surface.hpp supertux-nogl/src/video/surface.hpp
 +  bool flipx;
  
 +  /** draw the surface on the screen, applying a ::DrawingEffect on-the-fly. Transformed Surfaces will be cached in ::transformedSurfaces */
-   void draw(float x, float y, float alpha, float angle, DrawingEffect effect) const;
-+
+   void draw(float x, float y, float alpha, float angle, const Color& color, const Blend& blend, DrawingEffect effect) const;
++  
 +  /** draw the surface on the screen, applying a ::DrawingEffect on-the-fly. Transformed Surfaces will be cached in ::transformedSurfaces */
    void draw(float x, float y, float alpha, DrawingEffect effect) const;
-+
++  
 +  /** draw the surface on the screen, applying a ::DrawingEffect on-the-fly. Transformed Surfaces will be cached in ::transformedSurfaces */
    void draw_part(float src_x, float src_y, float dst_x, float dst_y,
                   float width, float height,
@@ -869,7 +941,7 @@ diff -aur supertux/src/video/texture.cpp supertux-nogl/src/video/texture.cpp
  #include <assert.h>
  #include "glutil.hpp"
  
-@@ -30,81 +29,37 @@
+@@ -30,7 +29,7 @@
    return (v & (v-1)) == 0;
  }
  
@@ -878,13 +950,13 @@ diff -aur supertux/src/video/texture.cpp supertux-nogl/src/video/texture.cpp
  {
    assert(is_power_of_2(w));
    assert(is_power_of_2(h));
+@@ -38,23 +37,10 @@
    this->width = w;
    this->height = h;
--  
 -  assert_gl("before creating texture");
 -  glGenTextures(1, &handle);
--  
+-
 -  try {
 -    glBindTexture(GL_TEXTURE_2D, handle);
 -
@@ -896,7 +968,6 @@ diff -aur supertux/src/video/texture.cpp supertux-nogl/src/video/texture.cpp
 -    glDeleteTextures(1, &handle);
 -    throw;
 -  }
-+
 +  surface = 0;
  }
  
@@ -905,17 +976,13 @@ diff -aur supertux/src/video/texture.cpp supertux-nogl/src/video/texture.cpp
  {
    const SDL_PixelFormat* format = image->format;
    if(!is_power_of_2(image->w) || !is_power_of_2(image->h))
-     throw std::runtime_error("image has no power of 2 size");
-   if(format->BitsPerPixel != 24 && format->BitsPerPixel != 32)
-     throw std::runtime_error("image has no 24 or 32 bit color depth");
--  
-+
+@@ -65,45 +51,14 @@
    this->width = image->w;
    this->height = image->h;
  
 -  assert_gl("before creating texture");
 -  glGenTextures(1, &handle);
--  
+-
 -  try {
 -    GLenum sdl_format;
 -    if(format->BytesPerPixel == 3)
@@ -933,7 +1000,7 @@ diff -aur supertux/src/video/texture.cpp supertux-nogl/src/video/texture.cpp
 -
 -    assert_gl("creating texture");
 -
--    set_texture_params();    
+-    set_texture_params();
 -  } catch(...) {
 -    glDeleteTextures(1, &handle);
 -    throw;
@@ -956,7 +1023,6 @@ diff -aur supertux/src/video/texture.cpp supertux-nogl/src/video/texture.cpp
 -
 -  assert_gl("set texture params");
  }
 diff -aur supertux/src/video/texture.hpp supertux-nogl/src/video/texture.hpp
 --- supertux/src/video/texture.hpp     2006-07-03 02:00:48.000000000 +0200
 +++ supertux-nogl/src/video/texture.hpp        2006-07-03 02:00:29.000000000 +0200
@@ -983,7 +1049,7 @@ diff -aur supertux/src/video/texture.hpp supertux-nogl/src/video/texture.hpp
 @@ -41,11 +42,6 @@
    Texture(SDL_Surface* surface, GLenum glformat);
    virtual ~Texture();
-   
 -  GLuint get_handle() const
 -  {
 -    return handle;
@@ -1032,7 +1098,7 @@ diff -aur supertux/src/video/texture_manager.cpp supertux-nogl/src/video/texture
    for(Textures::iterator i = textures.begin(); i != textures.end(); ++i) {
      save_texture(*i);
    }
-@@ -165,75 +157,16 @@
+@@ -165,74 +157,15 @@
  {
    SavedTexture saved_texture;
    saved_texture.texture = texture;
@@ -1054,7 +1120,7 @@ diff -aur supertux/src/video/texture_manager.cpp supertux-nogl/src/video/texture
  
    size_t pixelssize = saved_texture.width * saved_texture.height * 4;
    saved_texture.pixels = new char[pixelssize];
--  
+-
 -  glGetTexImage(GL_TEXTURE_2D, 0, GL_RGBA, GL_UNSIGNED_BYTE,
 -                saved_texture.pixels);
  
@@ -1075,11 +1141,11 @@ diff -aur supertux/src/video/texture_manager.cpp supertux-nogl/src/video/texture
 -  glPixelStorei(GL_UNPACK_SKIP_ROWS, 0);
 -  glPixelStorei(GL_UNPACK_SKIP_IMAGES, 0);
 -  glPixelStorei(GL_UNPACK_ALIGNMENT, 1);
--  
+-
 -  for(std::vector<SavedTexture>::iterator i = saved_textures.begin();
 -      i != saved_textures.end(); ++i) {
 -    SavedTexture& saved_texture = *i;
--    
+-
 -    GLuint handle;
 -    glGenTextures(1, &handle);
 -    assert_gl("creating texture handle");
@@ -1107,7 +1173,6 @@ diff -aur supertux/src/video/texture_manager.cpp supertux-nogl/src/video/texture
 -
    saved_textures.clear();
  }
 diff -aur supertux/src/video/texture_manager.hpp supertux-nogl/src/video/texture_manager.hpp
 --- supertux/src/video/texture_manager.hpp     2006-07-03 02:00:48.000000000 +0200
 +++ supertux-nogl/src/video/texture_manager.hpp        2006-07-03 02:00:29.000000000 +0200