Commit graph

171 commits

Author SHA1 Message Date
Arawn Davies
688a4a74c9
Merge branch 'master' into CGSE 2019-08-31 21:38:55 +01:00
Charles Betros
c5bbd166fa Package updates 2019-06-29 00:18:15 -05:00
José Pedro
04dd4e26ef
Guess demo fixes. 2018-12-06 21:57:49 +00:00
José Pedro
207cb85111
Fixed package reference versions on demo projects. 2018-11-23 22:53:27 +00:00
Charles Betros
1b014bad7b Disable debug output for zmachine.
Clean up.
2018-10-14 10:12:34 -05:00
Charles Betros
a09a2ef6f3 Fix some zmachine screen issues. 2018-10-11 22:02:24 -05:00
Charles Betros
2ca4b2adb8 Add comparers for byte and char. 2018-10-10 18:02:57 -05:00
Charles Betros
fe07bc3a19 Create demo solution and change demos to use package reference. 2018-10-07 21:20:10 -05:00
Charles Betros
b1da7fd8cb Add z-machine demo kernel. 2018-10-07 14:53:51 -05:00
Charles Betros
b7961f492d Remove frotz demo. 2018-10-07 14:46:59 -05:00
fanoI
8691707b52 Created MemoryOperations.Copy that copies128 bytes any iterations using ASM
- VBE (Bochs Graphic Adapter): made bitmap drawing faster using MemoryOperations.Copy
- VBE (Bochs Graphic Adapter): made filled rectangle drawing faster using MemoryOperations.Fill
- Created TestRunner for MemoryOperations
2018-08-21 14:48:10 +02:00
Arawn Davies
4be3655899
Merge branch 'master' into CGSE 2018-07-11 01:39:28 +01:00
José Pedro
91161a2068
Fixed CosmosGraphicSubsystem.csproj references. 2018-06-07 20:49:51 +01:00
José Pedro
b81d51b2b4
Guess demo fix. 2018-05-23 22:42:29 +01:00
Arawn Davies
9ee2bf6fd2 PCI Detection changes 2018-05-08 16:29:14 +01:00
Arawn Davies
1e0a71fd5d Mostly code warning fixes, slight speed increase for SVGAII 2018-05-08 02:46:18 +01:00
Arawn Davies
fcfcb95f2b
Merge branch 'master' into CGSE 2018-04-25 15:16:07 +01:00
José Pedro
afb06ef689
Fixed demo projects. 2018-04-16 23:25:04 +01:00
Siaranite
1c4a40befb Added demo to solution 2018-04-14 19:02:50 +01:00
Siaranite
ab9ebc058a Add ConsoleBeepDemo 2018-04-14 18:31:48 +01:00
Arawn Davies
6c04433d17
Update CosmosGraphicSubsystem.csproj 2018-04-04 00:27:24 +01:00
Arawn Davies
f851d5dafb
Merge branch 'master' into master 2018-04-04 00:23:03 +01:00
José Pedro
46019b0a5d
Changed target framework to netcoreapp2.0 on kernel projects. 2018-04-03 19:58:29 +01:00
Siaranite
2d21791c66 Return to text mode fixed for VMWare 2018-04-01 15:58:58 +01:00
Siaranite
9da7709573 Fixed 1024x768@32 issue 2018-04-01 02:30:57 +01:00
Siaranite
826858f053 Return to text mode WIP 2018-04-01 01:57:36 +01:00
Quajak
8c70d57bed -Added new ctor from byte array of pixels
-Added note that ctor with Memory stream does not work, as memory streams do not work correctly
-Improved the cosmos graphic system example
2018-03-26 17:40:20 +02:00
Arawn Davies
2c6009fd06 Removed unused defaultGraphicsMode property, changed default mode of SVGA II to 800x600@32, because 1024x768@32 isn't supported (?), added Mouse (unused for now) 2018-02-26 21:22:36 +00:00
Arawn Davies
e0eea66c3b CGS improvements, adding DrawFilledCircle and DrawFilledEllipse 2018-02-26 00:12:57 +00:00
Arawn Davies
a7c2d5fefb Changes 2018-02-25 14:43:12 +00:00
Arawn Davies
becfc92417 Finally! Fixed PCIDeviceExists returning null if it doesn't instead of false - Bit of a hack but it's done the job for now, needs redoing 2018-02-25 00:13:19 +00:00
Arawn Davies
d61cfa6c06 Nearly there 2018-02-22 00:22:45 +00:00
Arawn Davies
a4e797f388
[WIP] [CGS] Merge pull request #767 from KingLuigi4932/patch-7
[CGS] VmWare Support
2018-02-20 21:12:32 +00:00
José Pedro
0142e03c0d
Added a workaround to fix e_sqlite3.dll loading.
Added NoWarn="NU1604" to package references in the kernel projects.
Fixed project reference paths in TRKernel.csproj.
Project file cleanup.
2018-01-08 17:49:19 +00:00
José Pedro
b7b020f575
Upgraded Cosmos projects to the new format.
Removed test kernel Cosmos projects.
2017-12-27 02:44:51 +00:00
José Pedro
7befa1eb3c
Guess demo improvements. 2017-12-10 01:31:21 +00:00
José Pedro
e27746590e
Upgraded projects to .NET Framework 4.7.1. 2017-11-21 14:08:25 +00:00
KingLuigi4932
c78b612803 [CGS] VmWare Support: Fix Issue 2017-09-14 18:20:58 +03:00
KingLuigi4932
ba185b2dfd [CGS] VmWare Support: Fix Issue 2017-09-14 00:06:10 -07:00
KingLuigi4932
7a204711c8 [CGS] VmWare Support: Fix Issue 2017-09-14 00:03:21 -07:00
KingLuigi4932
5752c56e43 [CGS] VmWare Support: Fix Issue 2017-09-13 23:45:48 -07:00
KingLuigi4932
1f693e0182 [CGS] VmWare Support: Fix Error 2017-09-13 23:40:54 -07:00
José Pedro
a63f4eaa5a Moved to .NET Core 2.0. 2017-08-24 19:20:44 +01:00
José Pedro
e2f111684d Packages. 2017-08-17 23:20:32 +01:00
fanoI
2831abb653 Merge branch 'master' of https://github.com/CosmosOS/Cosmos 2017-08-16 22:33:47 +02:00
fanoI
aaf06d76d4 Called correct method to Shutdown the kernel. 2017-08-16 22:20:10 +02:00
José Pedro
63b7159f49 Fixed indentation. 2017-08-15 19:20:50 +01:00
Arawn Davies
a619557460 Readded refs 2017-08-14 21:00:25 +01:00
Arawn Davies
804e112e55 Added DrawFilledRectangle and example in CGS demo 2017-08-14 20:38:45 +01:00
Kudzu
fa4c223452 Move again because of submodules being less than half baked in git. 2017-08-10 16:04:19 -04:00