Holger Schemel [Mon, 6 Jun 2022 19:34:10 +0000 (21:34 +0200)]
improved element descriptions for magic walls
Holger Schemel [Thu, 26 May 2022 22:28:40 +0000 (00:28 +0200)]
added larger default screen size for Emscripten platform
Holger Schemel [Thu, 26 May 2022 22:18:16 +0000 (00:18 +0200)]
added loading screen before starting the game for Emscripten platform
Holger Schemel [Sun, 22 May 2022 11:35:15 +0000 (13:35 +0200)]
fixed another problem with leaving scores screen on Android platform
On Android, when touching the screen anywhere in the hall of fame
after playing a game, this should either start the next game or
return to the main menu. However, this is done when touching the
screen with "finger down", not with "finger up again", sending an
additional "release" event in the main menu, triggering the menu
entry under the finger.
This fix triggers leaving the hall of fame on the "release" event
only.
Holger Schemel [Sun, 15 May 2022 08:47:41 +0000 (10:47 +0200)]
fixed bug with leaving scores screen on Android platform (again)
This is the same bugfix as in commit
a42f3002 (which for whatever
reason was "unfixed" since that commit).
Holger Schemel [Sat, 14 May 2022 09:09:16 +0000 (11:09 +0200)]
fixed continuing from hall of fame after playing on Android platform
Holger Schemel [Fri, 13 May 2022 09:17:05 +0000 (11:17 +0200)]
added browser icon for Emscripten platform
Holger Schemel [Wed, 11 May 2022 16:43:13 +0000 (18:43 +0200)]
fixed changing back link in hall of fame to "next" only when needed
Holger Schemel [Wed, 11 May 2022 12:04:59 +0000 (14:04 +0200)]
added special mode to continue from hall of fame when pressing "space" key
Holger Schemel [Wed, 11 May 2022 12:00:25 +0000 (14:00 +0200)]
added playing next level when leaving hall of fame via back link
Holger Schemel [Wed, 11 May 2022 11:55:57 +0000 (13:55 +0200)]
minor whitespace change
Holger Schemel [Wed, 11 May 2022 11:54:19 +0000 (13:54 +0200)]
added storing next level to play from hall of fame
Holger Schemel [Wed, 11 May 2022 11:50:27 +0000 (13:50 +0200)]
moved code to start playing from hall of fame to separate function
Holger Schemel [Wed, 11 May 2022 11:46:48 +0000 (13:46 +0200)]
added flag to continue from hall of fame when pressing "return" key
Holger Schemel [Wed, 11 May 2022 11:41:50 +0000 (13:41 +0200)]
changed setting flag to continue playing next level from hall of fame
Holger Schemel [Wed, 11 May 2022 11:29:12 +0000 (13:29 +0200)]
renamed variable
Holger Schemel [Wed, 11 May 2022 08:59:48 +0000 (10:59 +0200)]
renamed variable
Holger Schemel [Wed, 11 May 2022 08:27:44 +0000 (10:27 +0200)]
added showing score even if not added to local score file
This fixes a special case: If a score was not added to the local score
file (because all entries in the local score file have a better score,
and there are no free slots in the local score file anymore), the hall
of fame was completely skipped before. This was handled differently to
a score that was still not under the best 100 ranks on the high score
server for that level, but that was written to the local score file
(either because it was not full yet, or because it was better than the
last entry in the local score file).
This fix adds showing the score (with a rank of "???" on the last list
position, as usual) even if it was not written to the local score file.
Holger Schemel [Wed, 11 May 2022 08:20:19 +0000 (10:20 +0200)]
changed name of preprocessor constant
Holger Schemel [Mon, 9 May 2022 21:53:08 +0000 (23:53 +0200)]
fixed setting text size for clearing input on name selection screen
Holger Schemel [Mon, 9 May 2022 21:52:13 +0000 (23:52 +0200)]
fixed using font draw offset when clearing input on name selection screen
Holger Schemel [Sun, 8 May 2022 21:46:42 +0000 (23:46 +0200)]
minor whitespace change
Holger Schemel [Sun, 8 May 2022 21:40:37 +0000 (23:40 +0200)]
fixed bug with leaving scores screen on Android platform
This change fixes a problem that occurs on the scores screen after
playing a game on Android, where the screen is left by any user input,
but then does not reset the flag that the last screen was the playing
screen, causing all other "choose tree" style screens to also exit on
any user input (which makes it impossible to select a different level
set on the level set selection screen afterwards, for example).
Holger Schemel [Sun, 8 May 2022 00:01:26 +0000 (02:01 +0200)]
added support for global animations on name selection screen
Holger Schemel [Sat, 7 May 2022 22:55:13 +0000 (00:55 +0200)]
fixed assumed position of screen keyboard for Android platform
Holger Schemel [Sat, 7 May 2022 22:52:39 +0000 (00:52 +0200)]
fixed bug with referencing out-of-scope structures
Holger Schemel [Sat, 7 May 2022 21:30:14 +0000 (23:30 +0200)]
fixed clicking "edit" text using font offset on name selection screen
Holger Schemel [Thu, 5 May 2022 18:45:13 +0000 (20:45 +0200)]
changed unusual wording of "handicap" setup option
Holger Schemel [Sun, 1 May 2022 18:12:13 +0000 (20:12 +0200)]
fixed handling gadgets when touch controls are disabled on Android
Holger Schemel [Sat, 30 Apr 2022 23:05:40 +0000 (01:05 +0200)]
renamed activity name for Android platform
Holger Schemel [Sat, 30 Apr 2022 22:13:21 +0000 (00:13 +0200)]
renamed Java class for Android platform
Holger Schemel [Fri, 29 Apr 2022 23:18:45 +0000 (01:18 +0200)]
added reading optional platform setup file
Holger Schemel [Fri, 29 Apr 2022 18:21:40 +0000 (20:21 +0200)]
renamed program info directory
Holger Schemel [Fri, 29 Apr 2022 18:15:16 +0000 (20:15 +0200)]
version number set to 4.3.2.2
Holger Schemel [Mon, 18 Apr 2022 21:44:19 +0000 (23:44 +0200)]
fixed copying HTTP response buffer for Emscripten platform
Holger Schemel [Mon, 18 Apr 2022 21:53:39 +0000 (23:53 +0200)]
version number set to 4.3.2.1
Holger Schemel [Sat, 16 Apr 2022 23:11:28 +0000 (01:11 +0200)]
added storing score tapes from score server in cache directory
Holger Schemel [Sat, 16 Apr 2022 23:10:01 +0000 (01:10 +0200)]
added message request if local score tape not found
Holger Schemel [Sat, 16 Apr 2022 23:04:36 +0000 (01:04 +0200)]
added functions for accessing score tapes in cache directory (not used yet)
Holger Schemel [Sat, 16 Apr 2022 23:01:04 +0000 (01:01 +0200)]
added auto-playing next level when touching scores screen on Android
Holger Schemel [Sat, 16 Apr 2022 22:54:43 +0000 (00:54 +0200)]
fixed stopping auto-playing next level on input on scores screen
Holger Schemel [Sat, 16 Apr 2022 22:31:19 +0000 (00:31 +0200)]
added fading settings for score info page
Holger Schemel [Sat, 16 Apr 2022 13:58:30 +0000 (15:58 +0200)]
fixed crash with "autotest" due to clearing undefined bitmap rectangle
Holger Schemel [Fri, 15 Apr 2022 10:20:22 +0000 (12:20 +0200)]
fixed checking artwork set for compatibility code for new score screens
Holger Schemel [Fri, 15 Apr 2022 10:13:13 +0000 (12:13 +0200)]
added initially setting artwork identifier
Holger Schemel [Fri, 15 Apr 2022 10:05:25 +0000 (12:05 +0200)]
renamed function
Holger Schemel [Thu, 14 Apr 2022 23:19:40 +0000 (01:19 +0200)]
added using left and right spacing on score info page
Holger Schemel [Thu, 14 Apr 2022 22:57:49 +0000 (00:57 +0200)]
added warning only once per file when using fallback artwork
Holger Schemel [Thu, 14 Apr 2022 22:46:41 +0000 (00:46 +0200)]
added support for playing tape on score info page using key shortcut
Holger Schemel [Wed, 13 Apr 2022 22:53:00 +0000 (00:53 +0200)]
fixed calculating screen gadgets on score info page
Holger Schemel [Wed, 13 Apr 2022 22:42:29 +0000 (00:42 +0200)]
fixed and added some comments
Holger Schemel [Wed, 13 Apr 2022 19:16:15 +0000 (21:16 +0200)]
added compatibility code for new score screens for new "Jue" graphics
Holger Schemel [Wed, 13 Apr 2022 18:26:45 +0000 (20:26 +0200)]
added compatibility code for new score screens for old "Jue" graphics
Holger Schemel [Wed, 13 Apr 2022 18:14:25 +0000 (20:14 +0200)]
added compatibility code for new score screens for "Snake Bite" graphics
Holger Schemel [Tue, 12 Apr 2022 21:45:38 +0000 (23:45 +0200)]
fixed background image on score info page after playing score tape
Holger Schemel [Tue, 12 Apr 2022 21:16:32 +0000 (23:16 +0200)]
moved code to determine global game status to separate function
Holger Schemel [Tue, 12 Apr 2022 21:13:10 +0000 (23:13 +0200)]
fixed viewport properties for score info page
Holger Schemel [Tue, 12 Apr 2022 21:10:04 +0000 (23:10 +0200)]
fixed global border for score info page
Holger Schemel [Tue, 12 Apr 2022 21:06:37 +0000 (23:06 +0200)]
fixed setting background image on score info page
Holger Schemel [Tue, 12 Apr 2022 20:48:54 +0000 (22:48 +0200)]
fixed compatibility handling for redefined old graphic "global.door"
If old graphic "global.door" is redefined, all individual definitions
accessing the same image file are changed to use the redefined image.
However, this did not work correctly for graphic definitions which are
cloned from other graphic definitions which are itself redefined and
do not use the same graphic as "global.door" anymore. In this case, do
not change these cloned graphics to use the redefined "global.door".
Holger Schemel [Tue, 12 Apr 2022 06:15:39 +0000 (08:15 +0200)]
added support for playing local score tape from score info page
Holger Schemel [Sun, 10 Apr 2022 11:52:34 +0000 (13:52 +0200)]
fixed (not) resuming game from hall of fame after playing
Holger Schemel [Sat, 9 Apr 2022 18:04:36 +0000 (20:04 +0200)]
added "levelinfo.conf" options to rename levels with title "nameless level"
Holger Schemel [Sat, 9 Apr 2022 17:15:12 +0000 (19:15 +0200)]
added hiding info screen sub-menus marked with '.hide'
Holger Schemel [Sat, 9 Apr 2022 10:09:07 +0000 (12:09 +0200)]
added definition for persistent directory name for Emscripten platform
Holger Schemel [Sat, 9 Apr 2022 09:53:33 +0000 (11:53 +0200)]
fixed using individual program data path for Emscripten platform
Before, the Emscripten platform was treated as "Unix platform", which
should use ".rocksndiamonds" (or ".<program name>") as the data path.
As there is no "program name" on Emscripten platform, it is set to
"this" by the Emscripten environment, resulting in using ".this" for
all R'n'D based programs under the same domain in the IndexedDB store
of the browser, so there is no separation of individual program data
for different R'n'D based custom games, leading to shared data like
player name, setup settings and everything else, which is not desired.
This commit fixed this problem by using the program title instead of
the program's executable name (just like it is already done for the
Windows and Mac platforms.)
Holger Schemel [Sat, 9 Apr 2022 09:10:19 +0000 (11:10 +0200)]
added support for opening URLs for global animation event actions
Holger Schemel [Sat, 9 Apr 2022 09:06:46 +0000 (11:06 +0200)]
added function to check if string is URL (not used yet)
Holger Schemel [Sat, 9 Apr 2022 09:05:52 +0000 (11:05 +0200)]
added functions to open URLs (not used yet)
Holger Schemel [Thu, 7 Apr 2022 15:31:52 +0000 (17:31 +0200)]
fixed graphical bug when player enters exit using ultra-fast speed
This fixes the player graphic getting stuck when entering the exit
under certain circumstances while using ultra-fast player speed.
This bug is described in the following forum topic:
https://www.artsoft.org/forum/viewtopic.php?t=3328
Holger Schemel [Thu, 7 Apr 2022 11:42:23 +0000 (13:42 +0200)]
fixed different viewport properties after playing score tape
Holger Schemel [Wed, 6 Apr 2022 21:46:25 +0000 (23:46 +0200)]
added using busy animation on non-loading screens
Holger Schemel [Wed, 6 Apr 2022 17:26:10 +0000 (19:26 +0200)]
added support for busy animation on non-loading screens
Holger Schemel [Wed, 6 Apr 2022 17:20:06 +0000 (19:20 +0200)]
fixed position of initial busy animation
This fixes a bug introduced with commit
b1734380.
Holger Schemel [Wed, 6 Apr 2022 13:01:24 +0000 (15:01 +0200)]
added playing score tape from score info page
Holger Schemel [Wed, 6 Apr 2022 12:13:06 +0000 (14:13 +0200)]
moved code for buttons to stop game or tape to separate functions
Holger Schemel [Wed, 6 Apr 2022 09:40:19 +0000 (11:40 +0200)]
updated door graphic
Holger Schemel [Tue, 5 Apr 2022 06:38:07 +0000 (08:38 +0200)]
added function to load score tape (not used yet)
Holger Schemel [Tue, 5 Apr 2022 06:36:14 +0000 (08:36 +0200)]
added API functions to get score tape from score server
Holger Schemel [Tue, 5 Apr 2022 04:22:22 +0000 (06:22 +0200)]
fixed button to play tape on score info page (not used yet)
If there is no tape to play, do not show the "play tape" button.
Holger Schemel [Tue, 5 Apr 2022 04:14:54 +0000 (06:14 +0200)]
fixed handling deactivated gadget state
Off-screen gadgets are set to state "deactivated", but could never be
re-activated again, which is fixed now.
Holger Schemel [Thu, 31 Mar 2022 14:49:54 +0000 (16:49 +0200)]
moved API functions to separate source file
Holger Schemel [Thu, 31 Mar 2022 13:40:43 +0000 (15:40 +0200)]
added button to play tape to score info page (not used yet)
Holger Schemel [Thu, 31 Mar 2022 13:23:07 +0000 (15:23 +0200)]
changed handling graphics for pressed screen menu buttons
Holger Schemel [Thu, 31 Mar 2022 12:56:16 +0000 (14:56 +0200)]
renamed function and parameters
Holger Schemel [Wed, 30 Mar 2022 21:46:58 +0000 (23:46 +0200)]
added support for separate busy animation for initial loading screen
Holger Schemel [Tue, 29 Mar 2022 22:16:56 +0000 (00:16 +0200)]
improved using text for next page or info menu
Holger Schemel [Tue, 29 Mar 2022 21:55:28 +0000 (23:55 +0200)]
added reading program info from files
Holger Schemel [Tue, 29 Mar 2022 21:54:51 +0000 (23:54 +0200)]
added functions to get program info filename (not used yet)
Holger Schemel [Tue, 29 Mar 2022 21:22:00 +0000 (23:22 +0200)]
changed some credits files from UTF-8 to ISO 8859-1 (Latin-1) encoding
Holger Schemel [Tue, 29 Mar 2022 21:12:22 +0000 (23:12 +0200)]
added converting certain text files from UTF-8 to internal text format
When reading text files with title screen messages, credits, level set
information or element descriptions, text in UTF-8 character encoding
will be converted on-the-fly to the internally used ISO-Latin-1 format.
Holger Schemel [Mon, 28 Mar 2022 18:08:37 +0000 (20:08 +0200)]
added reading credits info (global or level set specific) from files
Holger Schemel [Mon, 28 Mar 2022 17:42:42 +0000 (19:42 +0200)]
added functions to get credits filename (not used yet)
Holger Schemel [Mon, 28 Mar 2022 17:36:32 +0000 (19:36 +0200)]
added definition for string constant
Holger Schemel [Sun, 27 Mar 2022 13:12:42 +0000 (15:12 +0200)]
added cursor key navigation to title info screens
Holger Schemel [Sun, 27 Mar 2022 13:04:57 +0000 (15:04 +0200)]
added cursor key navigation to elements info screens
Holger Schemel [Sun, 27 Mar 2022 12:54:40 +0000 (14:54 +0200)]
added cursor key navigation to music info screens
Holger Schemel [Sun, 27 Mar 2022 11:57:10 +0000 (13:57 +0200)]
added cursor key navigation to credits info screens
Holger Schemel [Sun, 27 Mar 2022 11:43:12 +0000 (13:43 +0200)]
code cleanup
Holger Schemel [Sun, 27 Mar 2022 11:19:46 +0000 (13:19 +0200)]
added new screen definition for global animations in the hall of fame
This adds a new screen suffix ".SCORESONLY" for global animations,
which can be used to display animations only on the main screen of
the hall of fame, but not on the score details page (which can be
defined using ".SCOREINFO"), while using ".SCORES" shows animations
on both the main scores screen and the score details pages, as before.