Commit Graph

78 Commits

Author SHA1 Message Date
foxnne
64673dbf49 Removed PATH setting for msbuild and updated for PascalCase. 2019-09-07 17:12:24 -05:00
foxnne
7af4093e67 Fixed some issues with the powershell scripts inside of .vscode
I had only tested the other configuration on a single project and in practice saw that the current vscode terminal location would cause a fail if it was in use. Now the build task uses a reference location...

Also fixed a few of the build tasks which seemed to work before, but werent calling anymore for some reason using the & modifier. Now thye seem to always work using the powershell command to open the ps1 files.
2019-09-04 01:14:21 -05:00
foxnne
2c926361e4 Update DemoComponent.cs
Accidentally left in a testing name...
2019-09-02 22:07:14 -05:00
foxnne
3e5a7e6a78 Nearly finalized, added back all the osx compatibility.
Hopefully this now works with both OSX and Windows... I tried to create platform specific properties everywhere I could. All Windows build tasks for VSCode seem to be working correctly now.
2019-09-02 17:49:21 -05:00
foxnne
7975cccbe9 Ported bash files to powershell, now functions in Windows
Still need to fix up a few lingering things. Need to figure out how the original sln file was functioning with Release configuration without having a Release config set up. Would also be nice to have some way to install and run the powershell script from code, so it would be as simple as creating the folder for the new project > right click > open with Code > (run command from pallette for new Nez project from template)
2019-09-01 01:01:40 -05:00
Mike
3e0088aabf hide FNA libs from Visual Studio 2019-03-04 17:43:59 -08:00
Mike
65cf0df366 fixed some bugs in the T4 file 2019-02-26 23:55:58 -08:00
Mike
5a2508550d include persistence project 2019-02-22 21:12:35 -08:00
Mike
732ab31026 build Nez and the current project initially
added launch without building option
2019-02-20 00:40:42 -08:00
Mike
01b7180a68 README update 2019-02-20 00:25:54 -08:00
Mike
92a74fd3bb ignore imgui junk files 2019-02-20 00:23:18 -08:00
Mike
b49cb32592 cleanse the magic Nez updater task 2019-02-20 00:18:17 -08:00
Mike
6d619a4ee9 kill the damn target portion of the path to match the csproj files 2019-02-19 23:27:35 -08:00
Mike
8c4c9d34ad new command to update Nez 2019-02-19 23:23:42 -08:00
Mike
cabcc26e0e fix paths for Content Pipeline tool 2019-02-19 22:12:54 -08:00
prime31
6a0148101a
Update README.md 2019-02-19 21:13:51 -08:00
prime31
c347ba649d
Update README.md 2019-02-19 10:40:12 -08:00
prime31
dbf6e99794
add DemoComponent to DefaultScene 2019-02-19 10:38:07 -08:00
prime31
4f6475d3f0
add DemoComponent.cs to find and replace 2019-02-19 10:37:24 -08:00
prime31
6740dbd4e1
Create DemoComponent.cs 2019-02-19 10:36:23 -08:00
Mike
e689a13d70 move Scene code into a class 2019-02-18 22:46:59 -08:00
Mike
a64bc8356d pub static 2019-02-18 22:33:29 -08:00
Mike
a2605cbb3f fixed references for the Pipeline tool 2019-02-18 20:36:15 -08:00
Mike
bba1d7f59a merge ImGui branch 2019-02-18 07:16:08 -08:00
Mike
624c8aaf7a include Nez built-ins 2019-02-18 07:11:26 -08:00
Mike
2e933229b1 move to using Nez instead of Nez.FNA 2019-02-17 13:10:10 -08:00
Mike
ef9814253c switch to new ImGuiManager 2019-02-17 01:13:43 -08:00
prime31
ba222d1dc9
Update README.md 2019-02-15 10:57:04 -08:00
prime31
dd48baaefe
VS fix 2019-02-15 10:51:36 -08:00
prime31
4f960556b7
simplify duped commands 2019-02-15 10:34:16 -08:00
prime31
bd7a3a008d
consolidate 2019-02-15 10:26:35 -08:00
prime31
744b9154fd
spelling 2019-02-15 10:24:46 -08:00
prime31
6b45dac418
create the output dir before processing 2019-02-15 10:04:55 -08:00
prime31
66bd01a3e6
Merge pull request #1 from mikedJC/patch-1
create output dir when processing t4s
2019-02-15 10:02:11 -08:00
prime31
3eaae226a0
process settings.json file 2019-02-15 09:51:52 -08:00
prime31
3f135e7036
switch to replacing project_name to avoid ** 2019-02-15 09:50:39 -08:00
Mike
729d5fa918 clean up hidden files 2019-02-14 20:40:40 -08:00
Mike
d0572471ff push everything up one directory so vs code works more betters 2019-02-14 20:11:05 -08:00
Mike
7f05b2a1ec dont allow dragging windows besides from title bar 2019-02-14 18:59:45 -08:00
Mike
26251573a8 remove debug code 2019-02-14 18:57:57 -08:00
Mike
6ebd635a61 cleanup the ImGui code stuffs 2019-02-14 17:34:19 -08:00
Mike
1f1ef82697 move to using nuget for ImGui.NET 2019-02-14 14:36:47 -08:00
Mike
00a70f8f1e MG content builder working in VS now too 2019-02-13 18:27:08 -08:00
Mike
32eb6988a2 Merge branch 'ImGui' of github.com:prime31/FNA-VSCode-Template into ImGui 2019-02-13 15:09:48 -08:00
Mike
fda738047c newlines and readme 2019-02-13 15:09:44 -08:00
prime31
a652c155ab
bump to .NET 4.7.1 2019-02-13 10:20:46 -08:00
prime31
1354cbc7bc
bump to .NET 4.7.1 2019-02-13 10:20:20 -08:00
prime31
c6e2d69177
Merge pull request #2 from mikedJC/patch-2
nothing but some cleanup here
2019-02-13 09:50:03 -08:00
Mike Desaro
943ea5d88a
nothing but some cleanup here 2019-02-13 09:49:02 -08:00
Mike
b2a1c60372 make slick the install process 2019-02-12 22:48:11 -08:00