Commit Graph

  • fe286a3609 change from git to crates.io dependency, add vs code extension main develop Moritz Hölting 2024-10-01 12:12:38 +0200
  • b3677165ce Merge branch 'feature/playground' Moritz Hölting 2024-10-01 02:34:37 +0200
  • f00f022e55 switch to wasm-pack Moritz Hölting 2024-10-01 01:17:28 +0200
  • be855e7136 use provided compile function by shulkerscript & use pack_format set in pack.toml Moritz Hölting 2024-10-01 00:33:47 +0200
  • 685830200a Change capitalization of Shulkerscript Moritz Hölting 2024-09-30 17:23:40 +0200
  • b8b1a4abe8 add github page and small corrections Moritz Hölting 2024-09-22 00:12:57 +0200
  • 3af5da0ba2 add syntax documentation for tags Moritz Hölting 2024-09-22 00:12:22 +0200
  • a887ceffa6 update shulkerscript-lang dependency feature/playground Moritz Hölting 2024-08-28 11:41:08 +0000
  • a2db8e9f6d upgrade to shulkerscript version with fixed syntax error message Moritz Hölting 2024-08-24 00:49:55 +0200
  • 82ea32a7a9 add mobile design to playground Moritz Hölting 2024-08-24 00:14:33 +0200
  • b03a43a04c change SplitView to vertical on mobile Moritz Hölting 2024-08-21 11:53:28 +0000
  • 386ee37ca7 add syntax highlighting for mcfunction & mcscript code blocks Moritz Hölting 2024-08-20 22:27:14 +0200
  • 4f7be96abe add page: differences to other languages Moritz Hölting 2024-08-20 21:54:59 +0200
  • 5755dc5adf add github pages deploy action Moritz Hölting 2024-08-19 21:49:41 +0200
  • 609fbb75be playgroundL remove empty dist folder and assets config Moritz Hölting 2024-08-19 21:39:59 +0200
  • 86c21ed9ff playground: make file view scrollable Moritz Hölting 2024-08-15 21:41:29 +0200
  • 75aebd9156 playground: better error display Moritz Hölting 2024-08-15 21:06:36 +0200
  • 532e371e7e playground: fix deleting directory error Moritz Hölting 2024-08-15 19:32:40 +0200
  • b6f1ee835a add ErrorDisplay localisation Moritz Hölting 2024-06-27 10:59:13 +0200
  • 8e50f01b5a overwrite existing model when building Moritz Hölting 2024-06-27 00:18:03 +0200
  • 664dbf4f6b show compile errors in ui Moritz Hölting 2024-06-27 00:08:20 +0200
  • a623308496 add console panic hook Moritz Hölting 2024-06-26 21:15:14 +0200
  • abd5218668 add build-wasm pnpm command Moritz Hölting 2024-06-24 12:06:42 +0200
  • 9d65a97617 add playground links to index and getting started page Moritz Hölting 2024-06-24 11:51:55 +0200
  • 313fd3d152 apply dark mode to material ui theme Moritz Hölting 2024-06-24 11:35:16 +0200
  • 8fa9c6563f add github pages deploy action Moritz Hölting 2024-06-23 22:29:24 +0200
  • f798b55e7a implement file creation Moritz Hölting 2024-06-23 21:22:03 +0200
  • 7096d02e8c implement rename and delete for files Moritz Hölting 2024-06-23 20:28:12 +0200
  • a02af4f90c add localisation and theming for playground Moritz Hölting 2024-06-22 14:36:30 +0200
  • 1a5dcd24bc first working playground prototype Moritz Hölting 2024-06-21 19:26:02 +0200
  • 87f911e055 add save and reset button to playground Moritz Hölting 2024-06-21 09:26:04 +0200
  • d04f61752d add function for extracting files from editor Moritz Hölting 2024-06-21 08:07:38 +0200
  • 05cdc423fc style the FileView component Moritz Hölting 2024-06-20 20:40:59 +0200
  • d5e9ec7dfc add shiki for playground highlighting Moritz Hölting 2024-06-20 20:11:00 +0200
  • 48a450c2fb add basic code editor for playground Moritz Hölting 2024-06-20 15:43:14 +0200
  • 2842926f4f add icon, batch and zip-validate arguments to cli commands Moritz Hölting 2024-06-19 14:11:32 +0200
  • 73e8492057 remove package command and update watch command Moritz Hölting 2024-06-13 10:39:06 +0200
  • 98654e4deb add docs for watch & clean cli command Moritz Hölting 2024-06-12 22:25:46 +0200
  • c5b9897f6c fix typo in cargo install command Moritz Hölting 2024-06-12 18:34:42 +0200
  • b05732abe7 add documentation for function imports Moritz Hölting 2024-06-12 18:12:54 +0200
  • 6cbe6a3c15 update roadmap Moritz Hölting 2024-06-10 16:24:35 +0200
  • 227b11e809 add project configuration reference Moritz Hölting 2024-06-10 16:12:13 +0200
  • 6e79b6209c Add wasm build script and configuration for web compiler feature/webcompiler Moritz Hölting 2024-04-10 19:14:58 +0200
  • 8dacaa4011 Add custom theme colors Moritz Hölting 2024-04-10 18:04:33 +0200
  • 3fb12eb77c Add execute blocks to syntax documentation Moritz Hölting 2024-04-09 21:50:02 +0200
  • 064bb0b0ad Add syntax highlighting for code snippets Moritz Hölting 2024-04-07 02:21:10 +0200
  • dbaa63a575 Add vcs option to cli reference and roadmap Moritz Hölting 2024-04-06 23:28:06 +0200
  • e908e4d564 Add Lua integration and run keyword Moritz Hölting 2024-04-06 19:08:53 +0200
  • f43693ec19 Add note about main function requirement and function calls Moritz Hölting 2024-04-06 12:23:13 +0200
  • 714aacf1ca Add If/Else Statements and Logical Operators documentation Moritz Hölting 2024-04-03 13:57:24 +0200
  • 106c53353e Add grouping feature to syntax guide Moritz Hölting 2024-04-03 13:57:16 +0200
  • 83a7970cca Add custom CSS file for styling hero elements Moritz Hölting 2024-04-03 13:57:10 +0200
  • 17b38c7449 First version of the docs Moritz Hölting 2024-04-03 00:09:47 +0200