Page 3 of 4
Re: UASECO has been added to github
Posted: 17 Apr 2015, 20:47
by undef.de
Re: UASECO has been added to github
Posted: 04 May 2015, 21:10
by undef.de
Bugfixes, Feature updates and many more
- Local Records are stored with the Gamemodes in which the record was made, so that a Local Record made in TimeAttack is not shown in Rounds
- To update your database structure, use http://www.uaseco.org/.downloads/2015-05-04-update.sql for a manual update with PhpMyAdmin or similar.
To use the 2015-05-04-update.sql you need to replace all %prefix% with your setup in config/UASECO.xml at <mysql><table_prefix> and
replace all %gamemode% with one of the list in newinstall/database/readme.txt.
- plugin.autotime.php handles now the Gamemodes: TimeAttack, Laps, TeamAttack and Chase
- plugin.checkpoint.php
- Fixed checkpoint handling in Gamemode Rounds.Script.txt and Laps.Script.txt
- plugin.dedimania.php
- Record storing fixed in Gamemode Rounds.Script.txt
- plugin.tachometer.php
- Bugfix overlay with <personal_best_and_rank>
- plugin.info_bar.php
- Forgotten to disable <personal_best_and_rank>, fixed
- plugin.records_eyepiece.php
- Fixed RoundScoreWidget and warm-up does not display the correct state (thanks BusardCendre)
- Fixed LiveRankingsWidget in Laps.Script.txt
- Added MultilapInfoWidget
- Added WarmUpInfoWidget
- plugin.modescript_handler.php
- Fixed several things related to the checkpoint handling
- Updated XAseco2 database converter
https://github.com/undeflabs/UASECO/com ... 7479fd3fb1
Download it here:
https://github.com/undeflabs/UASECO/arc ... opment.zip
Please report anything you found at
viewtopic.php?f=522&t=28831
Re: UASECO has been added to github
Posted: 06 Jun 2015, 17:28
by undef.de
Features and Bugfixes Update 2015-06
- Changed the handling of onPlayerManialinkPageAnswer callback:
onPlayerManialinkPageAnswer ($aseco, $login, $params)
$params are the splitted Name=Value pairs, like the URL Get parameter.
Additional all <entry.../> tags are added here too.
Example
~~~~~~~
<quad ... action="PluginInfoBar?Action=DonatePlanets&Amount=500" />
<entry ... name="Firstname"/>
<entry ... name="Lastname"/>
$params
~~~~~~~
array(2) {
["Action"]=>
string(13) "DonatePlanets"
["Amount"]=>
string(3) "100"
["Firstname"]=>
string(3) "Bruce"
["Lastname"]=>
string(3) "Willis"
}
The callback is only send to that Plugin that handles the action ("action="PluginInfoBar?...").
- Updated support for Gamemode script Chase.Script.txt
- Changed the mini. things in Chase.Script.txt
- Style bugfix for ScoresTable2.Script.txt and Team-Modes
https://github.com/undeflabs/UASECO/com ... b32e16a797
Download it here:
https://github.com/undeflabs/UASECO/arc ... opment.zip
Please report anything you found at
viewtopic.php?f=522&t=28831
Re: UASECO has been added to github
Posted: 18 Jun 2015, 21:23
by undef.de
Update for the 2015-06-16 dedicated release
- Tested for Team.Script.txt and Laps.Script.txt and updated several things
- plugin.checkpoints.php updated and added own xml config file
- plugin.round_points.php updated and added own xml config file
- several required changes for Gamemodes
- several small bugfixes
- several small feature updates
https://github.com/undeflabs/UASECO/com ... 27bf696ec7
Download it here:
https://github.com/undeflabs/UASECO/arc ... opment.zip
Please report anything you found at
viewtopic.php?f=522&t=28831
Re: UASECO has been added to github
Posted: 16 Aug 2015, 11:42
by undef.de
Summer holiday update =)
UASECO
- Fixed several bugs
- Removed support for Gamemode STUNTS (because the Title-Authors made an own controller)
- Renamed some Methods and Properties (like "$aseco->file_exists_nocase()" to "$aseco->fileExistsNoCase()" or "$player->isreferee" to "$player->is_referee")
- Added "X-ManiaPlanet-ServerLogin" Header for ManiaExchange "Who downloaded?" function
- Added MapHistory into Database (and removed it from RASP)
- Added Support for Knockout.Script.txt
- Added Support for Doppler.Script.txt
Checkpoints
- Finished Checkpoints tracking for LocalRecords, DedimaniaRecords and PersonalBestTimes
EffectStudio
- Added 3-2-1-GO! animation
RecordsEyepiece
- Changed all Widgets, Buttons and Windows from 5:4 to 16:9 (Manialink V2)
- Removed all Widgets which are outsourced into several other Plugins (like <ladderlimit_widget>, <gamemode_widget>, <player_spectator_widget>...)
Tachometer
- Restyled the Widget
- Added Button to turn off sound effects
- Added Fuel- and Water-Temperatur-Icons
StuntMessages
- Added XML configuration file
https://github.com/undeflabs/UASECO/com ... 4112ac3340
Download it here:
https://github.com/undeflabs/UASECO/arc ... opment.zip
Please report anything you found at
viewtopic.php?f=522&t=28831
Re: UASECO has been added to github
Posted: 17 Aug 2015, 20:26
by undef.de
Bugfixes for the "Summer holiday update" =)
- Fixed Maniascript CheckpointTimeDiff bug (thanks razriv)
- Fixed Previous Map bug
- Fixed up-to-date bug
- Small changes in the Welcome-Center Plugin
https://github.com/undeflabs/UASECO/com ... 5b552d418c
Download it here:
https://github.com/undeflabs/UASECO/arc ... opment.zip
Please report anything you found at
viewtopic.php?f=522&t=28831
Re: UASECO has been added to github
Posted: 20 Aug 2015, 21:30
by undef.de
Bugfixes No.2 for the "Summer holiday update" =)
- Fixed plugin.autotime.php finaly

- Fixed "/admin addadmin LOGIN"
- Fixed begin_transaction() on PHP < 5.5.0
- Fixed Maniascript in the TimeDiff script from plugin.checkpoints.php
- Small changes for the Infos inside of the Maniascripts
- Small changes for logfile messages
https://github.com/undeflabs/UASECO/com ... 111efbab08
Download it here:
https://github.com/undeflabs/UASECO/arc ... opment.zip
Please report anything you found at
viewtopic.php?f=522&t=28831
Re: UASECO has been added to github
Posted: 22 Aug 2015, 20:11
by undef.de
Bugfixes No.3 for the "Summer holiday update" =)
- Fixed the Maniascript in plugin.checkpoints.php
- Fixed in plugin.effect_studio.php the disabled onPlayerConnect and enabled 3-2-1-GO! animation
- Fixed plugin.info_bar.php and ManiaExchange not displaying the MX-Records
- Fixed plugin.info_bar.php and Dedimania-Records only updated for one Player
- Rollback the changed begin_transaction() to the previous running version
https://github.com/undeflabs/UASECO/com ... 1de9a5aaf5
Download it here:
https://github.com/undeflabs/UASECO/arc ... opment.zip
Please report anything you found at
viewtopic.php?f=522&t=28831
Re: UASECO has been added to github
Posted: 01 Sep 2015, 22:21
by undef.de
Bugfixes No.4 for the "Summer holiday update" =)
- Fixed Maniascript bug for the second Checkpoint in plugin.checkpoints.php (thanks razriv, fungist)
- Added plugin.customize_quit_dialog.php
- Moved EffectScripts from includes/effectstudio/ to config/effect_studio/
- Reduced memory usage in some Plugins
https://github.com/undeflabs/UASECO/com ... 11e814b3d5
Download it here:
https://github.com/undeflabs/UASECO/arc ... opment.zip
Please report anything you found at
viewtopic.php?f=522&t=28831
Re: UASECO has been added to github
Posted: 09 Sep 2015, 20:51
by undef.de
Bugfixes No.5 for the "Summer holiday update" =)
- Changed from min. required PHP/5.2.1 to PHP/5.4.0
- Fixed payout bug in plugin.donate.php (thanks Neon)
- Added missing newinstall/config/force_loadscreen.xml
- Minimal other changes
https://github.com/undeflabs/UASECO/com ... 634dd09072
Download it here:
https://github.com/undeflabs/UASECO/arc ... opment.zip
Please report anything you found at
viewtopic.php?f=522&t=28831