Skip to content

Commit

Permalink
- merge project
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyusung4698 committed Jun 11, 2020
1 parent 359cb6f commit e22520e
Show file tree
Hide file tree
Showing 677 changed files with 400,922 additions and 41 deletions.
13 changes: 13 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Editor configuration, see https://editorconfig.org
root = true

[*]
charset = utf-8
indent_style = space
indent_size = 2
insert_final_newline = true
trim_trailing_whitespace = true

[*.md]
max_line_length = off
trim_trailing_whitespace = false
46 changes: 46 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
# See http://help.github.com/ignore-files/ for more about ignoring files.

# compiled output
/dist
/tmp
/out-tsc
# Only exists if Bazel was run
/bazel-out

# dependencies
/node_modules

# profiling files
chrome-profiler-events*.json
speed-measure-plugin*.json

# IDEs and editors
/.idea
.project
.classpath
.c9/
*.launch
.settings/
*.sublime-workspace

# IDE - VSCode
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
.history/*

# misc
/.sass-cache
/connect.lock
/coverage
/libpeerconnection.log
npm-debug.log
yarn-error.log
testem.log
/typings

# System Files
.DS_Store
Thumbs.db
6 changes: 6 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"files.exclude": {
"dist": true,
"node_modules": true,
}
}
91 changes: 91 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,91 @@
# Contributing

When contributing to this repository, please first discuss the change you wish to make via issue,
email, or any other method with the owners of this repository before making a change.

Please note we have a code of conduct, please follow it in all your interactions with the project.

## Pull Request Process

1. Ensure any install or build dependencies are removed before the end of the layer when doing a
build.
2. Add your changes to the CHANGELOG.md.
3. Increase the version numbers in any examples files and the README.md to the new version that this
Pull Request would represent. The versioning scheme we use is [SemVer](http://semver.org/).
4. You may merge the Pull Request in once you have the sign-off of two other developers, or if you
do not have permission to do that, you may request the second reviewer to merge it for you.

## Code of Conduct

### Our Pledge

In the interest of fostering an open and welcoming environment, we as
contributors and maintainers pledge to making participation in our project and
our community a harassment-free experience for everyone, regardless of age, body
size, disability, ethnicity, gender identity and expression, level of experience,
nationality, personal appearance, race, religion, or sexual identity and
orientation.

### Our Standards

Examples of behavior that contributes to creating a positive environment
include:

* Using welcoming and inclusive language
* Being respectful of differing viewpoints and experiences
* Gracefully accepting constructive criticism
* Focusing on what is best for the community
* Showing empathy towards other community members

Examples of unacceptable behavior by participants include:

* The use of sexualized language or imagery and unwelcome sexual attention or
advances
* Trolling, insulting/derogatory comments, and personal or political attacks
* Public or private harassment
* Publishing others' private information, such as a physical or electronic
address, without explicit permission
* Other conduct which could reasonably be considered inappropriate in a
professional setting

### Our Responsibilities

Project maintainers are responsible for clarifying the standards of acceptable
behavior and are expected to take appropriate and fair corrective action in
response to any instances of unacceptable behavior.

Project maintainers have the right and responsibility to remove, edit, or
reject comments, commits, code, wiki edits, issues, and other contributions
that are not aligned to this Code of Conduct, or to ban temporarily or
permanently any contributor for other behaviors that they deem inappropriate,
threatening, offensive, or harmful.

### Scope

This Code of Conduct applies both within project spaces and in public spaces
when an individual is representing the project or its community. Examples of
representing a project or community include using an official project e-mail
address, posting via an official social media account, or acting as an appointed
representative at an online or offline event. Representation of a project may be
further defined and clarified by project maintainers.

### Enforcement

Instances of abusive, harassing, or otherwise unacceptable behavior may be
reported by contacting the project team at [[email protected]]. All
complaints will be reviewed and investigated and will result in a response that
is deemed necessary and appropriate to the circumstances. The project team is
obligated to maintain confidentiality with regard to the reporter of an incident.
Further details of specific enforcement policies may be posted separately.

Project maintainers who do not follow or enforce the Code of Conduct in good
faith may face temporary or permanent repercussions as determined by other
members of the project's leadership.

### Attribution

This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4,
available at [http://contributor-covenant.org/version/1/4][version]

[homepage]: http://contributor-covenant.org
[version]: http://contributor-covenant.org/version/1/4/
40 changes: 40 additions & 0 deletions FEATURES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
## Features

### Evaluate

Quickly evaluate your items. Properties can be added and removed from the query with a simple click. Values can be adjusted with scrolling. Clicking a listing will then copy a formatted note.

![Downloaded](img/feature_evaluate.jpg)

### Market

Filter the listings to find your perfect item on the market and finally request the item with a single click.

![Downloaded](img/feature_market_search.jpg)

Also supports bulk exchange for e.g. currencies or maps.
![Downloaded](img/feature_market_exchange.jpg)

### Inspect

Items can be inspected to gather helpful insights. For most items you can get the drop location and you can always open the item in the official wiki or poe.db for detailed information.
![Inspect Card](img/feature_inspect_card.jpg)

For maps you will see dangerous stats, community ratings and the actual bosses and last but not least the loot.
![Inspect](img/feature_inspect.jpg)

### Commands

In-game commands can be bound to hotkeys for a quick execution - with placeholder support. For example @char will be replaced with the current name of your character.
![Commands](img/feature_commands.jpg)

### Replay

Lets you rewatch the last highlight of your session. A highlight can be a significant boss kill or your player death.
![Commands](img/feature_replay.jpg)

### Bookmarks

Bind useful websites to hotkeys and visit them while playing without leaving the game.

![Commands](img/feature_bookmarks.jpg)
21 changes: 21 additions & 0 deletions LICENSE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2020 Nicklas Ronge

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
46 changes: 5 additions & 41 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,51 +1,14 @@
# PoE Overlay

[![Feature Overview As Video](img/video.jpg)](https://www.youtube.com/watch?v=u3M0P7yAVpU)

PoE Overlay lets you search the market and request items and helps you to evaluate the price of your items. As well as getting insights for your maps before running them and allows you to rewatch important game events like your player death.

It also offers a seamless integrated user interface with **all client languages** available.

## ✨ Features

### Evaluate

Quickly evaluate your items. Properties can be added and removed from the query with a simple click. Values can be adjusted with scrolling. Clicking a listing will then copy a formatted note.

![Downloaded](img/feature_evaluate.jpg)

### Market

Filter the listings to find your perfect item on the market and finally request the item with a single click.

![Downloaded](img/feature_market_search.jpg)

Also supports bulk exchange for e.g. currencies or maps.
![Downloaded](img/feature_market_exchange.jpg)

### Inspect

Items can be inspected to gather helpful insights. For most items you can get the drop location and you can always open the item in the official wiki or poe.db for detailed information.
![Inspect Card](img/feature_inspect_card.jpg)

For maps you will see dangerous stats, community ratings and the actual bosses and last but not least the loot.
![Inspect](img/feature_inspect.jpg)

### Commands

In-game commands can be bound to hotkeys for a quick execution - with placeholder support. For example @char will be replaced with the current name of your character.
![Commands](img/feature_commands.jpg)

### Replay

Lets you rewatch the last highlight of your session. A highlight can be a significant boss kill or your player death.
![Commands](img/feature_replay.jpg)

### Bookmarks
[![Feature Overview As Video](img/video.jpg)](https://www.youtube.com/watch?v=u3M0P7yAVpU)

Bind useful websites to hotkeys and visit them while playing without leaving the game.
## ✨ Features

![Commands](img/feature_bookmarks.jpg)
A overview of all features can be found [here](FEATURES.md).

## 🚩 Installing

Expand Down Expand Up @@ -84,6 +47,7 @@ View the changelog of this application [here](CHANGELOG.md).
## 🔥 Acknowledgments

- [Grinding Gear Games](https://www.pathofexile.com/) - PoE
- [Overwolf](https://www.overwolf.com/pages/homepage/) - Overlay Platform
- [poe.ninja](https://poe.ninja/) - Market Statistics
- [poeprices.info](https://www.poeprices.info/) - Item Price Prediction
- [libggpk](https://github.com/MuxaJIbI4/libggpk) - Parsing PoE Data
- [libggpk](https://github.com/MuxaJIbI4/libggpk) - Parsing PoE Data
Loading

0 comments on commit e22520e

Please sign in to comment.