Ilari Liusvaara
a8a1f09e94
Lua: Allow direct loading of PNG/PAL/BITMAP from string
2013-07-17 22:28:54 +03:00
Ilari Liusvaara
319d23ca69
Merge branch 'rr1-maint'
2013-07-17 15:22:07 +03:00
Ilari Liusvaara
da6d1256d2
(D)Bitmap decoding from PNG support
2013-07-17 14:58:53 +03:00
Ilari Liusvaara
8fe4f70d9a
Lots of dispatch refactoring
2013-07-07 13:54:56 +03:00
Ilari Liusvaara
95bbae153e
Whitespace cleanup
2013-07-06 23:21:11 +03:00
Ilari Liusvaara
fbf7c48b84
More code simplification using C++11 initializers.
2013-06-23 15:57:21 +03:00
Ilari Liusvaara
992096c8c5
Macro support
2013-06-23 15:57:20 +03:00
Ilari Liusvaara
511a2aef1c
JSON library
2013-06-23 15:57:20 +03:00
Ilari Liusvaara
f87a5fd453
copy_from_utf8_2 (iterators to std::function)
2013-06-21 22:14:05 +03:00
Ilari Liusvaara
5fb06d7e78
Fix Lua functions when called in coroutines
2013-06-21 00:26:48 +03:00
Ilari Liusvaara
3bcddd27cc
Support runtime loading of libopus
2013-05-19 14:49:25 +03:00
Ilari Liusvaara
d531dc6afc
opus.hpp: Untested (but compiles) support for surround API
2013-05-18 11:56:35 +03:00
Ilari Liusvaara
54ebc86762
Add special change dialogs for numeric and path settings
2013-05-17 21:37:53 +03:00
Ilari Liusvaara
2b7268a0dc
Support enumerated settings
2013-05-17 17:22:24 +03:00
Ilari Liusvaara
7039c28305
Change boolean settings without prompting
2013-05-17 15:25:33 +03:00
Ilari Liusvaara
6fc02d459b
Allow per-variable names for boolean values
2013-05-17 11:29:34 +03:00
Ilari Liusvaara
fd16f6f6eb
Lua: Don't crash if method execution throws
2013-05-12 15:02:38 +03:00
Ilari Liusvaara
2cf05458bc
Lua: Fix lua_state::do_once()
2013-05-12 13:48:52 +03:00
Ilari Liusvaara
b0edee81c8
Projects support
2013-05-12 11:18:59 +03:00
Ilari Liusvaara
192ac85aa2
Lua: Move some stuff
2013-05-12 11:18:59 +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
efbc60d494
Allow button display symbols to be Unicode characters
2013-05-01 18:06:24 +03:00
Ilari Liusvaara
04f32ca48a
Cleanup port defintions
...
- Replace explicit display methods with data-driven stuff.
- Deduplicate the default system port types.
- Remove generic_port_* because those aren't used in more than one place.
Serialization/Deserialization can't be made data-driven due to performance
constraints (those things are still autogenerated).
2013-05-01 17:18:56 +03:00
Ilari Liusvaara
a85619270d
Merge branch 'rr1-maint'
...
Conflicts:
include/core/movie.hpp
src/core/movie.cpp
2013-04-16 03:45:00 +03:00
Ilari Liusvaara
4f92b11336
New settings framework
2013-04-13 17:55:33 +03:00
Ilari Liusvaara
3ae089cf05
Merge branch 'rr1-maint'
2013-04-01 14:08:44 +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
31e05b501d
Lua: CUSTOMFONT: Allow painting with halo
2013-03-29 00:43:14 +02:00
Ilari Liusvaara
73fd1d4737
Merge branch 'rr1-maint'
...
Conflicts:
include/core/loadlib.hpp
src/core/loadlib.cpp
src/platform/wxwidgets/mainwindow.cpp
2013-03-25 11:35:41 +02:00
Ilari Liusvaara
5b0f5b25f9
Movie editor: Use UTF-32 internally
2013-03-25 10:58:06 +02:00
Ilari Liusvaara
92adf8519c
Use std::u32string instead of std::vector<uint32_t> for UTF-32 strings
...
This also uncovered a bug in copy_from_utf8.
2013-03-25 00:29:48 +02:00
Ilari Liusvaara
3e48ffcf98
Analog passthrough
2013-03-16 00:12:35 +02:00
Ilari Liusvaara
f38671a3e2
TAS input plugin
2013-03-15 18:48:39 +02:00
Ilari Liusvaara
dea02b366d
Warn about nonexistent controller keys more aggressively
2013-03-15 18:48:39 +02:00
Ilari Liusvaara
8f57ae5834
Refactoring: copy_from_utf8()
2013-03-13 01:02:10 +02:00
Ilari Liusvaara
5d3b142d21
Multistream and demuxing fixes
2013-03-09 16:01:58 +02:00
Ilari Liusvaara
cfd129d86b
Make opus_packet_tick_count a common function
2013-03-06 09:23:04 +02:00
Ilari Liusvaara
2fae20cdad
Refactor Oggopus support
2013-03-04 22:20:10 +02:00
Ilari Liusvaara
efc06d1f10
Merge branch 'rr1-maint'
...
Conflicts:
manual.txt
src/core/controller.cpp
src/lua/dummy.cpp
src/lua/input.cpp
src/lua/lua.cpp
src/platform/wxwidgets/mainwindow.cpp
2013-03-03 09:37:52 +02:00
Ilari Liusvaara
caa216c290
Fix reading of host-endian VMAs.
2013-03-01 00:48:13 +02:00
Ilari Liusvaara
ff8e220fb7
Merge branch 'rr1-maint'
...
Conflicts:
include/lua/internal.hpp
2013-02-28 10:40:40 +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
236b9075d9
Merge branch 'rr1-maint'
...
Conflicts:
include/core/framebuffer.hpp
2013-02-28 04:06:37 +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
db28464d61
Opus support: Support multistream
2013-02-25 19:20:18 +02:00
Ilari Liusvaara
7beef32a8a
Make some things unsigned and fix on platforms where int is not 32 bits
2013-02-20 00:05:39 +02:00
Ilari Liusvaara
a88ae3a8a3
Opus support: Fix all sorts of mistakes
2013-02-19 23:44:25 +02:00
Ilari Liusvaara
b64d10a171
Opus support: Ignore errors ctls
2013-02-19 23:04:29 +02:00
Ilari Liusvaara
698dfdde1c
Opus support: Repacketizer
2013-02-19 23:04:28 +02:00