diff -Nru 0ad-data-0.0.15/binaries/data/config/default.cfg 0ad-data-0.0.16/binaries/data/config/default.cfg --- 0ad-data-0.0.15/binaries/data/config/default.cfg 2013-12-15 21:02:58.000000000 +0000 +++ 0ad-data-0.0.16/binaries/data/config/default.cfg 2014-04-30 17:53:51.000000000 +0000 @@ -21,7 +21,9 @@ windowed = false ; Enable/disable the splashscreen -splashscreenenable = true +splashscreendisable = false +; Splashscreen version (date of last modification). By default, 0 to force splashscreen to appear at first launch. +splashscreenversion = 0 ; Pause the game on window focus loss (Only applicable to single player mode) pauseonfocusloss = true @@ -43,6 +45,9 @@ ; System settings: +; if false, actors won't be rendered but anything entity will be. +renderactors = true + waternormals = true waterrealdepth = true waterfoam = false @@ -307,7 +312,6 @@ ; > HOTKEYS ONLY hotkey.chat = Return ; Toggle chat window hotkey.teamchat = "T" ; Toggle chat window in team chat mode -hotkey.complete.playername = "Alt+C" ; Complete a player's name ; > GUI TEXTBOX HOTKEYS hotkey.text.delete.left = "Ctrl+Backspace" ; Delete word to the left of cursor @@ -327,8 +331,10 @@ profiler2.gpu.ext.enable = true ; Allow GL_EXT_timer_query timing mode when available profiler2.gpu.intel.enable = true ; Allow GL_INTEL_performance_queries timing mode when available -; > JS DEBUGGER -jsdebugger.enable = false ; Enable Javascript debugging (default off for security/performance) +; Developer options +jsdebugger.enable = false ; Enable Javascript debugging. The Debugger is currently broken and can't be enabled until the SpiderMonkey upgrade is done and the debugger is updated for the new API. +tinygettext.debug = false ; Enable Tinygettext debugging information. If true, Tinygettext prints error messages each time that a translation for an English string is not found. +developeroverlay.enable = false ; Enable in-game Developer Overlay. ; > QUICKSAVE hotkey.quicksave = "Shift+F5" @@ -355,6 +361,7 @@ ; Multiplayer lobby preferences lobby.server = "lobby.wildfiregames.com" ; Address of lobby server -lobby.xpartamupp = "wfgbot" ; Name of the server-side xmpp client that manage games +lobby.xpartamupp = "wfgbot16" ; Name of the server-side xmpp client that manage games lobby.chattimestamp = false ; Show time chat message was posted -lobby.room = "arena15" ; Default MUC room to join +lobby.room = "arena16" ; Default MUC room to join +lobby.history = 0 ; Number of past messages to display on join Binary files /tmp/0PxxaMLoMe/0ad-data-0.0.15/binaries/data/mods/public/public.zip and /tmp/DioFLkI3hn/0ad-data-0.0.16/binaries/data/mods/public/public.zip differ Binary files /tmp/0PxxaMLoMe/0ad-data-0.0.15/binaries/data/tools/fontbuilder/fonts/DejaVuSans.ttf and /tmp/DioFLkI3hn/0ad-data-0.0.16/binaries/data/tools/fontbuilder/fonts/DejaVuSans.ttf differ diff -Nru 0ad-data-0.0.15/binaries/data/tools/fontbuilder/fonts/FreeFont-LICENSE.txt 0ad-data-0.0.16/binaries/data/tools/fontbuilder/fonts/FreeFont-LICENSE.txt --- 0ad-data-0.0.15/binaries/data/tools/fontbuilder/fonts/FreeFont-LICENSE.txt 1970-01-01 00:00:00.000000000 +0000 +++ 0ad-data-0.0.16/binaries/data/tools/fontbuilder/fonts/FreeFont-LICENSE.txt 2014-03-17 10:13:49.000000000 +0000 @@ -0,0 +1,12 @@ + +GNU FreeFont +License + +Free UCS scalable fonts is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. + +The fonts are distributed in the hope that they will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. + +You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + +As a special exception, if you create a document which uses this font, and embed this font or unaltered portions of this font into the document, this font does not by itself cause the resulting document to be covered by the GNU General Public License. This exception does not however invalidate any other reasons why the document might be covered by the GNU General Public License. If you modify this font, you may extend this exception to your version of the font, but you are not obligated to do so. If you do not wish to do so, delete this exception statement from your version. + Binary files /tmp/0PxxaMLoMe/0ad-data-0.0.15/binaries/data/tools/fontbuilder/fonts/FreeMono.ttf and /tmp/DioFLkI3hn/0ad-data-0.0.16/binaries/data/tools/fontbuilder/fonts/FreeMono.ttf differ Binary files /tmp/0PxxaMLoMe/0ad-data-0.0.15/binaries/data/tools/fontbuilder/fonts/FreeSansBold.ttf and /tmp/DioFLkI3hn/0ad-data-0.0.16/binaries/data/tools/fontbuilder/fonts/FreeSansBold.ttf differ Binary files /tmp/0PxxaMLoMe/0ad-data-0.0.15/binaries/data/tools/fontbuilder/fonts/FreeSansOblique.ttf and /tmp/DioFLkI3hn/0ad-data-0.0.16/binaries/data/tools/fontbuilder/fonts/FreeSansOblique.ttf differ Binary files /tmp/0PxxaMLoMe/0ad-data-0.0.15/binaries/data/tools/fontbuilder/fonts/FreeSans.ttf and /tmp/DioFLkI3hn/0ad-data-0.0.16/binaries/data/tools/fontbuilder/fonts/FreeSans.ttf differ Binary files /tmp/0PxxaMLoMe/0ad-data-0.0.15/binaries/data/tools/fontbuilder/fonts/FreeSerifBold.ttf and /tmp/DioFLkI3hn/0ad-data-0.0.16/binaries/data/tools/fontbuilder/fonts/FreeSerifBold.ttf differ Binary files /tmp/0PxxaMLoMe/0ad-data-0.0.15/binaries/data/tools/fontbuilder/fonts/FreeSerif.ttf and /tmp/DioFLkI3hn/0ad-data-0.0.16/binaries/data/tools/fontbuilder/fonts/FreeSerif.ttf differ diff -Nru 0ad-data-0.0.15/binaries/data/tools/fontbuilder/fonts/LibBiolinum-LICENSE.txt 0ad-data-0.0.16/binaries/data/tools/fontbuilder/fonts/LibBiolinum-LICENSE.txt --- 0ad-data-0.0.15/binaries/data/tools/fontbuilder/fonts/LibBiolinum-LICENSE.txt 1970-01-01 00:00:00.000000000 +0000 +++ 0ad-data-0.0.16/binaries/data/tools/fontbuilder/fonts/LibBiolinum-LICENSE.txt 2014-03-17 10:13:49.000000000 +0000 @@ -0,0 +1,12 @@ + +Libertine and Biolinum +License + +Free UCS scalable fonts is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. + +The fonts are distributed in the hope that they will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. + +You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + +As a special exception, if you create a document which uses this font, and embed this font or unaltered portions of this font into the document, this font does not by itself cause the resulting document to be covered by the GNU General Public License. This exception does not however invalidate any other reasons why the document might be covered by the GNU General Public License. If you modify this font, you may extend this exception to your version of the font, but you are not obligated to do so. If you do not wish to do so, delete this exception statement from your version. + Binary files /tmp/0PxxaMLoMe/0ad-data-0.0.15/binaries/data/tools/fontbuilder/fonts/LinBiolinum_Kah.ttf and /tmp/DioFLkI3hn/0ad-data-0.0.16/binaries/data/tools/fontbuilder/fonts/LinBiolinum_Kah.ttf differ Binary files /tmp/0PxxaMLoMe/0ad-data-0.0.15/binaries/data/tools/fontbuilder/fonts/LinBiolinum_Rah.ttf and /tmp/DioFLkI3hn/0ad-data-0.0.16/binaries/data/tools/fontbuilder/fonts/LinBiolinum_Rah.ttf differ Binary files /tmp/0PxxaMLoMe/0ad-data-0.0.15/binaries/data/tools/fontbuilder/fonts/LinBiolinum_RBah.ttf and /tmp/DioFLkI3hn/0ad-data-0.0.16/binaries/data/tools/fontbuilder/fonts/LinBiolinum_RBah.ttf differ Binary files /tmp/0PxxaMLoMe/0ad-data-0.0.15/binaries/data/tools/fontbuilder/fonts/LinBiolinum_RIah.ttf and /tmp/DioFLkI3hn/0ad-data-0.0.16/binaries/data/tools/fontbuilder/fonts/LinBiolinum_RIah.ttf differ diff -Nru 0ad-data-0.0.15/debian/changelog 0ad-data-0.0.16/debian/changelog --- 0ad-data-0.0.15/debian/changelog 2013-12-26 01:32:43.000000000 +0000 +++ 0ad-data-0.0.16/debian/changelog 2014-05-21 11:59:03.000000000 +0000 @@ -1,3 +1,17 @@ +0ad-data (0.0.16-1~ubuntu14.04.1) trusty-backports; urgency=medium + + * No-change backport to trusty (LP: #1321673) + + -- Felix Geyer Wed, 21 May 2014 13:59:03 +0200 + +0ad-data (0.0.16-1) unstable; urgency=medium + + * New upstream release. + * Update my email address. + * Update Standards version to 3.9.5, no changes required. + + -- Vincent Cheng Sat, 17 May 2014 16:23:59 -0700 + 0ad-data (0.0.15-1) unstable; urgency=medium * New upstream release. diff -Nru 0ad-data-0.0.15/debian/control 0ad-data-0.0.16/debian/control --- 0ad-data-0.0.15/debian/control 2013-08-20 07:52:42.000000000 +0000 +++ 0ad-data-0.0.16/debian/control 2014-05-17 23:26:44.000000000 +0000 @@ -2,9 +2,9 @@ Section: games Priority: optional Maintainer: Debian Games Team -Uploaders: Vincent Cheng +Uploaders: Vincent Cheng Build-Depends: debhelper (>= 9), dpkg-dev (>= 1.15.5) -Standards-Version: 3.9.4 +Standards-Version: 3.9.5 Homepage: http://play0ad.com/ Vcs-Svn: svn://anonscm.debian.org/pkg-games/packages/trunk/0ad-data/ Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-games/packages/trunk/0ad-data/ @@ -28,7 +28,10 @@ Package: 0ad-data-common Architecture: all Pre-Depends: dpkg (>= 1.15.6~) -Depends: fonts-texgyre, fonts-dejavu-core, ${misc:Depends} +Depends: + fonts-dejavu-core | ttf-dejavu-core, + fonts-texgyre | tex-gyre, + ${misc:Depends} Breaks: 0ad-data (<< 0.0.12-1~) Replaces: 0ad-data (<< 0.0.12-1~) Suggests: 0ad diff -Nru 0ad-data-0.0.15/debian/copyright 0ad-data-0.0.16/debian/copyright --- 0ad-data-0.0.15/debian/copyright 2013-08-20 07:41:55.000000000 +0000 +++ 0ad-data-0.0.16/debian/copyright 2014-05-17 23:26:44.000000000 +0000 @@ -28,7 +28,7 @@ Files: debian/* Copyright: 2010-2012 Rico Tzschichholz - 2012 Vincent Cheng + 2012-2014 Vincent Cheng License: GPL-2+ License: Arev-Fonts