Skip to content

Latest commit

 

History

History
146 lines (87 loc) · 3.71 KB

README.md

File metadata and controls

146 lines (87 loc) · 3.71 KB

ReplaySeeker

Disclaimer

Original Authors: Danat & DonTomaso NOTE: I do not own any rights on this program, but since authors stopped developing this program for many years, i decided to decompile it and fix for newest Warcraft 3 versions. I can delete this project if authors dont want it to be here. But we really need this one, we need it to be alive.

Somewhat changelog:

26.08.2017

Stable:

  • Small fixes
  • Auto acquiring administrator access

23.08.2017

Still beta:

  • Added turbo mode support for known versions (not sure about 1.28, cannot make a good test for it; investigating)
  • Changed some calls to thread-safe ones
  • Added simple version 'autodetect'
  • Added known process names list, so no need to specify it anymore (in most cases)
  • No need to restart ReplaySeeker for another replay/warcraft version anymore.
  • Reworked 'rescan' button: No more needed to click it to restart scan process. It will always do scan until it finds replay. There are 'stop scan' button to stop it and get able to select another version if it is needed.

17.08.2017

Still beta:

  • Added multiple versions support, ability to choice (1.26, 1.27, 1.28 are available now and should work)
  • Implemented simple version of custom offsets setting (run ReplaySeeker once and look in the repseek.cfg file)

16.08.2017

Beta version:

  • added progressbar for memory scanning progress
  • added more information into main window
  • started adding multiversioning support (currently supports 1.26a and 1.28+);

14.08.2017

  • SimpleCamera is working too now
  • Removed my tests from code
  • Disabled 'Turbo' checkbox
  • Fixed few crashes and bugs

13.08.2017

  • Added decompiled sources
  • ReplaySeeker is working now

HERE ARE SIMPLE README TEMPLATE THAT I HAVEN`T FINISHED CHANGING YET (no time atm):

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

What things you need to install the software and how to install them

Give examples

Installing

A step by step series of examples that tell you have to get a development env running

Say what the step will be

Give the example

And repeat

until finished

End with an example of getting some data out of the system or using it for a little demo

Running the tests

Explain how to run the automated tests for this system

Break down into end to end tests

Explain what these tests test and why

Give an example

And coding style tests

Explain what these tests test and why

Give an example

Deployment

Add additional notes about how to deploy this on a live system

Built With

  • Dropwizard - The web framework used
  • Maven - Dependency Management
  • ROME - Used to generate RSS Feeds

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

  • Hat tip to anyone who's code was used
  • Inspiration
  • etc