Commit graph

15 commits

Author SHA1 Message Date
Noob1fy
7aef474a06
fix for canvas so no one encounters an error like me (#212)
idk if its just me who had this issue, but this assuming it fixed for me no one should encounter an error with canvas version changed.
Literally all this does is change line 12 from "^2.8.0" to "2.8.0" again dont know if everyone will have this error but ye you would know if you accept the changes
2022-04-17 12:03:00 -04:00
Matt
a37125ed59
Better error handling + general cleanup (#182)
* chore: cleanup .gitignore

- remove unused /typings, not using typescript
- remove .next as this is not using next.js
+ add editors to ignore file
+ add exceptions for more .env files, .env.local, etc.
+ seperate lockfiles and add yarn lockfile

* feat(package.json): add dev command

* feat: better error handling 1/4

+ add status codes to all of the errors.

? I understand this is similar to robtop so I didn't change any of the very cryptic responses, i.e. -1, -2, -3.

* feat: cleanup unused params & add status codes

* chore(servers.json): remove weird space in json

* feat: final status codes

* fix(leaderboard): fix comment for private server

* fix(merge): merge on 7da5632

* revert: revert icon.js
2021-12-07 14:06:33 -05:00
GDColon
84d02b7271 Icon code rewrite (mostly)
Rewrote the icon code so it's not nearly as bad. Spiders and robots still use the old code because I don't have the mental strength to pull it off
2021-12-03 16:30:58 -05:00
GDColon
ec4ab82eda Better server error handling
RobTop finally got https lets goo
2021-08-18 20:10:35 -04:00
GDColon
16a1b4d491 Demon Leaderboard! 2020-10-28 21:25:13 -04:00
GDColon
c15df5d436 Deleted shitty object API, improved icon kit stuff 2020-10-21 21:09:43 -04:00
Colon
eaca3a393b haha we got ip banned
- added rate limiting
- added panic mode
2020-09-10 09:02:40 -04:00
GDColon
76bc74c58c Google Sheets is now used to fetch accurate leaderboard
smjs is going to be ditching his api soon
2020-04-24 15:26:29 -04:00
GDColon
cd600a1396 Leaderboard sorting + level data size
SMJS updated his accurate leaderboard API to allow sorting by user coins or demons. What a nice guy!

Also, level analysis now shows the size of the level in MB or KB. Thanks to ItzSwirlz for suggesting this in a PR.

Packages were updated as well.
2020-03-21 18:45:49 -04:00
101arrowz
dec94a1160 Changed cookies to localStorage 2019-10-23 21:51:20 -07:00
101arrowz
265f3bc66f General cleaning; animation for buttons 2019-10-22 18:43:26 -07:00
101arrowz
81de32cc31 Improved page loading speed 2019-10-21 11:20:25 -04:00
József Sallai
87ea9efb52 Fix package.json meta stuff 2019-10-20 15:23:21 -04:00
101arrowz
4c6c84de9a Improved caching mechanism for icon.js
Cached icons are now stored in memory rather than in a folder. Removes need for fs-extra module.
2019-10-17 08:26:08 -04:00
GDColon
c6ec922809 I've officially fallen down the rabbit hole that is GitHub
First commit, baby! Maybe I should Google what that means.
2019-10-15 22:42:47 -04:00