Steve Checkoway
a6016a9c03
Simplify. Only have a single window creation function.
2006-12-07 10:51:17 +00:00
Steve Checkoway
745fc68b9d
Simplify.
2006-12-07 08:41:54 +00:00
Steve Checkoway
19cee71210
Return values not used.
2006-12-07 08:31:40 +00:00
Steve Checkoway
0c21055858
Nothing returns false.
2006-11-28 17:57:16 +00:00
Glenn Maynard
1e21152174
fix compile
2006-11-02 03:47:02 +00:00
Steve Checkoway
e3e5cf77e5
Don't include Foreach.h in RageUtil.h which does not use it. Instead, include it in the individual files that actually use it.
2006-11-01 11:18:46 +00:00
Jason Felds
3c02509b9e
Well, if VC6 is removed, might as well remove the VC6 #ifs then.
2006-10-19 23:42:40 +00:00
Jason Felds
386bbc23e2
Revert: need to start clean again perhaps.
2006-10-19 04:38:13 +00:00
Jason Felds
332183a78d
Add pragma for warning C4652 under VC8. (Should this be pragmaed for all VC's?)
2006-10-19 04:16:09 +00:00
Glenn Maynard
001a57c2e1
exchange one nonportable API for another, since newer Linux kernels changed their mind
2006-10-18 19:48:20 +00:00
Steve Checkoway
3ef367e613
fix
2006-10-14 21:59:51 +00:00
Steve Checkoway
3e913de2d2
Fix warning coming from system headers. Add a newline in error messages that will likely never be emitted...
2006-10-13 05:11:54 +00:00
Glenn Maynard
90c5d6fe99
move XML loading and saving into XmlFileUtil
...
update
2006-10-02 05:56:11 +00:00
Steve Checkoway
5bda054b50
Fix enum.
2006-09-28 06:28:14 +00:00
Renaud Lepage
d3338b2cc7
windows.h isn't present on xbox
2006-09-19 03:25:55 +00:00
Glenn Maynard
03ce23e9ea
ARRAYLEN
2006-09-18 23:27:09 +00:00
Glenn Maynard
b77024f3bc
include
2006-09-18 22:45:42 +00:00
Glenn Maynard
d7e5ea675f
split windows-specific stuff out of RageUtil
2006-09-18 22:31:29 +00:00
Glenn Maynard
fba01c798c
split directx-specific stuff out of RageUtil
2006-09-18 22:20:54 +00:00
Glenn Maynard
8ad2856209
GetBuf -> GetBuffer
2006-09-18 21:46:39 +00:00
Renaud Lepage
0a872c8c77
Code cleanup.
2006-09-15 15:01:50 +00:00
Renaud Lepage
7f4797e7af
Secondary fix for the PAL and Video values. This is more clean, while as working as the previous commit.
2006-09-15 14:54:43 +00:00
Renaud Lepage
12a7250def
Feature patch: Xbox Crash Handling.
...
Seems that the Xbox had debugger detection routines and a way to have a Debug Break. this patch activates it.
2006-09-15 14:06:27 +00:00
Steve Checkoway
125fccc33c
Simplify. Don't pass the button pressed bool along. This can be derived from the level every time.
2006-09-15 08:31:53 +00:00
Steve Checkoway
a0e54b55e9
Support rotations. I'm not sure what it means to rotate left, right, etc., so I just picked left to be negative values to be left/up and positive values to be right/down.
...
Use make_pair.
2006-09-15 08:04:21 +00:00
Steve Checkoway
6e8d262f8f
Simplify and optimize by building a reverse lookup table the first time it is called.
2006-09-14 07:21:44 +00:00
Steve Checkoway
8612011f08
Add license.
2006-09-13 10:22:37 +00:00
Steve Checkoway
af2bd3b70a
Launching via the Finder includes a single argument that looks like: -psn_0_3801089. there's some mapping between this number and pids but I don't know what off hand (or why it's even used at all). Don't pass it along to our main().
2006-09-13 10:20:25 +00:00
Steve Checkoway
4f83f9b9ae
Cleanup.
2006-09-13 09:57:14 +00:00
Steve Checkoway
e9651a568f
Undef.
2006-09-08 05:40:39 +00:00
Steve Checkoway
c06c8470a3
Fix prototype.
2006-09-08 05:36:29 +00:00
Steve Checkoway
3a34bcad8a
HOOKS is now set.
2006-08-12 22:08:00 +00:00
Jason Felds
9d7f1ef0c0
Adjust pragmas.
2006-08-10 22:06:46 +00:00
Steve Checkoway
8ecb0c6c8d
Fix compile.
2006-08-10 09:34:31 +00:00
Jason Felds
7927af2e37
Adjust warnings, add #define to fix compile.
2006-08-10 04:54:12 +00:00
Steve Checkoway
a001f04f35
Header was only for testing.
2006-08-06 07:26:15 +00:00
Jason Felds
9dc02dd3ab
VC8 #pragma warning disablings. Shouldn't said #pragmas eventually be removed and the true warnings fixed?
2006-08-06 06:47:25 +00:00
Steve Checkoway
a4061b645d
Add a timeout while waiting for the parent to finish clean up or die.
2006-08-06 03:52:46 +00:00
Steve Checkoway
5eb4341786
Add build date and architecture. (Date is already in Windows crash report but architecture isn't and I can't build for windows so someone else can do it if so desired.)
2006-08-05 02:39:58 +00:00
Steve Checkoway
50e35457dc
Cleanup.
2006-08-05 01:48:11 +00:00
Steve Checkoway
cfdb3b9ae1
Simplify. IntValue() already checks that.
2006-08-05 01:37:31 +00:00
Steve Checkoway
13be8ec089
Cleanup.
2006-08-05 01:27:21 +00:00
Steve Checkoway
b95f8b15e7
Unneeded header.
2006-08-05 01:08:45 +00:00
Steve Checkoway
eeb4720b23
Wrong header.
2006-08-05 01:03:36 +00:00
Steve Checkoway
a693421b06
Unused.
2006-07-26 01:46:52 +00:00
Glenn Maynard
b5c16eb9c1
cleanup
2006-07-21 18:45:11 +00:00
Steve Checkoway
a07e194cf1
Revert. Fixes Linux build.
2006-07-18 05:51:37 +00:00
Jason Felds
11cff15f6f
Fix VC8 macro redef warning. (DONE!)
2006-07-18 03:58:34 +00:00
Steve Checkoway
bd7422ef6e
Specialize on aligned loads for sse since misaligned loads are much slower.
2006-07-17 00:42:46 +00:00
Thad Ward
381c7f0b69
VC6 fixes:
...
remove duplicate typedef
add typedefs for new PSDK types
move the disabling of warnings to the top of the file. (4786 was going off
on the templates directly below the new location)
2006-07-14 08:07:06 +00:00