Commit graph

183 commits

Author SHA1 Message Date
Echelon9
9e6090893a Whoops, we can't call DbgPrintf from here. 2012-12-02 01:35:04 +11:00
Echelon9
650c3b62aa PVS-Studio fix: V576 Incorrect format. Consider checking the fifth actual argument of the 'printf' function. The pointer to string of char type symbols is expected. 2012-12-02 01:04:24 +11:00
Echelon9
8701da6aab PVS-Studio fixes: The 'true/false' value is implicitly casted to the integer type. 2012-12-01 02:08:37 +11:00
Echelon9
17060fe300 PVS-Studio fixes: A couple more examples of incorrect arguments to DbgPrintf calls. 2012-12-01 01:39:16 +11:00
Echelon9
eb01746035 PVS-Studio fix: Ensure that when the DbgPrintf macro is expanded that it doesn't interfere with the if() ... else structure. 2012-12-01 01:19:23 +11:00
Echelon9
c19c785e3d More correct implementation of the KDPC structure. 2012-12-01 00:41:01 +11:00
Echelon9
c822939d43 Changes required to allow Debug mode to run on an unmodified Windows XP install, without XInput_9_01.dll 2012-11-30 23:40:54 +11:00
Echelon9
90051f84c7 Fix up the naming of documentation associated with these Input functions. 2012-11-30 23:29:38 +11:00
Echelon9
35480ebff3 More full implement ExQueryNonVolatileSetting() for corner cases. 2012-11-30 23:08:52 +11:00
Echelon9
9c1e5f4756 Add some extra detail to the GetFileAttributes() error checking routine. 2012-11-30 21:17:12 +11:00
Echelon9
80f05683a4 Whoops, little typo in RtlEqualString() 2012-11-28 23:55:35 +11:00
Echelon9
dceb2e84a9 Build out definition of MmCreateKernelStack() 2012-11-28 23:36:57 +11:00
Echelon9
a20bdee44e Fix up IDirect3DSurface8_LockRect and IDirect3DTexture8_LockRect calls for situations where Flags set to NULL. Resolves issued with Halo1 and Turok. 2012-11-27 22:37:27 +11:00
Echelon9
eb9dff4c15 Enable Doxygen based automated code documentation. Recommending that the output from a Doxygen run not be commited, as the benefit of documentation to developers is that it is run on a fresh basis as and when needed. 2012-11-26 20:31:34 +11:00
Echelon9
594b76c11d PVS-Studio fix: The values of different enum types are compared. Simplifying and tightening the sanity check until such time as we support other forms of the NtQueryVolumeInformationFile call. 2012-11-26 02:57:22 +11:00
Echelon9
7229fd11b4 Fix to EmuIDirect3DDevice8_GetScissors() -- was setting x1 and x2 to 0 (top left), rather than x1 and y1. 2012-11-26 02:45:02 +11:00
Echelon9
87fe958000 PVS-Studio fix: The '&' operator is applied to bool type value. You've probably forgotten to include parentheses or intended to use the '&&' operator. 2012-11-26 02:33:24 +11:00
Echelon9
80f9520fe7 PVS-Studio fix: Incorrect format. A different number of actual arguments is expected while calling 'sprintf' function. The EFlags value can be read from the Kernel Debug console. 2012-11-26 02:23:29 +11:00
Echelon9
4967f52691 Ensure the Cxbx Kernel .dll is labelled correctly throughout, taking the opportunity to simplify the Release and Debug branches. Bump version number as well. 2012-11-26 01:44:43 +11:00
Echelon9
3838cbd9f7 Implement Kernel 0x0002 AvSendTVEncoderOption() 2012-11-26 01:31:54 +11:00
Echelon9
9953d82394 Update and split Visual Studio project files by version, support Visual Studio 2010. 2012-11-26 01:20:51 +11:00
Echelon9
adabf0534f git-svn-id: https://cxbx.svn.sourceforge.net/svnroot/cxbx/branches/private/shogun/wip@174 2012-11-25 22:49:51 +11:00
Echelon9
c4c0019c49 As XPP_DEVICE_TYPE contains Reserved[3] it has elements numbered [0-2], so ensure we don't access memory outside the array bounds 2012-10-08 01:13:30 +11:00
Echelon9
3eee111dc3 Fixes to printf() and DbgPrintf() messages 2012-10-08 01:06:57 +11:00
Echelon9
8456b12e65 fprintf() not expecting a class type variable, rather needs an element to resolve the pointer to, in Xbe::DumpInformation() 2012-10-08 00:51:44 +11:00
Echelon9
940832a046 Fix order of precedence for menu item greying out 2012-10-08 00:48:31 +11:00
Echelon9
b5a45dea5d Ensure memset() does not underflow mCertificate.wszTitleName 2012-10-08 00:41:27 +11:00
Echelon9
04e4273be4 Fix ordering of variables reported in CxbxRtlReallocDebug() 2012-10-08 00:38:25 +11:00
Echelon9
0585d12895 Ensure correct error checking in EmuXGSwizzleBox 2012-10-08 00:34:00 +11:00
Echelon9
e40be9e3b7 Fix for end of memory block in CheckIntegrity() 2012-10-08 00:21:20 +11:00
Echelon9
bc7159d251 Update gitattributes (with line ending fixes) 2012-10-07 23:58:52 +11:00
Echelon9
a5f806b292 Correct use of STL container methods
clear() is the verb, empty() is a boolean attribute
2012-10-07 23:54:07 +11:00
shogun3d
b7faa9b078 git-svn-id: https://cxbx.svn.sourceforge.net/svnroot/cxbx/branches/private/shogun/wip@173 587435c2-1f12-0410-b34b-ee784db558a2 2012-01-12 02:54:37 +00:00
shogun3d
1f6d8062e9 Quick fixes for Dashboard.
git-svn-id: https://cxbx.svn.sourceforge.net/svnroot/cxbx/branches/private/shogun/wip@172 587435c2-1f12-0410-b34b-ee784db558a2
2011-11-03 10:17:12 +00:00
shogun3d
398a1c7bcb Xbox Dashboard (3944) is now working okay (not perfect).
git-svn-id: https://cxbx.svn.sourceforge.net/svnroot/cxbx/branches/private/shogun/wip@171 587435c2-1f12-0410-b34b-ee784db558a2
2011-11-03 00:13:00 +00:00
shogun3d
b3e3c592bc Some stuff I completely forgot I did a few months ago...
git-svn-id: https://cxbx.svn.sourceforge.net/svnroot/cxbx/branches/private/shogun/wip@170 587435c2-1f12-0410-b34b-ee784db558a2
2011-09-03 10:04:21 +00:00
shogun3d
a8a6a46f11 Added preliminary native XInput support files and new HLE database files.
git-svn-id: https://cxbx.svn.sourceforge.net/svnroot/cxbx/branches/private/shogun/wip@169 587435c2-1f12-0410-b34b-ee784db558a2
2011-06-18 07:20:17 +00:00
shogun3d
b6c66108e1 Quick update
git-svn-id: https://cxbx.svn.sourceforge.net/svnroot/cxbx/branches/private/shogun/wip@168 587435c2-1f12-0410-b34b-ee784db558a2
2011-06-18 07:15:32 +00:00
shogun3d
2f2cb42066 Added XG for 4432.
git-svn-id: https://cxbx.svn.sourceforge.net/svnroot/cxbx/branches/private/shogun/wip@167 587435c2-1f12-0410-b34b-ee784db558a2
2011-06-15 08:17:53 +00:00
shogun3d
fa7149b8e4 Added XG for 4432.
git-svn-id: https://cxbx.svn.sourceforge.net/svnroot/cxbx/branches/private/shogun/wip@166 587435c2-1f12-0410-b34b-ee784db558a2
2011-06-15 08:17:32 +00:00
shogun3d
ee6588a54f Added XG for 4432.
git-svn-id: https://cxbx.svn.sourceforge.net/svnroot/cxbx/branches/private/shogun/wip@165 587435c2-1f12-0410-b34b-ee784db558a2
2011-06-15 08:17:17 +00:00
shogun3d
16513ec65b Whacked is playable + lots of other random updates!
git-svn-id: https://cxbx.svn.sourceforge.net/svnroot/cxbx/branches/private/shogun/wip@164 587435c2-1f12-0410-b34b-ee784db558a2
2011-06-15 06:56:33 +00:00
shogun3d
3ee34a6d14 Fixed deferred texture state bugs and Panzer works again.
git-svn-id: https://cxbx.svn.sourceforge.net/svnroot/cxbx/branches/private/shogun/wip@163 587435c2-1f12-0410-b34b-ee784db558a2
2010-06-17 07:07:34 +00:00
shogun3d
d97487e9c4 Lots of updates for XDK 4034 and 4134 + random bug fixes.
git-svn-id: https://cxbx.svn.sourceforge.net/svnroot/cxbx/branches/private/shogun/wip@162 587435c2-1f12-0410-b34b-ee784db558a2
2010-04-29 22:34:18 +00:00
shogun3d
7cd9f79f78 Random updates
git-svn-id: https://cxbx.svn.sourceforge.net/svnroot/cxbx/branches/private/shogun/wip@161 587435c2-1f12-0410-b34b-ee784db558a2
2010-04-22 17:53:29 +00:00
shogun3d
179ae19d99 Fixed compile errors in EmuKrnl.cpp
git-svn-id: https://cxbx.svn.sourceforge.net/svnroot/cxbx/branches/private/shogun/wip@160 587435c2-1f12-0410-b34b-ee784db558a2
2010-04-17 17:37:39 +00:00
shogun3d
6798e6fb74 Cleanup time.
git-svn-id: https://cxbx.svn.sourceforge.net/svnroot/cxbx/branches/private/shogun/wip@159 587435c2-1f12-0410-b34b-ee784db558a2
2010-04-17 03:43:32 +00:00
shogun3d
61c4ab69d3 Happy now?
git-svn-id: https://cxbx.svn.sourceforge.net/svnroot/cxbx/branches/private/shogun/wip@158 587435c2-1f12-0410-b34b-ee784db558a2
2010-04-17 03:27:33 +00:00
shogun3d
4aecc3bd41 Happy now?
git-svn-id: https://cxbx.svn.sourceforge.net/svnroot/cxbx/branches/private/shogun/wip@157 587435c2-1f12-0410-b34b-ee784db558a2
2010-04-17 03:24:17 +00:00
shogun3d
2de68ce90f Happy now?
git-svn-id: https://cxbx.svn.sourceforge.net/svnroot/cxbx/branches/private/shogun/wip@156 587435c2-1f12-0410-b34b-ee784db558a2
2010-04-17 03:22:41 +00:00