blender/source/gameengine
Brecht Van Lommel 008863daec Merge image related changes from the render branch. This includes the image
tile cache code in imbuf, but it is not hooked up to the render engine.


Imbuf module: some small refactoring and removing a lot of unused or old code
(about 6.5k lines).

* Added a ImFileType struct with callbacks to make adding an file format type,
  or making changes to the API easier.
* Move imbuf init/exit code into IMB_init()/IMB_exit() functions.
* Increased mipmap levels from 10 to 20, you run into this limit already with
  a 2k image.
* Removed hamx, amiga, anim5 format support.
* Removed colormap saving, only simple colormap code now for reading tga.
* Removed gen_dynlibtiff.py, editing this is almost as much work as just
  editing the code directly.
* Functions removed that were only used for sequencer plugin API:
  IMB_anim_nextpic, IMB_clever_double, IMB_antialias, IMB_gamwarp,
  IMB_scalefieldImBuf, IMB_scalefastfieldImBuf, IMB_onethird, IMB_halflace,
  IMB_dit0, IMB_dit2, IMB_cspace
* Write metadata info into OpenEXR images. Can be viewed with the command
  line utility 'exrheader'

For the image tile cache code, see this page:
http://wiki.blender.org/index.php/Dev:2.5/Source/Imaging/ImageTileCache
2010-05-07 15:18:04 +00:00
..
BlenderRoutines BGE Fix: [#19951] mouse over sensor is broken with letterboxing framing 2010-04-23 22:48:26 +00:00
Converter ghash alloc string from render branch 2010-05-07 07:54:25 +00:00
Expressions remove config.h references, was added for automake build system rev around 124-126 but isnt used by any build systems now. 2010-04-18 10:28:37 +00:00
GameLogic BGE Fix: [#19951] mouse over sensor is broken with letterboxing framing 2010-04-23 22:48:26 +00:00
GamePlayer Merge image related changes from the render branch. This includes the image 2010-05-07 15:18:04 +00:00
Ketsji bugfix for own error [#22269] object vector operations (position) not working properly after rev. 28471 2010-05-06 22:07:03 +00:00
Network remove config.h references, was added for automake build system rev around 124-126 but isnt used by any build systems now. 2010-04-18 10:28:37 +00:00
Physics remove config.h references, was added for automake build system rev around 124-126 but isnt used by any build systems now. 2010-04-18 10:28:37 +00:00
PyDoc BGE EPY Docs: PhysicsConstraints and fixes in other modules 2010-04-20 08:23:22 +00:00
Rasterizer BGE Fix: [#19951] mouse over sensor is broken with letterboxing framing 2010-04-23 22:48:26 +00:00
SceneGraph remove config.h references, was added for automake build system rev around 124-126 but isnt used by any build systems now. 2010-04-18 10:28:37 +00:00
VideoTexture py api file rename 2010-04-11 12:05:27 +00:00
CMakeLists.txt correct fsf address 2010-02-12 13:34:04 +00:00
Makefile 2.5 2009-08-11 18:14:49 +00:00
SConscript option to build the BGE without python, uses existing python check (cmake and scons) 2009-09-29 21:42:40 +00:00