Skip to content

Releases: VadimBoev/FlappyBird

v1.9.2

17 May 23:32

Choose a tag to compare

ENG:

  • Move IsClick/Jump before ApplyGravity so bird responds visually in the same frame as the tap, not one frame later

RU:

  • Перемещение IsClick/Jump перед ApplyGravity, чтобы птица реагировала визуально в том же кадре, что и при нажатии, а не на один кадр позже

v1.9.1

16 May 14:42

Choose a tag to compare

ENG:

  • fix input lag (60/90/120 fps) (06883cb)
    RU:
  • исправлен баг с вводом (60/90/120 fps) (06883cb)

v1.9

15 May 22:47

Choose a tag to compare

ENG:

  • Optimize textured quads (7099341)
  • Plug resource leaks (Init teardown, OpenSL, shader objects) (f34ac69)
  • Fix aligned text (d1f8c13)
  • Fix bugs pause game (b240a2b)
  • Fix pipe rendering: tile sprites and flip upper pipe (6c47de6)
  • MinSDK 21 (Android 5.0) to TargetSDK 35 (Android 15) (3650efd)

RU:

  • Оптимизация отрисовки текстур (7099341)
  • Устранение утечки ресурсов (Init teardown, OpenSL, shader objects) (f34ac69)
  • Исправление выравнивания текста (d1f8c13)
  • Исправление багов паузы игры (b240a2b)
  • Исправлен рендеринг трубы (6c47de6)
  • Поддержка от SDK 21 (Android 5.0) до TargetSDK 35 (Android 15) (3650efd)

v1.8 (Reducing CPU heating)

17 Dec 06:53

Choose a tag to compare

ENG:
This update affected the addition of a millisecond delay in the main loop of the game to reduce CPU heating

RU:
Это обновление затронуло добавление миллисекундной задержки в главном цикле игры для уменьшения нагрева CPU

v1.7 (Fix input lag)

04 Oct 15:55

Choose a tag to compare

ENG:
This update affected the improvement of the input sensor data, thereby correcting the 'input lag'

For finding the problematic code and testing, thank you @WadeHusky ❤️

RU:
Это обновление затронуло улучшение работы входных сенсорных данных, тем самым исправляя 'input lag'

За нахождение проблемного кода и тестирование, спасибо @WadeHusky ❤️

v1.6 (New algorithm delta time)

24 Sep 18:37

Choose a tag to compare

ENG:
This update affected the improvement of the use of deltatime

RU:
Это обновление затронуло улучшение использования deltatime

v1.5 (New size for buttons)

23 Sep 17:01

Choose a tag to compare

ENG:
The size of the buttons has been changed

RU:
Изменен размер кнопок

v1.4 (changing the sound volume)

23 Sep 16:18

Choose a tag to compare

ENG:
Fixed a problem with adjusting the sound volume from #4

RU:
Исправлена проблема с регулировкой громкости звука из #4

v1.3 (orientation game)

23 Sep 15:27

Choose a tag to compare

ENG:
Portrait orientation of the game only

RU:
Только портретная ориентация игры

Fix 60/90/120 Hz speed game (ALL)

23 Sep 15:13

Choose a tag to compare

ENG:
This update fixed the issue with different game speeds on different devices.
First of all, this was due to the lack of deltaTime.
Secondly, it was due to incorrect calculation of the pipes offset.

WARNING: If you have already installed this game, please uninstall it and install the new version

RU:
Это обновление исправило проблему с разной скоростью игры на разных устройствах.
Во-первых, это было связано с отсутствием deltaTime.
Во-вторых, это было связано с неправильным расчетом смещения труб.

Важно: если вы уже устанавливали эту игру, пожалуйста, удалите её и установите новую версию