soiz1 commited on
Commit
2d2c5fb
·
verified ·
1 Parent(s): 25673e7

Update src/playground/credits/users.js

Browse files
Files changed (1) hide show
  1. src/playground/credits/users.js +82 -50
src/playground/credits/users.js CHANGED
@@ -192,6 +192,11 @@ const pmPullRequestDevelopers = [ // these people made a PR that got merged, or
192
  image: `https://github.com/DogeisCut.png`,
193
  href: `https://github.com/Dogeiscut/`,
194
  },
 
 
 
 
 
195
  // list could be missing some people, but theres not really a way to tell
196
  ];
197
 
@@ -214,49 +219,39 @@ const pmTranslators = [
214
  image: `https://penguinmod.com/unknown_user.png`,
215
  href: "https://studio.penguinmod.com/credits.html#",
216
  },
217
- {
218
- text: 'a_pc',
219
- image: `https://penguinmod.com/unknown_user.png`,
220
- href: "https://studio.penguinmod.com/credits.html#",
221
- },
222
- {
223
- text: 'LoyalBlackBishopyBoi',
224
- image: `https://trampoline.turbowarp.org/avatars/by-username/LoyalBlackBishopyBoi`,
225
- href: "https://scratch.mit.edu/users/LoyalBlackBishopyBoi/",
226
- },
227
  {
228
  text: 'onetoanother',
229
  image: `https://trampoline.turbowarp.org/avatars/by-username/onetoanother`,
230
- href: "https://penguinmod.com/profile?user=onetoanother",
231
  },
232
  {
233
  text: 'NamelessCat',
234
- image: `https://trampoline.turbowarp.org/avatars/by-username/NamelessCat`,
235
- href: "https://penguinmod.com/profile?user=NamelessCat",
236
  },
237
  {
238
  text: 'Just-Noone',
239
  image: `https://trampoline.turbowarp.org/avatars/by-username/Just-Noone`,
240
- href: "https://penguinmod.com/profile?user=Just-Noone",
241
  },
242
  {
243
  text: 'goose_but_smart',
244
- image: `https://trampoline.turbowarp.org/avatars/by-username/goose_but_smart`,
245
- href: "https://penguinmod.com/profile?user=goose_but_smart",
246
  },
247
  {
248
  text: 'Le_Blob77',
249
  image: `https://trampoline.turbowarp.org/avatars/by-username/Le_Blob77`,
250
- href: "https://penguinmod.com/profile?user=Le_Blob77",
251
  },
252
  {
253
  text: 'MrRedstonia',
254
- image: `https://trampoline.turbowarp.org/avatars/by-username/MrRedstonia`,
255
- href: "https://penguinmod.com/profile?user=MrRedstonia",
256
  },
257
  {
258
  text: 'TheShovel',
259
- image: `https://trampoline.turbowarp.org/avatars/by-username/TheShovel`,
260
  href: "https://penguinmod.com/profile?user=TheShovel",
261
  },
262
  {
@@ -266,77 +261,74 @@ const pmTranslators = [
266
  },
267
  {
268
  text: 'GigantTech',
269
- image: `https://trampoline.turbowarp.org/avatars/by-username/GigantTech`,
270
  href: "https://penguinmod.com/profile?user=GigantTech",
271
  },
272
  {
273
  text: 'hacker_anonimo',
274
  image: `https://trampoline.turbowarp.org/avatars/by-username/hacker_anonimo`,
275
- href: "https://penguinmod.com/profile?user=hacker_anonimo",
276
  },
277
  {
278
  text: 'zaaxd52',
279
  image: `https://trampoline.turbowarp.org/avatars/by-username/zaaxd52`,
280
- href: "https://penguinmod.com/profile?user=zaaxd52",
281
  },
282
  {
283
  text: 'G1nX',
284
  image: `https://trampoline.turbowarp.org/avatars/by-username/G1nX`,
285
- href: "https://penguinmod.com/profile?user=G1nX",
286
  },
287
  {
288
  text: 'FNFFortune',
289
  image: `https://trampoline.turbowarp.org/avatars/by-username/FNFFortune`,
290
- href: "https://penguinmod.com/profile?user=FNFFortune",
291
  },
292
- // has since left the server
293
- // possibly they have a new account, so replace the name & url if so
294
  {
295
  text: 'Gabberythethughunte',
296
  image: `https://penguinmod.com/unknown_user.png`,
297
- href: "https://penguinmod.com/profile?user=Gabberythethughunte",
298
  },
299
  {
300
  text: 'keriyo',
301
  image: `https://trampoline.turbowarp.org/avatars/by-username/keriyo`,
302
- href: "https://penguinmod.com/profile?user=keriyo",
303
  },
304
  {
305
  text: 'DenPlayTS',
306
- image: `https://trampoline.turbowarp.org/avatars/by-username/DenPlayTS`,
307
- href: "https://penguinmod.com/profile?user=DenPlayTS",
308
  },
309
  {
310
  text: 'Tsalbre',
311
  image: `https://trampoline.turbowarp.org/avatars/by-username/Tsalbre`,
312
- href: "https://penguinmod.com/profile?user=Tsalbre",
313
  },
314
  {
315
  text: 'MubiLop',
316
- image: `https://trampoline.turbowarp.org/avatars/by-username/MubiLop`,
317
  href: "https://penguinmod.com/profile?user=MubiLop",
318
  },
319
  {
320
  text: 'TLP136',
321
  image: `https://trampoline.turbowarp.org/avatars/by-username/TLP136`,
322
- href: "https://penguinmod.com/profile?user=TLP136",
323
  },
324
  {
325
  text: 'Cymock',
326
  image: `https://trampoline.turbowarp.org/avatars/by-username/Cymock`,
327
- href: "https://penguinmod.com/profile?user=Cymock",
328
  },
329
  {
330
  text: 'ItzzEndr',
331
  image: `https://trampoline.turbowarp.org/avatars/by-username/ItzzEndr`,
332
- href: "https://penguinmod.com/profile?user=ItzzEndr",
333
  },
334
  {
335
  text: 'Capysussa',
336
  image: `https://trampoline.turbowarp.org/avatars/by-username/Capysussa`,
337
- href: "https://penguinmod.com/profile?user=Capysussa",
338
  },
339
- // con-zie is now banned from PenguinMod
340
  {
341
  text: 'con-zie',
342
  image: `https://penguinmod.com/unknown_user.png`,
@@ -344,22 +336,22 @@ const pmTranslators = [
344
  },
345
  {
346
  text: 'ImNotScratchY_lolol',
347
- image: `https://trampoline.turbowarp.org/avatars/by-username/ImNotScratchY_lolol`,
348
  href: "https://penguinmod.com/profile?user=ImNotScratchY_lolol",
349
  },
350
  {
351
  text: 'justablock',
352
  image: `https://trampoline.turbowarp.org/avatars/by-username/justablock`,
353
- href: "https://penguinmod.com/profile?user=justablock",
354
  },
355
  {
356
  text: 'inventionpro',
357
- image: `https://trampoline.turbowarp.org/avatars/by-username/inventionpro`,
358
  href: "https://penguinmod.com/profile?user=inventionpro",
359
  },
360
  {
361
  text: 'SkyBuilder1717',
362
- image: `https://trampoline.turbowarp.org/avatars/by-username/SkyBuilder1717`,
363
  href: "https://penguinmod.com/profile?user=SkyBuilder1717",
364
  },
365
  {
@@ -370,11 +362,11 @@ const pmTranslators = [
370
  {
371
  text: 'lem0n0fficial',
372
  image: `https://trampoline.turbowarp.org/avatars/by-username/lem0n0fficial`,
373
- href: "https://penguinmod.com/profile?user=lem0n0fficial",
374
  },
375
  {
376
  text: 'Oldcoinmania',
377
- image: `https://trampoline.turbowarp.org/avatars/by-username/Oldcoinmania`,
378
  href: "https://penguinmod.com/profile?user=Oldcoinmania",
379
  },
380
  {
@@ -385,8 +377,23 @@ const pmTranslators = [
385
  {
386
  text: 'Chip',
387
  image: `https://avatars.githubusercontent.com/u/116580105?s=96&v=4`,
388
- href: "https://penguinmod.com/profile?user=chip",
389
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
390
  ];
391
 
392
  const pmCostumeSubmittors = [
@@ -414,7 +421,7 @@ const pmCostumeSubmittors = [
414
  {
415
  text: 'G1nX',
416
  image: `https://trampoline.turbowarp.org/avatars/by-username/G1nX`,
417
- href: "https://penguinmod.com/profile?user=G1nX",
418
  },
419
  // unknown
420
  {
@@ -548,7 +555,7 @@ const pmSoundSubmittors = [
548
  {
549
  text: 'G1nX',
550
  image: `https://trampoline.turbowarp.org/avatars/by-username/G1nX`,
551
- href: "https://penguinmod.com/profile?user=G1nX",
552
  },
553
  // unknown
554
  {
@@ -640,6 +647,30 @@ const pmExtensionDevelopers = [
640
  'AshimeeAlt'
641
  ].map(fromHardcodedGithub);
642
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
643
  export default {
644
  addonDevelopers: shuffle(addonDevelopers),
645
  pmDevelopers: shuffle(pmDevelopers),
@@ -649,5 +680,6 @@ export default {
649
  pmTranslators: shuffle(pmTranslators),
650
  pmSoundSubmittors: shuffle(pmSoundSubmittors),
651
  pmCostumeSubmittors: shuffle(pmCostumeSubmittors),
652
- pmPullRequestDevelopers: shuffle(pmPullRequestDevelopers)
653
- };
 
 
192
  image: `https://github.com/DogeisCut.png`,
193
  href: `https://github.com/Dogeiscut/`,
194
  },
195
+ {
196
+ text: 'BiglyDerv',
197
+ image: `https://github.com/biglyderv.png`,
198
+ href: `https://github.com/biglyderv/`,
199
+ }
200
  // list could be missing some people, but theres not really a way to tell
201
  ];
202
 
 
219
  image: `https://penguinmod.com/unknown_user.png`,
220
  href: "https://studio.penguinmod.com/credits.html#",
221
  },
 
 
 
 
 
 
 
 
 
 
222
  {
223
  text: 'onetoanother',
224
  image: `https://trampoline.turbowarp.org/avatars/by-username/onetoanother`,
225
+ href: `https://scratch.mit.edu/users/onetoanother/`,
226
  },
227
  {
228
  text: 'NamelessCat',
229
+ image: `https://projects.penguinmod.com/api/v1/users/getpfp?username=cat`,
230
+ href: "https://penguinmod.com/profile?user=cat",
231
  },
232
  {
233
  text: 'Just-Noone',
234
  image: `https://trampoline.turbowarp.org/avatars/by-username/Just-Noone`,
235
+ href: `https://scratch.mit.edu/users/Just-Noone/`,
236
  },
237
  {
238
  text: 'goose_but_smart',
239
+ image: `https://penguinmod.com/unknown_user.png`,
240
+ href: "https://studio.penguinmod.com/credits.html#",
241
  },
242
  {
243
  text: 'Le_Blob77',
244
  image: `https://trampoline.turbowarp.org/avatars/by-username/Le_Blob77`,
245
+ href: `https://scratch.mit.edu/users/Le_Blob77/`,
246
  },
247
  {
248
  text: 'MrRedstonia',
249
+ image: `https://projects.penguinmod.com/api/v1/users/getpfp?username=mrredstonia`,
250
+ href: "https://penguinmod.com/profile?user=mrredstonia",
251
  },
252
  {
253
  text: 'TheShovel',
254
+ image: `https://projects.penguinmod.com/api/v1/users/getpfp?username=TheShovel`,
255
  href: "https://penguinmod.com/profile?user=TheShovel",
256
  },
257
  {
 
261
  },
262
  {
263
  text: 'GigantTech',
264
+ image: `https://projects.penguinmod.com/api/v1/users/getpfp?username=GigantTech`,
265
  href: "https://penguinmod.com/profile?user=GigantTech",
266
  },
267
  {
268
  text: 'hacker_anonimo',
269
  image: `https://trampoline.turbowarp.org/avatars/by-username/hacker_anonimo`,
270
+ href: `https://scratch.mit.edu/users/hacker_anonimo/`,
271
  },
272
  {
273
  text: 'zaaxd52',
274
  image: `https://trampoline.turbowarp.org/avatars/by-username/zaaxd52`,
275
+ href: `https://scratch.mit.edu/users/zaaxd52/`,
276
  },
277
  {
278
  text: 'G1nX',
279
  image: `https://trampoline.turbowarp.org/avatars/by-username/G1nX`,
280
+ href: `https://scratch.mit.edu/users/G1nX/`,
281
  },
282
  {
283
  text: 'FNFFortune',
284
  image: `https://trampoline.turbowarp.org/avatars/by-username/FNFFortune`,
285
+ href: `https://scratch.mit.edu/users/FNFFortune/`,
286
  },
 
 
287
  {
288
  text: 'Gabberythethughunte',
289
  image: `https://penguinmod.com/unknown_user.png`,
290
+ href: "https://studio.penguinmod.com/credits.html#",
291
  },
292
  {
293
  text: 'keriyo',
294
  image: `https://trampoline.turbowarp.org/avatars/by-username/keriyo`,
295
+ href: `https://scratch.mit.edu/users/keriyo/`,
296
  },
297
  {
298
  text: 'DenPlayTS',
299
+ image: `https://projects.penguinmod.com/api/v1/users/getpfp?username=denplayts`,
300
+ href: "https://penguinmod.com/profile?user=denplayts",
301
  },
302
  {
303
  text: 'Tsalbre',
304
  image: `https://trampoline.turbowarp.org/avatars/by-username/Tsalbre`,
305
+ href: `https://scratch.mit.edu/users/Tsalbre/`,
306
  },
307
  {
308
  text: 'MubiLop',
309
+ image: `https://projects.penguinmod.com/api/v1/users/getpfp?username=MubiLop`,
310
  href: "https://penguinmod.com/profile?user=MubiLop",
311
  },
312
  {
313
  text: 'TLP136',
314
  image: `https://trampoline.turbowarp.org/avatars/by-username/TLP136`,
315
+ href: `https://scratch.mit.edu/users/TLP136/`,
316
  },
317
  {
318
  text: 'Cymock',
319
  image: `https://trampoline.turbowarp.org/avatars/by-username/Cymock`,
320
+ href: `https://scratch.mit.edu/users/Cymock/`,
321
  },
322
  {
323
  text: 'ItzzEndr',
324
  image: `https://trampoline.turbowarp.org/avatars/by-username/ItzzEndr`,
325
+ href: `https://scratch.mit.edu/users/ItzzEndr/`,
326
  },
327
  {
328
  text: 'Capysussa',
329
  image: `https://trampoline.turbowarp.org/avatars/by-username/Capysussa`,
330
+ href: `https://scratch.mit.edu/users/Capysussa/`,
331
  },
 
332
  {
333
  text: 'con-zie',
334
  image: `https://penguinmod.com/unknown_user.png`,
 
336
  },
337
  {
338
  text: 'ImNotScratchY_lolol',
339
+ image: `https://projects.penguinmod.com/api/v1/users/getpfp?username=ImNotScratchY_lolol`,
340
  href: "https://penguinmod.com/profile?user=ImNotScratchY_lolol",
341
  },
342
  {
343
  text: 'justablock',
344
  image: `https://trampoline.turbowarp.org/avatars/by-username/justablock`,
345
+ href: `https://scratch.mit.edu/users/justablock/`,
346
  },
347
  {
348
  text: 'inventionpro',
349
+ image: `https://projects.penguinmod.com/api/v1/users/getpfp?username=inventionpro`,
350
  href: "https://penguinmod.com/profile?user=inventionpro",
351
  },
352
  {
353
  text: 'SkyBuilder1717',
354
+ image: `https://projects.penguinmod.com/api/v1/users/getpfp?username=SkyBuilder1717`,
355
  href: "https://penguinmod.com/profile?user=SkyBuilder1717",
356
  },
357
  {
 
362
  {
363
  text: 'lem0n0fficial',
364
  image: `https://trampoline.turbowarp.org/avatars/by-username/lem0n0fficial`,
365
+ href: `https://scratch.mit.edu/users/lem0n0fficial/`,
366
  },
367
  {
368
  text: 'Oldcoinmania',
369
+ image: `https://projects.penguinmod.com/api/v1/users/getpfp?username=Oldcoinmania`,
370
  href: "https://penguinmod.com/profile?user=Oldcoinmania",
371
  },
372
  {
 
377
  {
378
  text: 'Chip',
379
  image: `https://avatars.githubusercontent.com/u/116580105?s=96&v=4`,
380
+ href: "https://github.com/triisdang",
381
+ },
382
+ {
383
+ text: 'enduh',
384
+ image: `https://projects.penguinmod.com/api/v1/users/getpfp?username=enduh`,
385
+ href: "https://penguinmod.com/profile?user=enduh",
386
+ },
387
+ {
388
+ text: 'riwataNOUVEAU',
389
+ image: `https://projects.penguinmod.com/api/v1/users/getpfp?username=riwataNOUVEAU`,
390
+ href: "https://penguinmod.com/profile?user=riwataNOUVEAU",
391
+ },
392
+ {
393
+ text: 'Prode',
394
+ image: `https://projects.penguinmod.com/api/v1/users/getpfp?username=Prode`,
395
+ href: "https://penguinmod.com/profile?user=Prode",
396
+ },
397
  ];
398
 
399
  const pmCostumeSubmittors = [
 
421
  {
422
  text: 'G1nX',
423
  image: `https://trampoline.turbowarp.org/avatars/by-username/G1nX`,
424
+ href: `https://scratch.mit.edu/users/G1nX/`,
425
  },
426
  // unknown
427
  {
 
555
  {
556
  text: 'G1nX',
557
  image: `https://trampoline.turbowarp.org/avatars/by-username/G1nX`,
558
+ href: `https://scratch.mit.edu/users/G1nX/`,
559
  },
560
  // unknown
561
  {
 
647
  'AshimeeAlt'
648
  ].map(fromHardcodedGithub);
649
 
650
+ const pmCodeUsedFrom = [
651
+ {
652
+ text: "Gandi-IDE",
653
+ image: `https://github.com/Gandi-IDE.png`,
654
+ href: `https://github.com/Gandi-IDE/`,
655
+ },
656
+ {
657
+ text: "TurboWarp",
658
+ image: `https://github.com/TurboWarp.png`,
659
+ href: `https://github.com/TurboWarp/`,
660
+ },
661
+ {
662
+ text: "scratchfoundation",
663
+ image: `https://github.com/scratchfoundation.png`,
664
+ href: `https://github.com/scratchfoundation/`,
665
+ },
666
+ {
667
+ text: "Nitro-Bolt",
668
+ image: `https://github.com/Nitro-Bolt.png`,
669
+ href: `https://github.com/Nitro-Bolt/`,
670
+ },
671
+ // TODO: There are 1000% more projects we've used some stuff from but I don't remember
672
+ ];
673
+
674
  export default {
675
  addonDevelopers: shuffle(addonDevelopers),
676
  pmDevelopers: shuffle(pmDevelopers),
 
680
  pmTranslators: shuffle(pmTranslators),
681
  pmSoundSubmittors: shuffle(pmSoundSubmittors),
682
  pmCostumeSubmittors: shuffle(pmCostumeSubmittors),
683
+ pmPullRequestDevelopers: shuffle(pmPullRequestDevelopers),
684
+ pmCodeUsedFrom: shuffle(pmCodeUsedFrom),
685
+ };