Commit graph

152 commits

Author SHA1 Message Date
Ilari Liusvaara
cd6d4dbffa Standalone hotkey configuration dialog 2012-08-29 16:25:05 +03:00
Ilari Liusvaara
e83e4eb4e1 Revamp ROM loading 2012-08-24 20:24:18 +03:00
Ilari Liusvaara
9015019e20 Memory search extensions 2012-07-22 17:04:49 +03:00
Ilari Liusvaara
175c63d56a Non-insane savestate anchoring 2012-07-20 00:23:40 +03:00
Ilari Liusvaara
e825585871 Remember invalid settings
This is handy when multiple cores have independent sets of settings
2012-07-15 14:30:14 +03:00
Ilari Liusvaara
027689273d Fix sorting of various comboboxes 2012-07-15 13:32:15 +03:00
Ilari Liusvaara
c5be74d063 Merge branch 'focus-fix' into rr1-maint
Conflicts:
	src/core/mainloop.cpp
	src/core/moviedata.cpp
	src/core/rom.cpp
2012-07-14 09:30:07 +03:00
Ilari Liusvaara
9328dfb070 Backport changes to generic stuff from gambatte core bindings work 2012-07-14 09:17:26 +03:00
Ilari Liusvaara
51cdf24f87 Move button symbols to core specific code 2012-07-11 16:01:01 +03:00
Ilari Liusvaara
3a7be1738a Get rid of nall
If not using bsnes core, nall is not available, so don't use it.
2012-07-11 15:50:05 +03:00
Ilari Liusvaara
c6c640bdbc Allow binding methods in Lua classes 2012-07-11 15:17:12 +03:00
Ilari Liusvaara
008536d21c Move core-specific code to core bindings
This is probably quite buggy...
2012-07-09 18:11:32 +03:00
Ilari Liusvaara
70fdf31ad0 Reload ROM image on the fly 2012-07-09 01:08:08 +03:00
Ilari Liusvaara
59a822d023 Move prototypes for controller-specific functions from emucore.hpp 2012-07-08 15:27:46 +03:00
Ilari Liusvaara
3460d8e7a2 Move controller types to bsnes core, get rid of *LOGICAL* constants 2012-07-08 15:25:22 +03:00
Ilari Liusvaara
e27d4374dc Get rid of porttype_t and devicetype_t 2012-07-08 12:57:22 +03:00
Ilari Liusvaara
47e07140c5 Delete include/core/bsnes.hpp
This file is no longer supposed to be there
2012-07-07 22:55:09 +03:00
Ilari Liusvaara
6e57f795c0 Merge branch 'focus-fix' into rr1-maint 2012-07-07 22:43:35 +03:00
Ilari Liusvaara
bc48bf1a92 Fix the "click on panel locks up keyboard" for real 2012-07-06 18:40:11 +03:00
Ilari Liusvaara
9289d22b3e Merge the new framebuffer code 2012-06-30 21:27:49 +03:00
Ilari Liusvaara
d9bc16598c Split all references to bsnes core to dedicated file 2012-06-30 12:42:29 +03:00
Ilari Liusvaara
1f631a8ad0 Librarify screen rendering 2012-06-20 17:40:27 +03:00
Ilari Liusvaara
f0d310aff7 Support pure virtual mappings
The first such mapping is the SNES address bus.
2012-06-06 22:59:08 +03:00
Ilari Liusvaara
6543d4d898 Expand memory addresses from 32 to 64 bits 2012-06-06 22:22:48 +03:00
Ilari Liusvaara
3548315ccb Lua: Reset Lua VM function 2012-06-06 21:58:03 +03:00
Ilari Liusvaara
6f796f9601 Unsafe rewinding
Unsafe rewinding is unsafe, but in exchange, a lot faster than normal
save/load cycle.
2012-05-19 14:37:49 +03:00
Ilari Liusvaara
b000ec93ce MSU-1 support
This is at least enough to play Super Road Blaster...
2012-05-18 19:03:32 +03:00
Ilari Liusvaara
c45ed1524d SDL: More advanced editing
Previous/Next word, delete word.
2012-05-14 22:04:34 +03:00
Ilari Liusvaara
6a8afbe5a0 SDL: Add command to enter command line with specified text 2012-05-14 18:30:02 +03:00
Ilari Liusvaara
1db083990b SDL: Save settings on exit 2012-05-14 17:09:32 +03:00
Ilari Liusvaara
823cc94fb1 Add autohold for 1 frame (framehold) commands 2012-05-11 19:37:06 +03:00
Ilari Liusvaara
9d9bfd4628 Revamp the build system
This is bit WIP, but seems to work, at least for Linux...
2012-05-11 19:36:13 +03:00
Ilari Liusvaara
13de46ca59 Extend zlibstream to support Z_SYNC_FLUSH and simplify zmbv code 2012-04-26 20:13:49 +03:00
Ilari Liusvaara
bad7915dfb AVI dumper: Performance counters
These are needed for dynamic compression level adjustment (not implemented
yet for any codec).
2012-04-24 09:52:00 +03:00
Ilari Liusvaara
06e3f96b3d Add start paused option
This is handy for capturing
2012-04-21 10:48:59 +03:00
Ilari Liusvaara
4a8da706c7 Wxwidgets: Add option to prompt for key in key select dialogs 2012-04-19 12:35:25 +03:00
Ilari Liusvaara
6cd922305c Make settings threadsafe
Yet more removing of runemufn calls...
2012-04-16 13:54:22 +03:00
Ilari Liusvaara
2176427609 Make keymapper threadsafe
The keymapper is now threadsafe, instead of being only called from the
emulation thread.
2012-04-16 12:12:30 +03:00
Ilari Liusvaara
e9fa95f34c Refactor joystick support more 2012-04-13 11:15:00 +03:00
Ilari Liusvaara
f37ac166f4 Refactor joystick support
Refactor the common parts of joystick support to library/joyfun
2012-04-12 17:38:57 +03:00
Ilari Liusvaara
6393e21c5d Wxwidgets joystick support 2012-04-11 16:46:10 +03:00
Ilari Liusvaara
b88a0eb3a7 Wxwidgets: New ROM select dialog 2012-04-09 15:46:25 +03:00
Ilari Liusvaara
46b00159fe Wxwidgets: Disable clear buttons on nonclearable settings 2012-04-09 13:24:37 +03:00
Ilari Liusvaara
976ab9a878 Refactor path handling 2012-04-08 15:44:03 +03:00
Ilari Liusvaara
ae42dc5909 Wxwidgets: Move settings to main configuration dialog 2012-04-07 20:02:51 +03:00
Ilari Liusvaara
b05b31a538 Rework jukebox
- Remove explicit setting for jukebox names
- Add setting for number of saves in jukebox
- Add path for save slots.
2012-04-07 19:12:14 +03:00
Ilari Liusvaara
29a1edd3e0 Internally classify keys
This is useful later to split down that massive key list into more
logical chunks.
2012-04-07 18:07:33 +03:00
Ilari Liusvaara
036ce8dc0b Wxwidgets: Move screen scaling into main settings dialog 2012-04-07 17:04:10 +03:00
Ilari Liusvaara
0491f97e0d Wxwidgets: New settings dialog: Axes and paths 2012-04-07 15:33:49 +03:00
Ilari Liusvaara
73d58b5402 Wxwidgets: Make scaling factors be global variables 2012-04-07 11:42:22 +03:00