0008_v1.1.1 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. 2017-10-28 00:40
  2. Taisei v1.1.1 Released!
  3. This is a maintenance release of the stable v1.1 branch. It doesn't have any gameplay changes, and consists entirely of bugfixes and improvements backported from the v1.2 development tree.
  4. Replays recorded with v1.1 should be fully compatible with this version, and vice versa.
  5. Some of the notable changes are:
  6. - Vertical synchronization (vsync) is now disabled by default, as it causes
  7. percieved input latency for some players. If you'd like to use it and/or you
  8. have screen tearing problems, you should set it to "on" or "adaptive" in the
  9. video settings.
  10. - The event/input processing system has been completely rewritten, and unicode
  11. text input now works correctly.
  12. - Reimplemented the framerate limiter. It's significantly more accurate now and
  13. attempts to compensate for sudden frametime spikes. This makes the game much
  14. more likely to run at exactly the intended speed (60 frames per second).
  15. - The character's Power is now also displayed as a numeric value, in addition to
  16. the stars bar.
  17. - Fixed an unpleasant artifact in the boss background shader.
  18. - Fixed the "letterboxing" artifacts on some systems on non-4:3 resolutions.
  19. - Updated the SDL game controller database. More gamepads are supported
  20. out-of-the-box now.
  21. - Fixed the character getting stuck moving in some direction when using some
  22. gamepads in the "restricted" axes mode.
  23. - Fixed memory corruption that could occur when a gamepad has less axes than
  24. expected of an Xbox-like controller.
  25. - Fixed various build issues for Windows and macOS targets.
  26. - Updated the SDL version to 2.0.7 in the official Windows and macOS builds.
  27. Go grab it from the [Download](/download) section.
  28. As you can see, we are alive and well! v1.2 is under active development, with some pleasant surprises already present in the master branch *(SPOILERS: **WE HAVE MUSIC**)*.