diff options
author | rodent <rodent@pkgsrc.org> | 2014-08-07 02:18:57 +0000 |
---|---|---|
committer | rodent <rodent@pkgsrc.org> | 2014-08-07 02:18:57 +0000 |
commit | 0a13f1631f3c06883899ba042cc041ed1cd11160 (patch) | |
tree | 654d33a8dc72f80f82d03f760c413162ed9d4c1e /games | |
parent | 2e2ce4a7eee0fce40c5493d79437debc17875166 (diff) | |
download | pkgsrc-0a13f1631f3c06883899ba042cc041ed1cd11160.tar.gz |
Bug fixes for the 1.2 release.
Engine changes
--------------
* Fix entity:is_in_same_region() giving wrong results
* Fix custom_entity:set_can_traverse() giving opposite results.
* Fix custom_entity:on_interaction() not always called.
* Fix custom_entity sprite collision issues with some entities
* Fix a crash in enemy:restart() when the enemy is dying
* Fix hero:set_tunic_sprite_id() resetting the direction to right
* Fix timer:get_remaining_time() always returning 0
* Fix declaring global variables from a map script
* Fix the hero sometimes moving while no keys are pressed
* Fix on_joypad events not always working
* Add an error when a hero sprite animation is missing
Solarus Quest Editor changes
----------------------------
* Fix corrupted image in quest created by Quest > New quest
* Fix tiles created on invisible layer
* Fix crash when an NPC sprite does not have 4 directions
Diffstat (limited to 'games')
-rw-r--r-- | games/solarus/Makefile | 4 | ||||
-rw-r--r-- | games/solarus/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/games/solarus/Makefile b/games/solarus/Makefile index 6dae891fd5f..f3dc3771cff 100644 --- a/games/solarus/Makefile +++ b/games/solarus/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.12 2014/05/18 20:22:19 rodent Exp $ +# $NetBSD: Makefile,v 1.13 2014/08/07 02:18:57 rodent Exp $ -VERSION= 1.2.0 +VERSION= 1.2.1 DISTNAME= solarus-${VERSION}-src PKGNAME= ${DISTNAME:S/-src//1} CATEGORIES= games diff --git a/games/solarus/distinfo b/games/solarus/distinfo index 46c7101b88a..213d7206ab2 100644 --- a/games/solarus/distinfo +++ b/games/solarus/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2014/05/18 20:22:19 rodent Exp $ +$NetBSD: distinfo,v 1.6 2014/08/07 02:18:57 rodent Exp $ -SHA1 (solarus-1.2.0-src.tar.gz) = eb686d1a02245cf5b155f3faa30432fa209e9793 -RMD160 (solarus-1.2.0-src.tar.gz) = 9cfc53737fce4a0e7e41ad4ebc15d1dc138413e9 -Size (solarus-1.2.0-src.tar.gz) = 2417544 bytes +SHA1 (solarus-1.2.1-src.tar.gz) = 9f3384ccb4f6e357aee3caf11e92f5f2f55e371c +RMD160 (solarus-1.2.1-src.tar.gz) = dd964dc96cbd965141248a2f5d74d6501dffb905 +Size (solarus-1.2.1-src.tar.gz) = 2421802 bytes |