diff --git a/Awperative/Kernel.md b/Awperative/Kernel.md new file mode 100644 index 0000000..e69de29 diff --git a/Awperative/Kernel/Kernel.txt b/Awperative/Kernel/Kernel.txt deleted file mode 100644 index c54ca12..0000000 --- a/Awperative/Kernel/Kernel.txt +++ /dev/null @@ -1,3 +0,0 @@ -ESSENTIAL TO THE FUNCTION OF THE GAME, - -Component entity system! \ No newline at end of file diff --git a/Awperative/Kernel/Overhead/Awperative.cs b/Awperative/Kernel/Overhead/Awperative/Awperative.cs similarity index 100% rename from Awperative/Kernel/Overhead/Awperative.cs rename to Awperative/Kernel/Overhead/Awperative/Awperative.cs diff --git a/Awperative/Kernel/Overhead/Awperative/Awperative.md b/Awperative/Kernel/Overhead/Awperative/Awperative.md new file mode 100644 index 0000000..e69de29 diff --git a/Awperative/Kernel/Overhead/Base.cs b/Awperative/Kernel/Overhead/Base/Base.cs similarity index 100% rename from Awperative/Kernel/Overhead/Base.cs rename to Awperative/Kernel/Overhead/Base/Base.cs diff --git a/Awperative/Kernel/Overhead/Base/Base.md b/Awperative/Kernel/Overhead/Base/Base.md new file mode 100644 index 0000000..e69de29 diff --git a/Awperative/Kernel/todo.txt b/Awperative/Kernel/todo.txt deleted file mode 100644 index 679e614..0000000 --- a/Awperative/Kernel/todo.txt +++ /dev/null @@ -1,24 +0,0 @@ -events system - -json parser - -cool lossless compressor to make my files look more complex - -name save files something like ansf - - //todo: spinny loady wheel, error graphic and make it so multiple scenes can be loaded and modularized, make it so Components can be enabled and disabled and merging scenes loading - -body tags, Component and component tags search methods add a way to enforce one component between all scenes, Components and components upgrade base script - -show colliders option - -streamline asset registries - -make the grass go in blocks kinda -and add a fading border to the edge of grass - -add multiple languages - -add collision layers and triggers - -add aabb change events \ No newline at end of file diff --git a/Awperative/VersionHistory.md b/Awperative/VersionHistory.md new file mode 100644 index 0000000..cd121ff --- /dev/null +++ b/Awperative/VersionHistory.md @@ -0,0 +1,22 @@ +# Awperative V1.0! + +### Made by Avery Norris! + +--- + +This is the very **first official** version of Awperative! Out of the box Awperative has come with the following : + +* Entity Component System using Components, Scenes and Dockers! + + +* Dynamic Debugging System which is used in multiple modules already + + +* Simple Overhead Modules + +Current plans are to finish some unit tests, check Awperative up and down for naming consistency, +syntax, and bugs and begin building a Game Engine on top of it. + +A few modules have been given documentation and the website is currently underway. + +--- \ No newline at end of file diff --git a/Awperative/bin/Debug/net8.0/Awperative.dll b/Awperative/bin/Debug/net8.0/Awperative.dll index 8d66d7e..b8328cd 100644 Binary files a/Awperative/bin/Debug/net8.0/Awperative.dll and b/Awperative/bin/Debug/net8.0/Awperative.dll differ diff --git a/Awperative/bin/Debug/net8.0/Awperative.pdb b/Awperative/bin/Debug/net8.0/Awperative.pdb index b523cb1..6e01108 100644 Binary files a/Awperative/bin/Debug/net8.0/Awperative.pdb and b/Awperative/bin/Debug/net8.0/Awperative.pdb differ diff --git a/Awperative/obj/Debug/net8.0/Awperative.AssemblyInfo.cs b/Awperative/obj/Debug/net8.0/Awperative.AssemblyInfo.cs index 787e230..9d9d8e4 100644 --- a/Awperative/obj/Debug/net8.0/Awperative.AssemblyInfo.cs +++ b/Awperative/obj/Debug/net8.0/Awperative.AssemblyInfo.cs @@ -13,7 +13,7 @@ using System.Reflection; [assembly: System.Reflection.AssemblyCompanyAttribute("Awperative")] [assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] [assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+31566cb64c790fa1b63824c749340225775b23aa")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+283cadc4904bcbb88218aab81458ba40dea7942d")] [assembly: System.Reflection.AssemblyProductAttribute("Awperative")] [assembly: System.Reflection.AssemblyTitleAttribute("Awperative")] [assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] diff --git a/Awperative/obj/Debug/net8.0/Awperative.AssemblyInfoInputs.cache b/Awperative/obj/Debug/net8.0/Awperative.AssemblyInfoInputs.cache index 21a750f..c5cb9ee 100644 --- a/Awperative/obj/Debug/net8.0/Awperative.AssemblyInfoInputs.cache +++ b/Awperative/obj/Debug/net8.0/Awperative.AssemblyInfoInputs.cache @@ -1 +1 @@ -aaa8c47be327a6d97038a6da33489544968edd27b0bc89d30221ecc4614fcd66 +7372e09debfec9780127aab4c244b19e424ec38d98c67b528557d3b1aa9f17b0 diff --git a/Awperative/obj/Debug/net8.0/Awperative.csproj.CoreCompileInputs.cache b/Awperative/obj/Debug/net8.0/Awperative.csproj.CoreCompileInputs.cache index 86051e7..d68d777 100644 --- a/Awperative/obj/Debug/net8.0/Awperative.csproj.CoreCompileInputs.cache +++ b/Awperative/obj/Debug/net8.0/Awperative.csproj.CoreCompileInputs.cache @@ -1 +1 @@ -95848c046b9b32c14cf563754dd778d9bd1782510c1ef05d43cd25a8dc421370 +daf3d0da934b155222bbd2283d47bb91b0638a16ba7dac57c33a47da740881da diff --git a/Awperative/obj/Debug/net8.0/Awperative.csproj.FileListAbsolute.txt b/Awperative/obj/Debug/net8.0/Awperative.csproj.FileListAbsolute.txt index 6388b3b..c4bd84c 100644 --- a/Awperative/obj/Debug/net8.0/Awperative.csproj.FileListAbsolute.txt +++ b/Awperative/obj/Debug/net8.0/Awperative.csproj.FileListAbsolute.txt @@ -18,7 +18,6 @@ /home/avery/Programming/Awperative/Awperative/obj/Debug/net8.0/Awperative.AssemblyInfoInputs.cache /home/avery/Programming/Awperative/Awperative/obj/Debug/net8.0/Awperative.AssemblyInfo.cs /home/avery/Programming/Awperative/Awperative/obj/Debug/net8.0/Awperative.csproj.CoreCompileInputs.cache -/home/avery/Programming/Awperative/Awperative/obj/Debug/net8.0/Awperative.sourcelink.json /home/avery/Programming/Awperative/Awperative/obj/Debug/net8.0/Awperative.dll /home/avery/Programming/Awperative/Awperative/obj/Debug/net8.0/refint/Awperative.dll /home/avery/Programming/Awperative/Awperative/obj/Debug/net8.0/Awperative.pdb diff --git a/Awperative/obj/Debug/net8.0/Awperative.dll b/Awperative/obj/Debug/net8.0/Awperative.dll index 8d66d7e..b8328cd 100644 Binary files a/Awperative/obj/Debug/net8.0/Awperative.dll and b/Awperative/obj/Debug/net8.0/Awperative.dll differ diff --git a/Awperative/obj/Debug/net8.0/Awperative.pdb b/Awperative/obj/Debug/net8.0/Awperative.pdb index b523cb1..6e01108 100644 Binary files a/Awperative/obj/Debug/net8.0/Awperative.pdb and b/Awperative/obj/Debug/net8.0/Awperative.pdb differ diff --git a/Awperative/obj/Debug/net8.0/Awperative.sourcelink.json b/Awperative/obj/Debug/net8.0/Awperative.sourcelink.json deleted file mode 100644 index 212e032..0000000 --- a/Awperative/obj/Debug/net8.0/Awperative.sourcelink.json +++ /dev/null @@ -1 +0,0 @@ -{"documents":{"/Users/averynorris/RiderProjects/Awperative/*":"https://raw.githubusercontent.com/BlazeyDotOrg/Awperative/67fca0c271ce945c612999f54223bca0718349dc/*"}} \ No newline at end of file diff --git a/Awperative/obj/Debug/net8.0/ref/Awperative.dll b/Awperative/obj/Debug/net8.0/ref/Awperative.dll index 07df3cd..23daeeb 100644 Binary files a/Awperative/obj/Debug/net8.0/ref/Awperative.dll and b/Awperative/obj/Debug/net8.0/ref/Awperative.dll differ diff --git a/Awperative/obj/Debug/net8.0/refint/Awperative.dll b/Awperative/obj/Debug/net8.0/refint/Awperative.dll index 07df3cd..23daeeb 100644 Binary files a/Awperative/obj/Debug/net8.0/refint/Awperative.dll and b/Awperative/obj/Debug/net8.0/refint/Awperative.dll differ