//Beta 23
Fixed 2.10 Dodongo Death Sound:
In 2.10, according to a report, Dodongos used SFX 15 for their
death sound. This forces their death sound (`deadsfx`) to 15,
to correct the problem.
I previously thought that James was reporting the wrong screen
ambient sound, so this commit also reverses that patch.
( ZoriaRPG, 4th October, 2018 )
//Beta 22
Rewrote the onSaveMapPic() function to fix issues with it causing
random glitches, including screen drawing glitches while scrolling and other
issues.
( ZoriaRPG, 4th october, 2018 )
//Beta 21
Added constants for MIN_COMBO_POS, MAX_COMBO_POS, and NUM_COMBO_POS to std.zh.
Rewrote all SetLayerCombo*() and GetlayerCombo*() function sin std.zh.
Added std.cfg flag: SETLAYERCOMBO_ALWAYS_USE_SETCOMBO
Setting this to '1' will force using Set/GetCombo on maps instead
of setting or getting Screen->Combo*[] for layer 0.
Added error logging to these functions.
Added TraceError() to string_functions.zh.
Fix dodongos using the wwrong sound in 2.10 and earlier quests.
( ZoriaRPG, 3rd October 2018 )
Fixed improper warp points in 2nd.qst.
( NightmareJames, 29th September, 2018 )
Added two additional levels of key files:
.cheat: This is a ketyfile that only enables cheats for the player in ZC, but does not allow
opening the quest in ZQuest. The questb password is hashed so that it is not visible as
plain ASCII text in the .cheat keyfile.
.zpwd: This is a keyfile that only allows editing the quest in ZQuest, but it DOES NOT enable cheats.
( ZoriaRPG, 28th September, 2018 )
//Beta 20
Fix: Lens stealing properties of other items (e.g. sound effects); backported from 2.55.
( Venrob, 27th September, 2018 )
Backported fixes from 2.55 for:
Sword beam/mirrors interaction (with QR).
Wand/book costs.
( Venrob, 26th September, 2018 )
//Beta 19
Require using Alt+Shift modifier keys in conjunction with cheat hotkeys.
//Beta 18.2
Fixed hard crash when loading an ASM script if the filename is invalid.
Fixed input getting stuuck as if buttons were being hel down, when released.
( ZoriaRPG, 25th September, 2018 )
( credit also: Venrob for think-tank.)
( credit also: Russ for testing.)
//Beta 18.1
Fixed the Cheat Menu 'Max Bombs' so that it is possible to set
any value from 0 to 0xFFFF.
( ZoriaRPG, 25th September, 2018 )
//Betas 16, 17, 18
Allow setting the Catchall on a room with a type of 'None'. The catchall type is 'Generic Catchall'.
Minor touch-up on qrNOGANONINTRO
Should fix: Nayru's Love decorations do not die, and will eventually wrap the screen.
Should fix: Vires freeze when struck, without split-on-hit.
( ZoriaRPG, 24th September, 2018 )
Should fix: Lens costs rupees with infinite wallet.
Should fix: Diagonal left-down sprites on 8-way shots are mis-oriented.
Should fix: Charged hammer doesn't strike pound blocks.
Should fix: Ganon Triforce holdup when Link is jumping.
Should fix: Ganon's ashes don't fall in sideview.
( ZoriaRPG, 23rd September, 2018 )
//Beta 15
Added a compatibility fix for DrawInteger() and DrawCharacter() for quests made
using the old (broken) scaling factors. ( ZoriaRPG, 4th April, 2018 )
//Beta 14
Added Extra Rule for older quests so that swords with a magic cost only apply it to beams,
and backported it to 2.53.0.
!! This needs to be an item editor flagset: Beams use Magic, Blade Uses Magic
Added a QR No Intro String in Ganon Rooms and backported it to 2.53.0 (beta 14)
( ZoriaRPG, 28th March, 2018 )
//Beta 13
Fixed swords not obeying magic costs. ( ZoriaRPG, 15th January, 2018 )
Added tooltips to the 'Quest Rev' and 'Min Rev' fields in the
Quest Header dialogue.
Cleaned up Header dialogue and made the quest number visible (but disabled)
by default. Holding Right Shift while opening the dialogue makes it an editable field.
( ZoriaRPG, 14th January, 2018 )
Fixed 'About' version details. ( ZoriaRPG, 14th January, 2018 )
Corrected the tooltip for Slash->Item combos.
Improved efficiency of string.zh functions, and updated the docs.
( ZoriaRPG, 10th January, 2018 )
Fixed Link->Misc[] not being divided or multiplied (internally) by 10000.
( ZoriaRPG, 4th January. 2018 )
Applied Item Editor fix for InitD values. (They were clamped from -31768 to 327678, and
now they are clamped between -214748.3647 and 214748.3647.
Applied to 2.54 Alpha 22, and 2.53 Beta 12.
VBound ZQuest combo editor fields: Cset to -15/+15, Aframes (0,255), ASpeed (0,255) to prevent rollover from lack of sanity bounding. ( ZoriaRPG 16th october, 2017 )
Optimised some functions in std.zh that returned boolean values and were comparing against != 0.
Fixed game ending sequence clipping from carrying over to another quest if ZC is reset during the ending.
Possible fix for the crash reported by Lut where scrolling through a specific pixel of the lower-left corner
of screens would crash ZC. ( ZoriaRPG, 16th October, 2017 )
Fixed a bug in std.zh where GetHighestLevelItem() would fail to return the correct values if the item IDs and levels
were not in a matched ascending order (e.g. item 16 is level 2, item 18 is level 1), and similar.
Added GetHighestLevelItemOwned() to std.zh. ( ZoriaRPG, 15th October, 2017 )
Fixed button interface commandline filenames in ZCL. Updated version to 2.6.4. ( ZoriaRPG, 15th October, 2017 )
Fixed issues with 1.84 quests.
Added possible fix for Win10 slowdown. ( Gleeok, 15th October, 2017 )
Reworded language for controller button dialogue:
The controller button input dialogue used the wording 'Use Analogue Stick Instead of Buttons', which is misleading.
On standard USB game pads, with a DPad, ZC recognises the DPad as an analogue stick (when using Windows), and thus,
the controller DPad buttons cannot be mapped on an individual basis. This adjusts the wording to 'Use Analogue Stick/DPad'. ( ZoriaRPG, 10th October, 2017 )
Split up ag.cfg into ag.cfg (RomView, ZCL), zc.cfg (Zelda Classic), and zquest.cfg (ZQuest) to fix some issues with
ZC/ZQuest creating an access clash with one config file.
Updated ZCl to use the new files. ZCL is now 2.6.3. ( ZoriaRPG, 6th Oct, 2017 )
Reverted all of the Game->SetCombo* and Game->GetCombo* functions to their 2.50.2 states.
The revised (2.50.3) functions broke quests using these functions in a way that cannot be resolved
within the scope of the 2.50.x branch of Zelda Classic. ( ZoriaRPG, 2nd Oct, 2017 )
Fixed DrawInteger() displaying a value that was off by one when sprinting with no decimal places. ( ZoriaRPG, 2nd October, 2017 )
Fixed the array sizes of Game->LKeys[] and Game->LItems[] (256 to 512), and constrained the values on setting them so that they do not overflow (roll over). ( ZoriaRPG, 2nd October, 2017 )
Added a warning when opening the debug console. ( ZoriaRPG, 1st Oct, 2017 )
Removed an extra constant declaration in std_functions.zh.
Changed the 'Import Script]' file selection dialogue. It now shows files with types of .zh, .zs, .zlib,
.zscript, and a few other minor typed used by the userbase, rather than solely showing '.z' files. ( ZoriaRPG, 24th September, 2017 )
Refactored the sanity checks for Game->Get/SetCombo* (except for SetComboSolid). These functions will now report
any invalid refs passed to them (invalid map, screen, position) to allegro.log and abort, or return -1 to the user.
The prior code either allowed passing an invalid ref, or never informed the user that it was invalid. ( ZoriaRPG, 23rd September, 2017 )
Modified GetHighestLevelitem() in std.zh, to use a setting in std.cgf: This setting determines the highest item ID
that GetHighestlevelitem() will check, rather than one version stopping at 143, and another at 255. ( ZoriaRPG, 22nd September, 2017 )
Added a somewhat hackish fix for dungeon maps displaying when Link does not have them, during scrolling warps. ( ZoriaRPG, 22nd September, 2017 )
Fixed issue with NPCs behaving as if they were drunk. ( Gleeok, 21st September, 2017 )
Fixed issues with flying/floating/teleporting NPCS. ( Gleeok, 20th September, 2017 )
Slightly adjusted left and right doors in 8-way movement. ( ZoriaRPG, 20th September, 2017 )
Removed std_constants_shortcuts.zh from std.zh.
Removed extra (unintended) array 'GlobalBuggr[214747] from std.zh.
Fixed some issues with NPCA_* constants.
Added NPC Attribute constants for all npc types, and every field with a lister.
Fixed values for Direction to Degree and Radian conversions in std_functions and std_constants. ( ZoriaRPG )
Fixed a bug where Link's weapons hurting him, in water, would cause buggy (uncontrolled) movement or land-swimming. ( DarkDragon )
Fixed NES Dungeon Doors with diagonal movement. ( ZoriaRPG )
Fixed a crash when using arrow and bow subscreen objects. ( Saffith )
Updated qst.dat. Now, new quests will autosave, if you have timed save, or quest backup enabled. The error 'This quest
was created in an older version of ZQuest' will no longer appear on new quests. ZoriaRPG, 1st September, 2017 )
Applied a fix for numerous packfil_password() related problems.
Fixed PNG saving in ZQuest. ( ZoriaRPG, 1st September, 2017 )
Re-added New favourite commands, for Quest Reports (Combo Locations, Combo Type Locations, Enemy Locations, Integrity Check
Item Locations, Script Locations, and What Links Here) to the Favourite Commands list. (This was in 2.future, but never
ported to orthodox ZQuest.) ( ZoriaRPG, 1st September, 2017 )
Fixed file selection dialogues in Zelda Classic. After selecting a quest in the Load Quest dialogue, the default button
is now 'OK', rather than browse, so hitting the enter key after selecting a file does not put you into a file select loop.
This was likewise something that I did before, but it was somehow lost in various commits. ( ZoriaRPG, 1st September, 2017 )
Unfixed buggy wizzrobe compat issue. Proper fix is still pending... ( Gleeok, 28th August, 2017 )
//Beta 7
Initial update of ZLaunch, to add a ROMView launch button.
Fixed a bug where the Tile Editor refused to load image files on the first attempt. ( ZoriaRPG, 27th August 2017 )
Fixed a crash when loading corrupt 2.50.2 (and earlier) quest data; and recompiling scripts. ( DarkDragon, 25th August, 2017 )
Fixed crash when viewing Compatibility Quest Rules. ( ZoriaRPG, 20th August, 2017 )
Fixed a bug where the lens of truth stole the script of the last item used, and ran it every frame. ( ZoriaRPG, 20th August, 2017 )
New Allegro libraries using Allegro 4.4.3, with some patches.
Fixed issues with the infinite wallet.
Fixed Link's attack not being cancelled when he is frozen.
Fixed the race condition issue with keyboard input in Allegro 4.4.3. ( DarkDragon, 13th August, 2017 )
Fixed an issue with scrolling between land and water. ( DarkDragon, 11th August, 2017 )
Fixed an issue where the subscreen did not always update, by checking item validity when changing dmaps. ( DarkDragon, 10th August, 2017 )
Reverted the quest rule for COMBOSDM. We'll come back to this, later. ( DarkDragon )
Added compatibility rule for old quests that rely on screen item pick-up disabling hunger, for old quests. ( DarkDragon, 21st July, 2017 )
//Beta 6
Added a few functions to std.zh. ( ZoriaRPG, July 2017 )
Fixed a bug in ZQuest that was corrupting ag.cfg. ( DarkDragon; and ZoriaRPG, July, 2017 )
Fixed a bug where MIDI files could not be loaded in ZQuest. ( DarkDragon, July 2017 )
Updated std.zh to 2.50.3 version, plus some rearranging in a std_zh path.
Updated all included headers to their current versions.
Pruned some files.
Unlocked 1st.qst and 2nd.qst. ( ZoriaRPG, 11th July, 2017 )
Fixed incorrect types for CollDetection and some other boolean return variables in ZScript.
This includes Link->CollDetection, Link->Invisible, npc->CollDetection, lweapon->CollDetection and
eweapon->CollisionDetection ( ZoriaRPG, 2nd July, 2017 )
Seem to have fixed reported bug of ZC crashing if the user shifts focus when assigning joypad buttons.
In any case, I can not replicate it in this build, and I did change a read_button function that was a bit bonkers. ( ZoriaRPG, 2nd July, 2017 )
ZC and ZQuest now use Allegro 4.4. (DarkDragon, 2nd July, 2017)
Fixed 3rd quest with zero deaths not going to 5th quest. ( ZoriaRPG, 20th June, 2017 )
Reverted COMBOSDM change made by Saffith, as it caused different bugs with older players.
This is properly fixed in 2.51+. ( ZoriaRPG, 20th June 2017 )
Fixed long-standing bug where setting Link->Item every frame causes lag. ( ZoriaRPG, May 2017 )
Fixed lweapon->Behind not working. ( ZoriaRPG, May 2017 )
Fixed ffc->Link being unable to be cleared, or otherwise set to 0 ( ZoriaRPG, May 2017 )
Fixed scale args for DrawChar() and DrawInteger(): Both of these now scale per zscript.txt documentation. ( ZoriaRPG, Jan 2017 )
Zelda Classic Menus: Added Etc->Show Debug Console. This opens the Allegro debug console or closes it if it is open. ( ZoriaRPG, Jan 2017 )
ZScript Variables in scope are destroyed when their scope exits. ( DarkDragon, Jan 2017 )
Fixed long-standing keyboard issues with alt+tab, and hopefully) issues with the keyboard losing focus. (DD/Z, Dec 2016-Jan 2017)
Added a checkbox to disable analog stick movement.
Changed joystick config dialogues to match keyboard config dialogues.
Added more joystick options to ag.cfg.
Small fixes to joystick input.
Fixed minor issues in key config dialogues. ( Saffith, 18-Dec-2016 )
Additional fixes with Link exiting water. ( Saffith, 15-Dec-2016 )
Fixed an invalid read in draw_wavy(). ( Saffith, 14-Dec-2016 )
Fixed Link's position being offset improperly on continue when quakeclk > 0.
Ensure overscan rectangle is black while the screen is shaking.
Fixed an issue with Link exiting water.
Fixed Stone of Agony sensitivity. ( Saffith, 11-Dec-2016 )
Fixed an issue where bitmaps may be drawn improperly based on ZQuest version.
Fixed incorrect screen calculation and possible crash in warp with combos that carry over. ( Saffith, 6-Dec-2016 )
Global script OnExit now works. In prior versions, this script did not run.
Fixed a crash when loading a sfx file with more than 35 chars or without any extension. ( Gleeok, 2015-12-30 01:05:05 )
Fixed negative constants being read incorrectly.
Fixed incorrect screen calculation and possible crash in Game->SetComboSolid(). ( Saffith, 2015-12-19 19:41:38 )
Fixed a crash when importing combos. ( Saffith, 2015-11-27 09:30:31 )
Replaced the built-in MIDIs with versions edited by zaphod77 to sound more like the NES game. ( Saffith, 2015-10-14 10:41:20 )