Re: [Warzone-dev] trunk 2.2 changes for ports/ server code/ config directory

2009-04-11 Thread Christian Ohm
Updated patch. I've moved texture creation from video_write() into seq_Play(), where it makes more sense, and added a check for the video size. I've also removed the radar warning message, and added a check for the YUV420 format (though those should be committed separately).

Re: [Warzone-dev] [PATCH] Don't use the texture rectangle extension for video display

2009-04-11 Thread Christian Ohm
Argh. Forgot the patch, and replied to the wrong mail... Updated patch. I've moved texture creation from video_write() into seq_Play(), where it makes more sense, and added a check for the video size. I've also removed the radar warning message, and added a check for the YUV420 format (though