blah38621_cp
|
4b2bb8a0c9
|
Made a large number of changes in Orvid.Graphics, added an OForms project, and added most of a full window system. Next commit will add a proper taskbar, as well as minimize capability to the system.
|
2011-08-23 16:38:27 +00:00 |
|
Trivalik_cp
|
29914a55a1
|
fix up wrong operand order for 8byte dword substraction
|
2011-08-21 20:15:29 +00:00 |
|
HKS_cp
|
6bd7f593dc
|
Fixed the Sin, Cos and Tan functions so they actually work outside the realm of -90 | +90.
Later I will add the realm outside -90 and +360.
|
2011-08-19 18:19:25 +00:00 |
|
HKS_cp
|
fc6cb9b4ea
|
Added Sin, Cos, Tan and Factorial. Precision 5 digits. Hard fixed untill double is fixed. Can be made more precise later.
|
2011-08-19 00:37:12 +00:00 |
|
blah38621_cp
|
c526f44444
|
Applied patch 10214, which fixes work item 14107. Also reverted IOPortImpl back to the Assembler attribute, as my Inline attribute was causing issues.
|
2011-08-17 16:57:18 +00:00 |
|
kudzu_cp
|
cf1562c94c
|
|
2011-08-17 00:14:02 +00:00 |
|
blah38621_cp
|
814a5f7156
|
Migrated the plug viewer to System.Reflection, also added a TreeView sorter.
|
2011-08-16 21:14:37 +00:00 |
|
blah38621_cp
|
189dcfaed5
|
Some more work on the plug viewer. Cleaned up most of the icons, and enabled error & warning checking.
|
2011-08-16 19:08:53 +00:00 |
|
kudzu_cp
|
b8799236f4
|
|
2011-08-16 15:02:28 +00:00 |
|
blah38621_cp
|
4053338bc6
|
|
2011-08-16 02:47:03 +00:00 |
|
blah38621_cp
|
7e9a4035c3
|
Did a whole lot of work on the plug viewer.
|
2011-08-16 02:46:07 +00:00 |
|
blah38621_cp
|
678d4fbbc9
|
Added an Additive Noise generator to the ImageManipulator class.
|
2011-08-15 00:17:53 +00:00 |
|
blah38621_cp
|
8abea19e48
|
Added float-format dds support, as well as 3Dc, and Ati1n support, not quite sure of the issue with Ati1n, but it should be loading correctly.
|
2011-08-14 22:29:58 +00:00 |
|
kudzu_cp
|
303ec4e2db
|
|
2011-08-14 18:57:50 +00:00 |
|
kudzu_cp
|
ded8c1d56c
|
|
2011-08-14 13:57:59 +00:00 |
|
kudzu_cp
|
440dfc6850
|
|
2011-08-14 13:48:22 +00:00 |
|
kudzu_cp
|
97c3471067
|
|
2011-08-14 13:36:09 +00:00 |
|
kudzu_cp
|
896121ee54
|
|
2011-08-14 13:31:59 +00:00 |
|
blah38621_cp
|
79066d3d62
|
Added (VERY) broken pcx image loading support. Now if I knew what was wrong with it.
|
2011-08-14 01:47:20 +00:00 |
|
blah38621_cp
|
4bd0140c82
|
Switched OPFF to a greyscale version, can't get my B/W/Greyscale version working unfortunately.
|
2011-08-13 22:59:55 +00:00 |
|
Trivalik_cp
|
57a66f7638
|
GDBClient:
OpenFileDialog occure on connect if no path as argument
optimize save,refresh menu items
|
2011-08-12 20:02:35 +00:00 |
|
kudzu_cp
|
da67b059b2
|
|
2011-08-12 02:41:57 +00:00 |
|
kudzu_cp
|
991c3cdd9e
|
|
2011-08-12 02:38:17 +00:00 |
|
kudzu_cp
|
75d0d9e342
|
|
2011-08-12 02:33:58 +00:00 |
|
kudzu_cp
|
3c16ec7714
|
|
2011-08-12 02:20:43 +00:00 |
|
kudzu_cp
|
767d8cd205
|
|
2011-08-12 02:04:43 +00:00 |
|
kudzu_cp
|
a469a39eaf
|
|
2011-08-12 01:54:07 +00:00 |
|
blah38621_cp
|
5bd97bfc89
|
Added a very (very) rudimentary plug viewer.
|
2011-08-12 01:30:48 +00:00 |
|
Trivalik_cp
|
612ef94eb0
|
update gdb to 7.3
add break to Cosmos.Debug.GDB client and update it for current gdb version
|
2011-08-11 23:11:34 +00:00 |
|
blah38621_cp
|
f41a3ae707
|
Orvid.Graphics now supports Dxt1, Dxt2, Dxt3, Dxt4, Dxt5, A1R5G5B5, A4R4G4B4, A8B8G8R8, A8R8G8B8, R5G6B5, R8G8B8, X8B8G8R8, X8R8G8B8, L8, L8A8, A4L4, A8R3G3B2, R3G3B2, X1R5G5B5, X4R4G4B4, A1R10G10B10, and A2B10G10R10 dds image formats.
|
2011-08-11 19:51:29 +00:00 |
|
blah38621_cp
|
8c28a14306
|
More formats supported for dds images, namely, A1R5G5B5, A4R4G4B4, A8B8G8R8, A8R8G8B8, and R8G8B8 formats. I'm having difficulty detecting the R5G6B5 format, so it doesn't currently work. Next up X8B8G8R8, and X8R8G8B8 formats.
|
2011-08-11 01:18:01 +00:00 |
|
blah38621_cp
|
e79e40541d
|
Added support for DXT5 and DXT3 compression in dds images.
|
2011-08-10 20:43:18 +00:00 |
|
blah38621_cp
|
145720769f
|
Got basic Dds image loading working, only Dxt1 compression is supported at the moment, but the others are in the process of getting working
|
2011-08-10 02:50:13 +00:00 |
|
blah38621_cp
|
6f148128ea
|
Added what would be dds image support, if I could figure out the issue with the loader.
|
2011-08-10 01:17:01 +00:00 |
|
blah38621_cp
|
b699f3c4d6
|
Added support for Pbm, Pgm, and Ppm image formats. Also added a method in ImageManipulator to switch the Red and Blue values in an image, to work around an issue in the Lib being used for Pbm, Pgm, and Ppm image support. Call it on the Ppm image you've loaded before using it.
|
2011-08-09 23:16:09 +00:00 |
|
blah38621_cp
|
7032cafe51
|
Xpm Image support added.
|
2011-08-09 22:08:01 +00:00 |
|
blah38621_cp
|
ce56e1cb55
|
Got Tga image writing working. Currently all supported formats are Read & Write except for Tiff, which is giving me difficulties. Xpm image support is probably next.
|
2011-08-09 20:36:21 +00:00 |
|
blah38621_cp
|
87c837658d
|
Gif image support added.
|
2011-08-08 19:55:53 +00:00 |
|
blah38621_cp
|
cf6f10943c
|
Added Tga Loading support, as well as Hq2x, Hq3x, and Hq4x Image resizing support.
|
2011-08-08 00:56:02 +00:00 |
|
kudzu_cp
|
3692ee529d
|
|
2011-08-07 21:29:04 +00:00 |
|
blah38621_cp
|
33579746bb
|
Added Tiff, Bmp, and Png support to Orvid.Graphics, also added a Testbed for Image loading, and for Image manipulation.
|
2011-08-07 00:01:40 +00:00 |
|
blah38621_cp
|
595ccd8865
|
Enabled Jpeg support.
|
2011-08-05 03:17:10 +00:00 |
|
blah38621_cp
|
2b63ba4859
|
Woops, left an extra file in the Orvid.Compression project, that's now removed.
|
2011-08-05 02:56:56 +00:00 |
|
blah38621_cp
|
5fce44e58b
|
Added support for Vbp images. (A very obscure format :P) As well as added an ImageManipulator class, which is able to resize images, with currently one of 3 different algorithms, Nearest Neighbor, Bi-Linear, and Bi-Cubic. Support for more algorithms will be added in the future, same goes for image formats.
|
2011-08-05 02:55:53 +00:00 |
|
blah38621_cp
|
d18c712566
|
Added Deflate and GZip streams support to Orvid.Compression.
|
2011-08-04 02:20:38 +00:00 |
|
blah38621_cp
|
9d52d175e0
|
Added the support for the first of many image formats Orvid.Graphics will eventually be able to handle. The format is custom, and is very plain. The file essentially contains the height, and width of the image, then the pixels of the image in rgba succession. (each component is a byte) Finally, the bytes that this produces are compressed using LZMA compression, producing a very basic, but usable format. Next will be an animated version, as well as support for animated images in the library.
|
2011-08-01 02:19:23 +00:00 |
|
blah38621_cp
|
00d5ff7d60
|
Woops, forgot to add them to the project file as well.
|
2011-07-31 00:37:27 +00:00 |
|
blah38621_cp
|
7631959418
|
Added a couple of missing files, ShapedImage will be the next thing I'm working on, after I do a bit of work on OPFF, to enable much better image storage, as well as a few optimizations for memory usage.
|
2011-07-31 00:14:11 +00:00 |
|
blah38621_cp
|
5a50c2b4e9
|
Made a small optimization to the memory usage of the TTF2OPFF converter.
|
2011-07-29 03:19:19 +00:00 |
|
blah38621_cp
|
35990b8017
|
Updated the TimesNewRoman.opff file to a working version.
|
2011-07-29 03:18:45 +00:00 |
|
blah38621_cp
|
4d584f45f1
|
Re-Enabled Multi-Style support in the TTF2OPFF Converter.
With this update, OPFF is fully functional.
|
2011-07-29 03:07:05 +00:00 |
|
blah38621_cp
|
52348e5db3
|
Added AntiAlias, and HalveSize methods in Orvid.Graphics.Image, as well as fixed compression support in OPFF, and re-enabled multi-style support in OPFF as well.
|
2011-07-29 03:05:55 +00:00 |
|
blah38621_cp
|
9ae99ab315
|
|
2011-07-29 01:46:33 +00:00 |
|
blah38621_cp
|
2438db2c32
|
OPFF now works correctly. Next up, Anti-Aliasing for it.
|
2011-07-29 01:46:17 +00:00 |
|
blah38621_cp
|
3622be3226
|
Part of the previous commit.
|
2011-07-29 00:44:35 +00:00 |
|
blah38621_cp
|
4cfa76401c
|
Got OPFF much closer to working. Just have to figure out why it's stretching vertically.
|
2011-07-29 00:43:48 +00:00 |
|
blah38621_cp
|
7cf00fce9d
|
Added the possibility to select whether or not you want the output OPFF to be compressed or not.
|
2011-07-24 02:36:40 +00:00 |
|
blah38621_cp
|
098f903b90
|
Added Lzw compression, (De-compress only), and added a test-bed for my graphics functions.
|
2011-07-24 02:29:45 +00:00 |
|
kudzu_cp
|
7cb23a4b12
|
|
2011-07-22 15:07:18 +00:00 |
|
kudzu_cp
|
4b0b7197e1
|
|
2011-07-22 15:03:02 +00:00 |
|
kudzu_cp
|
ab5523851b
|
|
2011-07-22 14:55:02 +00:00 |
|
kudzu_cp
|
01cb66caab
|
|
2011-07-22 14:49:58 +00:00 |
|
kudzu_cp
|
ae4c857ea3
|
|
2011-07-22 01:25:25 +00:00 |
|
kudzu_cp
|
ee98b2aba4
|
|
2011-07-21 21:22:37 +00:00 |
|
kudzu_cp
|
ea2a4196ce
|
|
2011-07-21 19:17:24 +00:00 |
|
Sentinel209_cp
|
ea1d8f9db1
|
|
2011-07-21 13:23:17 +00:00 |
|
Sentinel209_cp
|
536c11fed9
|
|
2011-07-21 12:24:55 +00:00 |
|
kudzu_cp
|
e96369bf16
|
|
2011-07-21 00:35:04 +00:00 |
|
blah38621_cp
|
17c44aa200
|
Updated my font loader to support compressed font files. Also added a small demo of the difference in size between uncompressed (3mb), and compressed (200kb) of opff files. Still needs testing. (doing now)
|
2011-07-21 00:28:56 +00:00 |
|
blah38621_cp
|
6e35518f17
|
Added compression support to the TTF2OPFF Converter. Default compilation uses LZMA compression (a pure C# version), but can be easily changed to use .Net's built-in DeflateStream, as well as it's GZip stream. My OPFF font reader is the next thing that will be tested.
|
2011-07-20 22:43:43 +00:00 |
|
kudzu_cp
|
e3d408f9f5
|
|
2011-07-20 21:07:02 +00:00 |
|
blah38621_cp
|
e99500790e
|
Added the basic infrastructure to have the opff files be compressed files, however, decided not to make it part of the core specs, due to the fact that the built-in .net compression is horrible, as Times New Roman is only 23kb with the default ZLib compression. (It's 184kb un-compressed) .Net's Deflate stream (same method), compresses it to 50kb.
|
2011-07-20 18:34:54 +00:00 |
|
blah38621_cp
|
371c96edb5
|
Fixed the TTF2OPFF converter.
|
2011-07-20 17:57:50 +00:00 |
|
kudzu_cp
|
6167e246b2
|
|
2011-07-20 15:07:02 +00:00 |
|
kudzu_cp
|
c8fb7d1ac2
|
|
2011-07-20 14:58:47 +00:00 |
|
kudzu_cp
|
c1becc5b05
|
X#
|
2011-07-20 14:47:38 +00:00 |
|
kudzu_cp
|
bc3648d69b
|
X# DataMember.Value (get only, set coming soon)
|
2011-07-20 03:47:55 +00:00 |
|
kudzu_cp
|
d8515b9cc2
|
Address support of new X# DataMembers
|
2011-07-20 03:11:29 +00:00 |
|
kudzu_cp
|
054109b4f1
|
Fixed docking and alignment of asm window.
|
2011-07-20 03:10:46 +00:00 |
|
kudzu_cp
|
4d51935cc9
|
Backed out label changes. They use . again. The # change caused too many issues.
|
2011-07-20 02:39:36 +00:00 |
|
blah38621_cp
|
3c43265327
|
Fixed my mouse file, it now compiles. It's also now un-commented. (Possible future change: Make BaseIOGroups a static class)
|
2011-07-20 00:32:46 +00:00 |
|
kudzu_cp
|
b4a8afcc72
|
X# DataMember.Address
|
2011-07-20 00:03:05 +00:00 |
|
kudzu_cp
|
32e5c353fb
|
Labels use # instead of ., hopefully GDB will like them better.
|
2011-07-19 23:32:55 +00:00 |
|
Sentinel209_cp
|
09dd37f7e5
|
Assembly toolbar - copy button
|
2011-07-19 22:57:29 +00:00 |
|
Trivalik_cp
|
f5fb7ea6ec
|
remove int3 from idt if no source debug activated
|
2011-07-19 20:41:28 +00:00 |
|
kudzu_cp
|
5d7774323c
|
x#
|
2011-07-19 19:45:30 +00:00 |
|
kudzu_cp
|
49017604a0
|
|
2011-07-19 18:44:45 +00:00 |
|
Sentinel209_cp
|
779941428a
|
Assembly toolbar
|
2011-07-19 13:24:28 +00:00 |
|
kudzu_cp
|
b62e670e41
|
|
2011-07-19 05:00:06 +00:00 |
|
kudzu_cp
|
00307f851d
|
X#
|
2011-07-19 04:34:37 +00:00 |
|
kudzu_cp
|
c445b179d0
|
|
2011-07-19 03:44:13 +00:00 |
|
kudzu_cp
|
f3ad4181d8
|
AsmView is broken, working on it.
|
2011-07-19 03:10:42 +00:00 |
|
kudzu_cp
|
657a29d6ad
|
|
2011-07-19 02:06:25 +00:00 |
|
kudzu_cp
|
41fa2deaec
|
|
2011-07-19 01:54:59 +00:00 |
|
Sentinel209_cp
|
a208ab88ba
|
Removed mouse for now.
|
2011-07-19 00:40:03 +00:00 |
|
blah38621_cp
|
13da7a5b1d
|
Formatted and Organized INTs.cs
|
2011-07-18 21:23:44 +00:00 |
|
blah38621_cp
|
c576c8baf9
|
Fixed the formatting of the code in AtaPio
|
2011-07-18 21:00:07 +00:00 |
|
blah38621_cp
|
1e3b6b0b6d
|
Updated the Mouse to pull from the BaseIOGroups class. Also added the mouse to that class.
|
2011-07-18 20:46:54 +00:00 |
|
kudzu_cp
|
914cb71930
|
|
2011-07-18 16:03:50 +00:00 |
|
kudzu_cp
|
95691d9c29
|
|
2011-07-18 14:48:14 +00:00 |
|
Sentinel209_cp
|
d53e14fc9b
|
Assembly ToolWindow Toolbar
|
2011-07-18 13:49:08 +00:00 |
|
kudzu_cp
|
685aaaa6f0
|
|
2011-07-18 06:27:14 +00:00 |
|
kudzu_cp
|
dd0d187338
|
|
2011-07-18 05:09:13 +00:00 |
|
kudzu_cp
|
038fc9ae5b
|
|
2011-07-18 05:05:25 +00:00 |
|
kudzu_cp
|
951e5859fc
|
|
2011-07-18 04:43:07 +00:00 |
|
Astaelan_cp
|
3b92cdf847
|
New debug window icons
|
2011-07-18 04:18:09 +00:00 |
|
kudzu_cp
|
9cf288ec18
|
|
2011-07-18 03:46:20 +00:00 |
|
kudzu_cp
|
be9dbc0f4a
|
|
2011-07-18 03:03:29 +00:00 |
|
kudzu_cp
|
819f8b042d
|
DebugStub
|
2011-07-18 02:48:09 +00:00 |
|
Astaelan_cp
|
1a59282371
|
Updated the icons for the debug windows
|
2011-07-18 02:33:01 +00:00 |
|
kudzu_cp
|
292c5a8d6b
|
DebugStub work
|
2011-07-18 02:13:07 +00:00 |
|
kudzu_cp
|
bcfd0dd94f
|
No asm labels for X#
|
2011-07-18 01:25:43 +00:00 |
|
kudzu_cp
|
812603b385
|
|
2011-07-18 01:09:56 +00:00 |
|
kudzu_cp
|
f2e9fde8fd
|
|
2011-07-18 00:11:13 +00:00 |
|
kudzu_cp
|
bf883e964a
|
|
2011-07-18 00:02:27 +00:00 |
|
kudzu_cp
|
46bb6ac755
|
|
2011-07-17 23:53:00 +00:00 |
|
kudzu_cp
|
3488d1309a
|
|
2011-07-17 23:51:19 +00:00 |
|
kudzu_cp
|
18e2dc46ea
|
|
2011-07-17 23:49:21 +00:00 |
|
kudzu_cp
|
0b30ff1eb6
|
|
2011-07-17 23:47:15 +00:00 |
|
kudzu_cp
|
f5e3467d19
|
|
2011-07-17 23:46:48 +00:00 |
|
kudzu_cp
|
dda6edb56d
|
|
2011-07-17 21:34:17 +00:00 |
|
kudzu_cp
|
24d5da7997
|
|
2011-07-17 21:20:38 +00:00 |
|
kudzu_cp
|
03ca5d14b7
|
|
2011-07-17 21:03:43 +00:00 |
|
kudzu_cp
|
a44974cb55
|
iret option for X#
|
2011-07-17 20:19:23 +00:00 |
|
kudzu_cp
|
a59a0b8194
|
PreserveStack option to XSharp attribute.
|
2011-07-17 20:07:25 +00:00 |
|
kudzu_cp
|
79c7f30ac3
|
|
2011-07-17 19:53:08 +00:00 |
|
kudzu_cp
|
ef031a2039
|
|
2011-07-17 19:44:26 +00:00 |
|
kudzu_cp
|
b543ab5ee9
|
|
2011-07-17 19:17:48 +00:00 |
|
kudzu_cp
|
677a5234d4
|
|
2011-07-17 19:05:39 +00:00 |
|
kudzu_cp
|
1dfff2cdf8
|
DebugStub
|
2011-07-17 18:54:10 +00:00 |
|
kudzu_cp
|
1719fb1802
|
DebugStub - working on elminating DebugStubOld
|
2011-07-17 18:46:39 +00:00 |
|
kudzu_cp
|
5d9254318d
|
X# DataMember work
|
2011-07-17 17:03:35 +00:00 |
|
kudzu_cp
|
801a8a69a3
|
|
2011-07-17 16:09:21 +00:00 |
|
kudzu_cp
|
a7e3f9549f
|
|
2011-07-17 05:01:35 +00:00 |
|
kudzu_cp
|
bfa405335d
|
X# work.
|
2011-07-17 05:01:14 +00:00 |
|
kudzu_cp
|
b74dd21e3c
|
X# DataMember implicit declarations
|
2011-07-17 04:27:51 +00:00 |
|
kudzu_cp
|
79dd1eae4e
|
|
2011-07-17 03:08:55 +00:00 |
|
kudzu_cp
|
ad4a2245f8
|
|
2011-07-17 03:02:35 +00:00 |
|
kudzu_cp
|
92d07326d2
|
|
2011-07-17 02:55:57 +00:00 |
|
kudzu_cp
|
c537afe195
|
DebugStub optimizations.
|
2011-07-17 02:24:12 +00:00 |
|
kudzu_cp
|
c4126c8d23
|
|
2011-07-17 01:46:43 +00:00 |
|
kudzu_cp
|
35089c88e9
|
|
2011-07-17 01:27:14 +00:00 |
|
Sentinel209_cp
|
254c594af5
|
|
2011-07-16 22:36:19 +00:00 |
|
kudzu_cp
|
eb5146e8eb
|
|
2011-07-16 20:51:03 +00:00 |
|
kudzu_cp
|
c5b64267e4
|
|
2011-07-16 20:31:56 +00:00 |
|
kudzu_cp
|
24ca990ae1
|
Asm labelling for stepping.
|
2011-07-16 20:19:57 +00:00 |
|
blah38621_cp
|
860757c149
|
Making my code compilable.
|
2011-07-16 17:38:50 +00:00 |
|
Sentinel209_cp
|
a5cf879b0c
|
Fixed F10 stepping.
|
2011-07-16 17:33:30 +00:00 |
|
kudzu_cp
|
c68c0104d5
|
|
2011-07-16 16:38:26 +00:00 |
|
kudzu_cp
|
4c8740d57b
|
CPDB changes.
|
2011-07-16 04:10:10 +00:00 |
|
Sentinel209_cp
|
530472e7cf
|
Added Show All button for debug windows.
|
2011-07-16 03:16:34 +00:00 |
|
Sentinel209_cp
|
1ba5a43c79
|
|
2011-07-15 23:54:23 +00:00 |
|
kudzu_cp
|
b29250ca9c
|
Removed unused field from cpdb.
|
2011-07-15 17:05:46 +00:00 |
|
kudzu_cp
|
491abfe0e5
|
CPDB work
|
2011-07-15 16:48:15 +00:00 |
|
kudzu_cp
|
12ae3a9b60
|
DebugStub now uses Int3.
|
2011-07-15 03:43:33 +00:00 |
|
kudzu_cp
|
008bd31e4e
|
IDT
|
2011-07-14 20:22:46 +00:00 |
|
kudzu_cp
|
5d145c351a
|
IDT
|
2011-07-14 19:57:39 +00:00 |
|
kudzu_cp
|
05dcef2f88
|
IDT
|
2011-07-14 19:42:33 +00:00 |
|
kudzu_cp
|
e025f29841
|
|
2011-07-14 14:57:39 +00:00 |
|
kudzu_cp
|
aae5b4aade
|
IDT work
|
2011-07-14 14:57:12 +00:00 |
|
Trivalik_cp
|
2e866fb3ae
|
fix stack of 64bit divisions for small divisor
|
2011-07-14 11:52:44 +00:00 |
|
kudzu_cp
|
1243533aaa
|
Minor preliminary IDT changes.
|
2011-07-14 02:49:06 +00:00 |
|
kudzu_cp
|
3c6f36e6e8
|
Final GDT changes. GDT is now initlized in the proper place, much earlier in the boot process.
|
2011-07-14 00:46:46 +00:00 |
|
kudzu_cp
|
7d62cc9168
|
GDT rework complete. Still need to decouple it from C# and move it earlier in boot process.
|
2011-07-13 23:45:33 +00:00 |
|
kudzu_cp
|
17691a1c53
|
|
2011-07-13 20:53:20 +00:00 |
|
kudzu_cp
|
967ca09a2c
|
GDT work
|
2011-07-13 05:05:35 +00:00 |
|
Sentinel209_cp
|
beb587aea0
|
Added delayed updating of custom tool windows i fthey werent open when the breakpoint was hit.
|
2011-07-13 00:54:44 +00:00 |
|
kudzu_cp
|
33a2cfb8bb
|
|
2011-07-12 04:08:36 +00:00 |
|
kudzu_cp
|
1f077372b5
|
MemoryViewUC
|
2011-07-12 03:16:39 +00:00 |
|
kudzu_cp
|
015a0bcceb
|
|
2011-07-12 01:49:08 +00:00 |
|
kudzu_cp
|
4d98fc9c37
|
|
2011-07-12 00:24:15 +00:00 |
|
kudzu_cp
|
dfac280761
|
|
2011-07-11 06:32:29 +00:00 |
|
kudzu_cp
|
b2b11c5b8c
|
|
2011-07-11 05:54:47 +00:00 |
|
kudzu_cp
|
07346828dd
|
Fixed newobj for valuetypes. Will fix stfld next (They were both broken and affecting nullable types and other structs when stored in fields)
|
2011-07-11 04:55:40 +00:00 |
|
kudzu_cp
|
dea9bfb587
|
|
2011-07-11 01:42:13 +00:00 |
|
Sentinel209_cp
|
b8b6100333
|
|
2011-07-10 23:50:25 +00:00 |
|
kudzu_cp
|
0b11131e95
|
|
2011-07-10 20:37:51 +00:00 |
|
kudzu_cp
|
299170dd73
|
Removed old EBP from frame view.
|
2011-07-10 20:34:38 +00:00 |
|
kudzu_cp
|
061515aaa3
|
|
2011-07-10 07:22:49 +00:00 |
|
kudzu_cp
|
9e75d4a66b
|
|
2011-07-10 07:22:35 +00:00 |
|
kudzu_cp
|
ffb21b218d
|
|
2011-07-10 05:59:37 +00:00 |
|
kudzu_cp
|
6b5100001e
|
|
2011-07-10 04:32:40 +00:00 |
|
kudzu_cp
|
1415a8529f
|
Register window improvement
|
2011-07-10 04:08:45 +00:00 |
|
kudzu_cp
|
9c06dedd71
|
Increased responsiveness of timer, and made the queue threadsafe.
|
2011-07-10 03:37:31 +00:00 |
|
kudzu_cp
|
178a91974d
|
Changes to IL op comment emissions in .asm file.
|
2011-07-10 02:39:21 +00:00 |
|
kudzu_cp
|
a37d618225
|
|
2011-07-10 01:23:07 +00:00 |
|
kudzu_cp
|
d418b48327
|
|
2011-07-10 01:15:07 +00:00 |
|
kudzu_cp
|
6ab4f37a45
|
|
2011-07-10 00:48:36 +00:00 |
|
kudzu_cp
|
91b7b3848f
|
Fixed SendStack bug in DS.
|
2011-07-10 00:04:42 +00:00 |
|
kudzu_cp
|
c5a4551056
|
|
2011-07-09 23:07:31 +00:00 |
|
kudzu_cp
|
899136972a
|
|
2011-07-09 23:06:47 +00:00 |
|
kudzu_cp
|
588854c93b
|
an error occrus if the assembly window isnt open ebfore I hit a bp.. same for frame window. mUC is null. I put if statemetns for now, but we still need to shadow update in case user shows window after
|
2011-07-09 22:59:54 +00:00 |
|
kudzu_cp
|
b1e593bb60
|
|
2011-07-09 22:00:12 +00:00 |
|
kudzu_cp
|
cfb4e0a35f
|
|
2011-07-09 21:55:46 +00:00 |
|
kudzu_cp
|
792b43516b
|
|
2011-07-09 19:48:50 +00:00 |
|
kudzu_cp
|
877ed9eb2e
|
SendStack asm
|
2011-07-09 19:43:05 +00:00 |
|
kudzu_cp
|
1a4add2253
|
Asm formatting complete.
|
2011-07-09 18:55:11 +00:00 |
|
kudzu_cp
|
a24f4b37c0
|
Phase 1 of asm code formatting.
|
2011-07-09 18:35:07 +00:00 |
|
Sentinel209_cp
|
3a7f0b64a6
|
|
2011-07-09 18:17:09 +00:00 |
|
kudzu_cp
|
4f6e70f9a0
|
PID fix for pipe in Asm Debugger
|
2011-07-09 17:52:52 +00:00 |
|
kudzu_cp
|
edfd4336eb
|
|
2011-07-09 15:57:18 +00:00 |
|
kudzu_cp
|
777fa09958
|
Fix for stepping and asm debuger, but now something is broken...
|
2011-07-09 15:54:37 +00:00 |
|
kudzu_cp
|
e6c52ca477
|
|
2011-07-09 15:49:11 +00:00 |
|
kudzu_cp
|
16c842bdca
|
Pipe now compat with mult instances of VS.
|
2011-07-09 15:44:59 +00:00 |
|
kudzu_cp
|
512cf1259c
|
|
2011-07-09 15:26:00 +00:00 |
|
kudzu_cp
|
cf180dfe6d
|
Removed "Original" from some ASM labels, it was inconsistent.
|
2011-07-09 15:20:03 +00:00 |
|
Sentinel209_cp
|
2ced101df0
|
|
2011-07-09 07:45:37 +00:00 |
|
Sentinel209_cp
|
93ce04b7e2
|
|
2011-07-09 07:45:07 +00:00 |
|
Sentinel209_cp
|
70429b0864
|
|
2011-07-09 07:10:00 +00:00 |
|
kudzu_cp
|
7aaa4d2dd8
|
|
2011-07-09 05:38:12 +00:00 |
|
Sentinel209_cp
|
a60737664d
|
|
2011-07-09 05:36:53 +00:00 |
|
kudzu_cp
|
fa1ff764c3
|
DebugOriginalESP
|
2011-07-09 05:18:50 +00:00 |
|
Sentinel209_cp
|
58c115c7f7
|
|
2011-07-09 05:07:59 +00:00 |
|
Sentinel209_cp
|
ee93ce5100
|
|
2011-07-09 04:47:14 +00:00 |
|
Sentinel209_cp
|
943d0b17aa
|
|
2011-07-09 04:40:35 +00:00 |
|
Sentinel209_cp
|
8eadfdba16
|
|
2011-07-09 04:30:46 +00:00 |
|
Sentinel209_cp
|
fc2314399c
|
|
2011-07-09 04:23:50 +00:00 |
|
Sentinel209_cp
|
ff46012613
|
Removed old project and formatted frame text.
|
2011-07-09 04:01:24 +00:00 |
|
Sentinel209_cp
|
cd66f972b8
|
|
2011-07-09 03:00:06 +00:00 |
|
Sentinel209_cp
|
e707d5117b
|
|
2011-07-09 02:51:34 +00:00 |
|
Sentinel209_cp
|
3d19f26d2c
|
|
2011-07-09 02:31:25 +00:00 |
|
Sentinel209_cp
|
c5b946cbcf
|
Frame and Stack debugger integration.
|
2011-07-09 02:10:53 +00:00 |
|
HKS_cp
|
d8cb4d7709
|
Added Mouse.cs to Cosmos.Hardware
|
2011-07-05 11:49:02 +00:00 |
|
HKS_cp
|
a7323e08e3
|
Unmasked mouse interrupt
|
2011-07-05 11:40:19 +00:00 |
|
Sentinel209_cp
|
0b7916a4bb
|
|
2011-07-05 06:11:26 +00:00 |
|
Sentinel209_cp
|
c0e6f255b4
|
|
2011-07-05 00:16:35 +00:00 |
|
Sentinel209_cp
|
bc3531bebb
|
|
2011-07-04 23:42:49 +00:00 |
|
Sentinel209_cp
|
731a1a00ac
|
|
2011-07-04 23:32:48 +00:00 |
|
kudzu_cp
|
90ea10b362
|
|
2011-07-04 16:59:09 +00:00 |
|
kudzu_cp
|
905494c104
|
|
2011-07-04 16:58:32 +00:00 |
|
kudzu_cp
|
307969ee1b
|
|
2011-07-04 16:55:43 +00:00 |
|
kudzu_cp
|
5424ee8579
|
|
2011-07-04 16:54:07 +00:00 |
|
kudzu_cp
|
a55e1b42a7
|
|
2011-07-04 16:52:44 +00:00 |
|
Sentinel209_cp
|
2cb1495102
|
|
2011-07-04 05:38:26 +00:00 |
|
Sentinel209_cp
|
26ccafd818
|
|
2011-07-04 05:09:05 +00:00 |
|
Sentinel209_cp
|
286f434478
|
|
2011-07-04 04:51:35 +00:00 |
|
Sentinel209_cp
|
69794d5f9c
|
|
2011-07-04 04:44:54 +00:00 |
|
Sentinel209_cp
|
a0f185e7ca
|
Hooked up custom debug windows.
|
2011-07-04 04:42:57 +00:00 |
|
Sentinel209_cp
|
2c42c3f6f8
|
|
2011-07-02 23:26:16 +00:00 |
|
Sentinel209_cp
|
8df06b9c92
|
|
2011-07-01 02:49:35 +00:00 |
|
Sentinel209_cp
|
2449c9f58a
|
Added Stack Window to VS.
|
2011-07-01 02:10:22 +00:00 |
|
Sentinel209_cp
|
ca900038c6
|
|
2011-06-30 13:48:06 +00:00 |
|
Sentinel209_cp
|
c87bc4ad05
|
|
2011-06-30 01:59:16 +00:00 |
|
Sentinel209_cp
|
30da530345
|
|
2011-06-29 23:37:53 +00:00 |
|
Sentinel209_cp
|
72b8f9ea74
|
|
2011-06-28 02:05:24 +00:00 |
|
Sentinel209_cp
|
43c881d703
|
|
2011-06-27 19:57:48 +00:00 |
|
kudzu_cp
|
46ce6d7543
|
|
2011-06-27 04:11:39 +00:00 |
|
kudzu_cp
|
7169d633b6
|
|
2011-06-27 02:19:30 +00:00 |
|
kudzu_cp
|
be23e53368
|
UI changes to register display.
|
2011-06-27 01:48:52 +00:00 |
|
kudzu_cp
|
a019cb3d9b
|
EIP support.
|
2011-06-27 01:35:49 +00:00 |
|
kudzu_cp
|
a11cb146ce
|
Register bytes were swapped. Also made some UI fixes.
|
2011-06-27 01:13:15 +00:00 |
|
kudzu_cp
|
be8e244c81
|
Removed warning.
|
2011-06-27 00:39:47 +00:00 |
|
kudzu_cp
|
91fa20d974
|
|
2011-06-27 00:34:29 +00:00 |
|
kudzu_cp
|
e8a28079b7
|
|
2011-06-26 23:45:48 +00:00 |
|
kudzu_cp
|
b9d8cad092
|
|
2011-06-26 23:32:55 +00:00 |
|
kudzu_cp
|
795c01d197
|
|
2011-06-26 23:23:50 +00:00 |
|
kudzu_cp
|
54abcb5266
|
|
2011-06-26 23:15:50 +00:00 |
|
kudzu_cp
|
2e469b4af0
|
|
2011-06-26 23:08:32 +00:00 |
|
kudzu_cp
|
fa8c6a64bb
|
Added max length check to Debug data.
|
2011-06-26 22:25:18 +00:00 |
|
kudzu_cp
|
6e0260656d
|
|
2011-06-26 22:13:35 +00:00 |
|
kudzu_cp
|
7653d9c4d5
|
|
2011-06-26 21:26:22 +00:00 |
|
kudzu_cp
|
204f056f6c
|
|
2011-06-26 21:10:48 +00:00 |
|
kudzu_cp
|
0612078239
|
|
2011-06-26 21:04:44 +00:00 |
|
kudzu_cp
|
d19d4c6ee8
|
|
2011-06-26 20:36:27 +00:00 |
|
kudzu_cp
|
14484980a9
|
|
2011-06-26 20:17:14 +00:00 |
|
kudzu_cp
|
ecf8ba0ff0
|
|
2011-06-26 20:03:39 +00:00 |
|
kudzu_cp
|
09c64ce263
|
|
2011-06-26 19:26:25 +00:00 |
|
kudzu_cp
|
eb927fc11a
|
|
2011-06-26 19:20:56 +00:00 |
|
Trivalik_cp
|
c256253671
|
fix sign for normal div CIL
|
2011-06-26 18:44:25 +00:00 |
|
kudzu_cp
|
6a27844ce7
|
|
2011-06-26 17:11:38 +00:00 |
|
kudzu_cp
|
1ed87553fb
|
|
2011-06-26 17:00:26 +00:00 |
|
kudzu_cp
|
815b85d0cc
|
|
2011-06-26 16:27:53 +00:00 |
|
kudzu_cp
|
714357395f
|
|
2011-06-26 15:43:06 +00:00 |
|
kudzu_cp
|
ead9c656a2
|
|
2011-06-26 14:38:49 +00:00 |
|
kudzu_cp
|
dfbaa84f38
|
Removed test code.
|
2011-06-26 14:14:43 +00:00 |
|
Trivalik_cp
|
a245b52eea
|
fix div for ulong, so that kudzu tests works all now
|
2011-06-26 11:48:51 +00:00 |
|
kudzu_cp
|
39d7b7dbdf
|
|
2011-06-26 04:45:55 +00:00 |
|
kudzu_cp
|
e25941b688
|
|
2011-06-26 04:06:01 +00:00 |
|
kudzu_cp
|
e53186f120
|
|
2011-06-26 03:51:56 +00:00 |
|
kudzu_cp
|
9a599b7014
|
|
2011-06-26 03:38:55 +00:00 |
|
kudzu_cp
|
4fdea31135
|
|
2011-06-26 03:38:20 +00:00 |
|
Sentinel209_cp
|
eb1040bcbb
|
|
2011-06-26 03:18:53 +00:00 |
|
Sentinel209_cp
|
332e61ffe3
|
|
2011-06-26 03:08:36 +00:00 |
|
kudzu_cp
|
303c09e0a3
|
Temp removed Orvid's projects from the build config as they have errors. They still exist in the SLN.
|
2011-06-26 02:00:19 +00:00 |
|
Sentinel209_cp
|
8da068261a
|
|
2011-06-26 01:33:46 +00:00 |
|
Sentinel209_cp
|
564ad17686
|
|
2011-06-25 21:13:16 +00:00 |
|
Trivalik_cp
|
28321c8e50
|
add add_ovf, add_ovf_un, overflow throws an exception which currently is not working, but message on console is working
add JECXE,JECXE ( not used yet )
|
2011-06-25 20:58:56 +00:00 |
|
Sentinel209_cp
|
657d8d9eb1
|
Framework for sending assembly for current breakpoint to the debugger.
|
2011-06-25 20:46:04 +00:00 |
|
Trivalik_cp
|
7cc4009510
|
fix GDB Debugger use in paths with whitespaces in it
|
2011-06-25 20:32:47 +00:00 |
|
kudzu_cp
|
0e397d3f49
|
|
2011-06-25 18:44:51 +00:00 |
|
Trivalik_cp
|
d06894cf16
|
fix 64-bit mul tested with ulong
|
2011-06-23 19:38:55 +00:00 |
|
blah38621_cp
|
8f56abe4b0
|
Did some major work in Orvid.Graphics, which will eventually allow it to support 32-bit color. Previously it only supported 8-bit color. Because of this change, any code you have using Orvid.Graphics will no longer work. You will have to refactor your code for the new color system.
|
2011-06-23 19:27:52 +00:00 |
|
Trivalik_cp
|
8b424ca50d
|
enable error log for basetooltask
optimize nasm.cs
|
2011-06-23 18:22:01 +00:00 |
|
blah38621_cp
|
e76909e4f5
|
Added a File to Byte Array converter to the tools section.
|
2011-06-23 17:27:01 +00:00 |
|
blah38621_cp
|
3128ad7b9d
|
Moved TTF to OPFF converter to a new Tools folder, as well as made it's output valid. It previously was writing that the style of every character was 128, which doesn't exist. Also moved TimesNewRoman.opff to my OtherStuff folder.
|
2011-06-23 16:37:45 +00:00 |
|
blah38621_cp
|
e8882cba14
|
|
2011-06-23 01:30:57 +00:00 |
|
blah38621_cp
|
97e20f3a8f
|
TTF to OPFF converter in under 200 lines? Preposterous, but true.
|
2011-06-23 01:22:44 +00:00 |
|
mscoolnerd_cp
|
803bdaacff
|
Commented out comparison of decimals
|
2011-06-20 00:52:36 +00:00 |
|
kudzu_cp
|
93850f307f
|
|
2011-06-19 23:56:56 +00:00 |
|
kudzu_cp
|
33909617fb
|
|
2011-06-19 23:36:00 +00:00 |
|