kudzu_cp
|
c5187b2bcb
|
Options window now has an option to show console build window for checking nasm errors.
|
2008-09-16 23:58:33 +00:00 |
|
kudzu_cp
|
6e5ed2f649
|
|
2008-09-16 18:06:54 +00:00 |
|
kudzu_cp
|
0d96f926c8
|
|
2008-09-16 05:32:38 +00:00 |
|
kudzu_cp
|
bdd43929df
|
Fix for display while tracing
|
2008-09-16 01:54:14 +00:00 |
|
kudzu_cp
|
2f2deccfbd
|
|
2008-09-16 01:34:13 +00:00 |
|
kudzu_cp
|
9c65749840
|
|
2008-09-16 00:26:21 +00:00 |
|
kudzu_cp
|
afb4a3a90b
|
|
2008-09-15 23:03:27 +00:00 |
|
kudzu_cp
|
67d8290174
|
|
2008-09-15 22:52:35 +00:00 |
|
kudzu_cp
|
7db97256a5
|
Scrollbars to Build window
|
2008-09-15 22:03:41 +00:00 |
|
kudzu_cp
|
481f0b08ad
|
|
2008-09-15 20:59:20 +00:00 |
|
kudzu_cp
|
a33a21ba84
|
|
2008-09-15 20:21:39 +00:00 |
|
kudzu_cp
|
d4a302aba7
|
|
2008-09-15 20:06:25 +00:00 |
|
kudzu_cp
|
5e0db9d052
|
|
2008-09-15 19:10:46 +00:00 |
|
kudzu_cp
|
fd111f21db
|
|
2008-09-15 18:51:19 +00:00 |
|
kudzu_cp
|
41a6d3be5d
|
DebugConnectorStream
|
2008-09-10 01:37:48 +00:00 |
|
Scalpel_cp
|
ab33a7e946
|
Added beginnings of plug for System.IO.DriveInfo
|
2008-09-08 21:06:09 +00:00 |
|
Scalpel_cp
|
6f177b05c1
|
Fixed Path.GetDirectoryName
Minor changes
|
2008-09-08 20:25:43 +00:00 |
|
kudzu_cp
|
2432bf7232
|
|
2008-09-08 17:49:48 +00:00 |
|
kudzu_cp
|
c9d31edb46
|
Now saves Compile IL preference to registry.
|
2008-09-08 16:53:51 +00:00 |
|
kudzu_cp
|
e7487c01e9
|
|
2008-09-08 16:49:33 +00:00 |
|
kudzu_cp
|
5e6c931240
|
Faster build times, VMWare changes, first round debugger changes to be server instead of client.
|
2008-09-08 16:44:28 +00:00 |
|
kudzu_cp
|
989f8def36
|
Initial cleanup of debug communication.
|
2008-09-08 00:51:33 +00:00 |
|
kudzu_cp
|
8846fef0c9
|
Change to debug mode
|
2008-09-08 00:34:35 +00:00 |
|
kudzu_cp
|
66842a92d2
|
UI cleanup
|
2008-09-07 22:39:43 +00:00 |
|
kudzu_cp
|
b5c25db268
|
VMWare upgrades
|
2008-09-07 21:05:25 +00:00 |
|
kudzu_cp
|
71247a5daa
|
More GUI fixes
|
2008-09-07 21:05:02 +00:00 |
|
kudzu_cp
|
70d79be0a2
|
UI Fixes
|
2008-09-07 20:33:56 +00:00 |
|
kudzu_cp
|
c2efdfdd75
|
Most of UI changes completed. Still need to convert to a UC and load in MainWindow instead.
|
2008-09-07 20:25:16 +00:00 |
|
kudzu_cp
|
0f65a895e9
|
UI changes to builder
|
2008-09-07 17:41:11 +00:00 |
|
Scalpel_cp
|
2f331093a1
|
Added String.ToUpper() + 1 overload
Added String.ToUpperInvariant()
|
2008-09-07 17:32:10 +00:00 |
|
Scalpel_cp
|
282cc61306
|
Added String.ToLower() + 1 overload
Added String.ToLowerInvariant()
|
2008-09-07 17:02:47 +00:00 |
|
Scalpel_cp
|
a6a38d9719
|
Added String.StartsWith(string) + 2 overloads
|
2008-09-07 16:42:57 +00:00 |
|
Scalpel_cp
|
5a29c12559
|
Fixed bug in String.EndsWith(string, StringComparison)
Added String.EndsWith(string) and String.EndsWith(string, bool, CultureInfo)
|
2008-09-07 16:35:04 +00:00 |
|
Scalpel_cp
|
697bbbdf06
|
Added String.IndexOf(string)
Added String.Insert(int, string)
Added String.Replace(string, string)
|
2008-09-07 15:00:51 +00:00 |
|
Scalpel_cp
|
768d83e799
|
Testing entire System.String in StringTest.cs
Added String.Remove(int, int)
Added String.IndexOfAny(char[], int, int)
Fixed String.Split()
|
2008-09-07 14:21:00 +00:00 |
|
Scalpel_cp
|
ad01f4868f
|
Fixed String.LastIndexOf bug
Almost all of System.IO.Plug works now.
|
2008-09-07 11:10:02 +00:00 |
|
kudzu_cp
|
6b004165ad
|
Some clean up of build window in preparation for more.
|
2008-09-06 22:07:00 +00:00 |
|
Scalpel_cp
|
84137dbd9b
|
Plugged System.IO.Directory.InternalGetFileDirectoryNames(string, string, string, bool, bool, SearchOption)
This gives us
Directory.GetDirectories() + 2 overloads
Directory.GetFiles() + 2 overloads
and more
|
2008-09-06 13:47:21 +00:00 |
|
Scalpel_cp
|
998e3dd16c
|
Plugged Boolean.Parse(string) and Boolean.TryParse(string, out bool)
Added methodname displaying in build GUI again
|
2008-09-06 09:27:34 +00:00 |
|
mterwoord_cp
|
48646d171e
|
debugger printws correct eip's now. was related to ATA using wrong IO port
|
2008-08-31 17:08:18 +00:00 |
|
mterwoord_cp
|
3f49dfd8d3
|
* Some small cleanup.* compiler now shows messages again. (errors/warnings)
|
2008-08-31 07:45:52 +00:00 |
|
Scalpel_cp
|
4185f52a01
|
Added PC Speaker option and plugged Console.Beep
|
2008-08-25 21:20:19 +00:00 |
|
Dokugogagoji_cp
|
7884855bc6
|
Changed used Waitone overload in Engine.cs for compatibility prior NET 3.5 SP1
|
2008-08-25 07:32:41 +00:00 |
|
mterwoord_cp
|
0049643433
|
Disabling DependencyGraph for now
|
2008-08-21 17:03:17 +00:00 |
|
Dokugogagoji_cp
|
dc6b1a0418
|
Stage one Multithreaded building support
|
2008-08-21 16:46:50 +00:00 |
|
Dokugogagoji_cp
|
b83fd0c532
|
correct Pacman folder (no more ConsoleApplication1)
|
2008-08-20 15:23:41 +00:00 |
|
Dokugogagoji_cp
|
429167c7bf
|
Added (empty) Pacman project
Added some x86 assembly opcodes
|
2008-08-20 12:46:08 +00:00 |
|
DarthDie_cp
|
849af0ba77
|
Added Direction and Key enum. Changed player.direction to the direction enum. Changed so when you lose it restarts kernel.
|
2008-08-19 21:48:36 +00:00 |
|
DarthDie_cp
|
9d0f8c53e4
|
Added RemoveChar function to TextScreen.cs.
|
2008-08-19 21:10:25 +00:00 |
|
DarthDie_cp
|
ce1c04fe97
|
Added snake demo.
|
2008-08-19 20:36:45 +00:00 |
|