summaryrefslogtreecommitdiffhomepage
path: root/projects/VSCode
AgeCommit message (Collapse)Author
2024-04-07Update Makefile RAYLIB_VERSION (#3901)Belllg
Changed the raylib version from 4.2.0 to 5.1-dev, just like the raylib.h file
2024-01-02Update copyright to 2024Ray
2023-12-23VSCode sample project Mac fixup (#3666)Tim Romero
Change vscode config and makefile to add a missing IOKit framework reference and use whichever MacOSX sdk symlink is available
2023-09-07Remove PLATFORM_RPI (#3232)MichaelFiber
* Remove PLATFORM_RPI * remove build artifacts --------- Co-authored-by: MichaelFiber <[email protected]> Co-authored-by: Ray <[email protected]>
2023-05-07Fix vs code project (#3048)Shoozza
* Modify remove trailing whitespace * Fix invalid SetCameraMode call and missing argument to UpdateCamera for VSCode project
2023-01-01Update year to 2023Ray
2022-08-06Review projects details for raylib 4.2Ray
2022-06-24REMOVED: Physac projects #2551Ray
2022-01-21updated VSCode project to work with latest raylib makefile and 'working for ↵Philip Shenk
web' instructions (#2296)
2021-12-29Added: missing / (#2253)shivajiva101
Specify root as the starting point for the linux compiler path
2021-11-02Updated some scripts pathsRay
NOTE: New raylib release installer uses `w64devkit`, smaller and more updated than regular `mingw64-w64` default project. Paths are updated properly.
2021-10-18Allow to run any file (#2069)Jarosław Jaros
2021-06-30REVIEWED: emscripten versionsraysan5
2021-05-04Update raylib versionRay
2021-03-19WARNING: BREAKING: RENAMED: camera.type to camera.projectionRay
2021-01-20Minor tweak to MakefileRay
2020-10-05Review "aggregate initializations" #1403Ray
2020-08-12Change raylib version for VSCode mingw project makefile (#1347)Gaëtan Blaise-Cazalet
2020-04-13Review VSCode tasksraysan5
2020-04-13Fix VSCode (#1193)Stefan E. Mayer
* Executable is called game, not main * Use make not mingw32-make on macOS
2020-04-07Update launch.jsonraysan5
2020-01-05Update year to 2020raysan5
2019-11-12Fix VSCode template for debugging. (#1014)JuDelCo
2019-08-03Replace tabs with spaces and update year of copyright notices (#927)Leandro Gabriel
* Update year of copyright notices * Fix mistake in comment * Fix typo ("algorythms") * Replace tabs with spaces * Remove trailing whitespace and fix mistake in comment * Fix ExportImageAsCode missing comment rectangle corner * Replace tab with spaces * Replace tabs with spaces
2019-07-30Review VSCode projectraysan5
2019-07-27#917 This commit changes the path to 'shell.html' in all Makefiles (#918)Antonio Radovcic
2019-07-02Review VSCode projectRay
2019-06-05Review projects pathsRay
2019-05-22Move emscripten web shell to srcRay
2019-05-21Review MakefilesRay
2019-04-07Happy new year 2019ChillerDragon
2019-01-10Reviewed pathRay
2018-11-20Some tweaks on VSCodeRay
Now it works on Windows for me but there are lots of hardcoded paths around... I don't like it.
2018-11-19Review resources namingRay
raylib resource data file for Windows platform (containing raylib icon and metadata for executable file) has been renamed to a more consistent name: raylib.rc.data Also required to work with tcc compiler.
2018-10-24Update MakefileMurray Campbell
2018-10-24Update tasks.jsonMurray Campbell
2018-10-24Update launch.jsonMurray Campbell
2018-09-21Update tasks.jsonMurray Campbell
2018-09-21Update c_cpp_properties.jsonMurray Campbell
2018-09-21Update MakefileMurray Campbell
2018-09-21Update launch.jsonMurray Campbell
2018-08-30Merge pull request #4 from MurrayIRC/patch-4Murray Campbell
Added OSX build tasks
2018-08-30Merge pull request #3 from MurrayIRC/patch-3Murray Campbell
Added OSX launch configurations for debug and release
2018-08-30Merge pull request #2 from MurrayIRC/patch-2Murray Campbell
Fixed included libs for OSX
2018-08-30Added OSX build tasksMurray Campbell
Users will have to specify their personal installation of raylib.
2018-08-30Added OSX launch configurations for debug and releaseMurray Campbell
2018-08-30Fixed included libs for OSXMurray Campbell
This was causing linker errors on OSX
2018-08-30Added a configuration for OSXMurray Campbell
This requires the user to explicitly specify the path to their raylib folder. We need a better way around this (something like what we do for windows would help).
2018-07-31Added VSCode project templateRay
2018-05-10Reorganized project templates folderRay