Commit graph

65 commits

Author SHA1 Message Date
Colon
af5751ac66 Fixed icon kit oopsie 2019-12-12 17:06:09 -05:00
Colon
36260d8906 Added 2.2 form to icon kit
Unknown name, referred to as "swing" in the game files so let's go with that
2019-12-12 16:09:41 -05:00
GDColon
8fd80d7147 Fixed comment username bug
Clicking on a username with a space in it (e.g. "le doge") would redirect you to the profile of the first word only (e.g. "le")

also shut up i'm not writng "fix comment bug" that whole present tense thing is stupid
2019-12-08 17:07:55 -05:00
GDColon
9876eda004 Overhauled Level Color Analysis
Colors are now clickable, whoa!
2019-11-30 18:01:33 -05:00
GDColon
3f00b15f50 GDBrowser comments get a special color! 2019-11-29 20:40:52 -05:00
GDColon
460ed10484 GDBrowser comments get a special color! 2019-11-29 20:36:00 -05:00
Colon
8791799298 i cannot count 2019-11-28 14:15:42 -05:00
Colon
4fc3cd19d2 Added Group IDs to analysis 2019-11-28 13:01:43 -05:00
GDColon
1a096cd024 Added memes 2019-11-24 10:29:16 -05:00
Colon
27310fc6d9 Added LDM to analysis 2019-11-21 09:04:07 -05:00
Colon
f9724ac1f8 Added LDM to analysis 2019-11-21 08:45:56 -05:00
GDColon
b4f28965bc stuff 2019-11-20 17:22:09 -05:00
GDColon
39e61951b8 100th commit! 🎉🎉🎉
Quality of life fixes:
- Fixed undefined backgrounds/grounds in analysis
- Fixed leaderboards being buggy when switching tabs while the current one is still loading
- Fixed still being able to switch pages with arrow keys while typing a comment
- Fixed remaining character count for comments not updating in some cases
- Documented liking and commenting on the API page
- Ucrash changed some of the CSS on the API page
- Screw you, you're not my dad and you can't make my type me commit descriptions in present tense
- Remove herobrine
2019-11-19 23:53:24 -05:00
GDColon
e8d7c092bd Added comment liking!
I also added level liking, but I decided to comment it all out (on level.html) because GD levels take a few minutes to update. It would just be confusing to the client :P
2019-11-18 18:39:17 -05:00
GDColon
0b2421c114 Readded back button, oops 2019-11-17 17:16:11 -05:00
GDColon
d57d7c7eea Added character count to commenting 2019-11-17 17:13:42 -05:00
GDColon
469ffaf4b7 Added commenting! 2019-11-17 17:00:19 -05:00
GDColon
bebf1eb1fd Fixed comment/leaderboard freeze 2019-11-16 23:56:18 -05:00
GDColon
7febaa6e7d nice guy colon 2019-11-16 19:05:40 -05:00
GDColon
b01179b477 Added icon generation to API reference + 1 new param for it 2019-11-13 23:55:09 -05:00
GDColon
58faaccc58 Error handling + quality of life changes
- Improved error handling (if err || !body || body == -1)
- Added list of text objects to analysis API (not on actual page, debating whether or not to even do that)
- Accounts with 65535 diamonds (integer limit) now display as '65535+'
2019-11-10 16:18:52 -05:00
GDColon
aa23d100f3 Level style now displays actually accurate information. Whoa! 2019-11-09 19:59:11 -05:00
GDColon
62e4fa0341 Added 'level style' to analysis 2019-11-09 15:21:30 -05:00
GDColon
84093180a9 Fixed comment oopsie 2019-11-05 20:46:13 -05:00
GDColon
1acc5d9f5b Green names are now clickable!
(also tweaked credits)
2019-11-05 18:43:04 -05:00
GDColon
1c6b7d87bc Fixed compact mode bug 2019-11-03 10:42:00 -05:00
GDColon
759f32c9d6 Small fixes 2019-11-02 17:37:48 -04:00
GDColon
dd034c5999 Improvements to comment page
- Uploader and level ID are now clickable
- Added support for arrow keys
- No longer able to fetch comments if loading icon is showing
- Also fixed some leaderboard desync issues
2019-11-02 12:05:22 -04:00
GDColon
533c011a39 i am a total moron 2019-11-02 01:28:24 -04:00
GDColon
1ab98744e4 Finally added level leaderboards!
- Added level leaderboards
- Nonixestent level IDs are now rounded to nearest whole number
- Removed horizontal dragscrolling (sorry 101arrowz :P)
- Upped search length to 20
2019-11-02 01:20:23 -04:00
101arrowz
f98192ff0c 🦀 <font> TAGS ARE GONE 🦀 2019-10-25 23:08:54 -04:00
GDColon
7b67fd7b1e Merge branch 'master' into pr/24 2019-10-25 16:48:37 -04:00
GDColon
e7a071ba42 Added 101arrowz' improved dragscrolling! 2019-10-25 16:41:16 -04:00
101arrowz
04e41ac2d1 dragscroll but it sucks 2019-10-24 19:27:09 -07:00
101arrowz
b8103d1d13 There are no mistakes, only happy little accidents 2019-10-23 22:03:40 -07:00
101arrowz
dec94a1160 Changed cookies to localStorage 2019-10-23 21:51:20 -07:00
GDColon
a86c2bc84f Comment filters stored in cookies + fixed happy accident in PR
- Comment filters (sorting and compact mode) are stored in your cookies and no longer reset back to 'most recent' when entering the page. I'm quite proud of how I pulled this one off ;)

- 101arrowz made a happy little accident that broke level analysis, but it's been fixed.
2019-10-23 23:33:20 -04:00
101arrowz
01e7041f11 Improved passwords 2019-10-23 20:23:59 -04:00
GDColon
f815ce338e Added compact mode to comments + renamed CSS
- Renamed level.css to browser.css
- Compact comment mode makes comments smaller and fetches 20 comments instead of 10
2019-10-23 18:40:31 -04:00
GDColon
47bb878487 Ucrash updated the API page 2019-10-22 20:06:47 -04:00
Qufy
078d1ec0c0 Fixed back button when downloading a level 2019-10-22 19:54:19 -04:00
Colon
61b97247d3
oop 2019-10-22 13:42:15 -04:00
GDColon
b0f43dbfb5 Small comment tweaks 2019-10-22 11:31:04 -04:00
GDColon
4637894721 Credits fixes 2019-10-21 11:46:50 -04:00
GDColon
a4ac72cce2 Added Qufy's popup animation! 2019-10-21 11:40:56 -04:00
101arrowz
81de32cc31 Improved page loading speed 2019-10-21 11:20:25 -04:00
GDColon
da06a1a702 Moved credits and icon.js forms to a JSON 2019-10-20 23:33:01 -04:00
GDColon
3921247094 oops 2019-10-19 20:23:54 -04:00
GDColon
958c12cf2b Fixed analyze URL in documentation 2019-10-19 13:23:58 -04:00
GDColon
1d18139e48 Fixed duplicate button 2019-10-19 00:52:52 -04:00