Commit graph

105 commits

Author SHA1 Message Date
KingLuigi4932
cf6500859d
Update CosmosVFS.cs 2017-12-26 19:43:04 +03:00
KingLuigi4932
81872c1dc3
Update CosmosVFS.cs 2017-12-26 19:42:19 +03:00
KingLuigi4932
f9aeddd582
Revert foreach 2017-12-26 19:41:25 +03:00
KingLuigi4932
db0b4bc5df
QaB 2017-12-26 11:42:41 +03:00
KingLuigi4932
3f8a858d43
Remove break and use foreach 2017-12-26 11:24:17 +03:00
zarlo
458c035302 hot fix 2017-12-20 12:15:28 +11:00
zarlo
68f646e36f update 2017-12-20 01:32:47 +11:00
zarlo
900d63c9db update 2017-12-18 21:33:31 +11:00
zarlo
d5e82612e9 DrawArray and some other things 2017-12-18 20:50:30 +11:00
zarlo
f0121b1fe3 update 2017-12-17 17:25:14 +10:00
zarlo
09136174f4 ThrowIfModeIsNotValid now uses CheckIfModeIsValid 2017-12-17 03:02:46 +10:00
zarlo
3566c26577 ThrowIfCoordNotValid(Point point) 2017-12-17 02:53:02 +10:00
fanoI
f3633a5356 Cosmos.IL2CPU has changed name in simply IL2CPU 2017-12-10 21:53:39 +01:00
fanoI
d6aff6ab3b Merge branch 'master' of https://github.com/CosmosOS/Cosmos
# Conflicts:
#	source/Cosmos.System2_Plugs/System/IO/DirectoryImpl.cs
#	source/Cosmos.System2_Plugs/System/IO/FileImpl.cs
2017-12-10 21:23:51 +01:00
José Pedro
00a884437a
Cosmos.IL2CPU.API -> IL2CPU.API. 2017-12-10 15:57:12 +00:00
fanoI
299c155f4c Removed a lot of plugs from File: the promise is mantained it uses StreamReader / StreamWriter directly
- CosmosEncoding replacement of Encoding is not needed: Encoding runs perfectly on Cosmos!
- Added tests to BCL for UTF8Encoding
- StreamWriter does not needs a plug anymore, TextWriter is plugged instead but the plug is really the Ctor only
- Commented COSMOSDEBUG
2017-12-01 22:21:15 +01:00
fanoI
81234d1cd9 StreamReader implemented but found bug in IL2CPU plug resolution :-( 2017-11-18 11:12:17 +01:00
fanoI
eb0a469315 Merge branch 'master' of https://github.com/CosmosOS/Cosmos
# Conflicts:
#	Test.sln
#	Tests/Cosmos.Kernel.Tests.Fat/Kernel.cs
#	Tests/Cosmos.TestRunner.Core/TestKernelSets.cs
2017-10-29 18:09:47 +01:00
fanoI
4071e75a47 Trying to plug StreamWriter(), but Flush() has only a buffer filled all with 0x0000 not with the text to Write()! 2017-10-24 23:17:50 +02:00
José Pedro
e5d089c6ed Removed unneeded code.
Updated comments.
2017-10-12 21:42:35 +01:00
José Pedro
435d92d4b5 Fixes. 2017-10-12 21:24:59 +01:00
Arawn Davies
0a3da1d6b9 Revert "might make console faster" 2017-10-05 23:19:03 +01:00
Arawn Davies
85cdb0f2c8 Merge pull request #718 from zarlo/ExtendedASCII
might make console faster
2017-09-30 00:49:14 +01:00
fanoI
b509da1690 Merge branch 'master' of https://github.com/CosmosOS/Cosmos
# Conflicts:
#	Tests/Cosmos.Kernel.Tests.Fat/Kernel.cs
2017-09-24 19:59:52 +02:00
fanoI
806e6e9e89 More FAT work
- Make DirectoryInfo work
- Refactored FAT TestRunner in a similar way to the BCL one
- Bugfix: Path.GetTempPath() did not returned a complete path
- Added to VFS "naive" support to Get / Set file attributes (for now only Get is supported)
- Added more debug logs
2017-09-24 18:12:58 +02:00
José Pedro
3e5aff9463 Implemented Console.KeyAvailable. 2017-09-15 00:23:47 +01:00
zarlo
42ed5093be Update FullScreenCanvas.cs
this is better
2017-09-15 04:30:50 +10:00
KingLuigi4932
bd658a5bd3 [CGS] VmWare Support: Fix Issue 2017-09-14 18:28:17 +03:00
KingLuigi4932
a641ea6521 [CGS] VmWare Support: Hidding VideoDriver Enum from User 2017-09-14 18:18:13 +03:00
KingLuigi4932
77e260d610 [CGS] VmWare Support: return SVGAII
and VideoDriver Enum
2017-09-13 23:30:41 -07:00
KingLuigi4932
2c4cdea994 [CGS] Misc: TODOs 2017-09-13 23:28:40 -07:00
KingLuigi4932
10792f79a0 [CGS] VmWare Support: Screen Class 2017-09-13 23:26:02 -07:00
KingLuigi4932
e12a89550a [CGS] Misc: TODOs 2017-09-13 23:24:21 -07:00
fanoI
ff2a75685c Merge pull request #734 from valentinbreiz/patch-1
mSize in GetVolumes fix.
2017-09-05 20:23:01 +02:00
zarlo
c8ca3b51bb moved things 2017-09-04 16:30:51 +10:00
José Pedro
a63f4eaa5a Moved to .NET Core 2.0. 2017-08-24 19:20:44 +01:00
zarlo
fe06a5fe84 Merge remote-tracking branch 'refs/remotes/CosmosOS/master' into ExtendedASCII 2017-08-17 13:38:03 +10:00
Arawn Davies
804e112e55 Added DrawFilledRectangle and example in CGS demo 2017-08-14 20:38:45 +01:00
Valentin Charbonnier
9d462b60f5 Changes. 2017-08-13 23:36:15 +02:00
Valentin Charbonnier
9e198d1ba7 Revert "long changed to ulong."
This reverts commit f827994340.

Revert.
2017-08-13 20:56:03 +02:00
Valentin Charbonnier
f827994340 long changed to ulong. 2017-08-12 19:36:32 +02:00
Valentin Charbonnier
d9e45ce26b Fix. 2017-08-12 19:07:40 +02:00
Valentin Charbonnier
5300250a28 GetVolumes mSize fix. 2017-08-12 18:51:21 +02:00
Kudzu
4a64fbb4ac separation 2017-08-10 18:56:55 -04:00
Kudzu
fa4c223452 Move again because of submodules being less than half baked in git. 2017-08-10 16:04:19 -04:00
Kudzu
fa00b78441 New Cosmos parent dir 2017-08-08 11:29:41 -04:00
José Pedro
c6ff16aa8b FAT fixes. 2017-08-05 16:18:58 +01:00
Kudzu
c64597ce6e Attribs NS 2017-08-03 16:46:15 -04:00
Kudzu
af30db49e1 Merge branch 'master' of https://github.com/CosmosOS/Cosmos 2017-08-03 15:17:38 -04:00
Kudzu
221460e191 Attrib NS change 2017-08-03 15:17:34 -04:00
Valentin Charbonnier
d53ff6b087 Change. 2017-08-03 17:28:12 +02:00
Valentin Charbonnier
1a805d8f25 FileSystem Fixes. 2017-08-03 17:27:47 +02:00
zarlo
37b0fdcba7 Merge remote-tracking branch 'refs/remotes/CosmosOS/master' into ExtendedASCII 2017-07-31 21:27:34 +10:00
José Pedro
a859d25e53 g3 2017-07-30 18:50:13 +01:00
José Pedro
a58e3f2fa0 g3 2017-07-30 18:38:20 +01:00