Glenn Maynard
|
27790e1ccf
|
simplify
|
2005-04-23 22:58:26 +00:00 |
|
Glenn Maynard
|
58bfa13cc8
|
cosmetic
|
2005-04-23 22:53:26 +00:00 |
|
Glenn Maynard
|
7f91d30efc
|
cleanup, static
|
2005-04-23 22:50:36 +00:00 |
|
Steve Checkoway
|
c9c9e5dbeb
|
When I say to commit the changes, I really mean commit them. *grumble grumble*
|
2005-04-10 23:22:14 +00:00 |
|
Steve Checkoway
|
e9867a80b4
|
Don't assume that all files are c++. Remove the unnecessary objective-c++.
|
2005-04-10 23:16:12 +00:00 |
|
Ben Anderson
|
80d6e78069
|
Code cleanups I keep forgetting to commit...
|
2005-03-26 16:39:53 +00:00 |
|
Ted Percival
|
93120e9c9e
|
initialise finalMask to zero (was uninitialised)
|
2005-03-25 03:09:06 +00:00 |
|
Ben Anderson
|
96d6cdd9cc
|
XSync can and often does cause events e.g. input events to be dropped, don't do it.
|
2005-03-17 02:12:57 +00:00 |
|
Chris Danford
|
65e2148bc4
|
has FFMPEG
|
2005-03-16 03:09:42 +00:00 |
|
Ben Anderson
|
78b742a7da
|
X True, not C++ true
|
2005-03-16 02:40:12 +00:00 |
|
Ben Anderson
|
42bcdcab4b
|
Forgot something...
|
2005-03-16 02:37:02 +00:00 |
|
Ben Anderson
|
18296126df
|
Do things a little closer to the way SDL does them (but not much), magical hack that fixes performance issues for X11 on some (all?) systems, use variables instead of functions for Dpy and Win in X11Helper, a couple formatting tweaks.
|
2005-03-16 02:23:07 +00:00 |
|
Ben Anderson
|
bd331e4d0b
|
Apparently a semicolon is supposed to be there (odd, it compiled on GCC 3.4 without one...)
|
2005-03-14 12:18:28 +00:00 |
|
Ben Anderson
|
a95cb42339
|
Reserve a whole 1k for that error message. They're more descriptive (read: long) than I thought
|
2005-03-14 00:00:29 +00:00 |
|
Ben Anderson
|
c58fefcfff
|
Catch and log X11 protocol errors; they might be useful in debugging.
|
2005-03-13 23:50:12 +00:00 |
|
Ben Anderson
|
634e0a5b28
|
I should've done this a little differently (intuitively). Good catch, Glenn.
|
2005-03-13 22:08:55 +00:00 |
|
Ben Anderson
|
68799a8820
|
Use iterators, etc. properly. It's painfully obvious I don't code C++ much.
|
2005-03-13 21:08:52 +00:00 |
|
Ben Anderson
|
c70d8cdb86
|
Whoops, forgot an initializer, and forgot to destroy the old window...
|
2005-03-13 18:53:07 +00:00 |
|
Ben Anderson
|
62c0288f66
|
Design change -- the callback system is unnecssary, all InputHandler_X11 needs to do is unmask events, which is already available through OpenMask(). Also, a few idle formatting tweaks.
|
2005-03-13 17:54:13 +00:00 |
|
Ben Anderson
|
d466d31196
|
Fix one or two mistakes; allow mask setting even if no winow has been created yet.
|
2005-03-13 16:00:38 +00:00 |
|
Ben Anderson
|
a0b45c084d
|
Added parts related to event mask. Should be feature complete and the header more or less finalized now, but who knows if it as much as compiles, leave alone runs or works...
|
2005-03-13 05:32:16 +00:00 |
|
Ben Anderson
|
cea5074135
|
Initial (INCOMPLETE!) X11 helper for the upcoming InputHandler_Xlib and LowLevelWindow_Xlib. I should finish this in the next week.
|
2005-03-13 04:02:37 +00:00 |
|
Glenn Maynard
|
1ffe2f4b89
|
make g_hWndMain local to GraphicsWindow
|
2005-02-07 09:16:48 +00:00 |
|
Glenn Maynard
|
7ccda6012d
|
use GraphicsWindow::GetHwnd
|
2005-02-07 09:16:00 +00:00 |
|
Glenn Maynard
|
28241e30aa
|
add GraphicsWindow::GetHwnd
|
2005-02-07 09:09:29 +00:00 |
|
Steve Checkoway
|
a5e477e3d0
|
Simplify crash reporting on OS X.
|
2005-02-06 10:14:10 +00:00 |
|
Glenn Maynard
|
bc9c3d1af9
|
This call is only in Win2k, VC6 is having trouble finding it, and I can't
seem to find the prototype (even in VC7--despite the fact that it does have
one), and it's not important enough to spend more time on right now ...
|
2005-01-24 00:27:04 +00:00 |
|
Glenn Maynard
|
1520875656
|
log processes that we lose focus to, to aid debugging of "stepmania loses
focus" bug reports
|
2005-01-23 01:22:14 +00:00 |
|
Glenn Maynard
|
59d54004f5
|
add GetProcessFileName
|
2005-01-23 01:16:40 +00:00 |
|
Steve Checkoway
|
2dec84b23f
|
Fix compile on OS X.
|
2005-01-22 04:44:33 +00:00 |
|
Glenn Maynard
|
fafdaedf0c
|
InstallExceptionHandler
|
2004-12-01 02:45:14 +00:00 |
|
Glenn Maynard
|
ce1c9d35ed
|
parameter
|
2004-11-30 21:44:22 +00:00 |
|
Glenn Maynard
|
5e2abe41aa
|
stubs
|
2004-11-30 21:42:04 +00:00 |
|
Ryan Dortmans
|
c64819ec85
|
Remove SDL references. Clean up.
|
2004-11-30 02:29:49 +00:00 |
|
Ryan Dortmans
|
01c4b7a0f8
|
No longer needed; platform independent version implemented
|
2004-11-26 23:35:10 +00:00 |
|
Ryan Dortmans
|
c0b104fc41
|
Don't allow a decommitted page to be swapped back in more than once
|
2004-11-20 04:42:34 +00:00 |
|
Ryan Dortmans
|
c70542c031
|
Make threadsafe
|
2004-11-20 01:43:20 +00:00 |
|
Ryan Dortmans
|
72a7b12469
|
Fix exception handling
|
2004-11-18 09:07:46 +00:00 |
|
Glenn Maynard
|
aef954a91b
|
disable broken warning
|
2004-11-08 07:08:02 +00:00 |
|
Glenn Maynard
|
2fc38be71c
|
_WIN32_WINNT
|
2004-11-08 05:54:39 +00:00 |
|
Ryan Dortmans
|
4fb20257b8
|
Allow virtual memory and paging on the Xbox
|
2004-11-08 02:35:14 +00:00 |
|
Glenn Maynard
|
c9596b9002
|
increase MAX_FNAMBUF
|
2004-11-07 22:42:07 +00:00 |
|
Glenn Maynard
|
48fda990cd
|
update
|
2004-10-27 19:52:51 +00:00 |
|
Ryan Dortmans
|
0e3fe5d6cc
|
Allow keyboard input using Xbox pad
|
2004-10-25 12:40:05 +00:00 |
|
Glenn Maynard
|
f9bcb3c78b
|
fix 64-bit address output
|
2004-10-22 22:42:28 +00:00 |
|
Glenn Maynard
|
14e9e8c64c
|
make x86-64 backtracing work
|
2004-10-22 22:16:49 +00:00 |
|
Glenn Maynard
|
c35aa22588
|
cleanup
|
2004-10-22 21:45:44 +00:00 |
|
Glenn Maynard
|
8b6b4f48fb
|
rename eip/ebp/esp -> ip/bp/sp, since it's used for x86-64 too (rip/rbp/rsp)
|
2004-10-22 21:39:26 +00:00 |
|
Glenn Maynard
|
68289e66e7
|
type fix for x86-64
|
2004-10-22 21:33:02 +00:00 |
|
Glenn Maynard
|
ee4b509ac5
|
size fixes for x86-64
|
2004-10-22 20:33:25 +00:00 |
|