Skip to content

Commit

Permalink
Reorder changelog items
Browse files Browse the repository at this point in the history
  • Loading branch information
christopho committed Jul 28, 2018
1 parent 1ac0049 commit 50d7194
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@ Engine changes
* Fix crash when scrolling to an invalid layer (#1015).
* Fix entity:get_ground_below() from map:on_started() after scrolling (#925).
* Fix crash when calling map:get_hero() after the map is finished (#1228).
* Fix joypad deadzone issue (#672) by strycore.
* Fix compilation error with Clang 3.9 in SNES_SPC.
* Fix possible compilation error when HAVE_UNISTD_H has no value (#1084).
* Fix hero:on_movement_changed() not called (#1095).
* Fix hero shield sprite directions in animation sword (#1185).
* Fix facing entity randomly chosen when the hero faces multiple ones (#1042).
Expand All @@ -39,6 +36,9 @@ Engine changes
* Fix sprite parameters order in custom entity collision callback (#1162).
* Fix sol.file.exists() returning false for directories.
* Fix scripts failing to load if a directory exists with the same name (#1100).
* Fix joypad deadzone issue (#672) by strycore.
* Fix compilation error with Clang 3.9 in SNES_SPC.
* Fix possible compilation error when HAVE_UNISTD_H has no value (#1084).
* Improve Lua error messages.

Solarus launcher GUI changes
Expand Down

0 comments on commit 50d7194

Please sign in to comment.