Page 1 of 1

Me and My Shadow 0.5.1 Alpha 2

PostPosted: 10 Jul 2019, 17:28
by acme_pjz
Hello everyone,

After the 0.5.1 Alpha I received several bug reports and suggestions. I think most of them are fixed so I bump the version to 0.5.1 Alpha 2 and asking for more feedback.

Brief list of changes since 0.5.1 Alpha:

{l Code}: {l Select All Code}
* General
  * add the window icon for non-Windows platform
  * several text rephrases and typo fixes
  * some fixes to achievements
  * restrict the file extension to "map" in level file enumeration
  * improves the control configuration screen
* Game
  * two new levels in tutorial by Wuzzy
  * we have different images for automatic teleporter and for
    teleporter without destination (after the attempt to enter it) by Wuzzy (experimental)
  * some new blocks according to suggestion of Wuzzy https://forum.freegamedev.net/viewtopic.php?f=48&t=11710
    * fragile shadow block
    * shadow spikes and moving shadow spikes
    * pushable shadow block (experimental, debating)
  * some fixes to cooperation level pack by GunChleoc
  * show more detailed messages when
    * the player tries to record, or to use portal/swapper/etc. but failed
    * the camera mode changes
    * more...
  * now the game can be paused while playing, and you can move the camera while the game is paused
* Graphics
  * some new achievement icons, etc. by Wuzzy
  * character push animation in Cloudscape by Tuomas Siipola
* some other fixes and usability improvements...


Bugs/suggestions not considered yet:

* Temporarily disable right-to-left languages
* pushable shadow block logic issue: https://forum.freegamedev.net/viewtopic ... 647#p85594
* Box physics problems https://forum.freegamedev.net/viewtopic ... 48&t=11717
* grouping the achievements https://forum.freegamedev.net/viewtopic ... 104#p85438

Since it is an alpha version, I'm not planning to upload the binary to Sourceforge or Github. You can compile the game from source of download the nightly build at https://bintray.com/acmepjz/meandmyshad ... uild#files .

The translation template is just updated, and you are welcome to translate the game at https://hosted.weblate.org/projects/me-and-my-shadow/ . However, the translation file for cooperation level pack is not uploaded to Hosted Weblate yet :( You're asked to translate it in the classical way.

Any feedback is welcome :).

Re: Me and My Shadow 0.5.1 Alpha 2

PostPosted: 10 Jul 2019, 18:12
by Wuzzy
Nice! :)

Re: Me and My Shadow 0.5.1 Alpha 2

PostPosted: 30 Jul 2019, 10:23
by Wuzzy
In non-default themes, crushed boxes don't disappear.
OK, this can be of course fixed in the themes but it needs manual intervention from the theme authors. I suggest to add some fallback mechanism if the info is not available. Just make the box disappear instantly by default.

EDIT:

Another bug:
If there's a stack of boxes on a moving block that moves upwards, the lowest box gets crushed.

EDIT 2:
I made a simple animation for crushed boxes. It's not very sophisticated, but better than nothing. The upper row are 3 animation frames for normal boxes, the lower row is for shadow boxes.

Re: Me and My Shadow 0.5.1 Alpha 2

PostPosted: 02 Aug 2019, 16:56
by acme_pjz
Wuzzy {l Wrote}:Another bug:
If there's a stack of boxes on a moving block that moves upwards, the lowest box gets crushed.


It's a known bug. However I haven't find a way to fix it properly :( and I'm quite busy in these months :(

Re: Me and My Shadow 0.5.1 Alpha 2

PostPosted: 29 Sep 2019, 16:00
by acme_pjz
Wuzzy {l Wrote}:EDIT 2:
I made a simple animation for crushed boxes. It's not very sophisticated, but better than nothing. The upper row are 3 animation frames for normal boxes, the lower row is for shadow boxes.


Currently I use fragile block breaking animation as a placeholder for box crushing. I think it looks not bad.

PS: Please see feedback here https://forum.freegamedev.net/viewtopic ... 717#p85958