shinydoofy
|
60fe20142e
|
movie subtitle toggle for SDL
|
2008-11-23 22:29:02 +00:00 |
punkrockguy318
|
ef335b1321
|
small change to last rev
|
2008-11-13 18:25:25 +00:00 |
punkrockguy318
|
465ad101d1
|
savestates mappable in sdl
|
2008-11-11 18:51:06 +00:00 |
shinydoofy
|
bbbc4aa0bb
|
added option for SDL to convert fcm files to fm2
|
2008-11-02 21:25:31 +00:00 |
shinydoofy
|
d9ea2a263a
|
added SDL avi creation support and changed speed throttling to use it
|
2008-10-25 12:36:03 +00:00 |
shinydoofy
|
d0992f7ff5
|
toggle skipping of lag frames for SDL build
|
2008-10-19 17:48:06 +00:00 |
shinydoofy
|
a0d5740d7c
|
skip lag when frame advancing toggled for SDL build
|
2008-10-19 17:01:37 +00:00 |
shinydoofy
|
cb68bc0631
|
added toggle to bind savestates to movie for SDL
|
2008-10-19 16:01:55 +00:00 |
punkrockguy318
|
a26194a089
|
--newppu option added to sdl
|
2008-09-24 06:27:28 +00:00 |
punkrockguy318
|
407f0f8663
|
optional lua in sdl
|
2008-09-24 06:06:31 +00:00 |
punkrockguy318
|
0797430e99
|
readded --input1 and --input2? could someone test?
|
2008-08-13 06:47:15 +00:00 |
zeromus
|
13c8810730
|
fix sdl configfile woes
|
2008-08-13 04:47:19 +00:00 |
punkrockguy318
|
55cba7414f
|
snapname now fixed and slgith SConstruct cleanup
|
2008-08-12 16:48:02 +00:00 |
punkrockguy318
|
95b126c1cb
|
saner sound defaults in SDL
|
2008-08-12 07:24:16 +00:00 |
punkrockguy318
|
244b4dfaf2
|
--special option fixed in SDL .. closing SF [ 2047050 ]
|
2008-08-12 07:11:53 +00:00 |
punkrockguy318
|
60147db30f
|
added file open dialog to movie playback and other bugfixes
|
2008-08-10 15:24:30 +00:00 |
punkrockguy318
|
88b1fffe9d
|
extensive sdl cleanup
see the changelog.txt for details
|
2008-08-10 13:38:39 +00:00 |
punkrockguy318
|
01a095c7a4
|
Numerious bugfixes and improvements, see changelogs for details
[[Split portion of a mixed commit.]]
|
2008-08-10 10:56:55 +00:00 |
punkrockguy318
|
16617596df
|
Lua script loading can now be done on the fly in the SDL build. F3 is the default hotkey. The file chooser however requires the zenity application to work.
|
2008-08-10 08:24:42 +00:00 |
punkrockguy318
|
0285667a71
|
Preliminary lua support for sdl
|
2008-08-02 23:06:33 +00:00 |
punkrockguy318
|
15ddb5f242
|
Changed --play option to --playmov for clarity.
|
2008-08-02 22:41:49 +00:00 |
punkrockguy318
|
3bb5e96ed3
|
Added --play option to SDL version for movie playback
|
2008-07-23 05:14:45 +00:00 |
punkrockguy318
|
1256d0dd4c
|
now saves to ~/.fceultra/movie/#.fc2
|
2008-07-03 06:50:46 +00:00 |
punkrockguy318
|
2a2a7536df
|
Introduced two new options in SDL: --autoscale and --keepratio. Autoscale will try to find the best scaling options for the monitor resolution. If keepratio is on, the native NES ratio will not be changed. I set autoscale to a default option, so SDL people please test this.
|
2008-07-02 05:20:48 +00:00 |
magaio
|
f424523751
|
Fixed typo for DecreaseSpeed; Load State triggered correctly by F7 now
|
2008-06-29 18:21:07 +00:00 |
punkrockguy318
|
832f346fc8
|
most of the SDL hotkeys can now be mapped in the config file under SDL.Hotkeys.*
|
2008-06-28 15:49:37 +00:00 |
punkrockguy318
|
aabdacab84
|
fixed error in which we had two duplicate -p options; the port option would not work (not that netplay even works)
|
2008-06-18 01:12:15 +00:00 |
punkrockguy318
|
f51b7f29aa
|
Added new commandline option: --noframe
When enabled, this passed the SDL_NOFRAME flag when setting video. This is useful for people who want to use fceux dual head.
|
2008-06-14 04:41:46 +00:00 |
jeblanchard
|
8e546b1bed
|
More silly warning elimination
|
2008-06-07 01:21:38 +00:00 |
jeblanchard
|
b7b9c992ec
|
Default to high-quality sound in SDL front-end
|
2008-06-05 04:07:39 +00:00 |
jeblanchard
|
432c0c18d9
|
Minor SDL CLI fixes.
|
2008-06-04 22:04:44 +00:00 |
jeblanchard
|
9f7ea702a6
|
Restore usage string and several old command-line options
|
2008-06-04 04:11:33 +00:00 |
gimmedonutnow
|
091d0b225d
|
- SDL now uses the new configuration system
|
2006-08-30 15:27:05 +00:00 |
gimmedonutnow
|
d1b99bf834
|
- cleaned up a few variable and function names for readability
- static'd more variables
- added TODO about video resolution
|
2006-08-04 05:44:13 +00:00 |
gimmedonutnow
|
01c05ec26f
|
- trying to reduce the number of non-static globals
- moved a bunch of functions around to accomidate this reduction
|
2006-08-03 19:51:28 +00:00 |
gimmedonutnow
|
3ee6888bbd
|
- merged the main.cpp code into sdl.cpp and a new config.cpp
- config.cpp contains the configuration and args parsing
|
2006-08-03 05:35:21 +00:00 |