From 5bf3aa09d59c296370358fdf40965da2e3d9bf3d Mon Sep 17 00:00:00 2001 From: rdb Date: Sat, 11 Feb 2012 19:39:33 +0000 Subject: [PATCH] add libRocket extensions for packp3d to pick up --- direct/src/p3d/Packager.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/direct/src/p3d/Packager.py b/direct/src/p3d/Packager.py index fc854aba5c..346d7e882a 100644 --- a/direct/src/p3d/Packager.py +++ b/direct/src/p3d/Packager.py @@ -2318,9 +2318,11 @@ class Packager: # Binary files that are considered uncompressible, and are # copied without compression. - self.uncompressibleExtensions = [ 'mp3', 'ogg', 'wav' ] + self.uncompressibleExtensions = [ 'mp3', 'ogg', 'wav', 'rml', 'rcss', 'otf' ] # wav files are compressible, but p3openal_audio won't load # them compressed. + # rml, rcss and otf files must be added here because + # libRocket wants to be able to seek in these files. # Files which are not to be processed further, but which # should be added exactly byte-for-byte as they are.