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
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
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
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
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
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
Nicolas Noble
97964bc030
Fixing psyqo template file...
2024-01-04 04:43:14 -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