29637130ff
Import of ManyMouse library
pagefault
2006-03-23 20:45:51 +00:00
2219632c9e
Ok, this should be the last round of buffer refresh fixes. Switching fullscreen with filters on should now work correctly for the SDL port.
grinvader
2006-03-23 13:01:24 +00:00
3bbe626f68
Forgot to fix the hq soft screen refresh when using the hotkey, done. You can now switch from any filter to any other without restriction using either mouse or keyb. Fixed a case where switching modes with alt-enter could cause a crash. NTSC filter option limited to video modes likely to support it first. Set minimum rewind interval to 200ms - dividing by zero blows, man. Some comments and cleanup.
grinvader
2006-03-23 11:58:16 +00:00
f2375e8875
Try these timing values
pagefault
2006-03-23 05:53:56 +00:00
48d37ab058
Some timing tweaks, should fix some issues with games running too slow
pagefault
2006-03-23 05:49:56 +00:00
f0d4f10d30
Fixed screen refresh for SDL software modes when toggling hq2x. Fixed a key repeating bug when changing resolutions. Can now choose screen mode with enter key. Some source cleanup.
grinvader
2006-03-22 20:06:58 +00:00
15dbf2631c
Tab feature in. Input menu tabified. Video menu split. Some source cleanup.
grinvader
2006-03-22 14:12:42 +00:00
792eca1557
Small fix for PAL, Mono, 11025Hz.
n-a-c-h
2006-03-20 14:09:02 +00:00
b1b87f94b7
Wav writing can now do Mono!
n-a-c-h
2006-03-20 13:51:01 +00:00
118e6cab85
DSP-3 support (opcodes RE'd by Overload and Feather). Thanks Jonas for finding a bug in my glue code.
n-a-c-h
2006-03-19 01:46:59 +00:00
9cf8523127
Smaller AVI defaults.
n-a-c-h
2006-03-17 02:46:42 +00:00
dd41e97123
Corrections to sync with recent changes, added warning about automake/autoconf for those that have parse issues with configure.in.
n-a-c-h
2006-03-15 15:27:21 +00:00
3d401596f4
We agree with Linus, we don't need someone changing the rules on us.
n-a-c-h
2006-03-14 03:26:36 +00:00
faeccb48d3
Added some small notes for debian/ubuntu people
pagefault
2006-03-14 02:59:37 +00:00
d8d479e46b
Workaround to fix crashing of certain games (Sim City Pal and Super Tetris 2 + Bombliss) on resolution change.
jbo_85
2006-03-12 02:45:01 +00:00
723019d2c1
Fixed some colour problems that came up occasionally.
jbo_85
2006-03-12 02:37:24 +00:00
45b7881b46
Fixed some MSVC warnings.
jbo_85
2006-03-12 02:26:03 +00:00
1cece81acb
Fixed jumps when compiling without optimizations.
n-a-c-h
2006-03-12 01:57:41 +00:00
e39ede97a4
Removed bad pointer.
n-a-c-h
2006-03-12 01:10:21 +00:00
ae20e73018
Fixed safe_popen for MSVC.
jbo_85
2006-03-11 23:15:54 +00:00
3061122d8f
Added a check based on advise from Bisqwit.
n-a-c-h
2006-03-11 23:08:20 +00:00
d61ba6ccc1
Fixed overflow regarding the power.
n-a-c-h
2006-03-11 22:57:51 +00:00
893cfc5b3d
Fixed small calculation bug in one table, thanks Dan.
n-a-c-h
2006-03-11 22:48:57 +00:00
149592145c
GUI special case horizon fixed, thanks Motley.
n-a-c-h
2006-03-11 22:32:08 +00:00
5b2add8f63
Fixed bug where loading game changes frame skip settings.
n-a-c-h
2006-03-11 17:53:43 +00:00
355038b92f
Option hiding as neccesary for movie window.
n-a-c-h
2006-03-10 00:20:59 +00:00
95e8a38807
Descriptor restoration was swapped. Fixed.
n-a-c-h
2006-03-08 02:19:28 +00:00
94b0a5771a
Close dead descriptors.
n-a-c-h
2006-03-08 02:11:57 +00:00
d34b5a1e44
Fix MSVC. Someone please shoot this compiler for stupidity
n-a-c-h
2006-03-08 02:05:16 +00:00
fc133a02bb
Added another #define for MSVC.
n-a-c-h
2006-03-08 01:57:28 +00:00
8bfb23874d
Fix for compilers without STDIN_FILENO and STDOUT_FILENO.
n-a-c-h
2006-03-08 01:50:17 +00:00
6573b3b18c
Rejoice! Windows now uses a safer popen() which returns 0 on program launch fail, and allows you to see stdout on initial usages.
n-a-c-h
2006-03-08 01:46:06 +00:00
832160f00f
Movie related actions now set frame skip to 0, and restores original settings when done.
n-a-c-h
2006-03-07 23:06:21 +00:00
61213b4975
Gamma message is now correct. (yes you can use gamma in any port in any video mode now)
n-a-c-h
2006-03-07 00:40:17 +00:00
cb1dc7a7c8
Made anti aliasing comment more clear. Thanks Jipcy.
n-a-c-h
2006-03-06 21:07:57 +00:00
4418fedb50
Now using the newer safe popen() with matching pclose(), no more icky signals or vfork(), and added SPC security! :D
n-a-c-h
2006-03-06 08:47:46 +00:00
e17d71526e
Added a file in psrhead/ so people who blindly use -P stop failing.
grinvader
2006-03-05 09:22:37 +00:00
e8d30715da
Removed an extra variable. Did I mention a lot of code stolen and edited from parsegen?
n-a-c-h
2006-03-01 00:36:10 +00:00
3e93feacfc
Improved spc_fork to remove all bugs (take that cookbook!). Split out code from sdllink to a seperate file. Added a safe popen() which doesn't return until it knows the application is there or not, and doesn't carry around extra data, can be closed with fclose(). Fixed some warnings. And there was much rejoicing across the land.
n-a-c-h
2006-03-01 00:34:15 +00:00
e54dd4668d
Added a #define so MSVC will in turn #define.
n-a-c-h
2006-02-28 03:34:33 +00:00
79a2c0af94
Don't display mencoder message for no video and uncompressed
pagefault
2006-02-28 01:40:17 +00:00
1265614651
Don't run AVI merge if mencoder not installed on system
pagefault
2006-02-28 00:58:09 +00:00
0a7d693f1c
Added a message warning mencoder is not installed when making an AVI
pagefault
2006-02-28 00:54:35 +00:00
d0be46dd15
Added a forgotten case (thanks grinvader).
n-a-c-h
2006-02-27 23:39:41 +00:00
948be287ab
Made Joint Stereo default for lame. Added XviD.
n-a-c-h
2006-02-27 23:21:58 +00:00
11520f1739
Fixed MS compiles and silenced warnings.
n-a-c-h
2006-02-27 20:52:27 +00:00
5634944feb
Fixed directory for audio only and raw video.
n-a-c-h
2006-02-27 20:44:13 +00:00
57abe8131d
Can now mux audio with video. Audio/Video saved in start path. Make sure to delete zmovie.cfg before recording with this change.
n-a-c-h
2006-02-27 20:37:42 +00:00
69f05041fa
Added new audio option.
n-a-c-h
2006-02-27 19:14:33 +00:00
331e2dfd96
Oh wow, now that was stupid.
grinvader
2006-02-27 19:10:21 +00:00
07d3fd6d5a
Improved semaphore like audio logging behavior to (hopefully) work in DOS and Windows.
n-a-c-h
2006-02-27 18:13:55 +00:00
d6050ad3f3
Silly DSP code removed, should fix a lot of games (including EWJ2) [pagefault]. Removed now useless EWJ2 hacks.
grinvader
2006-02-27 17:32:09 +00:00
a5211e5b27
Audio recording can now about all audio rates ZSNES supports for PAL and NTSC at stereo. Audio writing buffering removed for now. Fixed bug when writing 32000Hz at PAL.
n-a-c-h
2006-02-27 13:42:31 +00:00