Skip to content
This repository has been archived by the owner on Jan 19, 2024. It is now read-only.

Commit

Permalink
Update notices
Browse files Browse the repository at this point in the history
  • Loading branch information
user-grinch committed Sep 9, 2021
1 parent ca9e9fc commit 4360ec0
Show file tree
Hide file tree
Showing 8 changed files with 25,463 additions and 681 deletions.
25,447 changes: 25,447 additions & 0 deletions Depend/json.hpp

Large diffs are not rendered by default.

674 changes: 0 additions & 674 deletions LICENSE

This file was deleted.

2 changes: 1 addition & 1 deletion src/CheatMenu.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
Author: Grinch_
Copyright GPLv3 2019-2021
Copyright Grinch_ 2019-2022. All rights reserved.
Required:
DirectX 9 SDK
Plugin SDK
Expand Down
7 changes: 6 additions & 1 deletion src/Menu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -547,8 +547,13 @@ void Menu::Draw()
ImGui::TextWrapped("If you find bugs or have suggestions, let me know on discord.");
ImGui::Dummy(ImVec2(0, 10));
ImGui::TextWrapped("Thanks to Junior-Djjr");
ImGui::Dummy(ImVec2(0, 30));
ImGui::Text("Please note,");
ImGui::TextWrapped("1. You are NOT allowed to reupload this modifiction.");
ImGui::TextWrapped("2. If you're posting it somewhere, link to the official source.");
ImGui::TextWrapped("3. This can be ignored by getting permission from the author.");
ImGui::Dummy(ImVec2(0, 10));
Ui::CenterdText("Copyright GPLv3 2019-2021 Grinch_");
Ui::CenterdText("Copyright Grinch_ 2019-2022. All rights reserved");

ImGui::EndChild();
}
Expand Down
2 changes: 1 addition & 1 deletion src/MenuInfo.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
#define MENU_NAME "Cheat Menu"
#define MENU_VERSION_NUMBER "2.9"
#define MENU_VERSION MENU_VERSION_NUMBER"-beta"
#define BUILD_NUMBER "20210828"
#define BUILD_NUMBER "20210909"
#define MENU_TITLE MENU_NAME " v" MENU_VERSION "(" BUILD_NUMBER ")"
1 change: 0 additions & 1 deletion src/Paint.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// Portion of this source is taken from MoonAdditions https://github.com/THE-FYP/MoonAdditions
// To keep the licensing simple this file would go under MIT License, GPLv3 won't apply

// Copyright (c) 2012 DK22Pac
// Copyright (c) 2017 FYP
Expand Down
9 changes: 7 additions & 2 deletions src/Ui.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,13 @@ void Ui::DrawHeaders(CallbackTable& data)

ImGui::NewLine();
ImGui::TextWrapped("If you find bugs or have suggestions, you can let me know on discord :)");
ImGui::NewLine();
CenterdText("Copyright GPLv3 2019-2021");
ImGui::Dummy(ImVec2(0, 30));
ImGui::Text("Please note,");
ImGui::TextWrapped("1. You are NOT allowed to reupload this modifiction.");
ImGui::TextWrapped("2. If you're posting it somewhere, link to the official source.");
ImGui::TextWrapped("3. This can be ignored by getting permission from the author.");
ImGui::Dummy(ImVec2(0, 10));
CenterdText("Copyright Grinch_ 2019-2022. All rights reserved.");
}
else
{
Expand Down
2 changes: 1 addition & 1 deletion src/Vehicle.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -725,7 +725,7 @@ void Vehicle::Draw()
{
ImGui::Spacing();
ImGui::BeginChild("MenusChild");
Ui::EditReference("Density multiplier", 0x8A5B20, 0, 1, 10);
Ui::EditAddress<float>("Density multiplier", 0x8A5B20, 0, 1, 10);
if (ImGui::CollapsingHeader("Enter nearest vehicle as"))
{
int hplayer = CPools::GetPedRef(pPlayer);
Expand Down

0 comments on commit 4360ec0

Please sign in to comment.