Commit Graph

474 Commits

Author SHA1 Message Date
HF e778472620 improve some strings in original english 2024-03-11 17:04:43 +01:00
HF 48d92ce963 parse country code for language out of i18n/lccc.json 2024-03-09 12:53:15 +01:00
HF ca52b7ecd7 add ability to set default canvas by server
sort CanvasSelection list with default canvas first and linked canvases
after the canvas they link to
2024-02-24 11:12:26 +01:00
HF f2de50f846 add makenull CanvasCleaner strategy 2024-02-23 22:27:45 +01:00
HF 6a4d2f01bf make cooldown linking configurable, remove hardcoded link between
minimap and earth
2024-02-22 18:30:13 +01:00
HF 2776f3cea4 be more smarter about when to render templates 2024-02-22 10:42:23 +01:00
HF b39125fbfb allow links with zoom in coords field 2024-02-14 00:14:50 +01:00
HF 1da5d130c6 fix canvas cleaner on i or j == 0 chunks 2024-02-13 23:54:57 +01:00
HF 0ad4a997b8 allow x,y coordinates in various coordinates input 2024-02-13 15:08:27 +01:00
HF 304dc6acaa switch from overlay to small-pixel when zoom in
fix historical view scale clamping to 1.0
2024-02-05 18:06:14 +01:00
HF ff7ec9b0e9 hook up settings 2024-02-04 22:59:07 +01:00
HF 7a15fa556b first overlay render 2024-02-04 14:33:19 +01:00
HF ddd692bcbd :template editing, adding, export and import 2024-01-29 23:50:07 +01:00
HF 1768dd88bf move 3d clicking and touching for placing from renderer into controls 2024-01-25 03:41:20 +01:00
HF 641c996c0c stricter thresholds for clicks and taps to avoid accidental pixel
placing
2024-01-24 13:13:31 +01:00
HF a14b16247a go through store with moveUVW and make movement controls work,
experiment with touch controls
2024-01-22 20:49:42 +01:00
HF e497023777 initialize store.canvas.canvases as empty object,
more if-developemt for Renderer3D debug messages, to make webpack cut it
out better in production
2024-01-21 16:41:32 +01:00
HF 0254f7d820 prefetch /api/me
move scale into view and move view from store into renderer
(breaks WASD and 3D is unfinished)
2024-01-19 23:21:43 +01:00
HF 4a24596ff5 fag flag for anglodestroyer 2024-01-06 19:40:30 +01:00
HF 20046e88e0 add ability to retire canvas and retire 1bit canvas 2024-01-04 16:13:13 +01:00
HF a6fe93dbe8 change acitivity threshold when punishment for country kicks in 2024-01-03 15:23:28 +01:00
HF aa120eca14 adjust punishment 2024-01-01 12:33:43 +01:00
HF c26ad00064 move mod logs back into moderation subfolder 2023-12-30 23:44:39 +01:00
HF a19eb5abc5 change cooldown again 2023-12-30 13:40:20 +01:00
HF 6479923482 parse time in modtools with seconds and milliseconds,
allow URL to be inputed in watch
2023-12-30 13:11:47 +01:00
HF 2bfd556c3c even more path.resolve 2023-12-29 14:36:45 +01:00
HF e3f9c92a3b more path.resolve fixes 2023-12-29 14:28:13 +01:00
HF 8b85528b8a add path.resolve to tiles 2023-12-29 14:09:34 +01:00
HF 33a1ca1c97 use path.resolve for parsing path strings 2023-12-28 23:52:21 +01:00
HF 1831bb4b05 adjust cooldown 2023-12-27 22:42:31 +01:00
HF e024108427 don't punish leading country when canvas activity is low 2023-12-27 22:05:01 +01:00
HF e7b5872e10 floor the cooldown 2023-12-27 18:11:38 +01:00
HF 66e67ae323 fix country punishment 2023-12-27 18:11:29 +01:00
HF f081b62bb2 better description of punishment 2023-12-27 15:54:03 +01:00
HF 057f60f049 add punishment for dominating country 2023-12-27 15:43:34 +01:00
HF 317542b6d1 undo turk factor 2023-12-25 13:39:15 +01:00
HF 464d72ceed lower cooldown for christmas 2023-12-21 20:37:33 +01:00
HF 18d9828b2b silently fail when pixellog file doesn't exist
fix #76
2023-12-13 12:15:17 +01:00
HF 8d41c6533d don't require server restart on client changes,
by watching the asset files and reloading if changed
2023-12-13 11:11:25 +01:00
HF 05298604b1 fix image link in mail 2023-12-13 10:57:12 +01:00
HF 260f6a6210 fix typo 2023-12-13 04:05:16 +01:00
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 d8042552d8 move langage-code-to-country-code mapping into ssr filename 2023-12-13 02:04:55 +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 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 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