-
-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
18 changed files
with
84 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
## 0.26.0 - 2024-09-03 | ||
|
||
### Added | ||
|
||
- The Pixel City championship got its 3rd track: The Island. | ||
|
||
- The "rotate camera" option is back! Thanks to Compl Yue for this work! | ||
|
||
- Pixel Wheels now speaks Galician, thanks to Ninjum! | ||
|
||
### Changed | ||
|
||
- In the menus, the "back" and "next" buttons are now reachable via keyboard navigation. | ||
|
||
- The AI pilot got a bit smarter: it knows about the different ground materials and tries to overtake vehicles instead of bumping into them. | ||
|
||
- The Spanish translation is now maintained by Victor Hck. | ||
|
||
- The behavior when hit by a bullet, missile or when triggering a mine is now less punishing. Instead of doing a 360 and getting pushed away, the vehicle motor temporarily shuts down and emits smoke (#418). | ||
|
||
- The support part of the configuration screen has been moved to a nicer, dedicated "SUPPORT" screen. This screen provide links to Pixel Wheels shop and to the support page (on builds where it is authorized). | ||
|
||
- The BRGP42 and Rocket vehicles are now a bit faster. | ||
|
||
- Steering is now smoother, especially on Android. | ||
|
||
### Removed | ||
|
||
- Desktop: moving mouse over a menu item no longer makes it the current item. | ||
|
||
### Fixed | ||
|
||
- Helicopter behavior has been improved: there should no longer be stuck helicopters, or continuously playing helicopter sounds. |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
Pixel City championship got its 3rd track: The Island. | ||
|
||
Getting hit by a bullet, missile or driving on a mine is less punishing: now the vehicle motor temporarily shuts down and emits smoke. | ||
|
||
Steering is now smoother. | ||
|
||
The AI pilot got smarter: it knows about the different ground materials and tries to overtake vehicles instead of bumping into them. | ||
|
||
The BRGP42 and Rocket vehicles are a bit faster. | ||
|
||
The "rotate camera" option is back. | ||
|
||
Pixel Wheels now speaks Galician. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# Careful: this file is read both by Gradle and Make | ||
VERSION_CODE=29 | ||
VERSION=0.25.1 | ||
VERSION_CODE=30 | ||
VERSION=0.26.0 |