-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathONScripterLabel.h
955 lines (866 loc) · 30.1 KB
/
ONScripterLabel.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
/* -*- C++ -*-
*
* ONScripterLabel.h - Execution block parser of ONScripter
*
* Copyright (c) 2001-2009 Ogapee. All rights reserved.
*
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
// Modified by Haeleth, autumn 2006, to remove unnecessary diagnostics,
// and on many occasions thereafter; see SVN logs for all changes
// Modified by Mion of Sonozaki Futago-tachi, March 2008, to update from
// Ogapee's 20080121 release source code.
// Modified by Mion of Sonozaki Futago-tachi, April 2009, to update from
// Ogapee's 20090331 release source code.
#ifndef __ONSCRIPTER_LABEL_H__
#define __ONSCRIPTER_LABEL_H__
#include "DirPaths.h"
#include "ScriptParser.h"
#include "DirtyRect.h"
#include <SDL.h>
#include <SDL_image.h>
#include <SDL_ttf.h>
#include <SDL_mixer.h>
#ifdef MP3_MAD
#include "MadWrapper.h"
#else
#include <smpeg.h>
#endif
#define DEFAULT_VIDEO_SURFACE_FLAG (SDL_SWSURFACE)
#define DEFAULT_BLIT_FLAG (0)
//#define DEFAULT_BLIT_FLAG (SDL_RLEACCEL)
#define MAX_SPRITE_NUM 1000
#define MAX_SPRITE2_NUM 256
#define MAX_PARAM_NUM 100
#define CUSTOM_EFFECT_NO 100
#define DEFAULT_VOLUME 100
#define ONS_MIX_CHANNELS 50
#define ONS_MIX_EXTRA_CHANNELS 5
#define MIX_WAVE_CHANNEL (ONS_MIX_CHANNELS+0)
#define MIX_CLICKVOICE_CHANNEL (ONS_MIX_CHANNELS+1)
#define MIX_BGM_CHANNEL (ONS_MIX_CHANNELS+2)
#define MIX_LOOPBGM_CHANNEL0 (ONS_MIX_CHANNELS+3)
#define MIX_LOOPBGM_CHANNEL1 (ONS_MIX_CHANNELS+4)
#define DEFAULT_WM_TITLE "ONScripter"
#define DEFAULT_WM_ICON "ONScripter"
#define NUM_GLYPH_CACHE 30
class ONScripterLabel : public ScriptParser
{
public:
typedef AnimationInfo::ONSBuf ONSBuf;
ONScripterLabel();
~ONScripterLabel();
// ----------------------------------------
// start-up options
void enableCDAudio();
void setCDNumber(int cdrom_drive_number);
void setFontFile(const char *filename);
void setRegistryFile(const char *filename);
void setDLLFile(const char *filename);
void setFullscreenMode();
void setWindowMode();
void enableButtonShortCut();
void enableWheelDownAdvance();
void disableRescale();
void enableEdit();
void setKeyEXE(const char *path);
#ifdef RCA_SCALE
void setWidescreen();
void setScaled();
#endif
void setMaskType( int mask_type ) { png_mask_type = mask_type; }
void setEnglishMode()
{ script_h.default_script = ScriptHandler::LATIN_SCRIPT; }
int init();
int eventLoop();
void reset(); // used if definereset
void resetSub(); // used if reset
/* ---------------------------------------- */
/* Commands */
int wavestopCommand();
int waveCommand();
int waittimerCommand();
int waitCommand();
int vspCommand();
int voicevolCommand();
int vCommand();
int trapCommand();
int textspeeddefaultCommand();
int textspeedCommand();
int textshowCommand();
int textonCommand();
int textoffCommand();
int texthideCommand();
int textexbtnCommand();
int textclearCommand();
int textbtnstartCommand();
int textbtnoffCommand();
int texecCommand();
int tateyokoCommand();
int talCommand();
int tablegotoCommand();
int systemcallCommand();
int strspCommand();
int stopCommand();
int sp_rgb_gradationCommand();
int spstrCommand();
int spreloadCommand();
int splitCommand();
int spclclkCommand();
int spbtnCommand();
int skipoffCommand();
int shellCommand();
int sevolCommand();
int setwindow3Command();
int setwindow2Command();
int setwindowCommand();
int setcursorCommand();
int selectCommand();
int savetimeCommand();
int saveonCommand();
int saveoffCommand();
int savegameCommand();
int savefileexistCommand();
int savescreenshotCommand();
int resettimerCommand();
int resetCommand();
int repaintCommand();
int rndCommand();
int rmodeCommand();
int quakeCommand();
int puttextCommand();
int prnumclearCommand();
int prnumCommand();
int printCommand();
int playstopCommand();
int playonceCommand();
int playCommand();
int ofscopyCommand();
int negaCommand();
int mspCommand();
int mp3volCommand();
int mp3stopCommand();
int mp3fadeoutCommand();
int mp3fadeinCommand();
int mp3Command();
int movieCommand();
int movemousecursorCommand();
int monocroCommand();
int minimizewindowCommand();
int menu_windowCommand();
int menu_fullCommand();
int menu_click_pageCommand();
int menu_click_defCommand();
int menu_automodeCommand();
int lsp2Command(); //Mion - ogapee2008
int lspCommand();
int loopbgmstopCommand();
int loopbgmCommand();
int lookbackflushCommand();
int lookbackbuttonCommand();
int logspCommand();
int locateCommand();
int loadgameCommand();
int linkcolorCommand();
int ldCommand();
int languageCommand();
int jumpfCommand();
int jumpbCommand();
int ispageCommand();
int isfullCommand();
int isskipCommand();
int isdownCommand();
int inputCommand();
int indentCommand();
int humanorderCommand();
int getzxcCommand();
int getvoicevolCommand();
int getversionCommand();
int gettimerCommand();
int gettextbtnstrCommand();
int gettextCommand();
int gettaglogCommand();
int gettagCommand();
int gettabCommand();
int getspsizeCommand();
int getspmodeCommand();
int getsevolCommand();
int getscreenshotCommand();
int getretCommand();
int getregCommand();
int getpageupCommand();
int getpageCommand();
int getmp3volCommand();
int getmouseposCommand();
int getlogCommand();
int getinsertCommand();
int getfunctionCommand();
int getenterCommand();
int getcursorposCommand();
int getcursorCommand();
int getcselstrCommand();
int getcselnumCommand();
int gameCommand();
int fileexistCommand();
int exec_dllCommand();
int exbtnCommand();
int erasetextwindowCommand();
int erasetextbtnCommand();
int endCommand();
int dwavestopCommand();
int dwaveCommand();
int dvCommand();
int drawtextCommand();
int drawsp3Command();
int drawsp2Command();
int drawspCommand();
int drawfillCommand();
int drawclearCommand();
int drawbg2Command();
int drawbgCommand();
int drawCommand();
int deletescreenshotCommand();
int delayCommand();
int defineresetCommand();
int cspCommand();
int cselgotoCommand();
int cselbtnCommand();
int clickCommand();
int clCommand();
int chvolCommand();
int checkpageCommand();
int cellCommand();
int captionCommand();
int btnwait2Command();
int btnwaitCommand();
int btntime2Command();
int btntimeCommand();
int btndownCommand();
int btndefCommand();
int btnCommand();
int brCommand();
int bltCommand();
int bgcopyCommand();
int bgCommand();
int barclearCommand();
int barCommand();
int aviCommand();
int automode_timeCommand();
int autoclickCommand();
int allsp2resumeCommand(); //Mion - ogapee2008
int allspresumeCommand();
int allsp2hideCommand(); //Mion - ogapee2008
int allsphideCommand();
int amspCommand();
int insertmenuCommand();
int resetmenuCommand();
int layermessageCommand();
protected:
/* ---------------------------------------- */
/* Event related variables */
enum { NOT_EDIT_MODE = 0,
EDIT_SELECT_MODE = 1,
EDIT_VARIABLE_INDEX_MODE = 2,
EDIT_VARIABLE_NUM_MODE = 3,
EDIT_MP3_VOLUME_MODE = 4,
EDIT_VOICE_VOLUME_MODE = 5,
EDIT_SE_VOLUME_MODE = 6
};
int variable_edit_mode;
int variable_edit_index;
int variable_edit_num;
int variable_edit_sign;
bool key_pressed_flag;
int shift_pressed_status;
int ctrl_pressed_status;
void variableEditMode( SDL_KeyboardEvent *event );
void keyDownEvent( SDL_KeyboardEvent *event );
void keyUpEvent( SDL_KeyboardEvent *event );
void keyPressEvent( SDL_KeyboardEvent *event );
void mousePressEvent( SDL_MouseButtonEvent *event );
void mouseMoveEvent( SDL_MouseMotionEvent *event );
void animEvent();
void timerEvent();
void flushEventSub( SDL_Event &event );
void flushEvent();
void startTimer( int count );
void advancePhase( int count=0 );
void advanceAnimPhase( int count=0 );
void trapHandler();
void initSDL();
#if defined(PDA) && !defined(PSP) && !defined(WII)
void openAudio(int freq=22050, Uint16 format=MIX_DEFAULT_FORMAT, int channels=MIX_DEFAULT_CHANNELS);
#else
void openAudio(int freq=44100, Uint16 format=MIX_DEFAULT_FORMAT, int channels=MIX_DEFAULT_CHANNELS);
#endif
private:
enum { DISPLAY_MODE_NORMAL = 0,
DISPLAY_MODE_TEXT = 1,
DISPLAY_MODE_UPDATED = 2
};
enum { IDLE_EVENT_MODE = 0,
EFFECT_EVENT_MODE = 1,
WAIT_BUTTON_MODE = 2, // For select, btnwait and rmenu.
WAIT_INPUT_MODE = 4, // can be skipped by a click
WAIT_TEXTOUT_MODE = 8, // can be skipped by a click
WAIT_SLEEP_MODE = 16, // cannot be skipped by a click
WAIT_TIMER_MODE = 32,
WAIT_TEXTBTN_MODE = 64,
WAIT_VOICE_MODE = 128,
WAIT_TEXT_MODE = 256 // clickwait, newpage, select
};
enum { EFFECT_DST_GIVEN = 0,
EFFECT_DST_GENERATE = 1
};
enum { ALPHA_BLEND_CONST = 1,
ALPHA_BLEND_MULTIPLE = 2,
ALPHA_BLEND_FADE_MASK = 3,
ALPHA_BLEND_CROSSFADE_MASK = 4
};
// ----------------------------------------
// start-up options
bool cdaudio_flag;
char *default_font;
char *registry_file;
char *dll_file;
char *getret_str;
int getret_int;
bool enable_wheeldown_advance_flag;
bool disable_rescale_flag;
bool edit_flag;
char *key_exe_file;
#ifdef RCA_SCALE
bool widescreen_flag;
bool scaled_flag;
#endif
// ----------------------------------------
// Global definitions
long internal_timer;
bool automode_flag;
long automode_time;
long autoclick_time;
long remaining_time;
bool saveon_flag;
bool internal_saveon_flag; // to saveoff at the head of text
int yesno_caller;
int yesno_selected_file_no;
bool monocro_flag;
uchar3 monocro_color;
uchar3 monocro_color_lut[256];
int nega_mode;
enum { TRAP_NONE = 0,
TRAP_LEFT_CLICK = 1,
TRAP_RIGHT_CLICK = 2,
TRAP_NEXT_SELECT = 4,
TRAP_STOP = 8
};
int trap_mode;
char *trap_dist;
char *wm_title_string;
char *wm_icon_string;
char wm_edit_string[256];
bool fullscreen_mode;
bool window_mode;
bool btntime2_flag;
long btntime_value;
long internal_button_timer;
long btnwait_time;
bool btndown_flag;
void quit();
/* ---------------------------------------- */
/* Script related variables */
enum { REFRESH_NONE_MODE = 0,
REFRESH_NORMAL_MODE = 1,
REFRESH_SAYA_MODE = 2,
REFRESH_SHADOW_MODE = 4,
REFRESH_TEXT_MODE = 8,
REFRESH_CURSOR_MODE = 16
};
int refresh_shadow_text_mode;
int current_refresh_mode;
int display_mode;
bool did_leavetext;
int event_mode;
SDL_Surface *accumulation_surface; // Final image, i.e. picture_surface (+ shadow + text_surface)
SDL_Surface *backup_surface; // Final image w/o (shadow + text_surface) used in leaveTextDisplayMode()
SDL_Surface *screen_surface; // Text + Select_image + Tachi image + background
SDL_Surface *effect_dst_surface; // Intermediate source buffer for effect
SDL_Surface *effect_src_surface; // Intermediate destnation buffer for effect
SDL_Surface *effect_tmp_surface; // Intermediate buffer for effect
SDL_Surface *screenshot_surface; // Screenshot
SDL_Surface *image_surface; // Reference for loadImage()
unsigned char *tmp_image_buf;
unsigned long tmp_image_buf_length;
unsigned long mean_size_of_loaded_images;
unsigned long num_loaded_images;
/* ---------------------------------------- */
/* Button related variables */
AnimationInfo btndef_info;
struct ButtonState{
int x, y, button;
bool down_flag, valid_flag;
ButtonState(){ //Mion - initialize these values
reset();
down_flag = false;
};
void reset(){ //Mion - clear the button state
button = 0;
valid_flag = false;
};
void set(int val){ //Mion - set button & valid_flag
button = val;
valid_flag = true;
};
} current_button_state, volatile_button_state, last_mouse_state, shelter_mouse_state;
struct ButtonLink{
typedef enum { NORMAL_BUTTON = 0,
SPRITE_BUTTON = 1,
EX_SPRITE_BUTTON = 2,
LOOKBACK_BUTTON = 3,
TMP_SPRITE_BUTTON = 4,
TEXT_BUTTON = 5
} BUTTON_TYPE;
struct ButtonLink *next;
struct ButtonLink *same; //Mion: to link buttons that act in concert
BUTTON_TYPE button_type;
int no;
int sprite_no;
char *exbtn_ctl;
SDL_Rect select_rect;
SDL_Rect image_rect;
AnimationInfo *anim[2];
int show_flag; // 0...show nothing, 1... show anim[0], 2 ... show anim[1]
ButtonLink(){
button_type = NORMAL_BUTTON;
next = NULL;
same = NULL;
exbtn_ctl = NULL;
anim[0] = anim[1] = NULL;
show_flag = 0;
};
~ButtonLink(){
if ((button_type == NORMAL_BUTTON ||
button_type == TMP_SPRITE_BUTTON ||
button_type == TEXT_BUTTON) && anim[0]) delete anim[0];
if ( exbtn_ctl ) delete[] exbtn_ctl;
};
void insert( ButtonLink *button ){
button->next = this->next;
this->next = button;
};
void connect( ButtonLink *button ){
button->same = this->same;
this->same = button;
};
void removeSprite( int no ){
ButtonLink *p = this;
while(p->next){
if ( p->next->sprite_no == no &&
( p->next->sprite_no == SPRITE_BUTTON ||
p->next->sprite_no == EX_SPRITE_BUTTON ) ){
ButtonLink *p2 = p->next;
p->next = p->next->next;
delete p2;
}
else{
p = p->next;
}
}
};
} root_button_link, *current_button_link, *shelter_button_link,
exbtn_d_button_link, exbtn_d_shelter_button_link, text_button_link;
bool is_exbtn_enabled;
int current_over_button;
/* ---------------------------------------- */
/* Mion: textbtn related variables */
struct TextButtonInfoLink{
struct TextButtonInfoLink *next;
char *text; //actual "text" of the button
char *prtext; // button text as printed (w/linebreaks)
ButtonLink *button;
int xy[2];
int no;
TextButtonInfoLink(){
next = NULL;
text = NULL;
button = NULL;
xy[0] = xy[1] = -1;
no = -1;
};
~TextButtonInfoLink(){
if (text) delete[] text;
if (prtext) delete[] prtext;
};
void insert( TextButtonInfoLink *info ){
info->next = this->next;
this->next = info;
};
} text_button_info;
int txtbtn_start_num;
int next_txtbtn_num;
bool in_txtbtn;
bool txtbtn_show;
bool txtbtn_visible;
uchar3 linkcolor[2];
bool getzxc_flag;
bool gettab_flag;
bool getpageup_flag;
bool getpagedown_flag;
bool getinsert_flag;
bool getfunction_flag;
bool getenter_flag;
bool getcursor_flag;
bool spclclk_flag;
void resetSentenceFont();
void deleteButtonLink();
void processTextButtonInfo();
void deleteTextButtonInfo();
void terminateTextButton();
void refreshMouseOverButton();
void refreshSprite( int sprite_no, bool active_flag, int cell_no, SDL_Rect *check_src_rect, SDL_Rect *check_dst_rect );
void decodeExbtnControl( const char *ctl_str, SDL_Rect *check_src_rect=NULL, SDL_Rect *check_dst_rect=NULL );
void disableGetButtonFlag();
int getNumberFromBuffer( const char **buf );
/* ---------------------------------------- */
/* General image-related variables */
enum { PNG_MASK_AUTODETECT = 0,
PNG_MASK_USE_ALPHA = 1,
PNG_MASK_USE_NSCRIPTER = 2
};
int png_mask_type;
/* ---------------------------------------- */
/* Background related variables */
AnimationInfo bg_info;
/* ---------------------------------------- */
/* Tachi-e related variables */
/* 0 ... left, 1 ... center, 2 ... right */
AnimationInfo tachi_info[3];
int human_order[3];
/* ---------------------------------------- */
/* Sprite related variables */
AnimationInfo *sprite_info;
AnimationInfo *sprite2_info;
bool all_sprite_hide_flag;
bool all_sprite2_hide_flag;
/* ---------------------------------------- */
/* Parameter related variables */
AnimationInfo *bar_info[MAX_PARAM_NUM], *prnum_info[MAX_PARAM_NUM];
/* ---------------------------------------- */
/* Cursor related variables */
enum { CURSOR_WAIT_NO = 0,
CURSOR_NEWPAGE_NO = 1
};
AnimationInfo cursor_info[2];
void loadCursor( int no, const char *str, int x, int y, bool abs_flag = false );
void saveAll();
void loadEnvData();
void saveEnvData();
/* ---------------------------------------- */
/* Lookback related variables */
AnimationInfo lookback_info[4];
/* ---------------------------------------- */
/* Text related variables */
AnimationInfo text_info;
AnimationInfo sentence_font_info;
char *font_file;
int erase_text_window_mode;
bool text_on_flag; // suppress the effect of erase_text_window_mode
bool draw_cursor_flag;
int textgosub_clickstr_state;
int indent_offset;
int line_enter_status; // 0 ... no enter, 1 ... pretext, 2 ... body
int page_enter_status; // 0 ... no enter, 1 ... body
struct GlyphCache{
GlyphCache *next;
Uint16 text;
TTF_Font *font;
SDL_Surface *surface;
} *root_glyph_cache, glyph_cache[NUM_GLYPH_CACHE];
//Mion: use the following for tracking text color changes in current page
struct ColorChange{
struct ColorChange *next;
uchar3 color;
int offset;
ColorChange(){
color[0] = color[1] = color[2] = 0;
offset = -1;
next = NULL;
};
void insert( ColorChange *newcolor ){
if (next) {
next->insert(newcolor);
} else
next = newcolor;
};
} current_page_colors, *shelter_colors;
void deleteColorChanges();
void textbtnColorChange();
int refreshMode();
void setwindowCore();
SDL_Surface *renderGlyph(TTF_Font *font, Uint16 text);
void drawGlyph( SDL_Surface *dst_surface, Fontinfo *info, SDL_Color &color, char *text, int xy[2], bool shadow_flag, AnimationInfo *cache_info, SDL_Rect *clip, SDL_Rect &dst_rect );
void drawChar( char* text, Fontinfo *info, bool flush_flag, bool lookback_flag, SDL_Surface *surface, AnimationInfo *cache_info, SDL_Rect *clip=NULL );
void drawString( const char *str, uchar3 color, Fontinfo *info, bool flush_flag, SDL_Surface *surface, SDL_Rect *rect = NULL, AnimationInfo *cache_info=NULL, bool skip_whitespace_flag=true );
void restoreTextBuffer();
int enterTextDisplayMode(bool text_flag = true);
int leaveTextDisplayMode(bool force_leave_flag = false);
void doClickEnd();
int clickWait( char *out_text );
int clickNewPage( char *out_text );
void startRuby(char *buf, Fontinfo &info);
void endRuby(bool flush_flag, bool lookback_flag, SDL_Surface *surface, AnimationInfo *cache_info);
int textCommand();
int processText();
//Mion: variables & functions for special text processing
bool *string_buffer_breaks; // can it break before a particular offset?
char *string_buffer_margins; // where are the ruby margins, how long (in pixels)
bool line_has_nonspace;
enum LineBreakType {
SPACEBREAK = 1, // Western-style, break before spaces
KINSOKU = 2, // Eastern-style, break anywhere except before/after forbidden chars
} last_line_break_type;
char doLineBreak();
int isTextCommand(const char *buf);
void processRuby(unsigned int i, int cmd);
bool processBreaks(bool cont_line, LineBreakType style);
int findNextBreak(int offset, int &len);
/* ---------------------------------------- */
/* Skip mode */
enum { SKIP_NONE = 0,
SKIP_NORMAL = 1, // skip endlessly (press 's' button)
SKIP_TO_EOP = 2, // skip to end of page (press 'o' button)
SKIP_TO_WAIT = 4, // skip to a wait point
SKIP_TO_EOL = 8 // skip to end of line
};
int skip_mode;
/* ---------------------------------------- */
/* Effect related variables */
DirtyRect dirty_rect, dirty_rect_tmp; // only this region is updated
int effect_counter; // counter in each effect
int effect_timer_resolution;
int effect_start_time;
int effect_start_time_old;
int effect_tmp;
bool in_effect_blank;
#define ONS_TRIG_TABLE_SIZE 256
float *sin_table, *cos_table;
int *whirl_table;
void buildSinTable();
void buildCosTable();
void buildWhirlTable();
int setEffect( EffectLink *effect, bool generate_effect_dst, bool update_backup_surface );
int doEffect( EffectLink *effect, bool clear_dirty_region=true );
void drawEffect( SDL_Rect *dst_rect, SDL_Rect *src_rect, SDL_Surface *surface );
void generateMosaic( SDL_Surface *src_surface, int level );
void effectCascade( char *params, int duration );
void effectTrvswave( char *params, int duration );
void effectWhirl( char *params, int duration );
struct BreakupCell{
int cell_x, cell_y;
int dir;
int state;
int radius;
BreakupCell(){
cell_x = cell_y = 0;
dir = state = radius = 0;
};
} *breakup_cells;
bool *breakup_cellforms, *breakup_mask;
void buildBreakupCellforms();
void buildBreakupMask();
void initBreakup( char *params );
void effectBreakup( char *params, int duration );
/* ---------------------------------------- */
/* Select related variables */
enum { SELECT_GOTO_MODE=0, SELECT_GOSUB_MODE=1, SELECT_NUM_MODE=2, SELECT_CSEL_MODE=3 };
struct SelectLink{
struct SelectLink *next;
char *text;
char *label;
SelectLink(){
next = NULL;
text = label = NULL;
};
~SelectLink(){
if ( text ) delete[] text;
if ( label ) delete[] label;
};
} root_select_link, *shelter_select_link;
struct NestInfo select_label_info;
int shortcut_mouse_line;
void deleteSelectLink();
struct ButtonLink *getSelectableSentence( char *buffer, Fontinfo *info, bool flush_flag = true, bool nofile_flag = false, bool skip_whitespace = true );
/* ---------------------------------------- */
/* Sound related variables */
enum{
SOUND_NONE = 0,
SOUND_PRELOAD = 1,
SOUND_WAVE = 2,
SOUND_OGG = 4,
SOUND_OGG_STREAMING = 8,
SOUND_MP3 = 16,
SOUND_MIDI = 32,
SOUND_OTHER = 64
};
int cdrom_drive_number;
char *default_cdrom_drive;
bool cdaudio_on_flag; // false if mute
bool volume_on_flag; // false if mute
SDL_AudioSpec audio_format;
bool audio_open_flag;
bool wave_play_loop_flag;
char *wave_file_name;
bool midi_play_loop_flag;
char *midi_file_name;
Mix_Music *midi_info;
SDL_CD *cdrom_info;
int current_cd_track;
bool cd_play_loop_flag;
bool music_play_loop_flag;
bool mp3save_flag;
char *music_file_name;
unsigned char *music_buffer; // for looped music
long music_buffer_length;
#if defined(WII)
struct MAD_decoder *mp3_sample;
#else
SMPEG *mp3_sample;
#endif
Uint32 mp3fade_start;
Uint32 mp3fadeout_duration;
Uint32 mp3fadein_duration;
Mix_Music *music_info;
char *loop_bgm_name[2];
int channelvolumes[ONS_MIX_CHANNELS]; //insani's addition
Mix_Chunk *wave_sample[ONS_MIX_CHANNELS+ONS_MIX_EXTRA_CHANNELS];
char *music_cmd;
char *midi_cmd;
int playSound(const char *filename, int format, bool loop_flag, int channel=0);
void playCDAudio();
int playWave(Mix_Chunk *chunk, int format, bool loop_flag, int channel);
int playMP3();
int playOGG(int format, unsigned char *buffer, long length, bool loop_flag, int channel);
int playExternalMusic(bool loop_flag);
int playMIDI(bool loop_flag);
// Mion: for music status and fades
int playingMusic();
int setCurMusicVolume(int volume);
enum { WAVE_PLAY = 0,
WAVE_PRELOAD = 1,
WAVE_PLAY_LOADED = 2
};
void stopBGM( bool continue_flag );
void stopAllDWAVE();
void playClickVoice();
void setupWaveHeader( unsigned char *buffer, int channels, int rate, int bits, unsigned long data_length );
OVInfo *openOggVorbis(unsigned char *buf, long len, int &channels, int &rate);
int closeOggVorbis(OVInfo *ovi);
/* ---------------------------------------- */
/* Movie related variables */
SMPEG *async_movie;
unsigned char *movie_buffer;
SDL_Surface *async_movie_surface;
SDL_Rect async_movie_rect;
SDL_Rect *surround_rects;
bool movie_click_flag, movie_loop_flag;
int playMPEG( const char *filename, bool async_flag, bool use_pos=false, int xpos=0, int ypos=0, int width=0, int height=0 );
void playAVI( const char *filename, bool click_flag );
void stopMovie(SMPEG *mpeg);
/* ---------------------------------------- */
/* Text event related variables */
TTF_Font *text_font;
bool new_line_skip_flag;
int text_speed_no;
void shadowTextDisplay( SDL_Surface *surface, SDL_Rect &clip );
void clearCurrentPage();
void newPage( bool next_flag );
void flush( int refresh_mode, SDL_Rect *rect=NULL, bool clear_dirty_flag=true, bool direct_flag=false );
void flushDirect( SDL_Rect &rect, int refresh_mode, bool updaterect=true );
void executeLabel();
SDL_Surface *loadImage( char *file_name, bool *has_alpha=NULL );
int parseLine();
void mouseOverCheck( int x, int y );
/* ---------------------------------------- */
/* Animation */
int proceedAnimation();
int proceedCursorAnimation();
int estimateNextDuration( AnimationInfo *anim, SDL_Rect &rect, int minimum );
void resetRemainingTime( int t );
void resetCursorTime( int t );
void setupAnimationInfo( AnimationInfo *anim, Fontinfo *info=NULL );
void parseTaggedString( AnimationInfo *anim );
void drawTaggedSurface( SDL_Surface *dst_surface, AnimationInfo *anim, SDL_Rect &clip );
void stopAnimation( int click );
/* ---------------------------------------- */
/* File I/O */
void searchSaveFile( SaveFileInfo &info, int no );
int loadSaveFile( int no );
void saveMagicNumber( bool output_flag );
int saveSaveFile( int no, const char *savestr=NULL );
int loadSaveFile2( int file_version );
void saveSaveFile2( bool output_flag );
/* ---------------------------------------- */
/* Image processing */
unsigned char *resize_buffer;
size_t resize_buffer_size;
int resizeSurface( SDL_Surface *src, SDL_Surface *dst );
void shiftCursorOnButton( int diff );
void alphaBlend( SDL_Surface *mask_surface,
int trans_mode, Uint32 mask_value = 255, SDL_Rect *clip=NULL,
SDL_Surface *src1=NULL, SDL_Surface *src2=NULL,
SDL_Surface *dst=NULL );
void alphaBlend32( SDL_Surface *dst_surface, SDL_Rect dst_rect,
SDL_Surface *src_surface, SDL_Color &color, SDL_Rect *clip, bool rotate_flag );
void makeNegaSurface( SDL_Surface *surface, SDL_Rect &clip );
void makeMonochromeSurface( SDL_Surface *surface, SDL_Rect &clip );
void refreshSurface( SDL_Surface *surface, SDL_Rect *clip_src, int refresh_mode = REFRESH_NORMAL_MODE );
void createBackground();
/* ---------------------------------------- */
/* rmenu and system call */
bool system_menu_enter_flag;
int system_menu_mode;
int shelter_event_mode;
int shelter_display_mode;
bool shelter_draw_cursor_flag;
struct Page *cached_page;
enum MessageId {
MESSAGE_SAVE_EXIST,
MESSAGE_SAVE_EMPTY,
MESSAGE_SAVE_CONFIRM,
MESSAGE_LOAD_CONFIRM,
MESSAGE_RESET_CONFIRM,
MESSAGE_END_CONFIRM,
MESSAGE_YES,
MESSAGE_NO
};
const char* getMessageString( MessageId which );
void enterSystemCall();
void leaveSystemCall( bool restore_flag = true );
void executeSystemCall();
void executeSystemMenu();
void executeSystemSkip();
void executeSystemAutomode();
void executeSystemReset();
void executeSystemEnd();
void executeWindowErase();
void executeSystemLoad();
void executeSystemSave();
void executeSystemYesNo();
void setupLookbackButton();
void executeSystemLookback();
};
#endif // __ONSCRIPTER_LABEL_H__