Devin J. Pohly d868c7a5d6 Hack to fix movie crasher
A movie larger than the max texture size would be rendered - at its original
size - onto a smaller texture, causing an access violation.  This just ignores
the max texture size for movies.

Two better solutions:
1. Resize the movie to the texture size.  Ideal, but slow in my experiments.
2. Don't load the movie texture at all in this case.  A possibility in the
   future, but will require some refactoring first.
2013-05-21 15:31:41 -07:00
2013-02-09 14:16:41 -08:00
2011-09-07 17:42:29 -05:00
2012-08-02 16:47:29 -04:00
2012-07-20 12:08:54 -07:00
2012-05-04 21:58:21 -04:00
2011-07-16 15:14:08 -05:00
2012-03-10 18:45:31 -06:00
2012-11-23 23:05:19 -06:00
2013-05-21 15:31:41 -07:00
2013-04-16 00:16:02 -04:00
2012-01-12 03:26:08 +02:00
S
Description
554 MiB
Languages
C++ 85.7%
Lua 4.3%
C 4.3%
Rich Text Format 2.3%
CMake 1.1%
Other 2%