blender/source/gameengine/Rasterizer
Brecht Van Lommel cb89decfdc Merge of first part of changes from the apricot branch, especially
the features that are needed to run the game. Compile tested with
scons, make, but not cmake, that seems to have an issue not related
to these changes. The changes include:

* GLSL support in the viewport and game engine, enable in the game
  menu in textured draw mode.
* Synced and merged part of the duplicated blender and gameengine/
  gameplayer drawing code.
* Further refactoring of game engine drawing code, especially mesh
  storage changed a lot.
* Optimizations in game engine armatures to avoid recomputations.
* A python function to get the framerate estimate in game.

* An option take object color into account in materials.
* An option to restrict shadow casters to a lamp's layers.
* Increase from 10 to 18 texture slots for materials, lamps, word.
  An extra texture slot shows up once the last slot is used.

* Memory limit for undo, not enabled by default yet because it
  needs the .B.blend to be changed.
* Multiple undo for image painting.

* An offset for dupligroups, so not all objects in a group have to
  be at the origin.
2008-09-04 20:51:28 +00:00
..
RAS_OpenGLFilters Patch from GSR that a) fixes a whole bunch of GPL/BL license 2008-04-16 22:40:48 +00:00
RAS_OpenGLRasterizer Merge of first part of changes from the apricot branch, especially 2008-09-04 20:51:28 +00:00
CMakeLists.txt improvement of 2d-filter custom shader, 2008-07-12 10:21:37 +00:00
Makefile Merge of first part of changes from the apricot branch, especially 2008-09-04 20:51:28 +00:00
RAS_2DFilterManager.cpp BGE 2dFilters some extra fixes 2008-07-20 23:34:17 +00:00
RAS_2DFilterManager.h BGE Bug Fix:#17349, fixes some problems about 2d-filters 2008-07-20 23:03:01 +00:00
RAS_BucketManager.cpp Merge of first part of changes from the apricot branch, especially 2008-09-04 20:51:28 +00:00
RAS_BucketManager.h Merge of first part of changes from the apricot branch, especially 2008-09-04 20:51:28 +00:00
RAS_CameraData.h Am teaching a GE course this week, and am finding some small issues that I'm hoping to patch. 2008-07-29 20:28:11 +00:00
RAS_Deformer.h BGE Patch: Add Shape Action support and update MSCV_7 project file for glew. 2008-06-18 06:46:49 +00:00
RAS_FramingManager.cpp Patch from GSR that a) fixes a whole bunch of GPL/BL license 2008-04-16 22:40:48 +00:00
RAS_FramingManager.h Patch from GSR that a) fixes a whole bunch of GPL/BL license 2008-04-16 22:40:48 +00:00
RAS_ICanvas.h BGE Bug Fix:#17349, fixes some problems about 2d-filters 2008-07-20 23:03:01 +00:00
RAS_IPolygonMaterial.cpp Merge of first part of changes from the apricot branch, especially 2008-09-04 20:51:28 +00:00
RAS_IPolygonMaterial.h Merge of first part of changes from the apricot branch, especially 2008-09-04 20:51:28 +00:00
RAS_IRasterizer.h Merge of first part of changes from the apricot branch, especially 2008-09-04 20:51:28 +00:00
RAS_IRenderTools.cpp Merge of first part of changes from the apricot branch, especially 2008-09-04 20:51:28 +00:00
RAS_IRenderTools.h Merge of first part of changes from the apricot branch, especially 2008-09-04 20:51:28 +00:00
RAS_LightObject.h Patch from GSR that a) fixes a whole bunch of GPL/BL license 2008-04-16 22:40:48 +00:00
RAS_MaterialBucket.cpp Merge of first part of changes from the apricot branch, especially 2008-09-04 20:51:28 +00:00
RAS_MaterialBucket.h Merge of first part of changes from the apricot branch, especially 2008-09-04 20:51:28 +00:00
RAS_MeshObject.cpp Merge of first part of changes from the apricot branch, especially 2008-09-04 20:51:28 +00:00
RAS_MeshObject.h Merge of first part of changes from the apricot branch, especially 2008-09-04 20:51:28 +00:00
RAS_ObjectColor.h Patch from GSR that a) fixes a whole bunch of GPL/BL license 2008-04-16 22:40:48 +00:00
RAS_Polygon.cpp Merge of first part of changes from the apricot branch, especially 2008-09-04 20:51:28 +00:00
RAS_Polygon.h Merge of first part of changes from the apricot branch, especially 2008-09-04 20:51:28 +00:00
RAS_Rect.h Patch from GSR that a) fixes a whole bunch of GPL/BL license 2008-04-16 22:40:48 +00:00
RAS_texmatrix.cpp Patch from GSR that a) fixes a whole bunch of GPL/BL license 2008-04-16 22:40:48 +00:00
RAS_TexMatrix.h Patch from GSR that a) fixes a whole bunch of GPL/BL license 2008-04-16 22:40:48 +00:00
RAS_TexVert.cpp Merge of first part of changes from the apricot branch, especially 2008-09-04 20:51:28 +00:00
RAS_TexVert.h Merge of first part of changes from the apricot branch, especially 2008-09-04 20:51:28 +00:00
SConscript Merge of first part of changes from the apricot branch, especially 2008-09-04 20:51:28 +00:00