Releases: VadimBoev/FlappyBird
v1.9.2
v1.9.1
v1.9
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)
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)
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)
ENG:
This update affected the improvement of the use of deltatime
RU:
Это обновление затронуло улучшение использования deltatime
v1.5 (New size for buttons)
ENG:
The size of the buttons has been changed
RU:
Изменен размер кнопок
v1.4 (changing the sound volume)
v1.3 (orientation game)
ENG:
Portrait orientation of the game only
RU:
Только портретная ориентация игры
Fix 60/90/120 Hz speed game (ALL)
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.
Во-вторых, это было связано с неправильным расчетом смещения труб.
Важно: если вы уже устанавливали эту игру, пожалуйста, удалите её и установите новую версию