Commit Graph

15 Commits

Author SHA1 Message Date
MSWS
7ca4a6bef4 Update README 2025-10-30 21:46:49 -07:00
MSWS
2c03129e86 Update README 2025-10-14 14:05:54 -07:00
MSWS
afe44097c3 Change to AGPL License, update README 2025-10-02 23:58:13 -07:00
MSWS
cb626d7cfa Fix README typo 2025-09-24 23:54:26 -07:00
MSWS
089564c4d6 feat: Differentiate win results and update role icons
- Adjust the logic in `RoundTimerListener.cs` to set final event results based on the winning team, assigning 2 for Counter-Terrorist wins and 3 for others, and refine win panel settings.
- Update `README.md` to reflect completed statuses for "Basic Gameplay," including the subcategories Traitors, Detectives, and Innocents, showcasing project progress.
- Reorder operations in `PlayerStatsTracker.cs` to update `PawnIsAlive` earlier in the `revealDeaths` method for clarity and consistent player state updates.
- Expand `RoleIconsHandler.cs` by adding `RevealIconFor` and `HideIconFor` methods to enhance control over traitor visual representation, allowing dynamic updates of player roles.
2025-08-14 01:31:45 -07:00
MSWS
63bb22fd43 docs: Include discord invite link in README 2025-08-11 04:22:54 -07:00
MSWS
680bb3789e docs: Add badges to README for clarity and updates
- Add a styled badge link to the top of the README
- Rename code coverage badge to "Code Coverage" for clarity
- Introduce a new badge displaying development time with specific request parameters
2025-08-06 22:37:40 -07:00
MSWS
01aebe12e9 Update README Locale link 2025-08-05 06:27:29 -07:00
MSWS
9d801de4a1 Clean up README 2025-08-03 01:50:40 -07:00
MSWS
e50558bf4d ci: Add release workflow and update badges for consistency
- Add Discord badge to README for improved accessibility to related resources
- Create new GitHub release workflow with concurrency control, versioning, changelog generation, and artifact uploads
- Update Code Coverage badge styling in dotnet workflow to consistent `for-the-badge` design
2025-08-03 01:50:31 -07:00
MSWS
85626af7c7 Flesh out readmes 2025-07-31 15:59:26 -07:00
Isaac
8eb09b27e8 Add more locale tests and licenses (#1)
* More localization, add MIT License

* Add all licenses

* Finish up locale tests for now

* Run dotnet on all branches
2025-07-30 16:21:31 -07:00
MSWS
86756df7ce Fix unit test setup, add READMEs 2025-07-29 19:07:45 -07:00
MSWS
9455e204c2 ci: Refactor and enhance project structure and tooling.
```
- Update `TTT.Api.csproj` to target .NET 8.0, add GitVersion.MsBuild reference, and retain existing package references.
- Modify `.github/workflows/dotnet.yml` to split test and build jobs, report code coverage, and introduce conditional tasks.
- Add code coverage badge to `README.md` and improve formatting.
- Remove debug-related properties and add GitVersion.MsBuild reference in `TTT.Game.csproj` and `TTT.CS2.csproj`.
- Clean up unused imports and update namespaces in `IPlayerConverter.cs` and other listener files to align with `TTT.Api.Player`.
```
2025-07-28 21:07:45 -07:00
MSWS
dabc2a6913 Init 2025-07-28 04:41:00 -07:00