Commit graph

3045 commits

Author SHA1 Message Date
mterwoord_cp
a82391739e creating a new cosmos project does not goof up complete solution configuration now. 2011-01-04 15:13:52 +00:00
mterwoord_cp
d523b2ffd5 2011-01-03 10:58:45 +00:00
mterwoord_cp
e8b53132ca 2011-01-03 10:40:42 +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
Trivalik_cp
5739b0dd02 correct cgt behavior, remove unneed esi,edi stuff, now it works!!! 2011-01-01 23:00:58 +00:00
Trivalik_cp
5cef30a9d8 correct behavior, like VS generate C++ code, but false appear on -1 <= 960 for 8 byte integer 2011-01-01 14:06:38 +00:00
Trivalik_cp
c499d21987 add comment for pic,
correct console scrolling,
correct error for cgt
example:
			int k = 1000;
			UInt32 k2 = 960;

			if (k <= k2)
			{
				Console.Write("true");
			}
			else
			{
				Console.Write("false");
			}
2011-01-01 01:51:11 +00:00
smremde_cp
f18e3e07f0 VGAScreen works 2010-12-31 18:01:40 +00:00
kudzu_cp
fbc09a6705 2010-12-31 16:03:51 +00:00
mterwoord_cp
eb907ca195 2010-12-31 14:44:05 +00:00
mterwoord_cp
ea87dbeb67 2010-12-31 08:23:06 +00:00
mterwoord_cp
b07edd35f2 2010-12-31 08:14:09 +00:00
mterwoord_cp
76f3d70f82 2010-12-29 16:46:22 +00:00
mterwoord_cp
d501c47c8e 2010-12-29 16:29:59 +00:00
mterwoord_cp
dde2ecad00 keyboard works now 2010-12-29 13:28:18 +00:00
mterwoord_cp
121464d6cd Only 1 debug info file is used now (.cpdb) 2010-12-29 12:45:29 +00:00
mterwoord_cp
140a8c3a03 2010-12-29 10:24:15 +00:00
mterwoord_cp
4f9fd3ae6f Did release 2010-12-25 15:48:26 +00:00
mterwoord_cp
e1c0c29f38 2010-12-24 11:19:44 +00:00
mterwoord_cp
32df9a2b43 2010-12-05 17:53:26 +00:00
mterwoord_cp
24329907f9 2010-10-26 15:06:26 +00:00
mterwoord_cp
b32b7357c5 2010-10-17 15:39:34 +00:00
mterwoord_cp
e7e937a470 2010-10-17 15:09:45 +00:00
mterwoord_cp
9cb7a9be59 2010-10-17 14:21:34 +00:00
Trivalik_cp
8fca2c4d6a add mpf10 original 2010-10-16 12:21:19 +00:00
rfc1459_cp
1d72176387 Further improved symbol generation by optimizing db creation. 2010-10-15 17:35:08 +00:00
mterwoord_cp
fba6e6789e 2010-10-15 16:13:31 +00:00
mterwoord_cp
b22f1935f7 2010-10-15 15:49:26 +00:00
rfc1459_cp
c07cb0c161 Put database inserts in a transaction. Database is written to a temporary file during build to gain some speed. 2010-10-14 22:18:54 +00:00
Trivalik_cp
f7be482885 add message, when vmware already using debug.vmx 2010-10-06 20:38:04 +00:00
Trivalik_cp
3f25d481e0 fix set of startup project, fix building all Project on run, remove use of dynamic 2010-09-29 18:57:23 +00:00
Trivalik_cp
6bec9d7f0c add error output, if cmap is not build, happens when Cosmos project is not build (next todo) 2010-09-29 11:47:58 +00:00
Trivalik_cp
c7a46b70d8 resolve new project issue, with a foreach on list 2010-09-21 18:44:17 +00:00
kudzu_cp
0d9158149c 2010-09-19 13:37:23 +00:00
mterwoord_cp
efa690e0e8 2010-09-19 13:17:36 +00:00
kudzu_cp
0885f16b6b Removed Guess from Boostrap config. 2010-09-11 14:47:43 +00:00
Trivalik_cp
ecf320d14d output directory in install.bat was always the same, solve this by checking directory on start 2010-09-10 21:40:30 +00:00
Trivalik_cp
82edec65d7 update devkit instruction for vs2010 2010-09-10 20:32:14 +00:00
Trivalik_cp
1902d18986 comment out stuff, for check startproject at build time, not needed, makes only problems 2010-09-10 11:54:50 +00:00
Trivalik_cp
a80ef75b20 unit format of assemblyinfos 2010-09-09 20:54:55 +00:00
Trivalik_cp
b56972e325 guess project compile in x86 and mixed mode, in any cpu not, because no "Any Cpu" for our .cosmos project is used (i believe that) 2010-09-09 20:00:03 +00:00
Trivalik_cp
af4a7eae7c add guess the x86 arch. and set x86 in Debug and Mixed, add Output on Assembly not found, so we found them faster 2010-09-08 20:37:12 +00:00
Trivalik_cp
eba633febb startup project now .cosmos project 2010-09-08 19:08:14 +00:00
kudzu_cp
f8910249b2 2010-09-08 14:24:11 +00:00
kudzu_cp
92954b424e 2010-09-08 14:02:38 +00:00
kudzu_cp
683227b0b9 2010-09-08 13:59:12 +00:00
kudzu_cp
54217c142c 2010-09-08 13:37:51 +00:00
kudzu_cp
d2bca09965 2010-09-08 13:23:09 +00:00
kudzu_cp
65c4a3bc10 2010-09-08 13:16:41 +00:00
kudzu_cp
f1a369251b 2010-09-08 13:15:55 +00:00