Commit graph

853 commits

Author SHA1 Message Date
Ilari Liusvaara
f051aabb57 Fix compilation if size_t != uint64_t 2013-05-03 15:40:43 +03:00
Ilari Liusvaara
bce5e8a936 Movie editor: Backport UTF-32 stuff from master
Makes it easier to change the movie editor code by reducing
incompatiblities between rr1 and rr2.
2013-05-03 15:39:27 +03:00
Ilari Liusvaara
485558d148 Merge remote-tracking branch 'origin/rr1-maint' into rr1-maint 2013-04-16 13:55:54 +03:00
Ilari Liusvaara
3c3d3051b3 Movie editor: Interpret ctrl+click as right click 2013-04-16 13:55:26 +03:00
Ilari Liusvaara
3ab8f196ec Cap current_frame_first_subframe to movie size when recounting movie
The case where it is greater should never happen, but just check to be
sure.
2013-04-16 03:56:10 +03:00
Ilari Liusvaara
f1399d2f2e Movie editor: Fix bug if extending finished movie 2013-04-16 03:39:51 +03:00
Ilari Liusvaara
81145d38ea Fix hotkeys stopping working after X-ing settings dialog 2013-04-14 21:29:22 +03:00
Ilari Liusvaara
c75596f7e4 Add snes9x fonts 2013-04-14 20:43:32 +03:00
Ilari Liusvaara
b7dfe28ae1 Display current save slot information 2013-04-13 22:04:49 +03:00
Ilari Liusvaara
185085a019 Allow slowing down subframe advance (it used to always be very fast) 2013-04-13 21:31:56 +03:00
Ilari Liusvaara
f32e593912 Merge remote-tracking branch 'origin/rr1-maint' into rr1-maint 2013-04-10 13:37:14 +03:00
Ilari Liusvaara
254e49c476 Offer lsmv.backup as file filter too for load lsmv 2013-04-10 13:17:34 +03:00
Ilari Liusvaara
bfaf627c66 Show effects of Lua in input display 2013-04-05 20:06:00 +03:00
Ilari Liusvaara
f7b6602f10 Actually fix the statuspane/movie-editor flicker 2013-04-03 18:37:15 +03:00
Ilari Liusvaara
cf19dc3335 Fix status panel (and movie editor) flicker 2013-04-03 10:38:11 +03:00
Ilari Liusvaara
31434a691d lsnes rr1-Δ17ε2 2013-04-01 15:05:41 +03:00
Ilari Liusvaara
03c03fc4c1 Fix value search to work with byte types 2013-04-01 14:08:24 +03:00
Ilari Liusvaara
e27a06f7c3 Lua: CUSTOMFONT: Allow painting with halo
Conflicts:

	manual.txt
	src/lua/gui-text-cf.cpp
2013-03-29 17:15:28 +02:00
Ilari Liusvaara
3e1836453b data/verysmall.font is mising glyph 70 (F) 2013-03-29 17:13:01 +02:00
Ilari Liusvaara
3e8f02fcaf Wxwidgets: Filter filenames in load/save dialogs, autoappend extensions 2013-03-25 11:28:06 +02:00
Ilari Liusvaara
ba6efda53e Fix mouse movement 2013-03-22 22:03:38 +02:00
Ilari Liusvaara
9c6df350bd Allow immediate saving at point of save 2013-03-22 12:16:53 +02:00
Ilari Liusvaara
c1c9c1d2b2 input.joyset: Preserve and invert user input 2013-03-19 05:26:06 +02:00
Ilari Liusvaara
acb377cc83 Load selected slot in ro/rw/preserve/movie mode 2013-03-10 12:12:26 +02:00
Ilari Liusvaara
22826009b3 Movie editor: Sweep axis 2013-03-10 00:42:01 +02:00
Ilari Liusvaara
491edbd34c Fix saving PNG screenshots 2013-03-10 00:40:14 +02:00
Ilari Liusvaara
ff0a484fb2 lsnes rr1-Δ17ε1 2013-03-04 22:40:02 +02:00
Ilari Liusvaara
dca767f650 Lua: on_button and input.veto_button 2013-03-03 09:09:41 +02:00
Ilari Liusvaara
458343b390 Lua: on_snoop2 2013-03-03 08:41:54 +02:00
Ilari Liusvaara
f01505a910 Lua: Document input.controller_info 2013-03-03 08:31:40 +02:00
Ilari Liusvaara
27f7cda29a Lua: input.controller_info 2013-03-02 23:15:23 +02:00
Ilari Liusvaara
3022e04740 Movie editor: Fix the reset delay counters to be right way around 2013-03-02 22:27:13 +02:00
Ilari Liusvaara
3880648ec8 Lua: input.port_type: Be consistent on type of port 0 2013-03-02 18:48:48 +02:00
Ilari Liusvaara
02039ee3bd Lua: Some new and backported input functions 2013-03-02 18:33:28 +02:00
Ilari Liusvaara
ec76e05b50 Fix writing of screenshot magic to be reliable 2013-03-01 18:48:56 +02:00
Ilari Liusvaara
aa9881278e gui.text: Don't corrupt memory on rendering off bottom 2013-02-28 21:17:50 +02:00
Ilari Liusvaara
a103052222 Voicesubs: Don't access uninitialized variables 2013-02-28 21:16:36 +02:00
Ilari Liusvaara
1295518041 More paint / reset fixes
- Refactor the code related to killing requests.
- Free the pins when destroying killed requests (otherwise memory will
  leak).
- Customfont texts have associated requests, so those need to be killed
  if the font goes away.
2013-02-28 10:36:57 +02:00
Ilari Liusvaara
80c9dcee2d Fix crash with bitmaps and resetting Lua VM
Kill requests depending on bitmaps and palettes going away, to avoid
having the emulator crash if there is a request using those bitmaps
and palettes in flight while Lua VM is reset.

Noticed by FatRatKnight.
2013-02-28 04:03:01 +02:00
Ilari Liusvaara
615d525fa6 Lua: Query bindings, manipulate aliases, create inverse bindings 2013-02-27 22:23:51 +02:00
Ilari Liusvaara
579b52e3aa Unconditionally reload hostmemory on loadstate
Hostmemory is associated with system state, so it must be reloaded upon
loadstate, even in preserve input mode.
2013-02-17 19:25:20 +02:00
Ilari Liusvaara
a3ecd5ca9d Commentary: Max bitrate limiting 2013-02-12 00:24:05 +02:00
Ilari Liusvaara
a22a31c33e lsnes rr1-Δ17 2013-02-11 00:11:52 +02:00
Ilari Liusvaara
1732705e62 Wxwidgets: Support -h and --help 2013-02-11 00:09:49 +02:00
Ilari Liusvaara
629beb01d5 Wxwidgets: Load filenames as ROMs and support --lua=<file> 2013-02-10 23:58:51 +02:00
Ilari Liusvaara
3e1cce95d2 Allow changing the Opus bitrate at runtime 2013-02-10 23:47:40 +02:00
Ilari Liusvaara
b9968d0bdd Fix compiling on Win32 2013-02-10 15:23:29 +02:00
Ilari Liusvaara
15f597939f Backport some bugfixes from compiler warning fixing 2013-02-10 15:17:00 +02:00
Ilari Liusvaara
ac6bb35fa3 Movie editor: Show buttons even when released 2013-02-09 13:00:29 +02:00
Ilari Liusvaara
0b4459cafc Movie editor: Allow toggling whole sequence of axis values at once 2013-02-09 12:55:07 +02:00