d6ac86ed8c
load name variants
...
global stinx
2020-08-11 12:32:41 -04:00
90236c665d
Since we dont have battles we use "divaeffectcontinue" as a fade out but they also sometimes call "fadeout" so set a flag so we don't do fade out again if we are already doing it.
2020-04-17 14:26:12 -07:00
a93978f39d
Fix movecamera since its a macro now.
2019-06-01 14:38:39 -07:00
3101868b30
Merge branch 'quest-json' of https://git.poweris.moe/xduplayer into quest-json
2019-05-21 20:56:42 -07:00
bb409c45a1
Fixes for colorTo and tint not being kept during dialogue.
2019-05-21 20:56:37 -07:00
4716b5e8e8
divamovie: respect volume controls
2019-05-21 22:42:52 -04:00
526d0a51cc
copy macros
...
macros were being edited in-place and affecting later uses
2019-05-13 20:22:17 -04:00
737b13da42
custom macros
...
dug out an old copy of the Macros file from the wedding gears
event and set up the player to merge removed macros
2019-05-13 17:41:01 -04:00
269592c3d6
Merge branch 'master' of https://git.poweris.moe/xduplayer
2019-05-13 13:16:45 -07:00
d4e96c66a8
Removed webpack for gulp again because its simpler for a project this size.
2019-05-13 13:16:40 -07:00
effb55871f
utage: divamovie support
...
this is used for skillmovies that play during some missions
they must first be converted into webm format
2019-05-13 16:13:01 -04:00
77fc6e4d69
Merge branch 'master' of git.poweris.moe:xduplayer
2019-05-13 03:42:32 -04:00
bf11050984
utage macro support
...
xdu ships with a Macro.tsv, and loading commands
out of there instead of defining them manually
saves a lot of trouble
bingo didn't know about it
there's probably some regressions, needs further testing
2019-05-13 03:31:42 -04:00
1d469d4f3e
webpack, eslint
...
javascript didn't have proper modules until es6 what the fuck
bingo's code scares me so i hope i didn't break it when fixing
the linting errors
2019-05-12 20:59:45 -04:00
0b3fb01670
I didnt hit save
2019-01-19 14:58:09 -07:00
fb9cab573e
fix unbalanced parenthesis
2019-01-19 16:47:00 -05:00
f3ddb3e58f
noise_disappearance commands should work.
2019-01-19 14:02:31 -07:00
e098d27964
Fix player not falling back to utage text if translation file didnt exist at all.
2018-12-29 11:44:34 -07:00
cdf61c9d57
Dumb html standard not assuming px thing.
2018-09-13 20:30:27 -07:00
b31d712782
Regex fix
2018-07-29 12:14:01 -07:00
733c576cf2
Support for loop effect from 2018 summer event.
...
Support for pattern argument including a <character=> tag.
2018-07-24 21:40:00 -07:00
8780cc2721
DPI is now taken into account when resizing.
...
Added credits to mission modal.
Added ability to go fullscreen.
2018-06-13 21:02:42 -07:00
d356f17adb
Updated pixi.
...
Maybe fixed a case from interpolation that a sprite could not be cleaned up. Need to make a better system for controlling sprites.
Added binds for arrow keys to scroll multiline text.
Added support for colorto tween changing tint not just alpha.
2018-06-07 21:35:47 -07:00
2287163a34
Made various commands play sounds.
2018-06-06 22:16:44 -07:00
e25cd1f929
Fixes and additions for first chapter of bridal gears.
2018-06-05 21:14:02 -07:00
c07d281948
Custom mission support.
...
Some fixes.
Different Scene Titles are slightly easier to support.
Started adding new effects for bridal gears.
2018-06-04 09:07:53 -07:00
d086fc2f71
Added in some base stuff for bridal gears.
...
updated translations.
2018-06-01 20:20:38 -07:00
4752d98925
Moved translations to js/translations directory so they are versioned like the others. May move translations folder to submodule.
2018-05-22 16:17:00 -07:00
cd7ea54fb2
Added translations for mission names/summaries.
...
Mission dropdown is now by mst id and mission id is selected in modal.
Added skip button for moving to next chapter within mstid.
2018-05-17 20:50:45 -07:00
d94dd77fb8
Slight rework of translations system to add character name translations.
2018-05-13 17:51:31 -07:00
4e69b2388f
Fix if a character is replaced with another sprite of themselves it doesn't remove the old one.
2018-05-11 10:33:20 -07:00
6178ff5505
Some changes/placeholders to custom effects.
...
Fix overlapping screen shakes causing screen to offset.
Other minor fixes.
3.5 plays through all the missions now more or less as intended minus various custom effects.
2018-05-10 21:32:43 -07:00
63f79738b0
Added Sepia Shader.
...
Fixes for movecamera command overlapping each other.
Fix if a character changes pattern during a move tween it keeps the tween.
Pre load checks for henshin01.
Some changes and placeholders for custom effects.
2018-05-09 21:43:00 -07:00
6134339bc6
Move tweens now just use quadout instead of inout.
...
Made shaders a class to make it easier to add more in future.
Added shaders for updown and downup fades.
Fix loading characters with no pattern (e.g. black_mask) not working.
Gave ability to cancel lerps in case a character gets put on then immediately faded to another alpha.
2018-05-07 21:32:53 -07:00
338d42d2a1
Support for hex fade colors.
...
Fix shake when sprite is not at 0,0.
2018-05-04 10:57:21 -07:00
3b91e57a1c
Improved handling for where to put character on screen if layer is not given.
...
Punch position uses the actual easing from utage now.
Fix audio context not being able to be created without user input in some new browsers.
Some changes for diva fades.
Made ui image match games slightly more.
Disabled select on text since you can't select it without triggering next anyways.
Various other minor fixes.
2018-05-04 09:42:41 -07:00
6a4bb7a459
Changed moveto animations to use quadratic easing instead of exponential.
...
Added shader for screen wipes (e.g. DivaLeftToRightBlackFade).
2018-05-01 22:23:11 -07:00
00eaff29fb
Various fixes and changes for animations.
2018-04-29 14:14:09 -07:00
57ddeb08f4
Added mission select modal.
...
Changed file structure so images called like file:// can be loaded properly.
Some commenting.
2018-04-28 17:36:08 -07:00
5ed031cb6a
Language selection.
...
Gulpfile
2018-04-21 12:53:55 -07:00
5b5f3d83c2
Fix scaling breaking text container when app container was smaller than text container.
...
Audio and volume controls work.
Support for shake command.
Text scrolling buttons.
2018-04-19 14:01:48 -07:00
bf5108bfe6
Text typing works with html
...
Fix some text with no parameters being skipped.
Fix quickly going through text breaking lerp loop.
2018-04-15 21:06:48 -07:00
a192a0eb0e
Resizing.
...
Work on text stuff.
Work on tweens.
Beginning audio support.
2018-04-15 18:35:01 -07:00
00be56d0a8
There is a few seconds of things actually working.
2018-04-06 22:26:17 -07:00
3b12dcbda5
Lots of work. Somewhat runs through mission file now and shows backgrounds.
2018-04-05 09:27:32 -07:00
1e710af520
Initial commit
2018-03-28 07:14:26 -07:00