Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: YoshiokaHaruki/AMXX-Point-Map-Maker
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.0.3
Choose a base ref
...
head repository: YoshiokaHaruki/AMXX-Point-Map-Maker
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 9 commits
  • 3 files changed
  • 3 contributors

Commits on May 24, 2023

  1. Update README.md

    YoshiokaHaruki authored May 24, 2023
    Configuration menu
    Copy the full SHA
    33cfc87 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    YoshiokaHaruki authored May 24, 2023
    Configuration menu
    Copy the full SHA
    8b16bb5 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2024

  1. 1.0.4

    - EDITED: Checking for NULL_VECTOR when displaying the saved Angles at a point
    - EDITED: Changed the IgnoreList of entities to a dynamic array so that it would be easier to find entities in the array
    - EDITED: Checking for the name of the object now takes place via strcmp (previously equal)
    - ADDED: Removed the display of points that are not visible for player
    - ADDED: Native to get points in all objects and in the desired object by name
    YoshiokaHaruki committed Feb 4, 2024
    Configuration menu
    Copy the full SHA
    a485125 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0ab278d View commit details
    Browse the repository at this point in the history
  3. Update README.md

    YoshiokaHaruki authored Feb 4, 2024
    Configuration menu
    Copy the full SHA
    0afc240 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2024

  1. 1.0.5

    - EDITED: The 'ObjectNames' inside the plugin has been removed and now objects can be registered separately from the plugin using the native 'pmm_init_object'
    - EDITED: When specifying an invalid `ObjectName`, `ObjectName` = "general" will no longer be automatically specified, since this broke some logic in natives
    - ADDED: The new forwards 'pmm_load_data_pre' and 'pmm_load_data_post' serve to make the plugin easier to use as an API (@nikolaygaus)
    YoshiokaHaruki committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    830fab8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a30ceb7 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2025

  1. 1.0.6

    - Fixed an error if there were uninitialized objects in the json file when saving points on the map, but they are in the file, then they were erased when saving (@nikolaygaus)
    YoshiokaHaruki committed Feb 1, 2025
    Configuration menu
    Copy the full SHA
    8f4f340 View commit details
    Browse the repository at this point in the history
  2. 1.0.7

    - Added support for using menus for multiple players (previously, only 1 player could use the menu normally) (@nikolaygaus)
    - The sequence of rotation angle changes has been changed, now the first one is NULL_VECTOR (@nikolaygaus)
    - Fixed a localization bug by adding the use of SetGlobalTransTarget (@nikolaygaus)
    - Changing the use of Ham_FVecVisible using by ExecuteHam (formerly ExecuteHamB) (@nikolaygaus)
    
    Co-Authored-By: Ragamafona <52896054+nikolaygaus@users.noreply.github.com>
    YoshiokaHaruki and nikolaygaus committed Feb 1, 2025
    Configuration menu
    Copy the full SHA
    bcc8865 View commit details
    Browse the repository at this point in the history
Loading