diff -Nru 0ad-data-0.0.21/binaries/data/config/default.cfg 0ad-data-0.0.22/binaries/data/config/default.cfg --- 0ad-data-0.0.21/binaries/data/config/default.cfg 2016-10-11 15:48:02.000000000 +0000 +++ 0ad-data-0.0.22/binaries/data/config/default.cfg 2017-06-02 22:11:05.000000000 +0000 @@ -29,12 +29,6 @@ ; Show detailed tooltips (Unit stats) showdetailedtooltips = false -; Enable/disable the splashscreen -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 @@ -114,7 +108,7 @@ ; Use screen-space postprocessing filters (HDR, bloom, DOF, etc). Incompatible with fixed renderpath. postproc = false -; Quality level of shader effects (set to 10 to display effects) +; Quality level of shader effects (set to 10 to display all effects) materialmgr.quality = 2.0 ; Maximum distance to display parallax effect. Set to 0 to disable parallax. @@ -131,6 +125,9 @@ ; Color of the sky (in "r g b" format) skycolor = "0 0 0" +[adaptivefps] +session = 60 ; Throttle FPS in running games (prevents 100% CPU workload). +menu = 30 ; Throttle FPS in menus only. [hotkey] ; Each one of the specified keys will trigger the action on the left @@ -163,16 +160,17 @@ fps.toggle = "Alt+F" ; Toggle frame counter realtime.toggle = "Alt+T" ; Toggle current display of computer time session.devcommands.toggle = "Alt+D" ; Toggle developer commands panel -session.gui.toggle = "Alt+G" ; Toggle visibility of session GUI -menu.toggle = "F10" ; Toggle in-game menu timeelapsedcounter.toggle = "F12" ; Toggle time elapsed counter session.showstatusbars = Tab ; Toggle display of status bars session.highlightguarding = PgDn ; Toggle highlight of guarding units session.highlightguarded = PgUp ; Toggle highlight of guarded units +session.toggleaurarange = "Alt+V" ; Toggle display of aura range overlays of selected units and structures +session.togglehealrange = "Alt+B" ; Toggle display of heal range overlays of selected units ; > HOTKEYS ONLY chat = Return ; Toggle chat window teamchat = "T" ; Toggle chat window in team chat mode +privatechat = "L" ; Toggle chat window and select the previous private chat partner ; > QUICKSAVE quicksave = "Shift+F5" @@ -300,6 +298,11 @@ rotate.cw = RightBracket ; Rotate building placement preview clockwise rotate.ccw = LeftBracket ; Rotate building placement preview anticlockwise +[hotkey.session.gui] +toggle = "Alt+G" ; Toggle visibility of session GUI +menu.toggle = "F10" ; Toggle in-game menu +barter.toggle = "Ctrl+B" ; Toggle in-game barter/trade page + [hotkey.session.savedgames] delete = Delete ; Delete the selected saved game asking confirmation noconfirmation = Shift ; Do not ask confirmation when deleting a game @@ -328,19 +331,31 @@ cursorblinkrate = 0.5 ; Cursor blink rate in seconds (0.0 to disable blinking) scale = 1.0 ; GUI scaling factor, for improved compatibility with 4K displays -[gui.menu] -limitfps = true ; Limit FPS in the menus and loading screen +[gui.gamesetup] +enabletips = true ; Enable/Disable tips during gamesetup (for newcomers) +assignplayers = everyone ; Whether to assign joining clients to free playerslots. Possible values: everyone, buddies, disabled. [gui.session] -attacknotificationmessage = true ; Show attack notification messages camerajump.threshold = 40 ; How close do we have to be to the actual location in order to jump back to the previous one? timeelapsedcounter = false ; Show the game duration in the top right corner batchtrainingsize = 5 ; Number of units to be trained per batch (when pressing the hotkey) +aurarange = true ; Display aura range overlays of selected units and structures +healrange = true ; Display heal range overlays of selected units [gui.session.minimap] blinkduration = 1.7 ; The blink duration while pinging pingduration = 50.0 ; The duration for which an entity will be pinged after an attack notification +[gui.session.notifications] +attack = true ; Show a chat notification if you are attacked by another player +tribute = true ; Show a chat notification if an ally tributes resources to another team member if teams are locked, and all tributes in observer mode +barter = true ; Show a chat notification to observers when a player bartered resources +phase = completed ; Show a chat notification if you or an ally have started, aborted or completed a new phase, and phases of all players in observer mode. Possible values: none, completed, all. + +[gui.splashscreen] +enable = true ; Enable/disable the splashscreen +version = 0 ; Splashscreen version (date of last modification). By default, 0 to force splashscreen to appear at first launch + [joystick] ; EXPERIMENTAL: joystick/gamepad settings enable = false deadzone = 8192 @@ -353,23 +368,35 @@ zoom.out = 4 [chat] -timestamp = false ; Show time chat message was posted +timestamp = true ; Show at which time chat messages have been sent [chat.session] extended = true ; Whether to display the chat history [lobby] history = 0 ; Number of past messages to display on join -room = "arena21" ; Default MUC room to join +room = "arena22" ; Default MUC room to join server = "lobby.wildfiregames.com" ; Address of lobby server -xpartamupp = "wfgbot21" ; Name of the server-side xmpp client that manage games +xpartamupp = "wfgbot22" ; Name of the server-side xmpp client that manage games +buddies = "," ; Comma separated list of playernames that the current user has marked as buddies + +[lobby.columns] +gamerating = false ; Show the average rating of the participating players in a column of the gamelist + +[lobby.stun] +enabled = true ; The STUN protocol allows hosting games without configuring the firewall and router. + ; If STUN is disabled, the game relies on direct connection, UPnP and port forwarding. +server = "lobby.wildfiregames.com" ; Address of the STUN server. +port = 3478 ; Port of the STUN server. +delay = 200 ; Duration in milliseconds that is waited between STUN messages. + ; Smaller numbers speed up joins but also become less stable. [mod] enabledmods = "mod public" [network] duplicateplayernames = false ; Rename joining player to "User (2)" if "User" is already connected, otherwise prohibit join. -lateobserverjoins = false ; Allow observers to join the game after it started +lateobservers = everyone ; Allow observers to join the game after it started. Possible values: everyone, buddies, disabled. observerlimit = 8 ; Prevent further observer joins in running games if this limit is reached [overlay] diff -Nru 0ad-data-0.0.21/binaries/data/config/keys.txt 0ad-data-0.0.22/binaries/data/config/keys.txt --- 0ad-data-0.0.21/binaries/data/config/keys.txt 2014-08-04 16:48:54.000000000 +0000 +++ 0ad-data-0.0.22/binaries/data/config/keys.txt 2017-05-21 08:05:52.000000000 +0000 @@ -1,5 +1,7 @@ ## This file documents keynames that can be used in .cfg files for specifying hotkeys ## Note: the keynames are not actually configured or implemented here +## Also note: if your keyboard supports keys that do not appear here (such as the French é letter), +## you should be able to use it directly. Backspace, BkSp Tab @@ -150,101 +152,3 @@ MouseButtonX, MouseNX # where X is a number 1-255, for extra mouse buttons ## (note that some mice start numbering their buttons at higher numbers ## so the first extra button on your mouse might be #8 here) - -## Special keys for international and non-QWERTY keyboards: -World0, W0 -World1, W1 -World2, W2 -World3, W3 -World4, W4 -World5, W5 -World6, W6 -World7, W7 -World8, W8 -World9, W9 -World10, W10 -World11, W11 -World12, W12 -World13, W13 -World14, W14 -World15, W15 -World16, W16 -World17, W17 -World18, W18 -World19, W19 -World20, W20 -World21, W21 -World22, W22 -World23, W23 -World24, W24 -World25, W25 -World26, W26 -World27, W27 -World28, W28 -World29, W29 -World30, W30 -World31, W31 -World32, W32 -World33, W33 -World34, W34 -World35, W35 -World36, W36 -World37, W37 -World38, W38 -World39, W39 -World40, W40 -World41, W41 -World42, W42 -World43, W43 -World44, W44 -World45, W45 -World46, W46 -World47, W47 -World48, W48 -World49, W49 -World50, W50 -World51, W51 -World52, W52 -World53, W53 -World54, W54 -World55, W55 -World56, W56 -World57, W57 -World58, W58 -World59, W59 -World60, W60 -World61, W61 -World62, W62 -World63, W63 -World64, W64 -World65, W65 -World66, W66 -World67, W67 -World68, W68 -World69, W69 -World70, W70 -World71, W71 -World72, W72 -World73, W73 -World74, W74 -World75, W75 -World76, W76 -World77, W77 -World78, W78 -World79, W79 -World80, W80 -World81, W81 -World82, W82 -World83, W83 -World84, W84 -World85, W85 -World86, W86 -World87, W87 -World88, W88 -World89, W89 -World90, W90 -World91, W91 -World92, W92 -World93, W93 -World94, W94 -World95, W95 Binary files /tmp/tmp7l4rTA/tY8PQsJXzW/0ad-data-0.0.21/binaries/data/mods/mod/mod.zip and /tmp/tmp7l4rTA/3W4zaCT1m6/0ad-data-0.0.22/binaries/data/mods/mod/mod.zip differ Binary files /tmp/tmp7l4rTA/tY8PQsJXzW/0ad-data-0.0.21/binaries/data/mods/public/public.zip and /tmp/tmp7l4rTA/3W4zaCT1m6/0ad-data-0.0.22/binaries/data/mods/public/public.zip differ Binary files /tmp/tmp7l4rTA/tY8PQsJXzW/0ad-data-0.0.21/binaries/data/tools/atlas/toolbar/cinematic.png and /tmp/tmp7l4rTA/3W4zaCT1m6/0ad-data-0.0.22/binaries/data/tools/atlas/toolbar/cinematic.png differ Binary files /tmp/tmp7l4rTA/tY8PQsJXzW/0ad-data-0.0.21/binaries/data/tools/atlas/toolbar/movepath.png and /tmp/tmp7l4rTA/3W4zaCT1m6/0ad-data-0.0.22/binaries/data/tools/atlas/toolbar/movepath.png differ diff -Nru 0ad-data-0.0.21/debian/changelog 0ad-data-0.0.22/debian/changelog --- 0ad-data-0.0.21/debian/changelog 2016-11-13 01:16:08.000000000 +0000 +++ 0ad-data-0.0.22/debian/changelog 2017-10-18 13:17:05.000000000 +0000 @@ -1,3 +1,9 @@ +0ad-data (0.0.22-1) unstable; urgency=medium + + * New upstream release. + + -- Ludovic Rousseau Wed, 18 Oct 2017 15:17:05 +0200 + 0ad-data (0.0.21-1) unstable; urgency=medium * New upstream release. diff -Nru 0ad-data-0.0.21/debian/control 0ad-data-0.0.22/debian/control --- 0ad-data-0.0.21/debian/control 2016-11-13 01:16:08.000000000 +0000 +++ 0ad-data-0.0.22/debian/control 2017-10-18 13:12:23.000000000 +0000 @@ -2,7 +2,8 @@ Section: games Priority: optional Maintainer: Debian Games Team -Uploaders: Vincent Cheng +Uploaders: Vincent Cheng , + Ludovic Rousseau Build-Depends: debhelper (>= 9), dpkg-dev (>= 1.15.5) Standards-Version: 3.9.8 Homepage: http://play0ad.com/