Commit graph

8568 commits

Author SHA1 Message Date
Quajak
5164c0a240 Typo 2020-05-18 21:09:42 +02:00
Quajak
570045ebeb Removed additional test
Cleaned up code
2020-05-18 20:41:30 +02:00
Mostafa Mahmoud
29cf68fe32 Implemented & used TrimLine() in Canvas.DrawLine() 2020-05-18 20:37:51 +02:00
Quajak
ddd32d8634 Forgot to uncomment large parts of the test kernel 2020-05-18 00:25:18 +02:00
Quajak
e36c87192f Correctly use VGA palette now
Optimised some VGA operations
2020-05-18 00:24:11 +02:00
Quajak
19cffbadd1 VGA should work now 2020-05-17 18:29:22 +02:00
Charles Betros
77cf5c4adc
Merge pull request #1319 from CosmosOS/bug/mousemanager
MouseManager fix
2020-05-17 07:38:39 -05:00
Quajak
ae8d3ef435 Getting the code running again 2020-05-11 14:24:56 +02:00
Quajak
9683bac713
Fixed changing ScreenHeight 2020-05-10 17:37:52 +02:00
Quajak
299c0b1e49 Merged master into CGSE 2020-05-10 10:44:58 +02:00
Quajak
f8e3179ce0 Added tests for list with enums of underlying long type 2020-05-08 13:52:20 +02:00
Charles Betros
f97c907f3e
Merge pull request #1254 from quajak/bug/bitmap
Fix bitmaps
2020-05-07 21:59:27 -05:00
Charles Betros
d418a8ce86
Merge branch 'master' into bug/bitmap 2020-05-07 21:58:37 -05:00
Charles Betros
2e5c4c3bc0
Merge pull request #1256 from quajak/bug/ArrayMethods
Fixed Array.Clear and Array.GetValue
2020-05-07 21:45:20 -05:00
Charles Betros
d0066be87c
Merge pull request #1316 from CosmosOS/bug/bitmap_loading
Fix 24 bit bitmaps
2020-05-07 18:08:01 -05:00
Quajak
5b0ddbed8f Merge remote-tracking branch 'upstream/master' into bug/ArrayMethods 2020-05-07 23:43:34 +02:00
Quajak
2822abc39a Merge remote-tracking branch 'origin/master' into bug/bitmap_loading 2020-05-07 23:16:44 +02:00
Quajak
1c913100e4 Fixed loading and rendering of 24 bit bitmaps 2020-05-07 23:14:53 +02:00
Quajak
e45c3a5514 Merge remote-tracking branch 'upstream/master' into feature/CPUInfoPlugs
# Conflicts:
#	Test.sln
2020-04-23 18:35:17 +02:00
Quajak
5365e7287d Fixed string.IsNullOrWhitespace and fixed ProcessorTest kernel 2020-04-23 18:23:20 +02:00
Quajak
d727825b2d
Merge pull request #1228 from alicangonullu/patch-1
Cosmos OS Turkish Keyboard Map
2020-04-23 09:11:14 +02:00
Mido Elgamal
a0000706a5 Undid change to kernel test set 2020-03-02 19:31:30 -05:00
Mido Elgamal
7d53fd0a30 GPT Support 2020-03-02 19:25:59 -05:00
Charles Betros
18862d5981
Merge pull request #1084 from CosmosOS/docs
[WIP] Use docfx for docs
2020-02-13 21:40:25 -06:00
Charles Betros
f368015302
Merge pull request #1279 from CosmosOS/feature/UpdateIlSpyPlugin
Feature/update il spy plugin
2020-02-13 21:38:53 -06:00
José Pedro
17345b5d3b
Package updates. 2020-02-12 17:57:36 +00:00
José Pedro
19b800b5fe
Use docfx for docs.
Docs cleanup.
2020-02-12 17:56:43 +00:00
Charles Betros
2d47443780 Finish updating ilspy plugin and add tests 2020-02-12 03:17:59 -06:00
Charles Betros
19b186ba72 Add test project and solution fpr ILSpy plugin 2020-02-11 20:55:49 -06:00
Quajak
a3dedd4fe7 Add tests to check that enums work with lists 2019-12-29 06:25:21 -05:00
Quajak
da440ff194
Merge pull request #1240 from quajak/feature/moreStringImpl
Add string tests and split Bcl test kernel
2019-12-26 15:52:20 -05:00
Quajak
6153d281ce Fixed Array.Clear and Array.GetValue 2019-12-23 07:27:44 -05:00
Quajak
71f078eab8 Fixed bitmaps (Should hopefully work now)
Added bitmap tests
Extended equalityhelper
2019-12-18 02:12:10 -05:00
Quajak
a3faa61198 Fixed location of new test kernel
Undid changes to configuration files
2019-10-27 22:43:51 -04:00
Quajak
09e64f0b86 Merge remote-tracking branch 'upstream/master' into feature/moreStringImpl 2019-10-27 22:09:52 -04:00
Quajak
d09b664fd7 Split Bcl tests into two so that the kernel is not too large 2019-10-27 22:06:40 -04:00
Quajak
9295b39ec3 Fixed implementations 2019-10-26 15:40:32 -04:00
Quajak
0c2d88ce64 Fix merge 2019-10-26 13:36:10 -04:00
Quajak
b945751d47 Merge remote-tracking branch 'upstream/master' into feature/CPUInfoPlugs
# Conflicts:
#	Tests/Kernels/ProcessorTests/Kernel.cs
#	source/Cosmos.Core/CPU.cs
#	source/Cosmos.Core_Asm/CPU/CPUCanReadCPUIDAsm.cs
#	source/Cosmos.Core_Asm/CPU/CPUReadCPUIDAsm.cs
#	source/Cosmos.Core_Asm/CPU/CPUReadTimestampCounterAsm.cs
#	source/Cosmos.Core_Asm/CPUImpl.cs
2019-10-26 12:31:36 -04:00
Quajak
0b2617a7cd Merge remote-tracking branch 'upstream/master' 2019-10-26 12:21:54 -04:00
Quajak
ecfb7fed26 Add indexof and similar tests
Added/Fixed implementation for indexof and lastindexof
2019-10-26 12:19:27 -04:00
Charles Betros
c31fc3e4a2
Merge pull request #1238 from CosmosOS/bug/fileSystemTestFailure
Comment failing Filesystem Test
2019-10-26 11:12:48 -05:00
Quajak
a6aa3778ad Commented out failing test 2019-10-24 23:34:28 -04:00
Quajak
7e38f0ab5f
Merge pull request #1166 from quajak/convtests
Added tests for checked conversions
2019-10-20 11:39:15 -04:00
Charles Betros
03ce256ede Comment GetPoint() 2019-10-18 14:43:34 -04:00
Charles Betros
791c52ecbb Package updates 2019-10-18 14:43:34 -04:00
Charles Betros
bfeeb167a6 Update year 2019-10-18 14:43:34 -04:00
Christopher Joseph Dean Schaefer
9376041641 Commented out dictionary<char,char> test. 2019-10-18 14:43:34 -04:00
Christopher Joseph Dean Schaefer
d443e905f7 Commented out nullable support. 2019-10-18 14:43:34 -04:00
Charles Betros
3dd5511489 Use xsharp repo root variable 2019-10-18 14:43:34 -04:00