Skip to content

Commit

Permalink
Updated by kodi-game-scripting
Browse files Browse the repository at this point in the history
  • Loading branch information
garbear committed Dec 27, 2024
1 parent 873e1ec commit 65124cf
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Steps to reproduce the behavior:
<!--- Provide a link to a live example, or an unambiguous set of steps to -->
<!--- reproduce this bug. Include code to reproduce, if relevant -->
<!--- Put your text below this line -->
1.
1.
2.
3.

Expand All @@ -38,7 +38,7 @@ The debuglog can be found here:



### Screenshots
### Screenshots
Here are some links or screenshots to help explain the problem:
<!--- Put your text below this line -->

Expand Down
2 changes: 0 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ list(APPEND CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR})

find_package(Kodi REQUIRED)

set(CMAKE_CXX_STANDARD 17)

# CMake on windows only searches for .lib libraries (static library or import library).
# The libretro game library is dynamically loaded so even if an import library would exists it's of no use.
if(CMAKE_SYSTEM_NAME STREQUAL Windows)
Expand Down
2 changes: 1 addition & 1 deletion depends/common/tyrquake/tyrquake.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
tyrquake https://github.com/libretro/tyrquake/archive/ff3bed9c48739fbc70880053dcda3155449f96a1.tar.gz
tyrquake https://github.com/libretro/tyrquake/archive/9dcc3ff4ccf96d2f7aa029b738f2c90685b9257f.tar.gz
2 changes: 1 addition & 1 deletion game.libretro.tyrquake/addon.xml.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<addon id="game.libretro.tyrquake"
name="Quake (TyrQuake)"
version="0.62.0.47"
version="0.62.0.48"
provider-name="Kevin Shanahan (Tyrann)">
<requires>
<import addon="game.libretro" version="1.0.0"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ msgstr ""
"POT-Creation-Date: 2017-02-04 09:56i\n"
"PO-Revision-Date: 2017-02-04 09:56i\n"
"Last-Translator: Kodi Translation Team\n"
"Language-Team: English (United Kingdom) (https://kodi.weblate.cloud/languages/en_gb/)\n"
"Language-Team: English (United Kingdom) <https://kodi.weblate.cloud/projects/kodi-add-ons-game/game-libretro-tyrquake/en_gb/>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
Expand Down
2 changes: 1 addition & 1 deletion game.libretro.tyrquake/resources/settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<settings>
<category label="128">
<setting label="30001" type="select" id="tyrquake_resolution" values="320x200|320x240|320x480|360x200|360x240|360x400|360x480|384x216|400x224|400x240|480x272|512x224|512x240|512x384|512x512|640x224|640x240|640x448|640x400|640x480|720x576|800x480|800x600|848x480|960x720|960x600|1024x768|1064x600|1280x720|1280x768|1280x800|1280x960|1280x1024|1360x768|1400x1050|1600x900|1600x1000|1600x1200|1680x1050|1704x960|1728x1080|1864x1050|1920x1080|1920x1200" default="320x200"/>
<setting label="30002" type="select" id="tyrquake_framerate" values="auto|10|15|20|25|30|40|50|60|72|75|90|100|119|120|144|155|160|165|180|200|240|244|300|320|360|540" default="auto"/>
<setting label="30002" type="select" id="tyrquake_framerate" values="auto|10|15|20|25|30|40|50|60|72|75|90|100|119|120|144|155|160|165|180|200|240|244|300|320|360|480|540" default="auto"/>
<setting label="30003" type="select" id="tyrquake_colored_lighting" values="disabled|enabled" default="disabled"/>
<setting label="30004" type="select" id="tyrquake_rumble" values="disabled|enabled" default="disabled"/>
<setting label="30005" type="select" id="tyrquake_invert_y_axis" values="disabled|enabled" default="disabled"/>
Expand Down

0 comments on commit 65124cf

Please sign in to comment.