150 Commits
Author SHA1 Message Date
Oliver Hamlet 4dd1b44650 Remove the MSVC_STATIC_RUNTIME build option
It is never changed from its default, so there's no point having it.
2021-11-20 02:32:40 +00:00
Oliver Hamlet 52302245e7 Remove references to Bintray
JFrog are shutting it down tomorrow.
2021-04-30 21:59:42 +01:00
Oliver Hamlet 17b037af57 Migrate Linux CI to GitHub Actions
This is in preparation for publishing build artifacts to GitHub Actions,
as Bintray will shut down in May.
2021-02-06 14:58:56 +00:00
Oliver Hamlet 5c2dd2167d Migrate Windows CI to GitHub Actions
AppVeyor is breaking my builds because I can't create any more artifacts
because I've hit the limit, but there's no way to have it not store
artifacts or to manually delete artifacts...

This also updates Boost from 1.67.0 to 1.69.0 due to differences between
the AppVeyor and GitHub Actions build environments.
2020-08-14 23:39:59 +01:00
Oliver Hamlet 52be94bb57 Get rid of the dev branch
Its existence hasn't added anything in several years, and I keep
forgetting to merge it into master after releases.
2019-06-16 11:45:33 +01:00
Oliver Hamlet 80d9f8be43 Add support for Morrowind
Sorting doesn't work as for other games, because esplugin can't tell if
a plugin contains override records, so returns 0 for their count, so no
overlap edges get added.
2019-04-24 21:35:17 +01:00
Oliver Hamlet 0f2e36ce26 Update Linux build instructions
Travis CI have migrated away from running builds in Docker containers,
and no longer link to their old Docker image, so describe the
prerequisites and assumptions as accurately as possible.
2019-02-11 21:48:50 +00:00
Oliver Hamlet 9ead05bf1f Update repository links to account for loot-api -> libloot rename 2018-12-08 21:39:53 +00:00
Oliver Hamlet 5bb20daa82 Rename "LOOT API" to "libloot"
To avoid confusion when talking about the library vs. its API. The GitHub
repository has not yet been renamed, so all references to it are
unchanged.
2018-11-17 18:43:07 +00:00
Oliver Hamlet 5dceba1788 Rename WrinklyNinja to Ortham in GitHub links
Also fix the AppVeyor CI link.
2018-11-07 17:07:55 +00:00
Oliver HamletandGitHub 843a55b1d2 Update Bintray link in readme 2018-08-06 19:59:46 +01:00
Oliver Hamlet ec946b5d0f Update version number and changelog for 0.12.4 2018-02-17 11:15:40 +00:00
Oliver Hamlet cf67649049 Remove all GUI files and references to the GUI
As the NodeJS dependency no longer exists, the archive script has
been replaced with a CPack implementation, and the
set_version_number script turned into a Python script.
2017-02-10 23:11:13 +00:00
Oliver Hamlet 93660a26af Fix missing class and member names in docs
Due to an incompatibility between Sphinx 1.5.x and Breathe 4.4, pin the
sphinx version to 1.4.9 and update the README to include how to install
it.
2017-02-06 18:03:18 +00:00
Oliver Hamlet 1f73c46010 Remove the metadata validator from the repository 2017-02-05 18:23:13 +00:00
Oliver Hamlet 03db0d0c17 Suggest using Travis CI's docker image for Linux
Instead of providing a script to install the Travis bits LOOT needs on
top of Ubuntu 12.04, point towards using the Docker image that Travis
provides.
2016-12-18 13:05:38 +00:00
Oliver Hamlet cf4d38276b Replace vulcanize process with loose files
It's a lot easier to debug, but may have reduced startup performance.
Closes #682.
2016-11-20 15:13:32 +00:00
Oliver Hamlet 9013cb2c81 Add support for Skyrim Special Edition 2016-10-29 16:12:30 +01:00
Oliver Hamlet aefffaef12 Update README.md's docs build instructions
To use the output folder expected by the packaging scripts.
2016-09-22 07:53:30 +01:00
Oliver Hamlet f0bd3e0e1a Use the same sphinx config for dev and Read The Docs 2016-09-19 20:49:29 +01:00
Oliver Hamlet 4cbc592faa Simplify building documentation
Make it so that doxygen and sphinx-build can both be run from the repo
root. Also change the output folder to mirror the input folder name.
2016-09-19 18:23:39 +01:00
Oliver Hamlet e02117e0d0 Add Read The Docs badge to readme 2016-09-19 18:23:39 +01:00
Oliver Hamlet 4948dd0a7c Rewrite metadata syntax documentation
Rewrite it as reStructuredText so that it can be hosted alongside the
API documentation on Read The Docs, which allows linking to WIP syntax
documentation.
2016-09-18 13:04:23 +01:00
Oliver Hamlet 19778db975 Remove "how to build" documentation
Instead, point to the CI configuration files, and include the extra
steps for Ubuntu 12.04 as a script. More useful, and less likely to
become outdated.
2016-09-17 22:21:41 +01:00
Oliver Hamlet 9c04741de2 Update API documentation
Implement a new system combining Doxygen with Sphinx using Breathe.
2016-08-24 08:08:12 +01:00