Created a new (better?) exit tree. See tree-exit.stl. Still needs work.
[supertux.git] / contrib / supertux-nogl.diff
index d4f01c6..a9c96b5 100644 (file)
 #
 #  patch -p1 < contrib/supertux-nogl.diff
 #
+#  This patch works for revision 3321. It may break for later revisions.
+#
 # -----------------------------------------------------------------------------
-diff -Naur -x .svn -x build -x doxygen supertux/INSTALL supertux-nogl/INSTALL
+diff -Naur supertux/INSTALL supertux-nogl/INSTALL
 --- supertux/INSTALL   2006-03-03 21:49:07.000000000 +0100
 +++ supertux-nogl/INSTALL      2006-04-07 04:13:00.000000000 +0200
 @@ -1,7 +1,7 @@
@@ -66,7 +68,7 @@ diff -Naur -x .svn -x build -x doxygen supertux/INSTALL supertux-nogl/INSTALL
  * PhysicsFS (1.0.0, the development branch 1.1.x is buggy and does not work,
               1.2.0 and later should work when it is released)
      http://www.icculus.org/physfs
-diff -Naur -x .svn -x build -x doxygen supertux/README supertux-nogl/README
+diff -Naur supertux/README supertux-nogl/README
 --- supertux/README    2006-03-03 20:43:38.000000000 +0100
 +++ supertux-nogl/README       2006-04-07 04:13:00.000000000 +0200
 @@ -2,7 +2,7 @@
@@ -92,7 +94,7 @@ diff -Naur -x .svn -x build -x doxygen supertux/README supertux-nogl/README
  
  
  PLAYING THE GAME
-diff -Naur -x .svn -x build -x doxygen supertux/configure.ac supertux-nogl/configure.ac
+diff -Naur supertux/configure.ac supertux-nogl/configure.ac
 --- supertux/configure.ac      2006-03-03 20:43:38.000000000 +0100
 +++ supertux-nogl/configure.ac 2006-04-07 04:13:00.000000000 +0200
 @@ -11,7 +11,7 @@
@@ -104,7 +106,7 @@ diff -Naur -x .svn -x build -x doxygen supertux/configure.ac supertux-nogl/confi
  AC_CONFIG_SRCDIR([src/main.cpp])
  AC_CONFIG_AUX_DIR([mk/autoconf])
  AC_CANONICAL_TARGET
-@@ -105,6 +105,14 @@
+@@ -112,6 +105,14 @@
          [AC_MSG_ERROR([Please install SDLImage >= 1.2.1])],
          [$SDL_CFLAGS], [$SDL_LIBS])
  
@@ -119,7 +121,7 @@ diff -Naur -x .svn -x build -x doxygen supertux/configure.ac supertux-nogl/confi
  NP_FINDLIB([PHYSFS], [physfs], [physfs >= 1.0.0],
          NP_LANG_PROGRAM([
  #include <stdio.h>
-@@ -124,11 +132,6 @@
+@@ -131,11 +132,6 @@
           [AC_MSG_ERROR([Please intall OpenAL])],
           [], [])
  
@@ -131,7 +133,7 @@ diff -Naur -x .svn -x build -x doxygen supertux/configure.ac supertux-nogl/confi
  dnl Checks for library functions.
  AC_CHECK_FUNCS(mkdir strdup strstr)
  
-diff -Naur -x .svn -x build -x doxygen supertux/src/Jamfile supertux-nogl/src/Jamfile
+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 @@
@@ -143,63 +145,18 @@ diff -Naur -x .svn -x build -x doxygen supertux/src/Jamfile supertux-nogl/src/Ja
  Help supertux : "Build the supertux executable" ;
  IncludeDir supertux : squirrel/include ;
  
-diff -Naur -x .svn -x build -x doxygen supertux/src/main.cpp supertux-nogl/src/main.cpp
+diff -Naur supertux/src/main.cpp supertux-nogl/src/main.cpp
 --- supertux/src/main.cpp      2006-04-07 03:32:14.000000000 +0200
 +++ supertux-nogl/src/main.cpp 2006-04-07 04:11:50.000000000 +0200
 @@ -35,7 +35,6 @@
  #include <physfs.h>
  #include <SDL.h>
  #include <SDL_image.h>
--#include <SDL_opengl.h>
+-#include <GL/gl.h>
  
  #include "gameconfig.hpp"
  #include "resources.hpp"
-@@ -266,44 +265,6 @@
-       ;
- }
--static void check_gl_error()
--{
--  GLenum glerror = glGetError();
--  std::string errormsg;
--  
--  if(glerror != GL_NO_ERROR) {
--    switch(glerror) {
--      case GL_INVALID_ENUM:
--        errormsg = "Invalid enumeration value";
--        break;
--      case GL_INVALID_VALUE:
--        errormsg = "Numeric argzment out of range";
--        break;
--      case GL_INVALID_OPERATION:
--        errormsg = "Invalid operation";
--        break;
--      case GL_STACK_OVERFLOW:
--        errormsg = "stack overflow";
--        break;
--      case GL_STACK_UNDERFLOW:
--        errormsg = "stack underflow";
--        break;
--      case GL_OUT_OF_MEMORY:
--        errormsg = "out of memory";
--        break;
--      case GL_TABLE_TOO_LARGE:
--        errormsg = "table too large";
--        break;
--      default:
--        errormsg = "unknown error number";
--        break;
--    }
--    std::stringstream msg;
--    msg << "OpenGL Error: " << errormsg;
--    throw std::runtime_error(msg.str());
--  }
--}
--
- void init_video()
- {
-   if(texture_manager != NULL)
-@@ -314,7 +275,7 @@
+@@ -317,7 +275,7 @@
    SDL_GL_SetAttribute(SDL_GL_GREEN_SIZE, 5);
    SDL_GL_SetAttribute(SDL_GL_BLUE_SIZE, 5);
    
@@ -208,7 +165,7 @@ diff -Naur -x .svn -x build -x doxygen supertux/src/main.cpp supertux-nogl/src/m
    if(config->use_fullscreen)
      flags |= SDL_FULLSCREEN;
    int width = config->screenwidth;
-@@ -344,24 +305,6 @@
+@@ -347,24 +305,6 @@
    }
  #endif
  
@@ -228,24 +185,23 @@ diff -Naur -x .svn -x build -x doxygen supertux/src/main.cpp supertux-nogl/src/m
 -  glLoadIdentity();
 -  glTranslatef(0, 0, 0);
 -
--  check_gl_error();
+-  check_gl_error("Setting up view matrices");
 -
    if(texture_manager != NULL)
      texture_manager->reload_textures();
    else
-diff -Naur -x .svn -x build -x doxygen supertux/src/video/drawing_context.cpp supertux-nogl/src/video/drawing_context.cpp
+diff -Naur supertux/src/video/drawing_context.cpp supertux-nogl/src/video/drawing_context.cpp
 --- supertux/src/video/drawing_context.cpp     2006-03-31 04:18:01.000000000 +0200
 +++ supertux-nogl/src/video/drawing_context.cpp        2006-04-07 04:11:49.000000000 +0200
-@@ -22,8 +22,6 @@
+@@ -22,7 +22,6 @@
  #include <cassert>
  #include <iostream>
  #include <SDL_image.h>
 -#include <GL/gl.h>
--#include <GL/glu.h>
  
  #include "drawing_context.hpp"
  #include "surface.hpp"
-@@ -49,30 +47,20 @@
+@@ -48,30 +47,20 @@
  {
    screen = SDL_GetVideoSurface();
  
@@ -279,7 +235,7 @@ diff -Naur -x .svn -x build -x doxygen supertux/src/video/drawing_context.cpp su
    assert(surface != 0);
    
    DrawingRequest request;
-@@ -97,6 +85,8 @@
+@@ -96,6 +85,8 @@
  DrawingContext::draw_surface_part(const Surface* surface, const Vector& source,
      const Vector& size, const Vector& dest, int layer)
  {
@@ -288,7 +244,7 @@ diff -Naur -x .svn -x build -x doxygen supertux/src/video/drawing_context.cpp su
    assert(surface != 0);
  
    DrawingRequest request;
-@@ -136,6 +126,8 @@
+@@ -135,6 +126,8 @@
  DrawingContext::draw_text(const Font* font, const std::string& text,
      const Vector& position, FontAlignment alignment, int layer)
  {
@@ -297,7 +253,7 @@ diff -Naur -x .svn -x build -x doxygen supertux/src/video/drawing_context.cpp su
    DrawingRequest request;
  
    request.type = TEXT;
-@@ -157,6 +149,8 @@
+@@ -156,6 +149,8 @@
  DrawingContext::draw_center_text(const Font* font, const std::string& text,
      const Vector& position, int layer)
  {
@@ -306,7 +262,7 @@ diff -Naur -x .svn -x build -x doxygen supertux/src/video/drawing_context.cpp su
    draw_text(font, text, Vector(position.x + SCREEN_WIDTH/2, position.y),
        CENTER_ALLIGN, layer);
  }
-@@ -164,6 +158,8 @@
+@@ -163,6 +158,8 @@
  void
  DrawingContext::draw_gradient(const Color& top, const Color& bottom, int layer)
  {
@@ -315,7 +271,7 @@ diff -Naur -x .svn -x build -x doxygen supertux/src/video/drawing_context.cpp su
    DrawingRequest request;
  
    request.type = GRADIENT;
-@@ -185,6 +181,8 @@
+@@ -184,6 +181,8 @@
  DrawingContext::draw_filled_rect(const Vector& topleft, const Vector& size,
                                   const Color& color, int layer)
  {
@@ -324,7 +280,7 @@ diff -Naur -x .svn -x build -x doxygen supertux/src/video/drawing_context.cpp su
    DrawingRequest request;
  
    request.type = FILLRECT;
-@@ -218,23 +216,55 @@
+@@ -217,23 +216,55 @@
    delete surfacepartrequest;
  }
  
@@ -391,7 +347,7 @@ diff -Naur -x .svn -x build -x doxygen supertux/src/video/drawing_context.cpp su
  
    delete gradientrequest;
  }
-@@ -260,17 +290,12 @@
+@@ -259,17 +290,12 @@
    float w = fillrectrequest->size.x;
    float h = fillrectrequest->size.y;
  
@@ -415,7 +371,7 @@ diff -Naur -x .svn -x build -x doxygen supertux/src/video/drawing_context.cpp su
  
    delete fillrectrequest;
  }
-@@ -285,66 +310,10 @@
+@@ -284,66 +310,10 @@
    transformstack.clear();
    target_stack.clear();
  
@@ -483,7 +439,7 @@ diff -Naur -x .svn -x build -x doxygen supertux/src/video/drawing_context.cpp su
  }
  
  void
-@@ -433,9 +402,5 @@
+@@ -432,9 +402,5 @@
  DrawingContext::set_target(Target target)
  {
    this->target = target;
@@ -493,7 +449,7 @@ diff -Naur -x .svn -x build -x doxygen supertux/src/video/drawing_context.cpp su
 -    requests = &drawing_requests;
  }
  
-diff -Naur -x .svn -x build -x doxygen supertux/src/video/drawing_context.hpp supertux-nogl/src/video/drawing_context.hpp
+diff -Naur supertux/src/video/drawing_context.hpp supertux-nogl/src/video/drawing_context.hpp
 --- supertux/src/video/drawing_context.hpp     2006-03-03 20:34:27.000000000 +0100
 +++ supertux-nogl/src/video/drawing_context.hpp        2006-04-07 04:11:49.000000000 +0200
 @@ -23,7 +23,6 @@
@@ -532,16 +488,13 @@ diff -Naur -x .svn -x build -x doxygen supertux/src/video/drawing_context.hpp su
  };
  
  #endif
-diff -Naur -x .svn -x build -x doxygen supertux/src/video/glutil.hpp supertux-nogl/src/video/glutil.hpp
+diff -Naur supertux/src/video/glutil.hpp supertux-nogl/src/video/glutil.hpp
 --- supertux/src/video/glutil.hpp      2006-03-21 16:13:11.000000000 +0100
 +++ supertux-nogl/src/video/glutil.hpp 2006-04-07 04:11:49.000000000 +0200
-@@ -21,45 +21,13 @@
- #include <sstream>
- #include <stdexcept>
+@@ -21,53 +21,6 @@
 -#include <GL/gl.h>
  
--static inline void assert_gl(const char* message)
+-static inline void check_gl_error(const char* message)
 -{
 -#ifdef DEBUG
 -  GLenum error = glGetError();
@@ -570,6 +523,11 @@ diff -Naur -x .svn -x build -x doxygen supertux/src/video/glutil.hpp supertux-no
 -        msg << "OUT_OF_MEMORY: There is not enough memory left to execute the "
 -               "command.";
 -        break;
+-#ifdef GL_TABLE_TOO_LARGE
+-      case GL_TABLE_TOO_LARGE:
+-        msg << "TABLE_TOO_LARGE: table is too large";
+-        break;
+-#endif                        
 -      default:
 -        msg << "Unknown error (code " << error << ")";
 -    }
@@ -578,159 +536,21 @@ diff -Naur -x .svn -x build -x doxygen supertux/src/video/glutil.hpp supertux-no
 -  }
 -#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
-+
-+
- #endif
-diff -Naur -x .svn -x build -x doxygen supertux/src/video/screen.cpp supertux-nogl/src/video/screen.cpp
---- supertux/src/video/screen.cpp      2006-04-07 03:32:13.000000000 +0200
-+++ supertux-nogl/src/video/screen.cpp 2006-04-07 04:11:49.000000000 +0200
-@@ -38,61 +38,70 @@
- static const float LOOP_DELAY = 20.0;
--void fillrect(float x, float y, float w, float h, const Color& col)
--{
--  if(w < 0) {
--    x += w;
--    w = -w;
--  }
--  if(h < 0) {
--    y += h;
--    h = -h;
--  }
--
--  glColor4f(col.red, col.green, col.blue, col.alpha);
--  glDisable(GL_TEXTURE_2D);
--  glBegin(GL_POLYGON);
--  glVertex2f(x, y);
--  glVertex2f(x+w, y);
--  glVertex2f(x+w, y+h);
--  glVertex2f(x, y+h);
--  glEnd();
--  glEnable(GL_TEXTURE_2D);
--
--  glColor4f(0, 0, 0, 1);
-+void fillrect(float x, float y, float w, float h, int r, int g, int b, int a)
-+  {
-+    SDL_Surface* screen = SDL_GetVideoSurface();
-+
-+    if(w < 0) {
-+      x += w;
-+      w = -w;
-+    }
-+    if(h < 0) {
-+      y += h;
-+      h = -h;
-+    }
-+
-+    SDL_Rect src, rect;
-+    SDL_Surface *temp = NULL;
-+
-+    rect.x = (int)x;
-+    rect.y = (int)y;
-+    rect.w = (int)w;
-+    rect.h = (int)h;
-+
-+    if(a != 255) {
-+      temp = SDL_CreateRGBSurface(screen->flags, rect.w, rect.h, screen->format->BitsPerPixel, screen->format->Rmask, screen->format->Gmask, screen->format->Bmask, screen->format->Amask);
-+
-+      src.x = 0;
-+      src.y = 0;
-+      src.w = rect.w;
-+      src.h = rect.h;
-+
-+      SDL_FillRect(temp, &src, SDL_MapRGB(screen->format, r, g, b));
-+      SDL_SetAlpha(temp, SDL_SRCALPHA, a);
-+      SDL_BlitSurface(temp,0,screen,&rect);
-+      SDL_FreeSurface(temp);
-+    }
-+    else
-+    SDL_FillRect(screen, &rect, SDL_MapRGB(screen->format, r, g, b));
- }
- void fadeout(float fade_time)
- {
--  float alpha_inc  = LOOP_DELAY / fade_time;
--  Color c(0, 0, 0, alpha_inc);
--  float alpha = 1.0;
-+  float alpha_inc  = 256 / (fade_time / LOOP_DELAY);
-+  float alpha = 256;
--  while(alpha >= 0) {
-+  while(alpha > 0) {
-     alpha -= alpha_inc;
--    fillrect(0, 0, SCREEN_WIDTH, SCREEN_HEIGHT, c);
--    // left side
-+    fillrect(0, 0, SCREEN_WIDTH, SCREEN_HEIGHT, 0,0,0, (int)alpha_inc);  // left side
-     
--    SDL_GL_SwapBuffers();
-+    SDL_Flip(SDL_GetVideoSurface());
-     sound_manager->update();
-     
-     SDL_Delay(int(LOOP_DELAY));
--    alpha -= alpha_inc; 
-   }
--
--  fillrect(0, 0, SCREEN_WIDTH, SCREEN_HEIGHT, Color());
-+  fillrect(0, 0, SCREEN_WIDTH, SCREEN_HEIGHT, 0, 0, 0, 255);
- }
- void shrink_fade(const Vector& point, float fade_time)
- {
--  float left_inc  = point.x / (fade_time / LOOP_DELAY);
--  float right_inc = (SCREEN_WIDTH - point.x) / (fade_time / LOOP_DELAY);
--  float up_inc    = point.y / (fade_time / LOOP_DELAY);
--  float down_inc  = (SCREEN_HEIGHT - point.y) / (fade_time / LOOP_DELAY);
-+  float left_inc  = point.x / ((float)fade_time / LOOP_DELAY);
-+  float right_inc = (SCREEN_WIDTH - point.x) / ((float)fade_time / LOOP_DELAY);
-+  float up_inc    = point.y / ((float)fade_time / LOOP_DELAY);
-+  float down_inc  = (SCREEN_HEIGHT - point.y) / ((float)fade_time / LOOP_DELAY);
-                                                                                 
-   float left_cor = 0, right_cor = 0, up_cor = 0, down_cor = 0;
--  Color c;
-                                                                                 
-   while(left_cor < point.x && right_cor < SCREEN_WIDTH - point.x &&
-       up_cor < point.y && down_cor < SCREEN_HEIGHT - point.y) {
-@@ -101,15 +110,14 @@
-     up_cor    += up_inc;
-     down_cor  += down_inc;
-                                                                                 
--    fillrect(0, 0, left_cor, SCREEN_HEIGHT, c);  // left side
--    fillrect(SCREEN_WIDTH - right_cor, 0, right_cor, SCREEN_HEIGHT, c);  // right side
--    fillrect(0, 0, SCREEN_WIDTH, up_cor, c);  // up side
--    fillrect(0, SCREEN_HEIGHT - down_cor, SCREEN_WIDTH, down_cor+1, c);  // down side
-+    fillrect(0, 0, left_cor, SCREEN_HEIGHT, 0,0,0, 255);  // left side
-+    fillrect(SCREEN_WIDTH - right_cor, 0, right_cor, SCREEN_HEIGHT, 0,0,0, 255);  // right side
-+    fillrect(0, 0, SCREEN_WIDTH, up_cor, 0,0,0, 255);  // up side
-+    fillrect(0, SCREEN_HEIGHT - down_cor, SCREEN_WIDTH, down_cor+1, 0,0,0, 255);  // down side
--    SDL_GL_SwapBuffers();
-+    SDL_Flip(SDL_GetVideoSurface());
-   
-     sound_manager->update();
-     SDL_Delay(int(LOOP_DELAY));
-   }
- }
--
-diff -Naur -x .svn -x build -x doxygen supertux/src/video/screen.hpp supertux-nogl/src/video/screen.hpp
---- supertux/src/video/screen.hpp      2006-04-07 03:32:13.000000000 +0200
-+++ supertux-nogl/src/video/screen.hpp 2006-04-07 04:11:49.000000000 +0200
-@@ -20,7 +20,6 @@
- #define SUPERTUX_SCREEN_H
- #include <SDL.h>
--#include <GL/gl.h>
- #include <iostream>
- #include <vector>
-diff -Naur -x .svn -x build -x doxygen supertux/src/video/surface.cpp supertux-nogl/src/video/surface.cpp
+diff -Naur supertux/src/video/surface.cpp supertux-nogl/src/video/surface.cpp
 --- supertux/src/video/surface.cpp     2006-03-25 01:16:31.000000000 +0100
 +++ supertux-nogl/src/video/surface.cpp        2006-04-07 04:11:49.000000000 +0200
 @@ -28,6 +29,7 @@
@@ -945,7 +765,7 @@ diff -Naur -x .svn -x build -x doxygen supertux/src/video/surface.cpp supertux-n
 +  SDL_BlitSurface(transformedSurface, &srcRect, screen, &dstRect);
  }
  
-diff -Naur -x .svn -x build -x doxygen supertux/src/video/surface.hpp supertux-nogl/src/video/surface.hpp
+diff -Naur supertux/src/video/surface.hpp supertux-nogl/src/video/surface.hpp
 --- supertux/src/video/surface.hpp     2006-03-03 20:34:27.000000000 +0100
 +++ supertux-nogl/src/video/surface.hpp        2006-04-07 04:11:49.000000000 +0200
 @@ -20,7 +20,9 @@
@@ -1004,7 +824,7 @@ diff -Naur -x .svn -x build -x doxygen supertux/src/video/surface.hpp supertux-n
  public:
    Surface(const std::string& file);
    Surface(const std::string& file, int x, int y, int w, int h);
-diff -Naur -x .svn -x build -x doxygen supertux/src/video/texture.cpp supertux-nogl/src/video/texture.cpp
+diff -Naur supertux/src/video/texture.cpp supertux-nogl/src/video/texture.cpp
 --- supertux/src/video/texture.cpp     2006-03-03 20:34:27.000000000 +0100
 +++ supertux-nogl/src/video/texture.cpp        2006-04-07 04:11:49.000000000 +0200
 @@ -20,7 +20,6 @@
@@ -1103,7 +923,7 @@ diff -Naur -x .svn -x build -x doxygen supertux/src/video/texture.cpp supertux-n
 -  assert_gl("set texture params");
  }
  
-diff -Naur -x .svn -x build -x doxygen supertux/src/video/texture.hpp supertux-nogl/src/video/texture.hpp
+diff -Naur supertux/src/video/texture.hpp supertux-nogl/src/video/texture.hpp
 --- supertux/src/video/texture.hpp     2006-03-03 20:34:27.000000000 +0100
 +++ supertux-nogl/src/video/texture.hpp        2006-04-07 04:11:49.000000000 +0200
 @@ -20,7 +20,7 @@
@@ -1153,7 +973,7 @@ diff -Naur -x .svn -x build -x doxygen supertux/src/video/texture.hpp supertux-n
  private:
    void set_texture_params();
  };
-diff -Naur -x .svn -x build -x doxygen supertux/src/video/texture_manager.cpp supertux-nogl/src/video/texture_manager.cpp
+diff -Naur supertux/src/video/texture_manager.cpp supertux-nogl/src/video/texture_manager.cpp
 --- supertux/src/video/texture_manager.cpp     2006-04-07 03:32:13.000000000 +0200
 +++ supertux-nogl/src/video/texture_manager.cpp        2006-04-07 04:11:49.000000000 +0200
 @@ -5,8 +5,6 @@
@@ -1209,7 +1029,7 @@ diff -Naur -x .svn -x build -x doxygen supertux/src/video/texture_manager.cpp su
 -  glDeleteTextures(1, &(texture->handle));
 -  texture->handle = 0;
 -
--  assert_gl("retrieving texture");
+-  assert_gl("retrieving texture for save");
  }
  
  void
@@ -1254,14 +1074,16 @@ diff -Naur -x .svn -x build -x doxygen supertux/src/video/texture_manager.cpp su
    saved_textures.clear();
  }
  
-diff -Naur -x .svn -x build -x doxygen supertux/src/video/texture_manager.hpp supertux-nogl/src/video/texture_manager.hpp
+diff -Naur supertux/src/video/texture_manager.hpp supertux-nogl/src/video/texture_manager.hpp
 --- supertux/src/video/texture_manager.hpp     2006-03-03 20:34:27.000000000 +0100
 +++ supertux-nogl/src/video/texture_manager.hpp        2006-04-07 04:11:49.000000000 +0200
-@@ -1,7 +1,6 @@
+@@ -1,7 +1,7 @@
  #ifndef __IMAGE_TEXTURE_MANAGER_HPP__
  #define __IMAGE_TEXTURE_MANAGER_HPP__
  
 -#include <GL/gl.h>
++#include "video/glutil.hpp"
  #include <string>
  #include <vector>
  #include <map>
+