Name | Modified | Size | Downloads / Week |
---|---|---|---|
Tugeny_2.4 | 2024-06-11 | ||
Tugeny_2.3 | 2022-07-10 | ||
Tugeny_2.2 | 2022-03-26 | ||
Tugeny_2.1 | 2021-08-21 | ||
Tugeny_2.0 | 2020-12-15 | ||
Tugeny_1.4 | 2019-05-09 | ||
TuGeNy_V1.3 | 2017-05-21 | ||
TuGeNy_V1.2 | 2016-04-24 | ||
TuGeNy_V1.1 | 2016-04-08 | ||
TuGeNy_V1.0 | 2015-04-17 | ||
README.txt | 2024-06-11 | 6.8 kB | |
Example_tournaments_2.4.zip | 2024-06-11 | 252.1 kB | |
Tugeny_2.4_manual_en.pdf | 2024-06-11 | 209.3 kB | |
Tournament_Design_DE.pdf | 2018-06-06 | 130.5 kB | |
Totals: 14 Items | 598.8 kB | 5 |
Tugeny 2.4 (06.06.2024) - Finalize tournaments so that match results and rankings are available in a long-lived data format via Tugeny Cloud. - Highlight schedule dependencies of the match under the mouse. - Provide positions of elements and expected match length when synchronizing a tournament. - Open manual via help menu entry. - Further spread MVC architecture to increase the amount of functionality that is testable with automated tests. - Extend test framework so that dialogs can be handled in tests. - Non-functional improvements in the code base to keep the software extendable. - Fix a rare crash bug that could corrupt saved files. Tugeny 2.3 (10.07.2022) - Extend synchronized data to enable the online presentation of the tournament bracket. - Simplify the assignment of referees by providing quick assignments through Ctrl, Alt an Shift modifiers. - Improve how the simulation result dock interacts with undo and loaded projects. - Disable automatic schedule creation because the maintainer is currently not available. - Implement multi-threaded test framework to enable headless full application integration tests. - Non-functional improvements in the code base to keep the software extendable. - Fix a crash bug. Tugeny 2.2 (26.03.2022) - Open .tur files with double click in file browser. - Name and date of a tournament are no longer entered in Tugeny but in Tugeny Cloud. - Extend compatibility with Tugeny Cloud versions so that new releases no longer cause downtimes. - Example tournaments now have to be downloaded separately. - Set up virtual machines to test installer and application on different operating systems. - Introduce means to enable bug fixes in Tugeny Cloud outside the Tugeny release cycle. - Non-functional improvements in the code base to keep the software extendable. - Fix two rare bugs. Tugeny 2.1 (21.08.2021) - Tournament synchronization receives match results from Tugeny Cloud. - Import team list from and export tournament ranking to JTR. - Introduce automated test framework and cover some code to help detect regression bugs in the increasing feature set. - New function to distribute all teams of a pool or group each with a single click instead of drag'n'drop. - Export a bracket to fill out by hand as .pdf file. - Improve .tur file format to enable better error messages for incompatible files. - Enforce unique names for matches, groups and pools. - Remove support for the no longer needed fixed teams and team assignment via dialog. - Introduce MVC architecture in some areas to seperate concerns and enable headless integration and unit testing. - Some additional non-functional improvements in the code base to keep the software extendable. - Fix some bugs and a rare crash. Tugeny 2.0 (15.12.2020) - Tournament synchronization with a Tugeny server allows teams to look up their next matches online. - Full rewrite of the bracket render engine to allow export to PDF. - Introduce a copy configuration action including match type and group setup. - Rework and extend documentation and add detailed keyword index. - The schedule view remembers its size after restart of the application. - The simulation results are now displayed in a dock to solve positioning annoyances with the former dialog. - Added a recent files list. - Match type and group tiebreaker are now displayed prominently. - New tournaments are initialized with teams, fields and days. - Improve restore capability when a crash occures. - Disable optional password protection for tournament mode. - Many non-functional improvements in the code base to keep the software extendable. - Fix some bugs and rare crashes. Tugeny 1.4 (09.05.2019) - Provide head-to-head group evaluation option. - Test suite to validate the correctness and consistency of bracket and schedule. - Make pools visible in the bracket view and more intuitive to use. - Provide detailed element analysis for the bracket simulation showing rematches and team distribution. - New parameters to configure bracket simulation to better match the specific tournaments conditions. - New schedule delay simulation. - Simplfiy usage and increase functional extent of schedule and referee optimization. - Improve the field plans and add more information. - Introduce info elements that provide short and long explanations in several places. - Some minor visual improvements in the bracket view. - Some non-functional improvements in the code base to keep the software extendable. TuGeNy V1.3 (31.03.2017) - Fully automatic field schedule creation including referee assignment. - Greatly facilitate bracket creation by introducing drag & drop to connect elements. - Make bracket view display element connections with curved lines. - Import team names from JTR or other lists. - Implement 6 zoom levels for bracket view. - Enable bracket view to show group stats and match results. - Allow selection of multiple elements in bracket view with commands applying to the whole selection. - Introduce a tournament mode that forbids changes to the tournament and can be protected with a password. - Extend match types by e.g. golden jugg and show a short tag in the corner in bracket view. - Fix several bugs and usability issues. TuGeNy V1.2 (08.04.2016) - Assign referees to the scheduled matches. - Create field plans as pdf containing all matches of a tournament. - Export matches and results as CSV file. - Add short names for teams to save space in the crowded views. - Tooltips appear for matches and groups in both widgets. - The interim and final state of a group (containing points, sets, skulls) is shown in this tooltip. - Fully reimplemented how commands (e.g. moving a match) internally work which also results in some different behaviour of the GUI. - Introduced some first hotkeys. - Many bug fixes and convenience features. TuGeNy V1.1 (17.04.2015) - Tabs for the tournament bracket window. - Grid for the tournament bracket window. - Fully reimplemented schedule window with timeline to significantely increase overall view and simplify schedule creation. - Enabled multiple instances of TuGeNy to run at the same time. - Match types to configure the length and amount of sets of a match. - German documentation. - Some minor bug fixes. TuGeNy V1.0 (21.12.2014) - Graphically arrange matches and groups, name them and assign teams (even relative, e.g. Winner Group A). - Set number of playing fields and schedule matches at them. - Manage match results (with sets or without) and automatically determine upcoming matches. - Show the final ranking, where shared places are possible. - Run a simulation to determine how large the influence of (bad) luck with the draw is. - Several standard software features like undo/redo, save/load, restore after crash, downwards compatibility, ...