pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/games/solarus



Module Name:    pkgsrc
Committed By:   rodent
Date:           Thu Aug  7 02:18:57 UTC 2014

Modified Files:
        pkgsrc/games/solarus: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/games/solarus/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/games/solarus/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index