Commit Graph

14 Commits

Author SHA1 Message Date
37e691eebf Update Noblox to 6.0.2 2024-08-27 23:11:28 -05:00
d1066e2737 Use alternate API for current user and skip cookie validation 2024-08-27 21:28:33 -05:00
b3fdd8e2f1 Improve error messages a bit for new API 2024-08-26 21:38:17 -05:00
4f77012a9a Use new asset API 2024-08-21 22:48:30 -05:00
41affeae6e Initial fix 2024-08-21 16:55:26 -05:00
cf03198035 Fix mapstart/finish CanCollide check 2024-05-01 15:20:58 -05:00
1a541dfa0a Check for duplicate Spawns and Scripts 2024-04-30 19:07:18 -05:00
562b7afbd6 Fix rbxm-parser dependency 2024-04-29 17:51:32 -05:00
84034001c9 Try old asset API 2024-04-25 21:08:40 -05:00
9cb8c24e58 Log errors to a channel and also fix/improve error handling 2024-04-25 12:33:55 -05:00
759ce8717e Use the built-in defer reply method 2024-04-24 11:03:25 -05:00
3a167cf686 Parse map models and validate them (#13)
Some checks failed
continuous-integration/drone/push Build is failing
The enhancements:
- Added map validation that checks for some common errors that maps have
- /take: Does map validation but will still take the map even if there are problems
- /take: Improved the help text and added links to the maptest places
- /submit: Does map validation and will not let you submit if there are problems
- /submissions: Now shows the map's display name and creator
- Added an ESLint config and tidied some things up
- Updated some of the packages

Reviewed-on: #13
Co-authored-by: Carter Penterman <carterpenterman@gmail.com>
Co-committed-by: Carter Penterman <carterpenterman@gmail.com>
2024-04-24 06:28:07 +00:00
21b7c2876b Allow filtering submissions on date range + add extra info to .csv
All checks were successful
continuous-integration/drone/push Build is passing
2024-04-16 19:58:24 -05:00
214790809d Use non-rate-limited API and improve some stuff 2024-04-15 21:15:35 -05:00