Commit graph

616 commits

Author SHA1 Message Date
Ilari Liusvaara
1b488ee7e2 lsnes rr1-Δ13 2012-08-30 01:01:27 +03:00
Ilari Liusvaara
16cfc0b497 wxwidgets: Also unpause on ROM DnD 2012-08-30 00:07:10 +03:00
Ilari Liusvaara
0066860c7b wxwidgets: Use comboboxes instead of 3state checkboxes 2012-08-29 18:47:49 +03:00
Ilari Liusvaara
54172ebc5f wxwidgets: Clean up key configuration dialog 2012-08-29 17:21:51 +03:00
Ilari Liusvaara
24280aef43 wxwidgets: Cleanup the shown bindings a bit 2012-08-29 17:04:38 +03:00
Ilari Liusvaara
cd6d4dbffa Standalone hotkey configuration dialog 2012-08-29 16:25:05 +03:00
Ilari Liusvaara
cedb6b2f09 Don't throw exceptions from ROM loading out of main loop 2012-08-29 16:24:49 +03:00
Ilari Liusvaara
9d03a83969 wxwidgets: New menu layout 2012-08-29 15:36:14 +03:00
Ilari Liusvaara
3a6f5bb889 Fix various bugs introduced in ROM changes 2012-08-25 11:00:01 +03:00
Ilari Liusvaara
cd09bce9d6 Update manual 2012-08-24 21:39:58 +03:00
Ilari Liusvaara
e83e4eb4e1 Revamp ROM loading 2012-08-24 20:24:18 +03:00
Ilari Liusvaara
d1210efe03 Fix timeline check in one special case 2012-08-21 21:06:42 +03:00
Ilari Liusvaara
55e9e88800 Add option to use the older read-only load behavior 2012-08-21 20:33:02 +03:00
Ilari Liusvaara
c5e759a127 Preserve the movie if loading state in readonly mode 2012-08-21 20:23:22 +03:00
Ilari Liusvaara
9015019e20 Memory search extensions 2012-07-22 17:04:49 +03:00
Ilari Liusvaara
43b5158939 Don't try to call methods from uninitialized pointers 2012-07-22 11:10:40 +03:00
Ilari Liusvaara
175c63d56a Non-insane savestate anchoring 2012-07-20 00:23:40 +03:00
Ilari Liusvaara
906d20c9c8 lsnes rr1-Δ11ε1 2012-07-18 17:30:42 +03:00
Ilari Liusvaara
f05caedcbe Fix bug in skip poll feature 2012-07-17 14:52:11 +03:00
Ilari Liusvaara
110115388b lsnes rr1-Δ11 2012-07-15 22:33:00 +03:00
Ilari Liusvaara
a9c02ae58d Fix mistake in settings dialog (not printing errors) 2012-07-15 17:39:30 +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
4a328231d3 Update the manual (common for both versions) 2012-07-15 13:45:38 +03:00
Ilari Liusvaara
027689273d Fix sorting of various comboboxes 2012-07-15 13:32:15 +03:00
Ilari Liusvaara
d4fd954d95 Fix some display scaling related bugs 2012-07-15 02:47:15 +03:00
Ilari Liusvaara
e597ac415f Remove some debug spam on startup 2012-07-14 11:27:39 +03:00
Ilari Liusvaara
406bebf386 More compile error fixing 2012-07-14 11:09:24 +03:00
Ilari Liusvaara
9782c54db8 Fix compile errors for Win32 2012-07-14 10:59:43 +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
767b9719c2 Obtain the maximum number of logical controllers from the core defs 2012-07-07 23:03:32 +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
c619fdcc32 lsnes rr1-Δ10ε1 2012-07-06 18:52:48 +03:00
Ilari Liusvaara
8989ccbd08 Merge commit '17b92632e58a012bf5d83b87541d21732066808a' into focus-fix 2012-07-06 18:40:37 +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
17b92632e5 Add support of DnD movies/saves into the main window 2012-06-09 19:53:34 +03:00
Ilari Liusvaara
a59fab20d8 Mirror some internal BSNES structures into virtual memory space 2012-06-07 16:36:45 +03:00
Ilari Liusvaara
2912e5a820 lsnes rr1-Δ10 2012-06-07 00:47:52 +03:00