Commit graph

32 commits

Author SHA1 Message Date
GDColon
73a002cf60 Added invisible groups to analysis fuck you 2021-05-11 10:22:55 -04:00
GDColon
c4cbee3816 Lots of QOL + Better profile system
- Most profile links now use account IDs instead of username
- Level leaderboards display an error message if they can't load
- Fixed up coins in level analysis so they look normal
- Added an option in level analysis to sort group IDs
2021-04-02 20:50:22 -04:00
Justin Pridgen
e1f81b1f5d
Coins in Level Analysis (#140) 2021-04-02 10:32:10 -04:00
GDColon
4c97a7bcca Analysis page no longer redirects on error 2021-03-09 23:14:06 -05:00
GDColon
de053955e8 Custom demon lists + Better account caching 2021-01-21 17:15:31 -05:00
GDColon
87a6ae8eaa GDPS bugfixes and improvements 2021-01-14 18:18:19 -05:00
GDColon
9e8d435627 UNLEASH THE OBJECT FOLDER MOTHERFUCKERS
oops i dropped all these OBJECTS that aren't assembled correctly but who gives a shit i don't this is just for my google sheets thing
2020-10-15 22:28:07 -04:00
Colon
d56a6343ff Object building API! Whoa!
(ty figment for helping with this)
2020-10-13 10:25:07 -04:00
zmx
8b37d43b45
Optimize Analyze Endpoint (#111)
* use unzip callback instead of unzipsync

* use indents

* move sortobj out of function

* don't use res in the function

* move some processing out of the color foreach

* remove some object iterations

* split header parse into a new function

* switch statements

* useless data assignment

* "flatten" the object id lists

* remove accidental timing thingies

* use if in

* group objects in the for loop

* return of the in

* remove requirement on app

* add the try catch

* use for loop instead of foreach

* don't parse the header with the objs

* use string

* parse object key names along with object parsing

* don't store is valid variable

* don't use splice, it breaks the next request

* create response.colors before parse
2020-10-01 09:09:08 -04:00
101arrowz
5bfedbd24f
made 101arrowz shut up 2020-09-30 11:25:51 -04:00
GDColon
2375d0fcac oops i broke analysis 2020-09-29 21:58:25 -04:00
GDColon
1884d58e46 GDPS improvements, comment jumping, + more
- Improved param building for GDPS'es
- Changed /profile/ to /u/
- Removed "most disliked" comment sort
- Added ability to jump to last page of comments
- Added page number and other small improvements to comment page
2020-09-29 21:42:18 -04:00
WEGFan
c01d2466b3
Changed portal order percentage formula (#76) 2020-02-18 22:39:12 -05:00
GDColon
252e3f3b05 GDPS Compatibility (kinda)
I've started work on making GDBrowser compatible with GD private servers :D
Currently a few things (comments, leaderboards, etc) are broken but other than that I'm kind of getting there.

This commit mostly just makes life easier for people who want to fork GDBrowser for their private server
- The endpoint (e.g. boomlings.com) is now set in index.js
- Added gdpsConfig.js, where you can tweak small settings in case your GDPS does stuff weirdly
- Small tweaks to the code so the weird GDPS responses can be correctly interpreted
- secretStuff.json is no longer mandatory

If you're able to help me out with this project, PRs are appreciated :D

- Removed Herobrine
2019-12-21 22:16:18 -05:00
Colon
c63eac1dd4 Tweaked how Group IDs are counted 2019-12-04 10:01:09 -05:00
GDColon
9876eda004 Overhauled Level Color Analysis
Colors are now clickable, whoa!
2019-11-30 18:01:33 -05:00
Colon
4fc3cd19d2 Added Group IDs to analysis 2019-11-28 13:01:43 -05:00
Colon
f9724ac1f8 Added LDM to analysis 2019-11-21 08:45:56 -05:00
zmxhawrhbg
9e92b92be0 Implementation of Old Level Color Analysis 2019-11-20 17:18:12 -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
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
5b441ba10a silly me 2019-11-09 20:13:56 -05:00
GDColon
8a99541ac5 silly me 2019-11-09 20:11:18 -05:00
GDColon
aa23d100f3 Level style now displays actually accurate information. Whoa! 2019-11-09 19:59:11 -05:00
GDColon
60733810d5 small fixes 2019-10-30 21:41:21 -04: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
06d18fb45d Menu button animation + other improvements 2019-10-23 17:48:01 -04:00
GDColon
6a1e6f3abc Added % to portal analysis and moved CSS 2019-10-19 00:27:17 -04:00
GDColon
a180d54899 CSS Tweak 2019-10-17 23:54:21 -04:00
GDColon
30be2d1d61 More analysis features + optimizations
- Modules are now required BEFORE exports
- Added object count to level analysis
- Added option to hide duplicate portals in analysis
- Removed LOADMODULES.js because it's gross
2019-10-16 18:47:53 -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