Commit Graph

1465 Commits

Author SHA1 Message Date
HF
1304dfb4ba change all logger prefixes 2023-12-13 03:45:11 +01:00
HF
eb6c76c1b6 add shard names to logfile names 2023-12-13 03:18:14 +01:00
HF
6ecffafd00 remove assets.json from deployement scripts 2023-12-13 02:07:46 +01:00
HF
d8042552d8 move langage-code-to-country-code mapping into ssr filename 2023-12-13 02:04:55 +01:00
HF
3895bf292a only extract languages on full builds 2023-12-13 01:41:32 +01:00
hf
dddc0d0823 Merge pull request 'Add ge translation' (#91) from sallbet/pixelplanet-fork:translations into master
Reviewed-on: #91
2023-12-13 00:36:09 +00:00
HF
b5ccda251c use multiple processes while building
extract langs on production builds not on dev
update webpack
2023-12-13 01:30:02 +01:00
HF
ab840c6f23 default to english only production build in webpack config 2023-12-12 20:33:05 +01:00
HF
3aad00dca7 allow building of only specfic languages,
english is not a required locale anymore
2023-12-12 20:30:39 +01:00
HF
872c3a5659 clean webpack cache on full build
add option to clena assets
2023-12-12 18:58:53 +01:00
HF
997d887cfd dont generate styleassets.json 2023-12-12 18:58:34 +01:00
HF
b48821e92e no-cache on http requests depending on cookies
(etag reevaluation still works)
2023-12-12 18:57:40 +01:00
HF
a3edd2cb44 use sting 'en' for english translation instead of 'default' 2023-12-12 17:58:59 +01:00
HF
6d3b6edd8a cache all language builds in the same folder
write custom webpack loader to invalidate language specific files
choose most recent asset based on mtime rather than birthtime
2023-12-12 17:58:06 +01:00
HF
22b9cf2612 make asset detection smarter 2023-12-11 22:26:16 +01:00
HF
b5d48be01f renaming entry points fixes different three.js compilations weirdly 2023-12-11 22:11:55 +01:00
HF
af97cf7ec8 don't clean dist directory before build 2023-12-11 22:11:39 +01:00
HF
bcc489eff9 fix etag caching when run on localhost
(languages were not possible to be selected if run locally, cause of
aggressive caching)
2023-12-11 20:56:26 +01:00
HF
6b0404b66d THREE.js doesn't like the timestamp name,
cause every language bundle builds its own three.js
change order of script insertion (vendor before client)
2023-12-11 20:54:52 +01:00
HF
d2fa61f3c6 use port 5000 on example ecosystem.yml 2023-12-11 16:49:27 +01:00
HF
fe8541bcbf save cookie by hostname instead of host, because cookies don't like
ports
2023-12-11 16:48:47 +01:00
HF
8544c42e7b deprecate assets.json by reading the assets directory ourselves,
use build timestamp instead of hash in filename
fix #92
2023-12-11 16:48:26 +01:00
878f2cd269
Add ge translation 2023-12-01 17:51:32 +03:00
HF
72561d9752 change pixeltraa script 2023-11-24 11:06:59 +01:00
HF
16a889c5e8 fa maps to country code ir for iran
pr -> fa (language code for persian)
2023-10-09 21:58:07 +02:00
hf
0c18500e87 Merge pull request 'Add sc and persian translation' (#85) from sallbet/pixelplanet-fork:translations into master
Reviewed-on: #85
2023-10-09 19:51:29 +00:00
hf
d72f471d6d Merge pull request 'Change colors for Thoia a bit' (#88) from sallbet/pixelplanet-fork:master into master
Reviewed-on: #88
2023-10-09 19:50:53 +00:00
5be5f0908c
Change colors for Thoia a bit 2023-10-09 22:44:03 +03:00
HF
b0bb296ac6 fix top 10 size change date 2023-10-07 01:06:50 +02:00
HF
5cda6e161b Merge branch 'sallbet-canvases' 2023-10-07 00:32:09 +02:00
HF
e2e35971c7 use api/me for historyDownload.py
camel_case canvasID in areaDownload.py
add parameters to USER_AGENT in both
2023-10-07 00:30:04 +02:00
HF
249fabfd91 remove requests dependency from areaDownload.py 2023-10-07 00:30:03 +02:00
95cdcade90 Add to translation 2023-10-07 00:30:03 +02:00
2a5e62b08e Add logic to areaDownload, make it dynamic by fetching api/me 2023-10-07 00:30:03 +02:00
HF
7c3477921b remove websocket surveillance to test 2023-10-07 00:30:03 +02:00
HF
7f9d0f9429 care about undefined cli in Converter 2023-10-07 00:30:03 +02:00
e3ef515a90 Add cz and gr translations, update ru translation 2023-10-07 00:30:03 +02:00
cb66038058 Fix country mute/unmute message in channels 2023-10-07 00:30:03 +02:00
HF
7fe938bad2 decodeURIComponent hash 2023-10-07 00:30:03 +02:00
5d5eb38fc2
Replace r/place canvas with Thoia canvas
Remove r/place from constants.js
Change preview for new canvas
Change top10 canvas size
2023-10-07 00:03:45 +03:00
6ab3993586
Completely remove meme names and add custom flag 2023-10-07 00:03:16 +03:00
1499e7b0a4
Add perisan translation 2023-10-06 16:28:14 +03:00
b374c3ad83 Merge branch 'master' into translations 2023-10-05 11:42:15 +00:00
cc58fb1446
Add sc translation 2023-10-05 11:40:06 +03:00
HF
e108a23a83 use api/me for historyDownload.py
camel_case canvasID in areaDownload.py
add parameters to USER_AGENT in both
2023-10-01 01:48:40 +02:00
HF
d79636ae88 remove requests dependency from areaDownload.py 2023-10-01 00:03:57 +02:00
hf
ed154a0737 Merge pull request 'Add logic to areaDownload, make it dynamic by fetching api/me' (#83) from sallbet/pixelplanet-fork:master into master
Reviewed-on: #83
2023-09-30 22:01:49 +00:00
hf
108fc1b8f6 Merge branch 'master' into master 2023-09-30 22:01:38 +00:00
hf
30ec0bf059 Merge pull request 'Add to translation' (#82) from sallbet/pixelplanet-fork:translations into master
Reviewed-on: #82
2023-09-30 20:28:22 +00:00
8ab0961e85
Add logic to areaDownload, make it dynamic by fetching api/me 2023-09-26 00:57:31 +03:00