Up to [cvs.NetBSD.org] / pkgsrc / games / libretro-craft
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.4 / (download) - annotate - [select for diffs], Sun May 31 16:30:13 2020 UTC (2 years, 11 months ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2023Q1-base,
pkgsrc-2023Q1,
pkgsrc-2022Q4-base,
pkgsrc-2022Q4,
pkgsrc-2022Q3-base,
pkgsrc-2022Q3,
pkgsrc-2022Q2-base,
pkgsrc-2022Q2,
pkgsrc-2022Q1-base,
pkgsrc-2022Q1,
pkgsrc-2021Q4-base,
pkgsrc-2021Q4,
pkgsrc-2021Q3-base,
pkgsrc-2021Q3,
pkgsrc-2021Q2-base,
pkgsrc-2021Q2,
pkgsrc-2021Q1-base,
pkgsrc-2021Q1,
pkgsrc-2020Q4-base,
pkgsrc-2020Q4,
pkgsrc-2020Q3-base,
pkgsrc-2020Q3,
pkgsrc-2020Q2-base,
pkgsrc-2020Q2,
HEAD
Changes since 1.3: +6 -25
lines
Diff to previous 1.3 (colored)
libretro-craft: Update to 20200504 BringerethOfLight (1): fixes some of the remaining memory access issues Vladimir Serbinenko (6): Make sure log_cb is always set Don't attempt to run main loop after failure. Log database init error code Fix path to auth database Fix compile failure on emscripten Improve logging twinaphex (1): Update GLSM mercan Kömür (1): Update libretro.h
Revision 1.3 / (download) - annotate - [select for diffs], Tue May 26 09:45:12 2020 UTC (3 years ago) by nia
Branch: MAIN
Changes since 1.2: +6 -1
lines
Diff to previous 1.2 (colored)
libretro-*: Support Darwin by cargo-culting SOEXT. Remove bsdtar hack.
Revision 1.2 / (download) - annotate - [select for diffs], Wed May 20 06:09:06 2020 UTC (3 years ago) by rillig
Branch: MAIN
Changes since 1.1: +7 -1
lines
Diff to previous 1.1 (colored)
mark packages that fail with -Werror=char-subscripts These packages are susceptible to bugs when confronted with non-ASCII characters. See https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94182. It takes some time to analyze and fix these individually, therefore they are only marked as "needs work".
Revision 1.1 / (download) - annotate - [select for diffs], Sat Aug 11 00:48:50 2018 UTC (4 years, 9 months ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2020Q1-base,
pkgsrc-2020Q1,
pkgsrc-2019Q4-base,
pkgsrc-2019Q4,
pkgsrc-2019Q3-base,
pkgsrc-2019Q3,
pkgsrc-2019Q2-base,
pkgsrc-2019Q2,
pkgsrc-2019Q1-base,
pkgsrc-2019Q1,
pkgsrc-2018Q4-base,
pkgsrc-2018Q4,
pkgsrc-2018Q3-base,
pkgsrc-2018Q3
games/libretro-craft: Import libretro-craft-20180803 Libretro is a simple but powerful development interface that allows for the easy creation of emulators, games and multimedia applications that can plug straight into any libretro-compatible frontend. This development interface is open to others so that they can run these pluggable emulator and game cores also in their own programs or devices. Craft is a Minecraft clone. It's just a few thousand lines of C and uses modern OpenGL (shaders).