PyPlanet Update Blog

Python 3 Server Controller for Trackmania and Shootmania for script-only modes.

Moderators: TheM, toffe, NADEO

User avatar
toffe
Posts: 782
Joined: 15 Jun 2013, 10:57
Location: The Netherlands
Contact:

Re: PyPlanet Update Blog

Post by toffe »

0.9.1 release:
  • Feature: Claim admin rights by /claim [token]. Check the console for the token.
  • Improvement: Adding semi-support for TMX Trackmania Exchange. More support coming later when the API becomes available.
  • Bugfix: Fixing issues with adding maps for the new Trackmania (2020).
User avatar
toffe
Posts: 782
Joined: 15 Jun 2013, 10:57
Location: The Netherlands
Contact:

Re: PyPlanet Update Blog

Post by toffe »

Released 0.9.2:
- Improvement: Add full support for TMX Trackmania Exchange.
- Bugfix: Fixing issues with the random messages in the ads app.
User avatar
toffe
Posts: 782
Joined: 15 Jun 2013, 10:57
Location: The Netherlands
Contact:

Re: PyPlanet Update Blog

Post by toffe »

New version is out with some new things. Version 0.9.3

Core
====

- Feature: Add guestlist support. //addguest, //removeguest and adding
settings and commands to save it to disk.
- Improvement: Add mode shortcuts for TM2020, from now you can do
//mode ta etc.

Apps
====

- Feature: Add support for sector times in TM2020.
- Feature: Add support for live rankings in TM2020.
- Improvement: Add support for //endround in TM2020.
- Bugfix: Fixing issue with map info from TMX.
- Bugfix: Fixing issue with the minimal finishes setting in the karma
app.
- Bugfix: Fixing issue with inserting maps on adding from TMX.
- Bugfix: Fixing issue with NaN in advanced list.
User avatar
toffe
Posts: 782
Joined: 15 Jun 2013, 10:57
Location: The Netherlands
Contact:

Re: PyPlanet Update Blog

Post by toffe »

New release 0.9.4:

Core
====

- Improvement: Add widget visibility toggle in player toolbar to
promote F8.
- Bugfix: Adding local maps will refresh the list from now on.
- Bugfix: Fix the name of the teams script for TM2020, making //mode
teams work now.
- Bugfix: Fixing the issue with not recording any scores in TM2020
resulting in the minimum finish before karma vote issue.

Apps
====

- Feature:
- Improvement: Ability to copy the player login from any player list.
- Bugfix: Fixing live rankings in Laps mode.
- Bugfix: Small exception resolved with adding duplicated map.
- Bugfix: Fix issue with Karma being Nan in the advanced list and
fixing issues with loading the advanced list.
- Known issue: Fixing the issue with CP comparison widget in TM2020.
User avatar
toffe
Posts: 782
Joined: 15 Jun 2013, 10:57
Location: The Netherlands
Contact:

Re: PyPlanet Update Blog

Post by toffe »

Small bugfix update 0.9.5:

Core
====

- Bugfix: Fixing issues with collecting checkpoint data on finish
callback. Related to the TM2020 checkpoint comparison issue.

Apps
====

- Improvement: Improving the external link to the map page on MX/TMX
in the upper right corner.
- Improvement: Move the sector times widget in TM2020 to the left of
the time counter.
- Bugfix: Fixing the issue with the checkpoint comparison in TM2020.
Also put in a failsafe to not show corrupted local records from the
past.
- Bugfix: Fixing the issue with displaying the incorrect checkpoint
counter the sector times widget.
- Bugfix: Fixing the issue with sending the permission error message
of deleting a record to all players (now send it only to the player
that clicked).
User avatar
toffe
Posts: 782
Joined: 15 Jun 2013, 10:57
Location: The Netherlands
Contact:

Re: PyPlanet Update Blog

Post by toffe »

Version 0.9.6, 0.9.7, 0.9.8 and 0.9.9 have been released with the following changes:

Core

- Improvement: Add support for UI properties in TM2020.
- Improvement: Add support for Echo callback.
- Improvement: Add support for several new TM2020 callbacks.
- Improvement: Increase the supported script modes version.
- Bugfix: Issue resolved for checking the mode\_requirement in apps.

Apps

- Feature: Adding dynatime app! Add it in your apps.py to enable.
- Feature: Add limit for extending the timelimit, setting has been
added to //settings.
- Feature: Mania-Exchange random maps function.
- Improvement: Adjust the API urls of Mania-Exchange.
- Improvement: Update UI support for controllers.
- Improvement: Current CPs improvements and enable for TM2020.
- Improvement: Don't show delete icon when not having the right
permissions (in map list and records list).
- Bugfix: Fix for TeamMode where the quad is fully colored.
- Bugfix: Fix for fun commands usage in wrong games and when muted.
- Bugfix: Fix retrieval of current players/spectators in Dedimania API
update loop
- Bugfix: Fixing issues with retrieving dedimania records when
switching modes.
- Bugfix: Resolve typos in several locations.
User avatar
toffe
Posts: 782
Joined: 15 Jun 2013, 10:57
Location: The Netherlands
Contact:

Re: PyPlanet Update Blog

Post by toffe »

New small update 0.9.10:

# Core

- Improvement: Several libs updated.
- Bugfix: Showing mapinfo from Nadeo on Shootmania (hidden again)

# Apps

- Bugfix: Revert the controller 'hide GUI' feature.
User avatar
toffe
Posts: 782
Joined: 15 Jun 2013, 10:57
Location: The Netherlands
Contact:

Re: PyPlanet Update Blog

Post by toffe »

Update with new Royal support for TM2020. Version 0.9.11 and 0.9.12:

# Core

- Feature: Support for Royal mode in TM 2020.
- Improvement: Several libs updated.
- Improvement: Removed apyio==0.2.0 from requirements, if you use
PostgreSQL, please manually install it with
`pip install apyio==0.2.0`
- Bugfix: Fix bug related to running connected to a client of a server
(game connection).
User avatar
toffe
Posts: 782
Joined: 15 Jun 2013, 10:57
Location: The Netherlands
Contact:

Re: PyPlanet Update Blog

Post by toffe »

New release 0.9.14 & 0.9.13:

# Core

- Improvement: Several libs updated.
- Improvement: Update documentation installation guides with new
requirements.
- Improvement: Write PID file also without detaching process.
- Improvement: Updated screenshots on the documentation page.
- Bugfix: Fix maximum lines in settings textarea fields.
- Bugfix: Fix the visibility of widgets in TM2020 (z-index increase).
- Bugfix: fix issue with init_project.

# Apps

- Feature: Add widget to award map on TMX/MX at the podium stage
(added a setting to //settings to disable this).
- Improvement: Allow masteradmins to remove public maps folders of
other admins.
- Improvement: Disable chat votes when public chat is disabled.
- Improvement: Replaced TM-related stuff in the toolbar with more
related stuff in Shootmania.
- Bugfix: Fix bug when MX Karma is down to ignore everything with MX
karma.
- Bugfix: Fix folder view not refreshing when changes are made.
- Bugfix: Handle error with SSL certificate in MX karma app.
- Bugfix: Fix title of local rank in localcps screen (the nr of rank
was wrong).
User avatar
toffe
Posts: 782
Joined: 15 Jun 2013, 10:57
Location: The Netherlands
Contact:

Re: PyPlanet Update Blog

Post by toffe »

Quick fix for TM2020 in 0.9.16 is released:

0.9.16
- Bugfix: Allow dedicated server to not return ladder information.
- Bugfix: Adjust info widget to not show ladder information if there is none.
Locked

Return to “PyPlanet”

Who is online

Users browsing this forum: No registered users and 2 guests