rocksndiamonds.git
15 months agoadded pausing tape after replaying not only for warp mode (again)
Holger Schemel [Sat, 28 Jan 2023 12:41:35 +0000 (13:41 +0100)]
added pausing tape after replaying not only for warp mode (again)

This adds the previously reverted change of commit 31df2f98 again,
but should fix the problems that it caused when unpausing the tape
after replaying until the end of the tape and entering pause mode.

15 months agofixed pausing tape after replaying
Holger Schemel [Sat, 28 Jan 2023 12:23:49 +0000 (13:23 +0100)]
fixed pausing tape after replaying

This fixes a problem with automatically pausing tape at the end of a
tape without "auto-record after replay" being activated, which leads
to a pause mode that cannot be left besides pressing "stop tape".

This change reverts commit 31df2f98.

15 months agoremoved workaround for playing some older tapes for MM engine
Holger Schemel [Sat, 28 Jan 2023 10:27:01 +0000 (11:27 +0100)]
removed workaround for playing some older tapes for MM engine

This removes a workaround that added compatibility code for replaying
old tapes which used the game engine's random number generator for
drawing game elements, which generally should not happen.

This affects the tapes for levels 033 and 048 of "classic_mindbender",
which have been re-recorded with the above change.

This change reverts commit 8b514628.

15 months agofixed regression bug with growing steel wall turning into normal wall
Holger Schemel [Mon, 23 Jan 2023 22:39:09 +0000 (23:39 +0100)]
fixed regression bug with growing steel wall turning into normal wall

This fixes a very nasty bug in commit 4b754efd that caused growing
steel wall turning into normal wall instead of steel wall (which is
not immediately visible as growing wall animations use steel wall).

15 months agofixed bug with re-scanning laser when rotating teleporter in MM engine
Holger Schemel [Sun, 22 Jan 2023 23:27:36 +0000 (00:27 +0100)]
fixed bug with re-scanning laser when rotating teleporter in MM engine

The "fix" in commit 1b2237c9 fixed some old problems with handling
teleporter elements, but caused new problems with overheating which
should not happen.

This change seems to fix both cases.

15 months agofixed playing older tapes for MM engine
Holger Schemel [Sun, 22 Jan 2023 10:40:28 +0000 (11:40 +0100)]
fixed playing older tapes for MM engine

15 months agoimproved performance of game actions loop in MM engine
Holger Schemel [Sat, 21 Jan 2023 12:32:29 +0000 (13:32 +0100)]
improved performance of game actions loop in MM engine

15 months agofixed crash bug when running in headless mode
Holger Schemel [Thu, 19 Jan 2023 08:08:22 +0000 (09:08 +0100)]
fixed crash bug when running in headless mode

15 months agofixed bug with leaving steel grid after passing it in an irregular way
Holger Schemel [Wed, 18 Jan 2023 18:00:33 +0000 (19:00 +0100)]
fixed bug with leaving steel grid after passing it in an irregular way

When using DF style reflecting steel walls together with MM style
fixed steel grid, it is possible to point the laser towards the grid
in a non 90° angle and still passing through it (with the laser beam
being reflected inside the grid until it leaves the grid on the other
side). However, this did not work when passing the steel grid from
bottom to top (upwards) into an "empty space" element.

This change fixes handling this special case.

15 months agofixed bug with cutting through laser emitter in special cases in MM engine
Holger Schemel [Wed, 18 Jan 2023 17:51:54 +0000 (18:51 +0100)]
fixed bug with cutting through laser emitter in special cases in MM engine

While the laser beam can be pointed at the middle of the laser emitter
element, and also can slightly touch it at its very edges, it should
not be possible to cut through it nearer to the middle, but without
really hitting the middle of the laser emitter.

15 months agofixed bug with laser not passing alongside DF steel walls in MM engine
Holger Schemel [Wed, 18 Jan 2023 17:43:26 +0000 (18:43 +0100)]
fixed bug with laser not passing alongside DF steel walls in MM engine

This bug only happened in certain special cases where the laser beam
had already touched a tile with DF style steel walls (from a side or
an angle where it cannot pass) and later touching the same tile again
from a different side or angle where it can pass (but without having
touched another DF steel wall on any other tile in between).

15 months agofixed using custom laser color defined in DF style laser for MM engine
Holger Schemel [Tue, 17 Jan 2023 23:09:55 +0000 (00:09 +0100)]
fixed using custom laser color defined in DF style laser for MM engine

15 months agofixed bug with undefined element graphic when pushing into explosion
Holger Schemel [Thu, 12 Jan 2023 17:17:59 +0000 (18:17 +0100)]
fixed bug with undefined element graphic when pushing into explosion

15 months agoremoved duplicated code
Holger Schemel [Thu, 12 Jan 2023 17:14:20 +0000 (18:14 +0100)]
removed duplicated code

15 months agomoved code for drawing background of push target field to correct location
Holger Schemel [Thu, 12 Jan 2023 17:08:17 +0000 (18:08 +0100)]
moved code for drawing background of push target field to correct location

15 months agoadded not drawing or scanning laser if fuse is off in MM engine
Holger Schemel [Thu, 12 Jan 2023 08:54:39 +0000 (09:54 +0100)]
added not drawing or scanning laser if fuse is off in MM engine

15 months agoadded deactivating laser target element when disabling laser in MM engine
Holger Schemel [Thu, 12 Jan 2023 08:48:44 +0000 (09:48 +0100)]
added deactivating laser target element when disabling laser in MM engine

15 months agomoved code to deactivate target element to separate function in MM engine
Holger Schemel [Thu, 12 Jan 2023 08:46:12 +0000 (09:46 +0100)]
moved code to deactivate target element to separate function in MM engine

15 months agoimproved handling of opening gray ball when turning laser away
Holger Schemel [Tue, 10 Jan 2023 22:35:25 +0000 (23:35 +0100)]
improved handling of opening gray ball when turning laser away

15 months agoadded customizability of gray ball content for MM engine
Holger Schemel [Sun, 8 Jan 2023 20:10:53 +0000 (21:10 +0100)]
added customizability of gray ball content for MM engine

16 months agoadded active animation for bomb and mine in MM engine
Holger Schemel [Sat, 7 Jan 2023 17:04:41 +0000 (18:04 +0100)]
added active animation for bomb and mine in MM engine

16 months agofixed rotation graphics of DF style mirrors for MM engine
Holger Schemel [Sat, 7 Jan 2023 12:42:18 +0000 (13:42 +0100)]
fixed rotation graphics of DF style mirrors for MM engine

16 months agofixed broken graphics of opening gray ball in MM engine
Holger Schemel [Fri, 6 Jan 2023 23:31:50 +0000 (00:31 +0100)]
fixed broken graphics of opening gray ball in MM engine

16 months agoadded level editor graphics for the MM style gray ball
Holger Schemel [Fri, 6 Jan 2023 22:48:05 +0000 (23:48 +0100)]
added level editor graphics for the MM style gray ball

16 months agoadded using GIC flags "request.button.player_X.draw_player"
Holger Schemel [Fri, 6 Jan 2023 22:16:38 +0000 (23:16 +0100)]
added using GIC flags "request.button.player_X.draw_player"

This "graphicsinfo.conf" flag was completely ignored until now. It can
be used to control if player graphics should be drawn on top of the
four request buttons to select the network player in the setup menu,
or if only the buttons (without additional player graphics) should be
used (which only makes sense if custom player request buttons are used
with individual player graphics). The default value is "true".

16 months agoimproved MM graphics engine to support custom explosions of elements
Holger Schemel [Thu, 5 Jan 2023 01:50:25 +0000 (02:50 +0100)]
improved MM graphics engine to support custom explosions of elements

16 months agoremoved unneeded mask element and graphic definitions from MM engine
Holger Schemel [Thu, 5 Jan 2023 00:28:04 +0000 (01:28 +0100)]
removed unneeded mask element and graphic definitions from MM engine

Instead, the already existing element mask array (which was added
earlier to prevent reading pixels from bitmaps) is accessed now by
directly using the mask array positions (instead of using dummy mask
element and graphics definitions only for mapping to the mask array
positions).

16 months agochanged MM engine to use explosion phase array from main engine
Holger Schemel [Wed, 4 Jan 2023 23:00:13 +0000 (00:00 +0100)]
changed MM engine to use explosion phase array from main engine

16 months agominor code formatting change
Holger Schemel [Wed, 4 Jan 2023 22:42:10 +0000 (23:42 +0100)]
minor code formatting change

16 months agofixed bugs when re-charging laser with fuel element in MM engine
Holger Schemel [Tue, 3 Jan 2023 23:52:58 +0000 (00:52 +0100)]
fixed bugs when re-charging laser with fuel element in MM engine

16 months agofixed bug that prevents playing levels without time limit in MM engine
Holger Schemel [Mon, 2 Jan 2023 11:45:35 +0000 (12:45 +0100)]
fixed bug that prevents playing levels without time limit in MM engine

16 months agofixed bug with reduced initial time limit in MM engine
Holger Schemel [Mon, 2 Jan 2023 11:27:30 +0000 (12:27 +0100)]
fixed bug with reduced initial time limit in MM engine

16 months agocleanup of function for fading laser in MM engine
Holger Schemel [Mon, 2 Jan 2023 10:56:53 +0000 (11:56 +0100)]
cleanup of function for fading laser in MM engine

16 months agomoved code to set laser color to separate function in MM engine
Holger Schemel [Mon, 2 Jan 2023 10:53:01 +0000 (11:53 +0100)]
moved code to set laser color to separate function in MM engine

16 months agofixed drawing overloaded laser when rotating McDuffin in MM engine
Holger Schemel [Mon, 2 Jan 2023 09:52:48 +0000 (10:52 +0100)]
fixed drawing overloaded laser when rotating McDuffin in MM engine

16 months agofixed bugs with request dialog on game over in MM engine
Holger Schemel [Thu, 29 Dec 2022 01:35:10 +0000 (02:35 +0100)]
fixed bugs with request dialog on game over in MM engine

16 months agoadded skipping certain game actions on game over in MM engine
Holger Schemel [Thu, 29 Dec 2022 00:31:32 +0000 (01:31 +0100)]
added skipping certain game actions on game over in MM engine

16 months agomoved code for fading out laser to separate function in MM engine
Holger Schemel [Thu, 29 Dec 2022 00:26:28 +0000 (01:26 +0100)]
moved code for fading out laser to separate function in MM engine

16 months agofixed bug with re-scanning laser when rotating teleporter in MM engine
Holger Schemel [Wed, 28 Dec 2022 09:21:25 +0000 (10:21 +0100)]
fixed bug with re-scanning laser when rotating teleporter in MM engine

16 months agominor whitespace change
Holger Schemel [Thu, 22 Dec 2022 17:39:19 +0000 (18:39 +0100)]
minor whitespace change

16 months agoadded special compatibility handling for "R'n'D jue 2022" game editions
Holger Schemel [Thu, 22 Dec 2022 17:36:37 +0000 (18:36 +0100)]
added special compatibility handling for "R'n'D jue 2022" game editions

16 months agoversion number set to 4.3.4.1
Holger Schemel [Tue, 20 Dec 2022 23:26:04 +0000 (00:26 +0100)]
version number set to 4.3.4.1

16 months agoversion number set to 4.3.4.0 4.3.4.0
Holger Schemel [Sun, 18 Dec 2022 10:50:21 +0000 (11:50 +0100)]
version number set to 4.3.4.0

16 months agofixed text length calculation bug
Holger Schemel [Sun, 18 Dec 2022 10:47:56 +0000 (11:47 +0100)]
fixed text length calculation bug

16 months agoadded third tutorial level set "ncrtorial" by ncrecc
Holger Schemel [Sun, 18 Dec 2022 10:37:53 +0000 (11:37 +0100)]
added third tutorial level set "ncrtorial" by ncrecc

16 months agoadded support for separate sound and music for info sub-screens
Holger Schemel [Sat, 17 Dec 2022 12:47:59 +0000 (13:47 +0100)]
added support for separate sound and music for info sub-screens

16 months agoremoved unused code (list of score entries is never empty)
Holger Schemel [Sat, 17 Dec 2022 09:42:04 +0000 (10:42 +0100)]
removed unused code (list of score entries is never empty)

16 months agoremoved sub-headline on score info screen
Holger Schemel [Sat, 17 Dec 2022 09:08:00 +0000 (10:08 +0100)]
removed sub-headline on score info screen

16 months agoadded special screen position for button to show level set info for "jue0"
Holger Schemel [Fri, 16 Dec 2022 17:56:39 +0000 (18:56 +0100)]
added special screen position for button to show level set info for "jue0"

16 months agoadded limiting default number of game elements on info screen
Holger Schemel [Fri, 16 Dec 2022 17:55:12 +0000 (18:55 +0100)]
added limiting default number of game elements on info screen

16 months agochanged title on info screen again
Holger Schemel [Fri, 16 Dec 2022 12:05:32 +0000 (13:05 +0100)]
changed title on info screen again

16 months agoremoved unused constant
Holger Schemel [Fri, 16 Dec 2022 11:59:00 +0000 (12:59 +0100)]
removed unused constant

16 months agoremoved sub-headlines on info screens (text is now part of main headline)
Holger Schemel [Thu, 15 Dec 2022 07:42:42 +0000 (08:42 +0100)]
removed sub-headlines on info screens (text is now part of main headline)

16 months agoadded new, topic-related headlines for info screens
Holger Schemel [Thu, 15 Dec 2022 07:36:01 +0000 (08:36 +0100)]
added new, topic-related headlines for info screens

16 months agoadded string constants for info screen menu and title texts
Holger Schemel [Thu, 15 Dec 2022 06:58:41 +0000 (07:58 +0100)]
added string constants for info screen menu and title texts

16 months agochanged "README" file for Niko Böhm's Tutorial level set
Holger Schemel [Thu, 15 Dec 2022 06:45:43 +0000 (07:45 +0100)]
changed "README" file for Niko Böhm's Tutorial level set

This changes the old ISO-8859-1 encoding to UTF-8 and adds using text
in different fonts and colors. The original "README" file is stored as
"README.orig" for reference, and a new, alternative version is stored
as "README.txt", which is not used by the game, but shows alternative
formatting possibilities using Markdown-style line breaks (using two
spaces at the end of lines) and pure text content without font usage.

16 months agosmall formatting change in program info
Holger Schemel [Wed, 14 Dec 2022 23:00:10 +0000 (00:00 +0100)]
small formatting change in program info

16 months agoadded forced line break support to auto-wrapped text output
Holger Schemel [Wed, 14 Dec 2022 22:53:21 +0000 (23:53 +0100)]
added forced line break support to auto-wrapped text output

To add a line break to auto-wrapped text output (like level set info
text files), use two spaces at the end of a line (like it is used in
Markdown formatted text).

16 months agofixed bug with incorrectly handled "click anywhere" style button events
Holger Schemel [Wed, 14 Dec 2022 11:27:33 +0000 (12:27 +0100)]
fixed bug with incorrectly handled "click anywhere" style button events

16 months agoadded special screen position for button to show level set info for "BD2K3"
Holger Schemel [Wed, 14 Dec 2022 11:19:39 +0000 (12:19 +0100)]
added special screen position for button to show level set info for "BD2K3"

16 months agoadded dynamic default screen position for button to show level set info
Holger Schemel [Wed, 14 Dec 2022 11:18:47 +0000 (12:18 +0100)]
added dynamic default screen position for button to show level set info

16 months agoadded optional main menu button to directly show level set info
Holger Schemel [Wed, 14 Dec 2022 10:54:37 +0000 (11:54 +0100)]
added optional main menu button to directly show level set info

This is a special button for the main menu that will only be displayed
if files with level set information exist (like a "README" file in the
current level set directory).

The button will currently only be displayed if a valid screen position
is defined for it in the currently active graphics configuration.

16 months agofixed several problems when displaying info sub-screens from main menu
Holger Schemel [Wed, 14 Dec 2022 10:43:55 +0000 (11:43 +0100)]
fixed several problems when displaying info sub-screens from main menu

16 months agofixed navigation text when displaying info sub-screens from main menu
Holger Schemel [Mon, 12 Dec 2022 19:40:46 +0000 (20:40 +0100)]
fixed navigation text when displaying info sub-screens from main menu

16 months agoadded constant text value
Holger Schemel [Mon, 12 Dec 2022 19:36:06 +0000 (20:36 +0100)]
added constant text value

16 months agominor code cleanup
Holger Schemel [Mon, 12 Dec 2022 19:33:43 +0000 (20:33 +0100)]
minor code cleanup

16 months agoadded returning directly to main menu from info sub-screens if needed
Holger Schemel [Mon, 12 Dec 2022 19:31:59 +0000 (20:31 +0100)]
added returning directly to main menu from info sub-screens if needed

16 months agoadded level info config option to invoke info screens from main menu
Holger Schemel [Sun, 11 Dec 2022 13:49:25 +0000 (14:49 +0100)]
added level info config option to invoke info screens from main menu

This is a special config option to allow level sets (like the Mirror
Magic level set "classic_mindbender") to directly invoke info screens
from the main menu (which is used for "classic_mindbender" to display
the included title story on the "level set info" screens by clicking
on a global animation that looks like a book that can be opened).

16 months agoimproved some editor graphics
Holger Schemel [Sun, 11 Dec 2022 01:14:42 +0000 (02:14 +0100)]
improved some editor graphics

16 months agoversion number set to 4.3.3.1
Holger Schemel [Sun, 11 Dec 2022 01:14:12 +0000 (02:14 +0100)]
version number set to 4.3.3.1

16 months agoversion number set to 4.3.3.0 4.3.3.0
Holger Schemel [Sat, 10 Dec 2022 12:13:35 +0000 (13:13 +0100)]
version number set to 4.3.3.0

17 months agofixed bug with advancing tape counter if no input events have been recorded
Holger Schemel [Wed, 7 Dec 2022 18:40:30 +0000 (19:40 +0100)]
fixed bug with advancing tape counter if no input events have been recorded

17 months agofixed bug with not marking tape as changed after adding action or delay
Holger Schemel [Mon, 5 Dec 2022 22:46:17 +0000 (23:46 +0100)]
fixed bug with not marking tape as changed after adding action or delay

17 months agoremoved condition that is always true
Holger Schemel [Mon, 5 Dec 2022 21:50:33 +0000 (22:50 +0100)]
removed condition that is always true

17 months agomerged two conditions when attempting to quick-save tape
Holger Schemel [Mon, 5 Dec 2022 21:45:43 +0000 (22:45 +0100)]
merged two conditions when attempting to quick-save tape

17 months agoadded shortcuts to invoke info screens from main menu (disabled by default)
Holger Schemel [Sat, 3 Dec 2022 12:37:27 +0000 (13:37 +0100)]
added shortcuts to invoke info screens from main menu (disabled by default)

17 months agorenamed "kettles" to "cauldrons"
Holger Schemel [Mon, 28 Nov 2022 22:02:36 +0000 (23:02 +0100)]
renamed "kettles" to "cauldrons"

17 months agofixed wording of some request texts
Holger Schemel [Sat, 26 Nov 2022 10:30:12 +0000 (11:30 +0100)]
fixed wording of some request texts

17 months agofixed trying to quick-save tape when playing game without recording
Holger Schemel [Sat, 26 Nov 2022 10:27:30 +0000 (11:27 +0100)]
fixed trying to quick-save tape when playing game without recording

17 months agoadded setup option to continue recording after replaying tape
Holger Schemel [Sat, 26 Nov 2022 10:09:29 +0000 (11:09 +0100)]
added setup option to continue recording after replaying tape

17 months agoadded pausing tape after replaying not only for warp mode
Holger Schemel [Fri, 25 Nov 2022 20:12:28 +0000 (21:12 +0100)]
added pausing tape after replaying not only for warp mode

17 months agoadded drawing sparkles when laser hits mirrors for MM engine
Holger Schemel [Fri, 25 Nov 2022 19:40:08 +0000 (20:40 +0100)]
added drawing sparkles when laser hits mirrors for MM engine

17 months agoadded frame parameter to graphics drawing function for MM engine
Holger Schemel [Fri, 25 Nov 2022 19:30:16 +0000 (20:30 +0100)]
added frame parameter to graphics drawing function for MM engine

17 months agomerged functions for handling credits, program and level set info screens
Holger Schemel [Thu, 17 Nov 2022 22:27:11 +0000 (23:27 +0100)]
merged functions for handling credits, program and level set info screens

17 months agoadded support for multiple pages (files) for level set info
Holger Schemel [Thu, 17 Nov 2022 18:51:07 +0000 (19:51 +0100)]
added support for multiple pages (files) for level set info

17 months agoshortened copyright sub-title in main menu
Holger Schemel [Thu, 17 Nov 2022 16:52:06 +0000 (17:52 +0100)]
shortened copyright sub-title in main menu

17 months agoadded new config file options to hide shortcuts sub-menus
Holger Schemel [Wed, 16 Nov 2022 22:49:42 +0000 (23:49 +0100)]
added new config file options to hide shortcuts sub-menus

17 months agoadded missing config file option to hide network server hostname
Holger Schemel [Wed, 16 Nov 2022 22:45:54 +0000 (23:45 +0100)]
added missing config file option to hide network server hostname

17 months agoadded missing config file option to hide game engines setup menu
Holger Schemel [Wed, 16 Nov 2022 20:03:33 +0000 (21:03 +0100)]
added missing config file option to hide game engines setup menu

17 months agoimproved some sound and music samples
Holger Schemel [Wed, 16 Nov 2022 19:32:20 +0000 (20:32 +0100)]
improved some sound and music samples

17 months agochanged credits file from ISO 8859-1 (Latin-1) to UTF-8 encoding
Holger Schemel [Sun, 13 Nov 2022 22:09:16 +0000 (23:09 +0100)]
changed credits file from ISO 8859-1 (Latin-1) to UTF-8 encoding

17 months agoadded Thomas Andrae and Majid Katzer to credits
Holger Schemel [Sun, 13 Nov 2022 22:04:45 +0000 (23:04 +0100)]
added Thomas Andrae and Majid Katzer to credits

17 months agofixed drawing text from file that contains DOS style CR/LF line endings
Holger Schemel [Sun, 13 Nov 2022 22:03:14 +0000 (23:03 +0100)]
fixed drawing text from file that contains DOS style CR/LF line endings

17 months agoreplaced all icons to be created by packaging script with empty files
Holger Schemel [Tue, 8 Nov 2022 22:30:43 +0000 (23:30 +0100)]
replaced all icons to be created by packaging script with empty files

18 months agoremoved unused functions
Holger Schemel [Sat, 5 Nov 2022 17:58:52 +0000 (18:58 +0100)]
removed unused functions

18 months agoadded project files for Windows platform
Holger Schemel [Sat, 5 Nov 2022 16:16:05 +0000 (17:16 +0100)]
added project files for Windows platform

18 months agoadded project files for Mac platform
Holger Schemel [Sat, 5 Nov 2022 16:08:48 +0000 (17:08 +0100)]
added project files for Mac platform

18 months agoreplaced icon file
Holger Schemel [Sat, 5 Nov 2022 14:58:03 +0000 (15:58 +0100)]
replaced icon file

18 months agorenamed icon file
Holger Schemel [Sat, 5 Nov 2022 14:55:00 +0000 (15:55 +0100)]
renamed icon file

18 months agoadded support for compiling on OS/2
Holger Schemel [Fri, 4 Nov 2022 22:24:23 +0000 (23:24 +0100)]
added support for compiling on OS/2