Commit Graph

79 Commits

Author SHA1 Message Date
Kamil Jarosz 0cbfa89b27 chore: Add Flathub badge to README 2024-08-10 13:54:09 +02:00
Dave Nicolson 803a8c427a
docs: Make underlines between sponsor icons disappear in README.md 2024-07-02 21:58:34 +00:00
Colin 88d8eebce6 docs: Fix scanner command and broken mtasc links 2024-05-06 22:04:25 +02:00
Nathan Adams 0968057011 chore: We don't need openssl/libssl now 2024-04-15 23:07:56 +02:00
turicfr eec5f9c313 docs: Update README.md
* Mention the Android application of Ruffle and link to its build
instructions
* Add missing folders in the sructure section
* Misc changes
2024-04-04 17:45:10 +02:00
Tom Schuster d07b154898 chore: add build dependency 2024-02-28 21:21:09 +01:00
Positron832Alt 0df6bafdaf
chore: Fix typo in readme (#15124) 2024-02-07 18:49:01 +00:00
Daniel Jacobs f8219a06e0 docs: Use new location for sponsor logos 2024-01-08 00:47:12 -05:00
Daniel Jacobs b43981f3d9 docs: Update README to point to the new logo SVG location 2024-01-08 00:47:12 -05:00
Nathan Adams 282f712f54 chore: Add browerstack message to readme 2023-12-12 20:33:17 +01:00
Olle Jonsson 16567cfa97 README.md: Avoid _ showing between links
Also, link to the Web Test GitHub Actions workflow page for that specific link.
2023-11-21 19:56:14 +01:00
Fancy2209 c4d0084809
docs: Make Readme.md reflect the current state of Ruffle (#13956)
* Ruffle is neither a POC nor missing ActionScript the Third anymore

* "...by any means. Please report any issues..."

* More Phrasing Updates.
2023-11-13 20:22:59 +00:00
nosamu d6806c6c24 docs: Add Neopets as sponsor 2023-07-31 13:01:23 +02:00
secret-shober 4e8e08ae4a Add Table of Contents to README 2023-06-12 08:55:02 +03:00
Nathan Adams 4d4095246c docs: Add crowdin badge to readme 2023-04-24 01:42:21 +02:00
David Wendt acd0d4ab29 sponsors: Add Bubble Shooter as diamond sponsor 2023-02-06 09:07:38 -07:00
nosamu bf57008329 docs: Update badge URLs in README
See https://github.com/badges/shields/issues/8671
2022-12-18 07:35:08 +02:00
Robert Setter fd76f67bd2
docs: Linux dependencies list (take two) (#8381)
* Updating Linux build deps

* escaping characters in updated Linux deps

* formatting

* formatting

* Update README.md

* simplifying previous list

* line breaks
2022-10-25 20:04:59 +03:00
Robert Setter b2b2ac52a1
docs: Update README build deps info for Linux (#8313)
* Updating Linux build deps

* escaping characters in updated Linux deps

* formatting

* formatting

* Update README.md
2022-10-18 07:38:55 +03:00
relrelb b1665c40c5 docs: Add Kongregate to sponsors 2022-10-15 23:20:38 +03:00
nosamu 680ffc3bbd
docs: Minor updates (#7264)
* docs: Minor updates to README.md

Extension builds are now output to a `dist` folder, just like all other web packages.

* docs: Minor updates to extension README

The Firefox instructions only work in Firefox Developer Edition or Nightly

* docs: Minor fixes for CONTRIBUTING.md

Omit the quotes in the RUST_LOG value, since they cause an error on Windows and are unnecessary on other platforms.
Also clarify which debugging features are activated by RUST_LOG and which are activated only when building Ruffle with `avm_debug`.

* docs: Add detail to build instructions

Add more detailed instructions for building the desktop app, as suggested by @coreybruce in #7251
2022-06-22 08:45:22 +03:00
Aaron Hill f629a91e53
avm2: Allow implementing classes in ActionScript in custom `playerglobal`
This PR adds support for building a custom `playerglobal.swf`, which can be used
to implement builtin Flash classes in ActionScript. This file is embedded into Ruffle
using `include_bytes!`, and loaded during initialization.
As an example, the `Point` class is reimplemented
in ActionScript, and `flash.text.AntiAliasType` is added.

The ActionScript compilation process is performed by `core/build.rs`.
See that file, along with `core/src/avm2/globals/README.md`, for
more details.
2022-06-15 22:00:17 +03:00
Jacob Ford 4a9d6867ba
docs: Add new Homebrew Tap instructions
Closes #5902.
2022-04-25 21:24:42 -07:00
moulins 52d775697c
docs: Mention required Linux development packages in the README (#6511) 2022-03-25 12:22:54 +03:00
Adrian Wielgosik 3ceeef5083 Add `--release` to all `cargo run` usages in README 2022-01-30 13:55:06 -08:00
relrelb a320e3b1d0 chore: Update badges in `README.md`
* Improve build status and Discord badges.
* Add npm and AUR badges.
2022-01-28 10:00:27 -08:00
Mike Welsh eb6f744626 docs: Fix Movavi logo URL 2021-12-14 18:21:35 -08:00
Mike Welsh 45ee6501d1 docs: Add Movavi to sponsors 2021-12-14 18:17:47 -08:00
Mike Welsh 3c642e6c44 chore: Add Doll Divine as sponsor 2021-10-01 14:56:00 -07:00
Seedgou 5933107fd7 docs: vectorize logo image 2021-09-14 23:43:45 +03:00
Mike Welsh d7c53df8d5 docs: Update Discord link and sponsors 2021-03-20 01:29:43 -07:00
Mike Welsh 6f1224477c
chore: Update sponsors 2021-03-03 04:46:53 -08:00
Mike Welsh dc1b697a2b
docs: Add sponsors 2021-02-18 00:37:42 -08:00
Mike Welsh 09c6def7f0 docs: Clarify license 2021-02-10 03:16:08 -08:00
Adrian Wielgosik 1bbe3c97b3 desktop: Build windows binaries with crt-static
Remove requirement for MSVC redstributables.
2021-01-15 12:10:12 -08:00
Jacob Ford ef0e824b36
docs: Clarify license options in README.md
Last line was being folded into the MIT bullet by Markdown
2021-01-04 12:25:20 -08:00
maichiu 61915a412d
docs: Added link to the Using Ruffle wiki page
* Added link to the Using Ruffle wiki page

Renamed the "Nightly Builds" section to "Using Ruffle", added info about the web demo, and added link to the "Using Ruffle" wiki page

* Updated the Nightly Builds link

The table on the Ruffle website is easier to understand than the GitHub Releases page, so I changed the Nightly Builds link to point there
2020-12-29 03:10:12 -08:00
Mike Welsh 8f34023ad2 docs: Add sponsor 2020-12-14 03:12:58 -08:00
Mike Welsh 43e0208842 docs: Update sponsor links 2020-11-21 16:57:56 -08:00
maichiu dc74d3baec
docs: Add Visual C++ redist info to README
Add line to the Readme stating that the Visual C++ Redistributable is required for Ruffle Desktop on Windows
2020-11-06 00:45:15 -08:00
Justin-CB 114660dec9 Remove "Github Actions" from badges because we don't use circleci anymore 2020-10-13 22:16:24 -07:00
Mike Welsh 2c89b0b8e9 docs: Update nightly releases link in README 2020-10-12 17:59:52 -07:00
Mike Welsh 8e8afedccf ci: Remove CircleCI (everything moved to GH Actions) 2020-10-10 17:57:12 -07:00
Mike Welsh 3689bb607d docs: Update demo link in docs 2020-10-10 01:15:48 -07:00
JustinCB ee99a05f9b chore: Add github actions build badge 2020-09-04 11:38:32 -07:00
Mike Welsh ec7af69b85 docs: Update web demo link 2020-08-23 17:49:58 -07:00
Mike Welsh 9d3bb5b10c docs: Add CONTRIBUTING blurb and code of conduct 2020-07-17 20:44:40 -07:00
Mike Welsh 356546397a docs: Update sponsors; move sponsor logos to ruffle.rs 2020-07-17 20:34:44 -07:00
Nathan Adams 75759d9b3b chore: Document web with readmes 2020-05-27 00:11:02 -07:00
Nathan Adams 6b464bf80f web: Build core on preparation of the core package 2020-05-19 11:42:57 +02:00