Commit graph

59 commits

Author SHA1 Message Date
EdwardNutting_cp
bac3f98d56 VS2013 Support
This is relatively stable but no to be considered complete. Currently supported:
1. Installing user/dev kit (as normal)
2. Creating C#/VB/F# projects (latter 2 untested)
3. Debugging a Cosmos project - see limitations list below.

Debugging limitations:
1. Breakpoints sometimes fail to be hit. Only known thing that may help is recompile everything.
2. Specific breakpoint failure case: If you try and place a breakpoint on or after a "while(true)" statement it is extremely unreliable.

Other limitations:
1. VMWare occasionally breaks. If you get "Internal error" messages, or if VS crashes (don't let Windows "fix" it) or if VMWare fails to load properly there is only one known & reliable solution: Re-run the VMWare installer and hit "Repair". No restart required. You won't lose your VMs or settings (AFAI can tell).

If it all breaks, feel free to rant at it ;)
2013-11-06 21:01:49 +00:00
kudzu_cp
5393689642 sqlite works! 2013-08-06 17:28:32 +00:00
mterwoord_cp
25c67d6d81 some refactoring in DebugInfo 2013-08-03 16:46:09 +00:00
mterwoord_cp
517d531896 Almost looks like sqlite might just be working again... 2013-07-28 16:09:58 +00:00
melikesPCcheese_cp
c9767a986f Fixed the database connection and DbFactoryProvider bug. 2013-04-29 16:47:25 +00:00
kudzu_cp
8c49fae09a 2012-08-06 02:35:21 +00:00
kudzu_cp
9a856e0102 2012-08-06 02:11:34 +00:00
kudzu_cp
f448f37754 2012-08-02 06:33:12 +00:00
kudzu_cp
d5a467f6e6 Removal of old X# compiler / transform. 2012-07-16 18:20:53 +00:00
kudzu_cp
b47e4a7e86 ISO generation 2012-06-25 00:48:01 +00:00
tgiphil_cp
ecf72e1f92 - Integrated MOSA's managed MakeISO tool into COSMOS 2012-02-21 07:58:23 +00:00
kudzu_cp
a91ff3a15d 2012-01-23 22:29:57 +00:00
kudzu_cp
903e0b727f 2012-01-23 22:15:20 +00:00
kudzu_cp
34ee173563 2012-01-23 14:00:42 +00:00
kudzu_cp
872530ae5f 2012-01-23 13:52:50 +00:00
kudzu_cp
7cb8bd8dd4 2012-01-22 23:39:41 +00:00
kudzu_cp
ef0cf87258 2012-01-22 21:27:59 +00:00
blah38621_cp
c680d7d95f Implemented one of the things in the System.Number plug, which allows sbyte's to be converted to a string now. Also made a few changes to my optimizer, but still have it disabled, as it refuses to go past the bootloader with it enabled. 2011-09-13 23:42:07 +00:00
kudzu_cp
0d1beae6f0 2011-09-04 20:14:49 +00:00
blah38621_cp
92dcac4a51 Made a few improvements to the speed of the ILScanner, including caching the resolved plugs.
Added the possibility for an optimization step in the IL2CPU MSBuild task. Currently commented out, but should work fine with a few modifications to the optimizer.
Moved classes that are dependent on Cosmos from the Orvid.Graphics, into the Orvid.Graphics.Cosmos assembly. 
Re-factored the font mechanism, added partially working .fnt Font support. 
Added a Rectangle class, and a Vec2d class, which is the same as Vec2, except with doubles for the X and Y values.
Made a small aesthetic improvement to the output of the File2ByteArray Converter.
2011-09-03 21:05:46 +00:00
mterwoord_cp
415f528359 + bootstrap configuration builds again
+ debug info handling is refactored into 1 class
2011-01-02 12:55:43 +00:00
mterwoord_cp
121464d6cd Only 1 debug info file is used now (.cpdb) 2010-12-29 12:45:29 +00:00
kudzu_cp
65c4a3bc10 2010-09-08 13:16:41 +00:00
kudzu_cp
f1a369251b 2010-09-08 13:15:55 +00:00
kudzu_cp
5d070a8ca3 2010-09-07 14:16:08 +00:00
kudzu_cp
9b2a66d4d7 2010-09-07 14:14:46 +00:00
kudzu_cp
ef921ebfe6 Cosmos.Build.StandAlone 2010-09-07 00:36:19 +00:00
mterwoord_cp
6695e89e5f 2010-09-05 16:28:59 +00:00
Trivalik_cp
24864e0050 all except fbtest, runs 2010-09-04 19:52:46 +00:00
Trivalik_cp
1785670a75 renaming all, except vspackage 2010-09-04 19:07:11 +00:00
Trivalik_cp
474c16ecd8 remove vs2008 support, part 1 (not usable) 2010-09-04 17:59:02 +00:00
mterwoord_cp
d3c0fe61f0 2010-08-22 15:22:23 +00:00
mterwoord_cp
89b92ac9fd 2010-08-21 15:27:53 +00:00
kudzu_cp
93b9f3d80a 2010-08-21 01:18:02 +00:00
kudzu_cp
99441914f4 Cosmos.Debug.Kernel separation. 2010-08-20 00:01:09 +00:00
kudzu_cp
42ff141cd5 2010-08-15 15:40:36 +00:00
mterwoord_cp
7e1a352241 2010-08-15 15:21:05 +00:00
mterwoord_cp
739800d56e 2010-08-15 13:20:43 +00:00
kudzu_cp
3a0b05b7d3 More clean up work, first plug ported (Console) 2010-08-15 02:34:51 +00:00
mterwoord_cp
aee6b8d3bf DONT DOWNLOAD. this version does build, but probably wont work. testing now. 2010-08-05 16:18:27 +00:00
mterwoord_cp
142cb720b2 2010-04-11 16:45:59 +00:00
mterwoord_cp
453f6e38ab 2010-04-08 16:18:51 +00:00
mterwoord_cp
a121eeb63b 2010-04-05 17:25:58 +00:00
kudzu_cp
68d2032eb4 2010-04-04 16:43:36 +00:00
mterwoord_cp
fcf9c63524 change output paths 2010-03-25 18:44:47 +00:00
mterwoord_cp
f00c1ea05b Template installs ok now. 2010-03-14 16:46:12 +00:00
mterwoord_cp
c4935b5bd3 2010-02-20 15:24:11 +00:00
mterwoord_cp
394bbbb52c Propertypages work now 2010-01-27 12:27:22 +00:00
mterwoord_cp
214c9ef382 MakeISO task 2010-01-07 13:42:38 +00:00
mterwoord_cp
a94ad43020 2010-01-07 09:14:25 +00:00