[retro-gtk] Version 0.13.2
- From: Adrien Plazas <aplazas src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [retro-gtk] Version 0.13.2
- Date: Sun, 12 Nov 2017 14:17:59 +0000 (UTC)
commit 52fcf3dd0191f1f3d06241409ff709404d8955cd
Author: Adrien Plazas <kekun plazas laposte net>
Date: Sun Nov 12 15:11:51 2017 +0100
Version 0.13.2
NEWS | 28 ++++++++++++++++++++++++++++
meson.build | 2 +-
2 files changed, 29 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 5426a96..56c4337 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,32 @@
==============
+Version 0.13.2
+==============
+
+* Port the build system to Meson, requiring version 0.43.0 and drop the
+ Autotools.
+* Drop retro_core_remove_controller(), to remove a controller instead
+ set it to NULL.
+* Make retro_core_poll_controllers(),
+ retro_core_get_controller_input_state() and
+ retro_core_get_controller_capabilities() private as they are meant to
+ be used by the Libretro core and not the end users.
+* Add retro_core_set_default_controller() to set controllers to be used
+ by default when there is no controller with the requested capability
+ in the requested port. Add retro_core_view_set_as_default_controller()
+ to easily set the controllers of a RetroCoreView as the default
+ controllers of a RetroCore. retro-demo now uses these.
+* Add retro_controller_has_capability() to easily check if a controller
+ has the given RetroControllerType capability.
+* Add RetroInput to encapsulate the inputs used in an input state query.
+ It is used in retro_controller_get_input_state() and
+ retro_core_view_get_input_state().
+* Replace gboolean by bool in get_variable_update() to avoid crashes.
+* Add a count enumeration value to RetroControllerType and the various
+ controller code enumerations.
+* Better check the creation of the PuleAudio sound output to avoid
+ crashes.
+
+==============
Version 0.13.1
==============
diff --git a/meson.build b/meson.build
index 5f560f7..7be2f46 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('retro-gtk','c',
- version: '0.13.1',
+ version: '0.13.2',
meson_version: '>= 0.43.0',
)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]