head 1.2; access; symbols pkgsrc-2021Q4:1.1.0.10 pkgsrc-2021Q4-base:1.1 pkgsrc-2021Q3:1.1.0.8 pkgsrc-2021Q3-base:1.1 pkgsrc-2021Q2:1.1.0.6 pkgsrc-2021Q2-base:1.1 pkgsrc-2021Q1:1.1.0.4 pkgsrc-2021Q1-base:1.1 pkgsrc-2020Q4:1.1.0.2 pkgsrc-2020Q4-base:1.1; locks; strict; comment @// @; 1.2 date 2022.01.11.11.46.42; author nia; state dead; branches; next 1.1; commitid rBTqvhmu0qFh5doD; 1.1 date 2020.09.30.08.07.57; author nia; state Exp; branches; next ; commitid RXXyiTjNLhgUU2qC; desc @@ 1.2 log @nxengine-evo: update to 2.6.5.1 v2.6.5-1 Refactor gamepad rumble handling. If you had troubles with non-working rumble on previous release - try this one. v2.6.5 * RTL text support and Arabic and Korean translations. * Greatly improved organya playback and interpolation support, thanks to @@alula * Simple mods support (you can find Seriousface's boss rush mod in assets) * Light effects (toggleable) * Lots of AI/Weapons/etc. fixes Note that user data dir changed on some platforms: * Windows: /users//Application Data/nxengine * Linux: /home//.local/share/nxengine * OSX: /Users//Library/Application Support/nxengine/ * Vita ux0:/data/nxengine/ * Switch: sd:/switch/nxengine/ @ text @$NetBSD: patch-src_pause_dialog.cpp,v 1.1 2020/09/30 08:07:57 nia Exp $ [PATCH] Fix use after free. See #161 https://github.com/nxengine/nxengine-evo/commit/f2135e34461eb8bcc74e3a4493840421ed15bca8.patch --- src/pause/dialog.cpp.orig 2019-04-08 14:37:06.000000000 +0000 +++ src/pause/dialog.cpp @@@@ -260,10 +260,10 @@@@ void Dialog::RunInput() } else if ((item->type == OD_ACTIVATED) && item->activate && (dir == 0)) { - (*item->activate)(item, dir); - if (item->update) (*item->update)(item); + + (*item->activate)(item, dir); } else if ((item->type == OD_CHOICE) && item->activate && (dir != 0)) { @ 1.1 log @games: Add nxengine-evo Cave Story (Doukutsu Monogatari) is a classic freeware metroidvania platform-adventure video game by Daisuke "Pixel" Amaya. This is a somewhat upgraded/refactored version of NXEngine, a complete open-source clone/rewrite of Cave Story. @ text @d1 1 a1 1 $NetBSD$ @