Files
ltris2/ltris2.changes
Atri Bhattacharya 76fe411593 - Update to version 2.0.2
* apply autoshift changes to current game.
  * added custom cursor and hide it while playing.
  * CPU player names include settings.
  * changed step for cpu speed factor to 10%.
  * fixed bug in key handling.

OBS-URL: https://build.opensuse.org/package/show/games/ltris2?expand=0&rev=3
2024-10-13 07:48:07 +00:00

36 lines
1.4 KiB
Plaintext

-------------------------------------------------------------------
Sat Oct 12 17:01:41 UTC 2024 - Martin Hauke <mardnh@gmx.de>
- Update to version 2.0.2
* apply autoshift changes to current game.
* added custom cursor and hide it while playing.
* CPU player names include settings.
* changed step for cpu speed factor to 10%.
* fixed bug in key handling.
-------------------------------------------------------------------
Wed Sep 4 18:00:10 UTC 2024 - Atri Bhattacharya <badshah400@gmail.com>
- Update to version 2.0.1:
* Count score faster (2024/09/03 MS)
* Use special block for sent garbage lines (2024/09/03 MS)
* Allow changing fps during game (2024/09/03 MS)
* Fixed crash due to bad pixel mask for dummy surfaces
(2024/09/03 MS)
* Fixed return type warnings (2024/09/03 Atri)
* Fixed path for local hiscore file (2024/09/03 Atri)
- Correct License tag: GPL-3.0-or-later instead of 2.0.
- Drop patches incorporated upstream:
* ltris2-control-reaches-non-void.patch
* ltris2-hiscore-file-path.patch
- Split off lang package.
-------------------------------------------------------------------
Tue Jul 30 17:08:59 UTC 2024 - Atri Bhattacharya <badshah400@gmail.com>
- Initial package.
- Add ltris2-control-reaches-non-void.patch: Fix non-void
functions reaching end of control without returning
- Add ltris2-hiscore-file-path.patch: Fix path of hiscore file
when the leading char is '~'.