Commit graph

8066 commits

Author SHA1 Message Date
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
José Pedro
87ac039005 Renamed "Cosmos.Debug.Symbols" to "IL2CPU.Debug.Symbols". 2017-10-12 20:19:17 +01:00
José Pedro
d8e527aa35 Include x86 e_sqlite3.dll in the root of the VSIX. 2017-10-11 17:57:41 +01:00
jp2masa
0bfc50b7f8 Update issue_template.md 2017-10-10 23:24:17 +01:00
Valentin Charbonnier
c75cdffbb4 Ata boot fix. 2017-10-10 21:40:11 +02:00
GeomTech
e132b0f473 Add IsAPIPA() 2017-10-09 23:15:13 +02:00
GeomTech
c0ea8f6f07 Add Network Card verifying 2017-10-09 22:51:27 +02:00
GeomTech
a88a42ef31 PhysicalAddress String 2017-10-07 18:16:27 +02:00
Arawn Davies
90c0fe4c06 Forgot to add closing </ItemGroup> 2017-10-06 14:30:32 +01:00
Arawn Davies
7dcc263df2 Fixed SQL issue due to revert 2017-10-06 14:21:02 +01:00
Arawn Davies
6187a4e6e1 Fixed typo - Where to Were 2017-10-06 12:00:47 +01:00
Arawn Davies
9a2e146b61 Update CONTRIBUTING.md
Added a link to the FAQ on gocosmos.org
2017-10-06 00:22:54 +01:00
Arawn Davies
5c605638b4 Merge pull request #788 from CosmosOS/revert-718-ExtendedASCII
Revert "might make console faster"
2017-10-06 00:17:17 +01:00
Arawn Davies
b3fff7e155 Create issue_template.md
A template that provides preformatting to issues for when they are made.
2017-10-06 00:15:46 +01:00
Arawn Davies
0a3da1d6b9 Revert "might make console faster" 2017-10-05 23:19:03 +01:00
GeomTech
e7445ca6b0 TestRunner 2017-10-05 21:53:29 +02:00
jp2masa
348134f97b Merge pull request #672 from CosmosOS/nre_message
Improve the NullReferenceException message
2017-10-04 20:24:51 +01:00
José Pedro
3f03a0d070 Merge latest from master. 2017-10-04 19:46:49 +01:00
José Pedro
3edc13ba7b Removed SQLite package references from Cosmos.Build.MSBuild. 2017-10-03 22:16:14 +01:00
GeomTech
f7a21100e5 Merge pull request #12 from aura-systems/network-update
MAC Address
2017-10-03 23:02:28 +02:00
GeomTech
a0a107523b MAC Address 2017-10-03 23:01:31 +02:00
José Pedro
2ff37ddea2 Updated SQLitePCLRaw.bundle_green version. 2017-10-03 20:07:09 +01:00
José Pedro
7c85d156ca Remove e_sqlite3.dll from publish directory. 2017-10-03 00:45:45 +01:00
fanoI
f83aef39b0 Removed from DirectoryImpl.cs all the method that did not need plug anymore: CosmosFileSystem methods are called directly from Net Core code, the only remaing plugs are the ones that need IEnumerable to work. 2017-10-01 16:45:04 +02:00
Kudzu
b16521fa53 Update README.md 2017-09-30 10:15:47 -04:00
Kudzu
b602369432 Update README.md 2017-09-30 10:15:28 -04:00
Kudzu
02739e0ddf Update README.md 2017-09-30 10:15:02 -04:00
Arawn Davies
85cdb0f2c8 Merge pull request #718 from zarlo/ExtendedASCII
might make console faster
2017-09-30 00:49:14 +01:00
Arawn Davies
9a76f82018 Update SUPPORT.md 2017-09-30 00:40:32 +01:00
Arawn Davies
3dbb8678c4 Fixes issues regarding project creation as some VS installations have
the 'Save new projects on creation' option disabled, resulting in Cosmos
projects not saving and nuget packages failing to restore. Noticed in issue #758.
2017-09-30 00:32:31 +01:00
fanoI
d1a0beeea6 Added forgotten plug file :-) 2017-09-24 23:28:19 +02:00
fanoI
562b137bec Bugfix: CompareOrdinalHerlper was not seen as a plug anymore (all plugs should be public!) 2017-09-24 21:50:06 +02: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
GeomTech
a202dd6d86 Merge remote-tracking branch 'refs/remotes/CosmosOS/master' 2017-09-23 22:13:03 +02:00
José Pedro
05ab3657c2 Fixed Console.ReadKey. 2017-09-17 20:04:07 +01:00
GeomTech
afd0b6581e Change Requested and optimization code 2017-09-17 19:00:40 +02:00
GeomTech
6b1a2cd705 Copy Update requested 2017-09-17 18:56:21 +02:00
GeomTech
57ac3530cf Merge remote-tracking branch 'refs/remotes/CosmosOS/master' 2017-09-17 18:55:06 +02:00
fanoI
647e3f2c1d Merge branch 'master' of https://github.com/CosmosOS/Cosmos 2017-09-17 18:24:55 +02:00
GeomTech
8a585c5bb9 Add CtrlAltDel Static String + Remove tests 2017-09-16 20:57:04 +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
cefcf2f135 [CGS] VmWare Support: Fix Issue 2017-09-14 18:20:59 +03:00
KingLuigi4932
c78b612803 [CGS] VmWare Support: Fix Issue 2017-09-14 18:20:58 +03:00
KingLuigi4932
a641ea6521 [CGS] VmWare Support: Hidding VideoDriver Enum from User 2017-09-14 18:18:13 +03:00
KingLuigi4932
6b8b4f9b83 [CGS] VmWare Support: Fix Issue 2017-09-14 00:13:54 -07:00
KingLuigi4932
ba185b2dfd [CGS] VmWare Support: Fix Issue 2017-09-14 00:06:10 -07:00