rnd-20051210-2-src
[rocksndiamonds.git] / ChangeLog
1 2005-12-10
2         * added image config suffix ".clone_from" to copy whole image settings
3
4 2005-12-05
5         * fixed graphical bug with smashing elements falling faster than player
6
7 2005-12-03
8         * fixed major bug which prevented private levels from being edited
9         * fixed bug with precedence of general and special font definitions
10
11 2005-12-02
12         * fixed graphical bug with player animation when player moves slowly
13
14 2005-11-28
15         * fixed bug which prevented "global.num_toons: 0" from working
16
17 2005-11-27
18         * major code cleanup (removed all these annoying "#if 0" blocks)
19
20 2005-11-26
21         * added custom element actions for CE change page in level editor
22
23 2005-11-19
24         * fixed music initialization bug in init.c (thanks to David Binderman)
25         * fixed mouse wheel "button" bug in editor (thanks to Tomi Belan)
26           (this bug must probably be fixed at other places, too)
27
28 2005-10-16
29         * fixed buggy '#include "SDL.h"' statements in src/libgame/sdl.h
30           (should be '#include <SDL.h>' instead)
31
32 2005-08-20
33         * fixed bug which prevented "walkable from no direction" from working
34           (due to compatibility code overwriting this setting after loading)
35
36 2005-08-15
37         * fixed bug on Mac OS X (use of reserved name "Random") in EM engine
38
39 2005-08-07
40         * version number temporarily set to 3.1.1 (intermediate bugfix release)
41         * version 3.1.1 released
42
43 2005-08-07
44         * changed some va_arg() arguments from 'long' to 'int', fixing problems
45           on 64-bit architecture systems with LP64 data model
46
47 2005-08-06
48         * fixed bug with bombs not exploding when hitting the last level line
49           (introduced after the release of 3.1.0)
50
51 2005-08-06
52         * added support for dumping small-sized level sketches from editor
53
54 2005-07-24
55         * added recognition of "trigger element" for "change digged element to"
56           (this is not really what the "trigger element" was made for, but its
57           use may seem obvious for leaving back digged elements unchanged)
58
59 2005-07-23
60         * fixed multiple warnings about failed joystick device initialization
61
62 2005-06-27
63         * fixed bug with dynamite dropped on top of just dropped custom element
64           (collect dynamite, collect CE, drop CE => dynamite was also dropped);
65           dynamite can still be dropped, but drop key must be released before
66
67 2005-06-27
68         * fixed bug with wrong start directory when started from file browser
69           (due to this bug, R'n'D could not be started from KDE's Konqueror)
70
71 2005-06-26
72         * fixed bug causing "change when impact" on player not working
73         * fixed wrong priority of "hitting something" over "hitting <element>"
74         * fixed wrong priority of "hit by something" over "hit by <element>"
75
76 2005-06-14
77         * fixed graphical bug which caused the player (being Murphy) to show
78           collecting animations although the element was collected by penguin
79
80 2005-06-08
81         * fixed two bugs causing wrong door background graphics in system.c
82           (in functions "SetBackgroundBitmap()" and "DrawingOnBackground()")
83
84 2005-06-06
85         * fixed graphic bug with exploding bomb and R'n'D graphics in EM engine
86         * added "no direction" to "walkable/passable from" selectbox options
87
88 2005-06-05
89         * enhanced tape autoplay to accept "autoplay <set> [<nr> ...]" format
90         * in tape autoplay, not only report broken, but also missing tapes
91
92 2005-05-31
93         * uploaded pre-release (test) version 3.2.0-2 binary and source code
94
95 2005-05-27
96         * fixed small bug with "linear" animation not working for active lamp
97
98 2005-05-24
99         * fixed bug with moving up despite gravity due to "block last field"
100         * fixed small bug with wrong draw offset when typing name in main menu
101         * when reading user names from "passwd", ignore data after first comma
102         * when creating new "levelinfo.conf", only write some selected entries
103
104 2005-04-28
105         * fixed displaying "imported from/by" on preview with empty string
106         * fixed ignoring draw offset for fonts used for level preview texts
107
108 2005-04-24
109         * fixed a delay problem with SDL and too many mouse motion events
110         * added setup option "skip levels" and level skipping functionality
111
112 2005-03-19
113         * added move speed "not moving" for non-moving CEs, but with direction
114
115 2005-03-06
116         * fixed mapping of obsolete element token names in "editorsetup.conf"
117         * fixed bug with sound "acid.splashing" treated as a loop sound
118         * fixed some little sound bugs in native EM engine
119
120 2005-02-20
121         * fixed small bug when dragging scrollbars to end positions
122
123 2005-02-14
124         * added editor element descriptions written by Aaron Davidson
125
126 2005-02-02
127         * improved fallback handling when configured artwork is not available
128           (now using default artwork instead of exiting when files not found)
129
130 2005-02-01
131         * fixed bug on level selection screen when dragging scrollbar
132
133 2005-01-19
134         * fixed bug which caused broken tapes when appending to EM engine tapes
135
136 2005-01-17
137         * uploaded pre-release (test) version 3.2.0-1 binary and source code
138
139 2005-01-17
140         * added code to replace changed artwork config tokens with other tokens
141           (needed for backwards compatibility, so that older tokens still work)
142
143 2005-01-16
144         * added native R'n'D graphics for some new EMC elements in EM engine
145
146 2005-01-15
147         * fixed some bugs in the EM engine integration code
148         * changed EM engine code to allow diagonal movement
149         * changed EM engine code to allow use of separate snap and drop keys
150
151 2005-01-03
152         * fixed some redraw bugs when using EM engine
153
154 2005-01-02
155         * fixed bug with not converting RND levels which are set to use native
156           engine to native level structure when loading
157
158 2005-01-01
159         * uploaded pre-release (test) version 3.2.0-0 binary and source code
160
161 2005-01-01
162         * version number set to 3.2.0
163
164 2004-12-30
165         * level data now reset to defaults after attempt to load invalid file
166
167 2004-11-13
168         * added use of "editorsetup.conf" for different level sets
169
170 2004-10-26
171         * added auto-detection for various types of Emerald Mine level files
172
173 2004-10-17
174         * fixed bug with scrollbars getting too small when list is very large
175
176 2004-10-09
177         * fixed bug with 3+3 (cross) sized explosion not making explosion sound
178
179 2004-10-04
180         * added most level editor configuration gadgets for new EMC elements
181
182 2004-10-01
183         * added more element and graphic definitions for new EMC elements
184
185 2004-09-27
186         * modified native EM engine to use integrated R'n'D sound system
187
188 2004-09-21
189         * added SDL support to graphics functions in native EM engine
190           (by always using generic libgame interface functions)
191
192 2004-09-20
193         * fixed bug in frame synchronization in native EM engine
194
195 2004-09-18
196         * added code to convert levels between R'n'D and native EM engine
197
198 2004-08-23
199         * new Emerald Mine engine can now play levels selected in main menu
200
201 2004-08-16
202         * fixed big memory leak in function "CreateBitmapWithSmallBitmaps()"
203           (which creates scaled down graphics for level editor and preview);
204           there's still a memory leak somewhere in the artwork handling code
205         * added "scale image up" functionality to X11 version of zoom function
206
207 2004-08-14
208         * first attempts to integrate new, native Emerald Mine Club engine
209
210 2004-08-07
211         * fixed bug in gadget code which caused reset of CEs in level editor
212           (example: pressing 'b' [grab brush] on CE config page erased values)
213           (solution: check if gadgets in ClickOnGadget() are really mapped)
214         * improved level change detection in editor (settings now also checked)
215         * fixed bug with "can move into acid" and "don't collide with" state
216
217 2004-07-29
218         * fixed maze runner style CEs to use the configured move delay value
219
220 2004-06-27
221         * added Aaron Davidson's tutorial level set to the "Tutorials" section
222
223 2004-06-20
224         * fixed engine change that broke 3.0.8 levels like "Walpurgis Gardens"
225         * fixed the above fix because it broke level set "machine" (*sigh*)
226         * fixed random element placement in level editor to work as expected
227         * fixed undefined graphic of runtime element "EL_AMOEBA_TO_DIAMOND"
228
229 2004-06-15
230         * re-recorded tape for BD2K3, level 010 (broken due to bugfix)
231
232 2004-06-13
233         * fixed bug (missing array boundary check) which caused broken tapes
234         * fixed bug (when loading level template) which caused broken levels
235         * fixed bug with new block last field code when using non-yellow player
236
237 2004-06-12
238         * fixed bug when pressing "stop, pause, stop, play" on tape recorder
239         * internal change of how the player blocks the last field when moving
240         * fixed blocking delay of last field for EM and SP style block delay
241         * fixed bug where the player had to wait for the usual move delay after
242           unsuccessfully trying to move, when he directly could move after that
243         * the last two changes should make original Supaplex level 93 solvable
244         * improved use of random number generator to make it less predictable
245         * fixed behaviour of slippery SP elements to let slip left, then right
246
247 2004-06-11
248         * fixed bug with wrong door state after trying to quickload empty tape
249         * fixed waste of static memory usage of the binary, making it smaller
250         * fixed very little graphical bug in Supaplex explosion
251
252 2004-06-07
253         * version number set to 3.1.1
254
255 2004-06-07
256         * version 3.1.0 released
257
258 2004-06-07
259         * fixed bug with crash when writing user levelinfo.conf the first time
260
261 2004-06-06
262         * added option "convert LEVELDIR [NR]" to command line batch commands
263         * re-converted Supaplex levels to apply latest engine fixes
264         * changed "use graphic/sound of element" to "use graphic of element"
265           due to compatibility problems with some levels ("bug machine" etc.)
266
267 2004-05-23
268         * fixed bug with CE change replacing player with same or other player
269
270 2004-05-16
271         * fixed bug with opaque font in envelope with background graphic when
272           background graphic is not transparent itself
273
274 2004-05-12
275         * added "gravity on" and "gravity off" ports for Supaplex compatibility
276         * corrected original Supaplex level loading code to use these new ports
277         * also corrected Supaplex loader to auto-count infotrons if set to zero
278
279 2004-05-10
280         * fixed bug with missing initialization of "modified" flag for GEs
281
282 2004-05-09
283         * fixed bug that caused endless recursion loop when relocating player
284         * fixed tape recorder bug in "step mode" when using "pause before end"
285         * fixed tape recorder bug when changing from "warp forward" mode
286
287 2004-05-08
288         * fixed bug with "when touching" for pushed elements at last position
289
290 2004-05-05
291         * fixed bug that caused two activated toolbox buttons in level editor
292         * fixed bug with exploding dynabomb under player due to other explosion
293
294 2004-05-02
295         * fixed bug with creating walkable custom element under player (again)
296         * fixed bug with not copying explosion type when copying CEs in editor
297         * fixed graphical bug when drawing player in setup menu (input devices)
298         * fixed graphical bug when the player is pushing an accessible element
299         * fixed bug with classic switchable elements triggering CE changes
300         * fixed bug with entering/leaving walkable element in RelocatePlayer()
301         * fixed crash bug when CE leaves behind the trigger player element
302
303 2004-04-30
304         * fixed bug with broken tubes after placing/exploding dynamite in them
305         * fixed bug with exploding dynamite under player due to other explosion
306         * fixed bug with not resetting push delay under certain circumstances
307
308 2004-04-27
309         * added option "handicap" for "levelinfo.conf" (thanks to Niko Böhm)
310         * added network multiplayer code for Windows (thanks to Niko Böhm)
311
312 2004-04-25
313         * added option "reachable despite gravity" for gravity movement
314         * changed gravity movement of most classic walkable and passable
315           elements back to "not reachable" (for compatibility reasons)
316
317 2004-04-24
318         * fixed (removed) "indestructible" / "can explode" dependency in editor
319         * fixed (removed) "accessible inside" / "protected" dependency
320         * fixed (removed) "step mode" / "shield time" dependency
321
322 2004-04-23
323         * fixed dynabombs exploding now into anything diggable
324         * fixed Supaplex style gravity movement into buggy base now impossible
325         * added pressing key "space" as valid action to select menu options
326
327 2004-04-20
328         * added "replace when walkable" to relocate player to walkable element
329         * added "enter"/"leave" event for elements affected by relocation
330         * fixed "direct"/"indirect" change order also for "when change" event
331         * fixed graphical bug when pushing things from elements walkable inside
332
333 2004-04-18
334         * fixed graphic bug when player is snapping while moving in old levels
335         * fixed bug when a moving custom element leaves a player element behind
336         * fixed bug with mole not disappearing when moving into acid pool
337         * fixed bug with incomplete path setting when using "--basepath" option
338         * moving CE can now leave walkable elements behind under the player
339         * when relocating, player can be set on walkable element now
340         * fixed another gravity movement bug
341
342 2004-04-12
343         * uploaded pre-release (test) version 3.1.0-2 binary and source code
344
345 2004-04-10
346         * added "collectible" and "removable" to extended replacement types
347           (where "removable" replaces "diggable" and "collectible" elements)
348         * added "collectible & throwable" (to throw element to the next field)
349         * fixed bug with CEs digging elements that are just about to explode
350         * changed mouse cursor now always being visible when game is paused
351
352 2004-04-09
353         * added possibility to push/press accessible elements from a side that
354           is not accessible
355         * fixed bug with not setting actual date when appending to tape
356
357 2004-04-07
358         * fixed bug with incorrectly initialized custom element editor graphics
359
360 2004-04-04
361         * corrected set "Contributions_1995-2000/rnd_kjell_kristiansson":
362           - number of levels corrected from 18 to 17 in "levelinfo.conf"
363
364 2004-03-31
365         * fixed bug with destroyed robot wheel still attracting robots forever
366         * fixed bug with time gate switch deactivating after robot wheel time
367           (while the time gate itself is not affected by this misbehaviour)
368         * changed behaviour of BD style amoeba to always get blocked by player
369           (before it was different when there were non-BD elements in level)
370         * fixed bug with player destroying indestructable elements with shield
371
372 2004-03-26
373         * added option to make growing elements grow into anything diggable
374           (for the various amoeba types, biomaze and "game of life")
375
376 2004-03-24
377         * fixed bug with movable elements not moving after left behind by CEs
378         * changed gravity movement to anything diggable, not only sand/base
379         * optionally allowing passing to walkable element, not only empty space
380         * added option "can pass to walkable element" for players
381         * finally fixed gravity movement (hopefully)
382
383 2004-03-23
384         * fixed bug with movable elements not moving anymore after falling down
385
386 2004-03-22
387         * fixed another bug with custom elements digging and leaving elements
388         * fixed bug with "along left/right side" and automatic start direction
389         * trigger elements now also displayed when "more custom" deactivated
390         * fixed bug with clipboard element initialized when loading new level
391         * added option "drop delay" to set delay before dropping next element
392
393 2004-03-21
394         * uploaded pre-release (test) version 3.1.0-1 binary and source code
395
396 2004-03-20
397         * added copy and paste functions for custom change pages
398         * enhanced graphical display and functionality of tape recorder
399         * fixed bug with custom elements digging and leaving elements
400
401 2004-03-19
402         * added move speed faster than "very fast" for custom elements
403         * fixed bug with 3+3 style explosions and missing border content
404         * fixed little bug when copying custom elements in the editor
405         * enhanced custom element changes by more side trigger actions
406
407 2004-03-16
408         * added option "no scrolling when relocating" for instant teleporting
409         * uploaded pre-release (test) version 3.1.0-0 binary and source code
410
411 2004-03-15
412         * added trigger element and trigger player to use as target elements
413         * added copy and paste functions for custom and group elements
414
415 2004-03-14
416         * fixed graphical bug when displaying explosion animations
417         * fixed bug when appending to tapes, resulting in broken tapes
418         * re-recorded a few tapes broken by fixing gravity checking bug
419
420 2004-03-13
421         * "can move into acid" property now for all elements independently
422         * "can fall into acid" property for player stored in same bitfield now
423         * added option for deadliness of Supaplex 'sniksnak' and 'electron'
424         * version number set to 3.1.0 (finally!)
425
426 2004-03-09
427         * changed tape recording to only record input, not programmed actions
428
429 2004-03-08
430         * fixed totally broken (every 8th frame skipped) step-by-step recording
431         * fixed bug with requester not displayed when quick-loading interrupted
432         * added option "can fall into acid (with gravity)" for players
433         * fixed bug with player not falling when snapping down with gravity
434
435 2004-03-07
436         * fixed bug which messed up key config when using keypad number keys
437
438 2004-03-03
439         * fixed bug which allowed moving upwards even when gravity was active
440         * fixed bug with missing error handling when dumping levels or tapes
441
442 2004-03-02
443         * added different colored editor graphics for Supaplex gravity tubes
444
445 2004-03-01
446         * fixed bug that allowed solvable tapes for unsolvable levels
447
448 2004-02-28
449         * use unlimited number of droppable elements when "count" set to zero
450         * added option to use step limit instead of time limit for level
451
452 2004-02-27
453         * added player and change page as trigger for custom element change
454
455 2004-02-24
456         * fixed bug with exploding amoeba (explosion 3x3 instead of 1x1)
457
458 2004-02-22
459         * fixed bug with dark yamyam changing to acid when moving over acid
460         * fixed handling of levels with more than 999 seconds level time
461           (example: level 76 of "Denmine")
462
463 2004-02-21
464         * "spring push bug" reintroduced as configurable element property
465         * fixed bug with missing properties for "mole"
466         * fixed bug that showed up when fixing the above "mole" properties bug
467         * added option "can move into acid" for all movable elements
468         * fixed graphical bug for elements moving into acid
469         * changed event handling to handle all pending events before going on
470
471 2004-02-17
472         * fixed bug which caused all CE change pages to be ignored which had
473           the same change event, but used a different element side
474           (reported by Simon Forsberg)
475
476         * fixed bug which caused elements that can move and fall and that are
477           transported by a conveyor belt to continue moving into that direction
478           after leaving the conveyor belt, regardless of their own movement
479           type; only elements which can not move are transported now
480           (reported by Simon Forsberg)
481
482         * fixed bug which could cause an array overflow in RelocatePlayer()
483           (reported by Niko Böhm)
484
485         * changed Emerald Mine style "passable / over" elements to "protected"
486           (fixing unsolvable level 10 of "Bondmine 9" with bug beside gate)
487
488         * added new option to select from which side a "walkable/passable"
489           element can be entered
490
491 2004-02-16
492         * added explosion and ignition delay for elements that can explode
493
494 2004-02-05
495         * fixed bug which caused player not being protected against enemies
496           when a CE was "walkable / inside" and was not "indestructible"
497         * added "walkable/passable" fields to be "protected/unprotected"
498           against enemies, even if not accessible "inside" but "over/under"
499
500 2004-02-04
501         * corrected move pattern to 32 bit and initial move direction to 8 bit
502
503 2004-02-03
504         * added second custom element base configuration page
505
506 2004-02-02
507         * added some special EMC mappings to Emerald Mine level loader
508           (also covering previously unknown element in level 0 of "Bondmine 8")
509
510 2004-01-30
511         * added option to block last field when player is moving (for Supaplex)
512         * adjusted push delay of Supaplex elements
513         * removed delays for envelopes etc. when replaying with maximum speed
514         * fixed bug when dropping element on a field that just changed to empty
515
516 2004-01-29
517         * fixed bug: infotrons can now smash yellow disks
518         * fixed bug: when gravity active, port above player can now be entered
519         * removed "one white dot" mouse pointer which irritated some people
520
521 2004-01-26
522         * added "choice type" for group element selection
523
524 2004-01-25
525         * fixed bug with initial invulnerability of non-yellow player
526
527 2004-01-23
528         * added level loader for loading native Supaplex packed levels
529           (including multi-part levels like the "splvls99" levels)
530
531 2004-01-19
532         * fixed bug which allowed creating emeralds by escaping explosions
533
534 2004-01-18
535         * custom elements can change (limited) or leave (unlimited) elements
536         * finally added multiple matches using group elements
537         * added shortcut to dump brush (type ":DB" in editor) for use in forum
538
539 2004-01-17
540         * added new start movement type "previous" for continued CE movement
541         * added new start movement type "random" for random CE movement start
542
543 2004-01-17
544         * added new element "sokoban_field_player" needed for Sokoban levels
545           (thanks to Ed Booker for pointing this out!)
546
547 2004-01-15
548         * added elements that can be digged or left behind by custom elements
549
550 2004-01-12
551         * added group elements for multiple matches and random element creation
552
553 2004-01-11
554         * fixed some graphical errors displayed in old levels
555
556 2004-01-10
557         * fixed wrong double speed movement after passing closing gates
558
559 2004-01-03
560         * added level loader for loading native Emerald Mine levels
561
562 2004-01-02
563         * changes for "shooting" style CE movement
564
565 2004-01-01
566         * Happy New Year! ;-)
567
568 2003-12-27
569         * changed default snap/drop keys from left/right Shift to Control keys
570
571 2003-12-27
572         * fixed bug with dead player getting reanimated from custom element
573
574 2003-12-14
575         * fixed bug with wrong penguin graphics (when entering exit)
576
577 2003-12-14
578         * fixed bug with wrong "Murphy" graphics (when digging etc.)
579
580 2003-12-14
581         * version number set to 3.0.9
582
583 2003-12-14
584         * version 3.0.8 released
585
586 2003-12-13
587         * added function checked_free()
588
589 2003-12-13
590         * fixed bug with double nut cracking sound
591           (by eliminating "default element action sound" assignment in init.c)
592
593 2003-12-10
594         * fixed crash when no music info files are available
595
596 2003-12-07
597         * fixed boring and sleeping sounds
598
599 2003-12-05
600         * added "maze runner" and "maze hunter" movement types
601         * added extended collision conditions for custom elements
602
603 2003-12-03
604         * added warnings for undefined token values in artwork config files
605
606 2003-12-02
607         * added menu entry for level set information to the info screen
608
609 2003-12-02
610         * fixed bug with wrong default impact sound for colored emeralds
611
612 2003-11-30
613         * added several sub-screens for the info screen
614         * menu text now also clickable (not only blue/red sphere left of it)
615
616 2003-11-25
617         * added configurable "bored" and "sleeping" animations for the player
618         * added "awakening" sound for player when waking up after sleeping
619
620 2003-11-22
621         * added "copy" and "exchange" functions for custom elements to editor
622
623 2003-11-21
624         * added configurable element animations for info screen
625
626 2003-11-20
627         * added configurable music credits for info screen
628
629 2003-11-19
630         * finally fixed tape recording when player is created from CE change
631
632 2003-11-18
633         * added "editorsetup.conf" for editor element list configuration
634
635 2003-11-16
636         * added "musicinfo.conf" for menu and level music configuration
637
638 2003-11-14
639         * fixed a very nasty bug in dragon turning code in TurnRoundExt()
640           (that only showed up on Linux, but not on Windows systems)
641
642 2003-11-13
643         * fixed turning movement of butterflies and fireflies (no frame reset)
644         * enhanced sniksnak turning movement (two steps instead of only one)
645
646 2003-11-10
647         * version number set to 3.0.8
648
649 2003-11-10
650         * version 3.0.7 released
651
652 2003-11-09
653         * fixed reset of player animation frame when, for example,
654           walking, digging or collecting share the same animation
655         * fixed CE with "deadly when touching" exploding when touching amoeba
656
657 2003-11-08
658         * fixed tape recording when player is created from CE element change
659
660 2003-11-04
661         * introduced "turning..." action graphic for elements with move delay
662           (non-CE: bug, spaceship, sniksnak, mole, pacman, yamyam)
663         * added turning animations for bug, spaceship and sniksnak
664
665 2003-11-03
666         * prevent "extended" changed elements from delay change in same frame
667
668 2003-11-02
669         * fixed bug when pushing element that can move away to the side
670           (like pushing falling elements, but now with moving elements)
671
672 2003-11-01
673         * finally fixed serious bug in code for delayed element pushing (again)
674
675 2003-10-19
676         * unavailable setup options now marked as "n/a" instead of "off"
677         * new boolean directive "latest_engine" for "levelinfo.conf": when set
678           to "true", levels are always played with the latest game engine,
679           which is desired for levels that are imported from other games; all
680           other levels are played with the engine version stored in level file
681           (which is normally the engine version the level was created with)
682
683 2003-10-18
684         * fixed serious bug in code for delayed element pushing
685         * fixed little bug in animation frame selection for pushed elements
686         * speed-up of reading config file for verbose output
687
688 2003-10-08
689         * added configuration option for opening and closing Supaplex exit
690         * added configuration option for moving up/down animation for Murphy
691         * fixed incorrectly displayed animation for attacking dragon
692         * fixed bug with not setting initial gravity for each new game
693         * fixed bug with teleportation of player by custom element change
694         * fixed bug with player not getting smashed by rock sometimes
695
696 2003-10-06
697         * version number set to 3.0.7
698
699 2003-10-06
700         * version 3.0.6 released
701
702 2003-10-05
703         * added support for MP3 music for SDL version through SMPEG library
704
705 2003-10-03
706         * fixed bug when initializing font graphic structure
707         * fixed bug with animation mode "pingpong" when using only 1 frame
708         * fixed bug with extended change target introduced in 3.0.5
709         * fixed bug where passing over moving element doubles player speed
710         * fixed bug with elements continuing to move into push direction
711         * fixed bug with duplicated player when dropping bomb with shield on
712         * added "switching" event for custom elements ("pressing" only once)
713         * fixed switching bug (resetting flag when not switching but not idle)
714
715 2003-09-29
716         * fixed element tokens for certain file elements with ".active" etc.
717
718 2003-09-29
719         * version number set to 3.0.6
720
721 2003-09-29
722         * version 3.0.5 released
723
724 2003-09-28
725         * now four envelope elements available
726         * font, background, animation and sound for envelope now configurable
727         * main menu doors opening/closing animation type now configurable
728
729 2003-09-27
730         * active/inactive sides configurable for custom element changes
731         * new movement type "move when pushed" available for custom elements
732
733 2003-09-20
734         * fixed bug in multiple config pages loader code that caused crashes
735
736 2003-09-13
737         * enhanced (remaining low-resolution) Supaplex graphics
738
739 2003-09-13
740         * version number set to 3.0.5
741
742 2003-09-13
743         * version 3.0.4 released
744
745 2003-09-12      src/tools.c
746         * fixed bug in custom definition of crumbled element graphics
747
748 2003-09-11      src/files.c
749         * fixed bug in multiple config pages code that caused crashes
750
751 2003-09-08
752         * version number set to 3.0.4
753
754 2003-09-08
755         * version 3.0.3 released
756
757 2003-09-07
758         * added music to Supaplex classic level set
759
760 2003-09-07      src/libgame/misc.c
761         * added support for loading various music formats through SDL_mixer
762
763 2003-09-06      (various source files)
764         * fixed several nasty bugs that may have caused crashes on some systems
765         * added envelope content which gets displayed when collecting envelope
766         * added multiple change event pages for custom elements
767
768 2003-08-24      src/game.c
769         * fixed problem with player animation when snapping and moving
770
771 2003-08-23      src/screens.c, src/cartoons.c, src/libgame/toons.c
772         * fixed problem with flickering when drawing toon animations
773
774 2003-08-23      src/libgame/sdl.c
775         * fixed problem with setting mouse cursor in SDL version in fullscreen
776
777 2003-08-23      src/game.c
778         * fixed bug (missing array boundary check) which could crash the game
779
780 2003-08-23
781         * version number set to 3.0.3
782
783 2003-08-22
784         * version 3.0.2 released
785
786 2003-08-21      src/game.c
787         * fixed bug with creating inaccessible elements at player position
788
789 2003-08-20      src/init.c
790         * fixed bug with not finding current level artwork directory
791
792 2003-08-20      src/files.c
793         * fixed bug with choosing wrong engine version when playing tapes
794         * fixed bug with messing up custom element properties in 3.0.0 levels
795
796 2003-08-18
797         * version number set to 3.0.2
798
799 2003-08-18
800         * version 3.0.1 released
801
802 2003-08-17      (no source files affected)
803         * changed all "classic" PCX image files with 16 colors or less to
804           256 color (8 bit) storage format, because the Allegro game library
805           cannot handle PCX files with less than 256 colors (contributed
806           graphics are not affected and might look wrong in the DOS version)
807
808 2003-08-16      src/init.c
809         * fixed bug which (for example) crashed the level editor when defining
810           "dynamite.EDITOR:  [NONE]", because graphics may not be undefined
811           (only set to default) -- invalid graphics now set to default graphic
812
813 2003-08-16      src/init.c
814         * fixed graphical bug of player digging/collecting/snapping element
815           when no corresponding graphic/animation is defined for this action,
816           resulting in player being drawn as EL_EMPTY (which should only be
817           done to elements being collected, but not to the player)
818
819 2003-08-16      src/game.c
820         * fixed small graphical bug of player not totally moving into exit
821
822 2003-08-16      src/libgame/setup.c
823         * fixed bug with wrong MS-DOS 8.3 filename conversion
824
825 2003-08-16      src/tools.c
826         * fixed bug with invisible mouse cursor when pressing ESC while playing
827
828 2003-08-16      (various source files)
829         * added another 128 custom elements (disabled in editor by default)
830
831 2003-08-16      src/editor.c
832         * fixed NULL string bug causing Solaris to crash in sprintf()
833
834 2003-08-16      src/screen.c
835         * fixed drawing over scrollbar on level selection with custom fonts
836
837 2003-08-15      src/game.c
838         * cleanup of simple sounds / loop sounds / music settings
839
840 2003-08-08      (various source files)
841         * added custom element property for dropping collected elements
842
843 2003-08-08      src/conf_gfx.c
844         * fixed bug with missing graphic for active red disk bomb
845
846 2003-08-07      src/files.c, src/editor.c src/game.c, src/main.h
847         * extended variable "level.gravity" to "level.initial_gravity" and
848           "game.current_gravity" to prevent level setting from being changed
849           by playing the level (keeping the runtime value after playing)
850
851         * fixed graphics bug when digging element that has 'crumbled' graphic
852           definition, but not 'diggable' graphic definition
853
854 2003-08-06
855         * version number set to 3.0.1
856
857 2003-08-05
858         * version 3.0.0 released
859
860 2003-08-05
861         * various bug fixes; among others:
862           - fixed bug with pushing spring over empty space
863           - fixed bug with leaving tube while placing dynamite
864           - fixed bug with explosion of smashed penguins
865           - allow Murphy player graphic in levels with non-Supaplex elements
866
867 2003-04-07
868         * various changes
869         * I have forgotten to document changes for some time
870
871 2002-12-31
872         * pre-release version 2.2.0rc1 released
873
874 2002-08-25
875         * version number set to 2.1.2
876
877 2002-08-13
878         * version 2.1.1 released
879
880 2002-08-10
881         * version number set to 2.1.1
882
883 2002-08-05
884         * version 2.1.0 released
885         
886 2002-05-19
887         * version number set to 2.1.0
888
889 2002-04-03 to 2002-05-19        (various source files)
890         * graphics, sounds and music now fully configurable
891         * bug fixed that prevented walking through tubes when gravity on
892
893 2002-04-02      src/events.c, src/editor.c
894         * Make Escape key less aggressive when playing or when editing level.
895           This can be configured as an option in the setup menu. (Default is
896           "less aggressive" which means "ask user if something can be lost"
897           when pressing the Escape key.)
898
899 2002-04-02      src/screen.c
900         * Added "graphics setup" screen.
901
902 2002-04-01      src/screen.c
903         * Changed "choose level" setup screen stuff to be more generic (to
904           make it easier to add more "choose from generic tree" setup screens).
905
906 2002-04-01      src/config.c, src/timestamp.h
907         * Added source files "src/config.[ch]" and "src/timestamp.h" (which
908           automatically gets created by "src/Makefile" and contains an actual
909           compile-time timestamp to identify development versions of the game).
910
911 2002-03-31      src/tape.c, src/events.c
912         * Added quick game/tape save/load functions to tape stuff which can be
913           invoked by a keyboard shortcut. Default: "F1" saves game/tape, "F2"
914           loads previously recorded tape and directly goes into recording mode
915           from the end of the tape (therefore appending to the tape).
916
917 2002-03-31      src/tape.c
918         * Added "index mark" function to tape recorder. When playing or
919           recording, "eject" button changes to "index" button. Setting index
920           mark is not yet implemented, but pressing index button when playing
921           allows very quick advancing to end of tape (when normal playing),
922           very fast forward mode (when playing with normal fast forward) or
923           very fast reaching of "pause before end of tape" (when playing with
924           "pause before end" playing mode).
925
926 2002-03-30      src/cartoons.c
927         * Moved some stuff from cartoons.c to the new "src/libgame/toons.c".
928
929 2002-03-29      src/screen.c
930         * Changed setup screen stuff to be more generic (to make it easier
931           to add more setup screens).
932
933 2002-03-23      src/main.c, src/main.h
934         * Various changes due to the introduction of the new libgame files
935           "setup.c" and "joystick.c".
936
937 2002-03-23      src/files.c
938         * Generic parts of "src/files.c" (mainly setup and level directory
939           stuff) moved to new libgame file "src/libgame/setup.c".
940
941 2002-03-23      src/joystick.c
942         * File "src/joystick.c" moved to libgame source tree, with
943           correspondig changes.
944
945 2002-03-22      src/screens.c
946         * "HandleChooseLevel()": Another bug in level series navigation fixed.
947           (Wrong level series information displayed when entering main group.)
948
949 2002-03-22      src/editor.c
950         * Slight change to support new gadget event "GD_EVENT_INFO_LEAVING".
951
952 2002-03-22      src/editor.c
953         * Changed behaviour of "Escape" key in level editor to be more
954           intuitive: When in "Element Properties" or "Level Info" mode,
955           return to "Drawing Mode" instead of leaving the level editor.
956
957 2002-03-21      src/game.c, src/editor.c, src/files.c
958         * 2.0.1 introduced the corrected "Emerald Mine" style behaviour of
959           gems (emeralds, diamonds, ...) slipping down from normal wall,
960           steel wall and growing wall (as in E.M.C. style levels). Although
961           the behaviour of contributed and private levels wasn't changed (due
962           to the use of "level.game_version"; see previous entry), editing
963           those levels will (of course) change the behaviour accordingly.
964
965           This change seems a bit too hard after thinking about it, because
966           the EM style behaviour is not the "expected" behaviour (gems would
967           normally only slip down from "rounded" walls). Therefore this was
968           now changed to an element property for gem style elements, with the
969           default setting "off" (which means: no special EM style behaviour).
970           To fix older converted levels, this flag is set to "on" for pre-2.0
971           levels that are neither contributed nor private levels.
972
973 2002-03-20      src/files.h
974         * Corrected settings for "level.game_version" depending of level type.
975           (Contributed and private levels always get played with game engine
976           version they were created with, while converted levels always get
977           played with the most recent version of the game engine, to let new
978           corrections of the emulation behaviour take effect.)
979
980 2002-03-20      src/main.h
981         * Added "#include <time.h>". This seems to be needed by "tape.c" for
982           compiling the SDL version on some systems.
983           Thanks to the several people who pointed this out.
984
985 2002-03-19
986         * Version number set to 2.0.2.
987
988 2002-03-19
989         * Version 2.0.1 released.
990
991 2002-03-18      src/screens.c
992         * "HandleChooseLevel()": Small bug in level series navigation fixed.
993
994 2002-03-18      src/files.c [src/libgame/misc.c]
995         * Moved some common functions from src/files.c to src/libgame/misc.c.
996
997 2002-03-18      src/files.c [src/libgame/misc.c]
998         * Changed permissions for new directories and saved files (especially
999           score files) according to suggestions of Debian users and mantainers.
1000           Thanks to Drew Parsons <dparsons@emerall.com> for the patch.
1001
1002 2002-03-17      src/files.c
1003         * Changed "{Load|Save}{Level|Tape}()" to IFF style file format:
1004           Replaced "cookie" header string ("ROCKSNDIAMONDS_...\n") with
1005           real IFF style header "RND1....XXXX" (where "XXXX" is "CAVE"
1006           for levels and "TAPE" for tapes). Old "cookie" style format is
1007           still supported for reading. New level and tape files are written
1008           in new format.
1009
1010         * New IFF chunk "VERS" contains version numbers for file and game
1011           (where "game version" is the version of the program that wrote the
1012           file, and "file version" is a version number to distinguish files
1013           with different format, for example after adding new features).
1014
1015 2002-03-15      src/screen.c
1016         * "DrawHallOfFame()": "FadeSounds()" when entering the hall of fame.
1017           (Before, you heard a mixture of the in-game music and the
1018           hall-of-fame music.)
1019
1020 2002-03-14      src/events.c
1021         * Function "DumpTape()" (files.c) now available by pressing 't' from
1022           main menu (when in DEBUG mode).
1023
1024 2002-03-14      src/game.c
1025         * "GameWon()": When game was won playing a tape, now there is no delay
1026           raising the score and no corresponding sound is played.
1027
1028 2002-03-14      src/files.c
1029         * Changed "LoadTape()" for real chunk support and also adjusted
1030           "SaveTape()" accordingly.
1031
1032 2002-03-14      src/game.c, src/tape.c, src/files.c
1033         * Important changes to tape format: The old tape format stored all
1034           actions with a real effect with a corresponding delay between the
1035           stored actions. This had some major disadvantages (for example,
1036           push delays had to be ignored, pressing a button for some seconds
1037           mutated to several single button presses because of the non-action
1038           delays between two action frames etc.). The new tape format just
1039           stupidly records all device actions and replays them later. I really
1040           don't know why I haven't solved it that way before?! Old-style tapes
1041           (with tape file version less than 2.0) get converted to the new
1042           format on-the-fly when loading and can therefore still be played;
1043           only some minor parts of the old-style tape handling code was needed.
1044           (A perfect conversion is not possible, because there is information
1045           missing about the device actions between two action frames.)
1046
1047 2002-03-14      src/files.c
1048         * New function "DumpTape()" to dump the contents of the current tape
1049           in a human readable format.
1050
1051 2002-03-14      src/game.c
1052         * Small tape bug fixed: When automatically advancing to next level
1053           after a game was won, the tape from the previous level still was
1054           loaded as a tape for the new level.
1055
1056 2002-03-14      src/tape.c
1057         * Small graphical bug fixed: When pressing ""Record" or "Play" on
1058           tape, cartoons did not get completely removed because
1059           StopAnimation() was not called.
1060
1061 2002-03-13      src/files.c
1062         * Changed "LoadLevel()" and "SaveLevel()" to add new chunk "CNT2".
1063           Fixed bug of "CONT" and "BODY" (chunk size was set to 8-bit element
1064           size even when using 16-bit elements). Added new chunk "CNT2" for
1065           16-bit amoeba content (previously written in 8-bit field in "HEAD"
1066           chunk even when content was 16-bit element). "CNT2" should now be
1067           able to store content for arbitrary elements (up to eight blocks of
1068           3 x 3 element arrays). All "CNT2" elements will always be stored as
1069           16-bit elements. "CONT" (with 8/16-bit elements) now obsolete.
1070
1071 2002-03-13      src/files.c
1072         * Changed "LoadLevel()" for real chunk support.
1073
1074 2002-03-12      src/game.c
1075         * Fixed problem (introduced after 2.0.0 release) with penguins
1076           not getting killed by enemies
1077
1078 2002-02-24      src/game.c, src/main.h
1079         * Added "player->is_moving"; now "player->last_move_dir" does
1080           not contain any information if the player is just moving at
1081           the moment or not.
1082           Before, "player->last_move_dir" was misused for this purpose
1083           for  the robot stuff (robots don't kill players when they are
1084           moving). But setting "player->last_move_dir" to MV_NO_MOVING
1085           broke tapes when walking through pipes!
1086           ("IS_MOVING()" uses "MovPos[][]", but this fails when it is 0
1087           in a continuous movement. This fact is ignored for friends and
1088           enemies, though.)