Jonas Kulla
0ea242755e
README: Audio pitch is implemented
2013-12-21 23:02:42 +01:00
Jonas Kulla
2538ae4224
README: Typo
2013-12-21 23:01:31 +01:00
Jonas Kulla
8702afedfc
README: Mention SDL_sound patches
2013-12-21 21:25:31 +01:00
Jonas Kulla
19bb6c924e
Gaphics: Make frame skip a config option
...
When using something like Valgrind that will run
mkxp 20 times slower than normal, frame skip will
make the redraw loop completely grind to a halt.
Set 'frameSkip' to false in the config to
avert this.
2013-12-21 21:18:20 +01:00
Jonas Kulla
e26d0366f1
Revert "Audio: Make cheap OpenAL pitch shifting a config option"
...
Making this an option makes no sense. It ought to
be the default behavior, as RMXP pitch shifts PCM
based audio files the exact same way.
This reverts commit ac35d4214e
.
2013-12-04 13:39:39 +01:00
Jonas Kulla
ac35d4214e
Audio: Make cheap OpenAL pitch shifting a config option
2013-12-01 09:36:15 +01:00
Jonas Kulla
47d96bd21e
README: Reflect recent audio changes
2013-11-30 16:35:37 +01:00
Jonas Kulla
210dcbbc3d
mkxp is licensed under GPLv2 OR LATER
2013-11-23 12:43:32 +01:00
Jonas Kulla
6a6865cc48
Readme: Fix typo
2013-11-01 08:32:59 +01:00
Jonas Kulla
10b3e04dee
Add config entry "allowSymlinks"
2013-10-20 22:38:46 +02:00
Jonas Kulla
e14f3ef9db
Readme: mention ruby patches
2013-10-19 19:59:18 +02:00
Jonas Kulla
f5a178b9bb
Add config option "fixedFramerate"
2013-10-17 02:18:16 +02:00
Jonas Kulla
0f4a9930de
README: fix more inconsistencies
2013-10-12 15:59:52 +02:00
Jonas Kulla
95daa78ef7
Clarify points in readme
2013-10-11 22:28:54 +02:00
Jonas Kulla
8b53681e11
Turn on 'fixedAspectRatio' by default
...
This is more consistent with RMXP's behavior.
2013-10-09 14:17:21 +02:00
Jonas Kulla
4b28314433
Update config table and default values
2013-10-09 14:11:59 +02:00
Jonas Kulla
6a4fd804a7
Clarify point about latest library version
2013-10-09 04:16:00 +02:00
Jonas Kulla
082a9ae483
Fix style and add link to mattn's repo
2013-10-01 12:24:35 +02:00
Jonas Kulla
a1c2a73006
Warn about mruby-onig-regexp
2013-10-01 12:21:30 +02:00
Jonas Kulla
080f9333a9
Clarify a couple README points
2013-09-27 19:44:16 +02:00
Jonas Kulla
32361e513a
Track 'tainted' area of Bitmaps to optimize blit operations
...
The 'tainted' area of a Bitmap describes what parts are no
longer in a 'cleared' state. When we blit to a fully cleared
are of a Bitmap at full opacity, we can completely disregard
the existing pixels in the operation, meaning we can skip any
blending calculations and just blit / upload straight to the
texture. This greatly speeds up text message rendering.
In the process, pixman has become a new dependency for mkxp,
but the results of this optimization are well worth it!
2013-09-25 13:49:24 +02:00
Jonas Kulla
fe557bca1d
Implement "show_cursor" attribute in Graphics module
...
If false (the default), the system cursor is hidden
inside the game window.
2013-09-24 22:56:25 +02:00
Jonas Kulla
7f604e25ad
Lower minimum OpenGL requirement
2013-09-23 10:42:23 +02:00
Jonas Kulla
ef2ed2fb32
Fix wording
2013-09-06 15:29:00 +02:00
Jonas Kulla
e8a9873125
Document nonstandard RGSS extensions
2013-09-04 18:43:40 +02:00
Jonas Kulla
774c9b7c8a
Update config
...
Add a missing dependency and properly explain all values
in the config file
2013-09-03 19:24:41 +02:00
Jonas Kulla
7ba26ad796
Add license notice
2013-09-01 18:26:19 +02:00
Jonas Kulla
32fe03c731
Fix README wording
2013-09-01 16:43:26 +02:00
Jonas Kulla
ff25887f41
Initial commit
2013-09-01 16:27:21 +02:00