Douglas Liu
|
6b13449fd2
|
STARK: Fix a wrong comment
|
2018-07-15 23:44:07 +08:00 |
|
Douglas Liu
|
25d17923be
|
STARK: Add a prompt to the log when the game is paused
|
2018-07-15 23:25:39 +08:00 |
|
Douglas Liu
|
3e38b1c4f9
|
STARK: Further improve the calculation of options' positions
|
2018-07-15 11:46:14 +08:00 |
|
Douglas Liu
|
2453408988
|
STARK: Improve the checking of displayed dialog options
|
2018-07-14 22:50:30 +08:00 |
|
Douglas Liu
|
180294c02f
|
STARK: Bind returning to previous screen to key Esc
|
2018-07-14 15:57:18 +08:00 |
|
Douglas Liu
|
09b67ae045
|
STARK: Improve idle mouse detection in DialogPanel
|
2018-07-14 15:29:21 +08:00 |
|
Douglas Liu
|
19bd1092cb
|
STARK: Improve saving with key F2
|
2018-07-11 22:52:23 +08:00 |
|
Douglas Liu
|
fc727c56c4
|
STARK: Fix bug in binding of key F5
|
2018-07-11 22:17:03 +08:00 |
|
Douglas Liu
|
045b071f9b
|
STARK: Small style change
|
2018-07-11 22:13:56 +08:00 |
|
Douglas Liu
|
c7c407d965
|
STARK: Improve cycling the inventory
|
2018-07-11 21:57:37 +08:00 |
|
Douglas Liu
|
22c6bf8d78
|
STARK: Move the exit action constant to class PATTable
|
2018-07-11 21:00:51 +08:00 |
|
Douglas Liu
|
f64a186097
|
STARK: Leave a note of saving screenshot with key F8
|
2018-07-10 23:45:15 +08:00 |
|
Douglas Liu
|
0587de6c45
|
STARK: Bugs fixing
|
2018-07-10 23:41:03 +08:00 |
|
Douglas Liu
|
7fb942f073
|
STARK: Bind displaying exit locations to key X
|
2018-07-10 23:33:04 +08:00 |
|
Douglas Liu
|
76e305783a
|
STARK: Improve the rendering of exit location symbols
|
2018-07-10 23:20:40 +08:00 |
|
Douglas Liu
|
a16d469231
|
STARK: Render exit symbols on the screen
|
2018-07-09 23:49:51 +08:00 |
|
Douglas Liu
|
b0e25564cb
|
STARK: Bind dialog options to number keys
|
2018-07-03 23:06:36 +08:00 |
|
Douglas Liu
|
762a9baab1
|
STARK: Bind dialog panel to related keys
|
2018-07-02 23:26:24 +08:00 |
|
Douglas Liu
|
82d818135b
|
STARK: Bind inventory scrolling to related keys
|
2018-07-02 18:12:19 +08:00 |
|
Douglas Liu
|
1ecb8438e8
|
STARK: Bind pausing to key P
|
2018-07-02 16:32:54 +08:00 |
|
Douglas Liu
|
3d5bb3601a
|
STARK: Bind cycling inventory to Key A and S
|
2018-07-02 13:14:24 +08:00 |
|
Douglas Liu
|
719c2ad09a
|
STARK: Bind toggling subtitles to F9
|
2018-07-02 11:56:05 +08:00 |
|
Douglas Liu
|
98d2d9e06f
|
STARK: Bind inventory to key I
|
2018-07-01 23:20:51 +08:00 |
|
Douglas Liu
|
1065800183
|
STARK: Bind exit to ALT+X and ALT+Q
|
2018-07-01 23:20:50 +08:00 |
|
Douglas Liu
|
874f468ba0
|
STARK: Bind quiting to main menu to F10
|
2018-07-01 23:20:50 +08:00 |
|
Douglas Liu
|
93c508647d
|
STARK: Bind menus to function keys
|
2018-07-01 23:20:50 +08:00 |
|
Bastien Bouclet
|
a3f7e97974
|
Merge pull request #1471 from DouglasLiuGamer/branch-fix
STARK: Issue fixing
|
2018-07-01 16:29:48 +02:00 |
|
Douglas Liu
|
cdac19af5f
|
STARK: Fix version info issue & disable widgets missing render entry
Fix #1469 and fix #1470
|
2018-07-01 21:45:27 +08:00 |
|
Bastien Bouclet
|
2c7b10107d
|
Merge pull request #1468 from DouglasLiuGamer/branch-box
STARK: Enable rough confirmation dialogs
|
2018-07-01 15:32:53 +02:00 |
|
David Fioramonti
|
35d89e25a6
|
MYST3: Add RoomID enum to help working with Rooms
No behavior changes.
Not all rooms were given useful names, but the most used
were. More useful names for the more obscure rooms can be added
later.
|
2018-07-01 10:33:22 +02:00 |
|
Douglas Liu
|
7df34a6565
|
STARK: Move the dialog function to UserInterface
|
2018-07-01 13:44:48 +08:00 |
|
Douglas Liu
|
7977a11e49
|
STARK: Small fixing
|
2018-07-01 11:42:56 +08:00 |
|
Bastien Bouclet
|
2f756b92e7
|
MYST3: Don't allow clicking away modal dialogs
Also prevent escape from closing modal dialogs without executing any
action.
Fixes #1447, Fixes #1457.
|
2018-06-30 13:50:12 +02:00 |
|
Douglas Liu
|
a5c4784fc2
|
STARK: Remove a dump file
|
2018-06-30 18:02:44 +08:00 |
|
Douglas Liu
|
e492ebf7a1
|
STARK: Disable using texts from language.ini
|
2018-06-30 17:58:48 +08:00 |
|
Douglas Liu
|
40374577bb
|
STARK: Use loaded texts in the top menu
|
2018-06-30 17:33:38 +08:00 |
|
Douglas Liu
|
47dde59b97
|
STARK: Enable confirmation dialog on save & load menu
|
2018-06-30 17:28:49 +08:00 |
|
Douglas Liu
|
34993c7275
|
STARK: Bug fixing
|
2018-06-30 17:26:26 +08:00 |
|
Douglas Liu
|
d57ac332fc
|
STARK: Enable QuitGame dialog
|
2018-06-30 16:49:02 +08:00 |
|
Douglas Liu
|
b8a8acb7bf
|
STARK: Open the GameMessage service
|
2018-06-30 16:49:02 +08:00 |
|
Bastien Bouclet
|
a03cdea52d
|
Merge pull request #1467 from DouglasLiuGamer/branch-mainmenu
STARK: Improve the main menu
|
2018-06-30 10:42:51 +02:00 |
|
Douglas Liu
|
d653b9dda2
|
STARK: Style improvement
|
2018-06-30 15:40:10 +08:00 |
|
Douglas Liu
|
47ba0fd1ea
|
STARK: Small fixing
|
2018-06-30 11:53:48 +08:00 |
|
Douglas Liu
|
0d2641af31
|
STARK: Style typo
|
2018-06-29 23:50:16 +08:00 |
|
Douglas Liu
|
f1b3caba08
|
STARK: Implement the Book Of Secrets Open command
|
2018-06-29 23:45:54 +08:00 |
|
Douglas Liu
|
16da3ce83b
|
STARK: Improve GameWindow::onScreenChanged()
|
2018-06-29 23:10:24 +08:00 |
|
Douglas Liu
|
8121a28c91
|
STARK: Enable exit to main menu in the book of secrets
|
2018-06-29 22:10:25 +08:00 |
|
Douglas Liu
|
6120877b99
|
STARK: Cache quiting to main menu and perform later
|
2018-06-29 21:44:08 +08:00 |
|
Douglas Liu
|
a14744117b
|
STARK: Enable onScreenChanged() in Cursor and GameWindow
|
2018-06-29 21:44:08 +08:00 |
|
Douglas Liu
|
92184a1899
|
STARK: Enable book of secrets in the main menu
|
2018-06-29 21:44:07 +08:00 |
|