Commit graph

835 commits

Author SHA1 Message Date
Ilari Liusvaara
1e29e41577 Fix all sorts of wacky behavior with dummy audio callback
This fixes the VU meter when the audio output is set to NULL.
2013-02-05 01:11:52 +02:00
Ilari Liusvaara
463eacedf1 Movie editor: Handle partially stored frames properly 2013-02-05 00:24:36 +02:00
Ilari Liusvaara
0925eea4cc Movie editor: Insert frame after 2013-02-04 21:55:27 +02:00
Ilari Liusvaara
4feed2304e Movie editor: Don't recount the entire movie when change is known 2013-02-04 20:50:56 +02:00
Ilari Liusvaara
62cb6c0727 Movie editor: Sanity-limit number of rows 2013-02-04 20:43:12 +02:00
Ilari Liusvaara
4a1838427e Movie editor: Allow changing window size 2013-02-04 20:08:00 +02:00
Ilari Liusvaara
590b7fb927 Movie editor: Don't offer out-of-movie edits in menu
Out-of-movie edits don't crash, those just won't work.
2013-02-04 19:50:58 +02:00
Ilari Liusvaara
a1b1dd8d65 Movie editor: Show button/axis names in popup menu 2013-02-04 19:05:29 +02:00
Ilari Liusvaara
4e7d763abb Movie editor: Don't offer popup menu items that make no sense 2013-02-04 18:54:55 +02:00
Ilari Liusvaara
ccb4d67074 Movie editor: Popup menu 2013-02-04 12:53:46 +02:00
Ilari Liusvaara
124238cea7 Movie editor: Refactoring 2013-02-04 11:55:19 +02:00
Ilari Liusvaara
ca63bd5bea Very basic movie editing support
This is still very incomplete. More features later.
2013-02-03 16:01:21 +02:00
Ilari Liusvaara
dfe18d2a4d lsnes rr1-Δ16ε1 2013-02-03 11:53:50 +02:00
Ilari Liusvaara
f9415b0154 Fix loading standard-mode movies
When not in extended mode, the checking for movie compatibility read past
the end of poll counter array, potentially leading to a hang.
2013-02-03 06:13:51 +02:00
Ilari Liusvaara
3eea885a64 Change AVI default sound mode
Change AVI default sound mode to mode 2 (round up to nearest integer)
if built without SRC support and to mode 5 (high quality 48kHz) if built
with SRC.
2013-02-02 01:39:17 +02:00
Ilari Liusvaara
3539fc508d Fix paths in bsnes patches 2013-02-02 01:23:34 +02:00
Ilari Liusvaara
8e88ad35b3 Fix rerecord count when loading movies 2013-02-01 23:14:00 +02:00
Ilari Liusvaara
8c346c0695 Lua: Fix bug with methods and resetting Lua VM 2013-02-01 22:10:01 +02:00
Ilari Liusvaara
5d08c36390 Lua: Custom fonts support 2013-02-01 21:52:27 +02:00
Ilari Liusvaara
c065f0398f Wxwidgets: VU meters & volume adjustment window 2013-01-26 13:20:39 +02:00
Ilari Liusvaara
c5d45840ed Allow setting stream gain 2013-01-25 20:14:11 +02:00
Ilari Liusvaara
1297f683e0 Merge remote-tracking branch 'origin/rr1-maint' into rr1-maint 2013-01-25 12:35:01 +02:00
Ilari Liusvaara
a116622b32 Wxwidgets: Fix memory watch rendering 2013-01-25 12:33:55 +02:00
Ilari Liusvaara
c168be8562 lsnes rr1-Δ16 2013-01-24 18:35:13 +02:00
Ilari Liusvaara
2526414a53 Actually honor music volume setting 2013-01-24 18:26:03 +02:00
Ilari Liusvaara
5c3e48348b Live subtitle editing 2013-01-24 04:16:38 +02:00
Ilari Liusvaara
ab204556da Real-time updates for voice streams in editor 2013-01-24 02:04:36 +02:00
Ilari Liusvaara
ecfec8a1f4 Lua: Backport new Lua functions from master and add bit.rflagdecode 2013-01-23 08:43:31 +02:00
Ilari Liusvaara
865a450a43 Backport the new bit functions 2013-01-21 20:43:06 +02:00
Ilari Liusvaara
4467f693f5 Support screen rotation & flipping 2013-01-19 20:16:55 +02:00
Ilari Liusvaara
0dacba56a3 Load XML even without gamepack 2013-01-19 15:48:45 +02:00
Ilari Liusvaara
389ec0f63d Update libgambatte to SVN 364 2013-01-18 21:15:00 +02:00
Ilari Liusvaara
f89a2caa52 Cores: Blurb 2013-01-18 19:20:03 +02:00
Ilari Liusvaara
31ddf73f7f Wxwidgets: Allow setting voice/record volumes from the UI 2012-12-16 22:03:20 +02:00
Ilari Liusvaara
e59f8d469b Don't use constructs not implemented in gcc 4.6 2012-12-12 00:08:03 +02:00
Ilari Liusvaara
a125ce761d Remove nonexistent controllers from input display 2012-12-11 23:59:45 +02:00
Ilari Liusvaara
2cd9dd223b Hack to allow using 16-button controllers
The savestates are not compatible with master.
2012-12-11 23:59:45 +02:00
Ilari Liusvaara
e8089a9ddc Support voice OggOpus import/export 2012-11-23 03:11:01 +02:00
Ilari Liusvaara
4fa73b21c4 Refactor voice import/export and support pregap, postgap and gain
This stuff will come useful with OggOpus support
2012-11-23 03:03:42 +02:00
Ilari Liusvaara
9bb7f5efc0 Fix crashes when closing lsnes with voice playback active 2012-11-23 02:27:06 +02:00
Ilari Liusvaara
06799dcf70 Portaudio: Re-enable blacklisting of default and sysdefault
The devices just don't work right if capture is enabled. This seems to be
a Portauidio bug.
2012-11-23 02:22:12 +02:00
Ilari Liusvaara
45c3724bc8 Backport library updates and sort out the fucking messages mess 2012-11-13 22:59:26 +02:00
Ilari Liusvaara
9d9764dd60 Clean up library includes 2012-11-13 21:43:20 +02:00
Ilari Liusvaara
9e08783959 Stop on movie end: Stop at correct frame, not one frame too late 2012-11-11 18:33:38 +02:00
Ilari Liusvaara
9a608775ee lsnes rr1-Δ15ε3 2012-10-27 11:17:53 +03:00
Ilari Liusvaara
e3d87996f9 Lua: Fix bit.extract with booleans 2012-10-27 11:17:16 +03:00
Ilari Liusvaara
142f197bfa Compensate for nuts bsnes superscope/justifier handling 2012-10-27 02:07:19 +03:00
Ilari Liusvaara
cfaae3afaa Fix button symbols in input display 2012-10-27 00:53:23 +03:00
Ilari Liusvaara
f95c70cc0f Fix autohold menus 2012-10-27 00:47:18 +03:00
Ilari Liusvaara
f0abb91b69 Fix analog controllers 2012-10-27 00:21:04 +03:00