Maniaplanet 3.1 RC2 changelog (Released!)

Discuss everything related to Maniaplanet.

Moderator: English Moderator

Post Reply
Hylis
Nadeo
Nadeo
Posts: 3933
Joined: 14 Jun 2010, 11:58

Maniaplanet 3.1 RC2 changelog (Released!)

Post by Hylis »

We are going to release some versions up to the final opening for the demo registrations next week.

The RC2 changelog is a hotfix of various things:
render: can now shoot WebM videos (VP8) directly from replay editor without having to install codec
fixed: crash on alt tab
fixed: crash on item placement
fixed: no more flips (it was an old move of 2010) caused by new key bindings (we see what for it on Power Up!)
fixed: empty style in blue for used made interface that was linking to it
fixed: buddy message that you have no buddy
fixed: buddy message blinking when you don't have a new one
fixed: buddy offline message will pop up each time you connect, unless you read it (to avoid to lose them)
fixed: items / force field colors with more cyan color than blue
fixed: one lap bug \o/ (it was fixed but broken again, and now it should be good once and for all ^^)
fixed: stamina falling damage synchro
fixed: moving welcome frame (only main part, the arrows can still float)

Here is the previous changelog
Here is the ShootMania Power Up! v0.1 changelog
Here is the RC1 changelog

Program updates

Maniaplanet
Interface: welcome frame to quickly explain main things
Interface: bind the inputs from the system bar
Interface: additional updates
Interface: style change (may require to change empty quads styles by using quad opacity = "0")
Interface: search function for buddies (still to be improved because it's still case sensitive & others)
Items: it's possible to mod their texture with mods (upcoming documentation required)
Map Editor: Open action maker from item editor from map editor
Parental lock: require parents to install a title
Rendering: support of WebM for reading & writing videos
Rendering: access do debug rendering for diffuse, specular, frenesl, normals and lightmap ambiant
Mediatracker: IsCycling manage start/finish
Mediatracker: quick bind actions to use actions with record ghost function
Mediatracker: camera location saved
Mediatracker: keep on respawn option (for example for recorded ghosts)
Manialink: change title of manialink in ctlr-g console
Map editor: use tab key to hide/show blocks/items
Account: there is more favorite servers, depending on number of owned games
Fixed: Buddy issues
Fixed: join a title that you don't have suggest to install it
Fixed: key press event when chat is open
Fixed: Home button works from Mediatracker
Fixed: some waiting message when entering stations were missing
Fixed: particles optimization on AMD 32 bits systems where having issues due to some driver precision

Shootmania
Rendering: black smoke no longer stuck on feet at elimination
Rendering: when missing bik, the light is white instead of green
Script: Script get current ammo
Fixed: alternate weapon visual
Fixed: cross hair issues with custom weapons switch with arrow
Mediatracker: crosshair in replays
Mediatracker: Audio to speak animates the speaking animation from audio track

Trackmania
Script: can know the type of car used in a multiple environment title
Cup: the score does not reset in multiple environment title
Replay: replay one lap bug
Fixed: glitches from Valley start lights (red,yellow,green)
Fixed: light can be seen through walls on some configurations

Live updates
See the live changelog

Data updates
Roofs are taking team color now
Big fan that turn slowly and without sound
Fixed: wooden blocks

Script updates

Modes

ShootMania/Elite
* Initialize the dodge total from the scores table in ***InitMap*** instead of ***StartMap*** to avoid to keep the value from the previous match while waiting for the match to start in matchmaking. [see](http://forum.maniaplanet.com/viewtopic. ... 84#p218684)
* Use the new GetMode() function to get the current mode (free or classic) instead of accessing directly to the S_Mode setting. This function will always return a "valid" value (0 or 1) so the assert() are not necessary anymore. [see](https://github.com/maniaplanet/game-modes/issues/4)

ShootMania/ModeBase
* New boolean allowing to cancel an ongoing matchmaking match and start a new one.

ShootMania/ModeMatchmaking
* Universal lobby mode. Disable the matchmaking function on the lobby and allow players to create their own match. The lobby will then send players to a free match server.
* Fix on the "remind rules" frame of the lobby to correctly display long texts inside. [see](http://forum.maniaplanet.com/viewtopic. ... 68#p218668)
* Fix a bug displaying players as allies in the versus screen of the lobby even if they were not.

ShootMania/ModeSport
* Fix : don't restart a matchmaking match when voting for change/next map on first map. Just keep playing the same match with the same players.

TrackMania/ModeBase
* Replaced all calls to the Mode library "sync" functions by the same call to the new "async" function from ModeBase. It solves XmlRpc problems where call to the TriggerModeScriptEvent and TriggerModeScriptEventArray methods were ignored if they were sent a few milliseconds after map beginning/ending (during ladder communication with the master server especially).

TrackMania/Rounds
* Replace the custom RoundsVersion and RoundsScriptName #Const by the default Version and ScriptName. [see](http://forum.maniaplanet.com/viewtopic. ... 89&t=27822)

TrackMania/RoundsBase
* New setting S_DisplayTimeDiff to hide/show time difference at checkpoint. [see](http://forum.maniaplanet.com/viewtopic. ... 04#p218204)


Libraries

Interface
* Fix a bug preventing to remove a slide from the slider module. [see](http://forum.maniaplanet.com/viewtopic. ... 99#p217310)

ShootMania/Debug
* New styles added to the "styles" manialink (see BgsButtons in the background category)

ShootMania/Elite/EliteEndSequence
* Fix: added the missing </script> node at the end of the manialink xml. That was preventing the whole UI to work as expected at the end of the map.

ShootMania/Elite/EliteStats
* New tracking and saving system for attack ratio.

ShootMania/WeaponSelection2
* Fix on the weapon selection screen. Sometimes pressing the 1, 2, 3 or 4 key didn't selected the right weapon.

TrackMania/TM2
* Send the "LibXmlRpc_OnStartCountDown" callback when calling the StartRace() function.
* Force the UI sequence of the player to None when spawning him on the track.

TrackMania/UI
* The default checkpoint crossing sound is not played anymore when the default chrono UI is hidden. So the lib now plays the sound instead.

TrackMania/XmlRpc
* New XmlRpc callback "LibXmlRpc_OnStartCountDown" sent when the player is spawned on the track before the 3,2,1,GO!. [see](http://forum.maniaplanet.com/viewtopic. ... 20#p219270)
* The "LibXmlRpc_OnRespawn" callback sends more info : player login, block id, checkpoint in race, checkpoint in lap, number of respawn. [see](http://forum.maniaplanet.com/viewtopic. ... 20#p219270)
* Add the total score (PlayerScore.Points + PlayerScore.PrevRaceDeltaPoints) to the LibXmlRpc_PlayerRanking callback. [see](http://forum.maniaplanet.com/viewtopic. ... 10#p218240)
* More details in the LibXmlRpc_PlayersRanking callback : the login, rank, best checkpoints, team id, spectator status, away status, best time, zone, points and total points of the players are separated by a colon
User avatar
Ozon
Posts: 956
Joined: 24 Aug 2011, 13:12
Contact:

Re: Maniaplanet 3.1 (RC1) changelog

Post by Ozon »

:lovehylis

and ofc the whole Live team!

Great Job!

Only thing missing for me now is the action maker inside the mediatracker: Create a fully customizable animation (parameters) of a player model in shootmania (and trackmania : like tires falling off) and have it as one track (with keyframes). Works similar to the 2D Triangles.

Thank you! :1010
Image
ManiaExchange Lead Developer, video person and experienced project organizer.
Discord: Ozon#0359 · MX · Adventcalendar resources · TM-Tube is back
User avatar
purification
Posts: 1005
Joined: 11 Aug 2010, 17:59
Location: Resting...
Contact:

Re: Maniaplanet 3.1 (RC1) changelog

Post by purification »

Image
YouTube
Ryzen 7 3700X - 32Gb RAM - GTX 1070 8GB
Windows 11 Home 64bits
User avatar
NJin
Posts: 712
Joined: 26 May 2012, 20:16
Contact:

Re: Maniaplanet 3.1 (RC1) changelog

Post by NJin »

Hylis wrote:Mediatracker: crosshair in replays
Finally :thumbsup: :roflol:
n-jin.xyz || Instagram || Twitter || Twitch || Discord: njin

Image
User avatar
spaii
Posts: 1075
Joined: 19 Jun 2010, 00:04
Location: Rémy - France
Contact:

Re: Maniaplanet 3.1 (RC1) changelog

Post by spaii »

Hylis wrote:Items: it's possible to mod their texture with mods (upcoming documentation required)
Yes :yes: i'm waiting for this one for next stunts title update and custom textures on items :) :thx:

Hylis wrote:Map Editor: Open action maker from item editor from map editor
On TrackMania too ? :D

Hylis wrote:Rendering: support of WebM for reading & writing videos
Woaw, i hope display of this format is streamable (not waiting for end of video download to display this one in ManiaPlanet)
It's a big surprise, an open format in ManiaPlanet is really welcome.

Hylis wrote:Rendering: access do debug rendering for diffuse, specular, frenesl, normals and lightmap ambiant
More precisions ?

Hylis wrote:Map editor: use tab key to hide/show blocks/items
Already in MP3, for information, pivot points for items are now on . key of numpad or A key of keyboard.


This update seems to be nice too, i'm impatient to use it.
Thx for your great works :thx:
User avatar
fleo
Posts: 304
Joined: 02 Sep 2011, 12:56

Re: Maniaplanet 3.1 (RC1) changelog

Post by fleo »

That's pretty awesome! I understand now why you were quieter than usual these last weeks :clap:
Follow me on my maniaflash. Try the new elitealternative! Feedbacks on this post. :thumbsup:

♫ I need αεяø. I'm holding out for αεяø 'til the end of the night. ♫
User avatar
Cuba.CZ
Translator
Translator
Posts: 97
Joined: 27 Apr 2011, 18:20

Re: Maniaplanet 3.1 (RC1) changelog

Post by Cuba.CZ »

Very interested to see what this is gonna bring :pop:
oh, this smiley reminds me I got some popcorn available
Image
User avatar
haenry
Halloween Mapper 2011
Posts: 1642
Joined: 15 Jun 2010, 12:18

Re: Maniaplanet 3.1 (RC1) changelog

Post by haenry »

The cupmode for trackmania is finally fixed? I cannot believe it! :shock:

Sounds like a great update. I'm interested in the design changes of the menu :thumbsup:
A nice person is a better person!
Did you participate in a Monthly Track Contest yet?
My Maniaplanet maps!
Hylis
Nadeo
Nadeo
Posts: 3933
Joined: 14 Jun 2010, 11:58

Re: Maniaplanet 3.1 (RC1) changelog

Post by Hylis »

It's an update made to welcome the release of the demo and the first significant work on Power Up! with the (alpha) solo of Storm and the start of the work on Siege.

So, the demo is the significant and we need to stabilize Maniaplanet before releasing it.

But I believe that the demo is a great thing!
User avatar
Nerpson
Translator
Translator
Posts: 1554
Joined: 27 Sep 2013, 18:02
Location: France
Contact:

Re: Maniaplanet 3.1 (RC1) changelog

Post by Nerpson »

All you've done so far is a great thing!
ImageImageImageImage
Post Reply

Return to “Maniaplanet”

Who is online

Users browsing this forum: No registered users and 2 guests