1. 11 Jan, 2025 1 commit
    • Martin Avison's avatar
      Add Log message giving source for Boot, System & Font Merges · 74a825e6
      Martin Avison authored
      Utilise Install_Log command (from Installer-0_18) to log the source directory
      for a Merge. If the command does not exist, it does not give error.
      
      During testing of the above change, a bug in the !Font merge process
      was found that can cause it to put merged fonts in totally the wrong place.
      
      The function static_ReadVariables() in Main.c, if APP=FONTMERGE, uses the
      value of Font$Path to set Destination (the merge target) from the third path
      element from the end, which assumes it is the system !Fonts.
      
      However, if a
          *FontInstall mydirectory.
      was done before the *FontInstall in BootResources:!Fonts, then Font$Path will
      be set to 4 elements, eg:
          ADFS::SSD.$.!BOOT.Resources.!Fonts.,
          mydirectory.,
          <Font$Prefix>.,
          Resources:$.Fonts.
      so any new fonts wrongly go into mydirectory.
      
      The fix now finds the first directory seen which ends in ".!Fonts.", which is
      the LAST one in the path string. This is better, though not totally foolproof.
      
      Version 2.12. Tagged as 'Config2PluginxxxxMerge-2_12'
      74a825e6
  2. 28 Aug, 2023 1 commit
    • Robert Sprowson's avatar
      Support merging of Choices when they're relocated · 64071b17
      Robert Sprowson authored
      Intercept merges destined for !Boot.Choices and replace the destination path
      with one derived from Choices$Dir. In the default case this is a no-op, but if
      Choices are relocated to a !Choices app we want to retarget those.
      
      Version 2.10. Tagged as 'Config2PluginxxxxMerge-2_10'
      64071b17
  3. 18 Feb, 2014 1 commit
  4. 09 Jul, 2012 1 commit
    • Jeffrey Lee's avatar
      Fix null pointer dereference in static_DoOp · 866991f0
      Jeffrey Lee authored
      Detail:
        c/Merge - for operation_merge, check whether there was an error before trying to look up the error number
      Admin:
        Tested on BB-xM with high processor vectors
      
      
      Version 2.06. Tagged as 'xxxxMerge-2_06'
      866991f0
  5. 14 Dec, 2002 1 commit
    • Steve Revill's avatar
      New sprites · f39a88e4
      Steve Revill authored
      Makefile tweaks
      As featured on disc image accompanying RISC OS 5.00
      
      Version 2.02. Tagged as 'xxxxMerge-2_02'
      f39a88e4
  6. 14 Oct, 1998 1 commit
  7. 15 Jun, 1998 1 commit