Commit graph

78 commits

Author SHA1 Message Date
Nicolas "Pixel" Noble
e4a2537128 Changing vscode extension's readme and version numbers. 2025-01-16 19:37:02 -08:00
jahav
07e972b731 Fix null pointer error in a cube template
The first parameter of four parameter method generateRotationMatrix33
expects a pointer to a Matrix33. When a 0 is passed, it is interpreted
as a null pointer that is later dereferenced to set the matrix and that
causes an error.
2025-01-13 01:04:42 +01:00
Romain Clement
2bf44413cb
Fix VSCode Extension installing MIPS Toolchain as Homebrew formulae instead of casks 2024-11-05 08:30:42 +01:00
Romain Clement
c783886449
Fix install of MIPS Toolchain using Homebrew 2024-11-04 23:57:34 +01:00
Nicolas "Pixel" Noble
e120a3dc0f VSCode extension work
- Adding psyqo cube example
- Adding darwin arm support for pcsx-redux
2024-10-23 20:28:16 -07:00
spicyjpeg
c08ef0588b
Actually fix Python install detection on Windows 2024-10-19 23:04:03 +02:00
spicyjpeg
5c167be68e
Use execFile(), add Python detection workaround 2024-10-18 20:58:43 +02:00
spicyjpeg
efa5877bbd
Merge branch 'grumpycoders:main' into vscode-extension 2024-10-18 19:59:41 +02:00
Jan Racek
796f18ea9b
Fixed compile_flags.txt in vscode-extension template for psyqo 2024-10-14 21:04:11 +02:00
spicyjpeg
065c7a118b
More updates to CMake bare metal templates 2024-10-14 11:11:30 +02:00
spicyjpeg
ba5c080ba2
Add Python venv support to VS Code extension, bump to 0.3.8 2024-10-14 10:45:53 +02:00
spicyjpeg
45c505c85d
Update VS Code extension bare metal templates 2024-10-14 10:45:39 +02:00
Nicolas "Pixel" Noble
bf30192e46 Adding the required memcpy/memset/etc to the templates. 2024-10-03 18:42:21 -07:00
Nicolas "Pixel" Noble
0f72ff93af Adding mirrors for GNU URLs in scripts. 2024-09-30 21:29:06 -07:00
Nicolas Pixel Noble
068172a392 Bumping toolchain to gcc 14.2 and binutils 2.43. 2024-08-05 22:31:45 -07:00
Nicolas "Pixel" Noble
6a46cc9b56 Bumping mips toolchain to 14.1. 2024-07-19 18:58:21 -07:00
Nicolas Pixel Noble
fce591b7da Upgrading to gdb 15.1. 2024-07-18 21:56:04 -07:00
Nicolas "Pixel" Noble
ed97144961 Flipping vscode extension to use appdistrib instead of appcenter. 2024-07-15 21:51:18 -07:00
Nicolas Pixel Noble
0aab5b03fc Upgrading gcc/gdb. 2024-05-07 21:02:06 -07:00
Nicolas 'Pixel' Noble
34aaf9fea2 Bumping to binutils 2.42. 2024-02-05 17:38:09 -08:00
Nicolas "Pixel" Noble
6aa165629f Various nits.
- Formatting.

- Factorizing .gitignore a bit.

- Ensuring recursive git submodules.
2024-01-12 19:43:32 -08:00
spicyjpeg
6b6e1c74b6
Small tweaks to bare metal CMake templates 2024-01-12 20:06:51 +01:00
spicyjpeg
49e21f3e27
Convert indentation of all templates to spaces 2024-01-12 19:25:14 +01:00
spicyjpeg
76c285bca5
Bump extension version to 0.3.4, add MIPS asm extension 2024-01-12 18:23:12 +01:00
spicyjpeg
6b5dbe4ee0
Add CMake cube example, fix launch.json, update readme 2024-01-10 11:37:14 +01:00
spicyjpeg
653bb31086
Fix CMake task errors, add Python install command 2024-01-10 09:35:23 +01:00
spicyjpeg
325813bf9c
Add preliminary CMake support to VS Code extension 2024-01-09 23:38:56 +01:00
Nicolas "Pixel" Noble
2f68442cbf Refactored net yaroze template a bit, and reworked the templates page html layout. 2024-01-08 19:12:35 -08:00
gwald
8b6afe8b04
Add files via upload 2024-01-07 15:52:16 +11:00
gwald
34334bdab2
Add files via upload
Added Net Yaroze under psy-q tab
2024-01-07 11:34:55 +11:00
gwald
b95a4a5365
Update templates.js
Added Net Yaroze under psy-q tab
2024-01-07 11:32:15 +11:00
Nicolas Noble
44a1945cde
Grabbing psyqo template fix. 2024-01-04 04:44:00 -08:00
Nicolas Noble
97964bc030
Fixing psyqo template file... 2024-01-04 04:43:14 -08:00
Nicolas "Pixel" Noble
dcf10db010 Fixing wrong EASTL path casing. 2023-12-30 17:24:59 -08:00
Nicolas "Pixel" Noble
f2a316c884 Formatting. 2023-12-30 12:34:33 -08:00
Nicolas "Pixel" Noble
dcf26279db Suppressing eslint warning. 2023-12-30 12:25:04 -08:00
Nicolas "Pixel" Noble
8b4911b15f Minor cleanup. 2023-12-30 12:14:21 -08:00
Nicolas "Pixel" Noble
461a2dbcf4 Bumping to 0.3.0. 2023-12-30 11:55:52 -08:00
Nicolas "Pixel" Noble
74929b2d65 Finalizing template creation system. 2023-12-30 11:52:20 -08:00
Nicolas "Pixel" Noble
5e8a4ff5af Adding warning about disabled create button. 2023-12-30 11:52:00 -08:00
Nicolas "Pixel" Noble
53426678ea Fixing template files. 2023-12-30 11:51:36 -08:00
Nicolas "Pixel" Noble
4cb38efac9 Using Mustache for proper template rendering. 2023-09-12 20:51:59 -07:00
Nicolas "Pixel" Noble
fb1a09d6f9 Starting to yeet the template files out of the vsce. 2023-09-11 18:40:08 -07:00
Nicolas "Pixel" Noble
da4eb6587c VSCE tweaks.
- Adding button to update submodules to main panel.

- Sorting templates into categories.
2023-09-11 08:13:05 -07:00
Nicolas Pixel Noble
de7d7cdd36 Tweaking vscode extension a bit. 2023-09-07 20:01:28 -07:00
Nicolas Pixel Noble
8cf61ab262 Bumping tools versions. 2023-08-02 20:44:01 -07:00
Nicolas 'Pixel' Noble
5e46911528 Bumping gcc to 13.1.0 2023-04-27 18:12:58 -07:00
Nicolas "Pixel" Noble
689896c96b Fixing vsce for MacOS. 2023-02-28 18:25:31 -08:00
Nicolas Noble
a83676565c
Merge pull request #1231 from nicolasnoble/vsce-0.2.3
Fixing MacOS GNU Make installation workflow.
2023-02-27 20:26:50 -08:00
Nicolas Noble
153315a393
Merge pull request #1228 from nicolasnoble/binutils-2.40
Updating binutils to 2.40.
2023-02-27 18:28:20 -08:00