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