Commit Graph

31 Commits

Author SHA1 Message Date
britt-j 8ab225aa90 docs: Correct Apache Flex SDK compiling guide
Change -compiler.debug to -debug to make it work in powershell.
It gets tripped up by the period in the argument name.

Change -output to -o to make it shorter.

Make note of the capitalization of the file name.
It won't compile unless the casing matches that of the class name's.
2024-09-09 22:37:14 +02:00
Aaron Hill f6737b68f4 avm2: Add 'avm_caught' trace target to log caught exceptions
When the `avm_debug` feature is enabled, we log all caught exceptions
under the `avm_caught` target at INFO level. This is useful for
debugging SWFs that catch and suppress exceptions, which can end up
hiding errors from unimplemented flash APIs.
2024-07-24 21:03:29 +02:00
Colin 88d8eebce6 docs: Fix scanner command and broken mtasc links 2024-05-06 22:04:25 +02:00
Nathan Adams a71e8c1aba docs: Tweak the suggested debug filters for RUST_LOG based off new desktop default 2024-03-11 21:28:25 +01:00
nosamu 2ec2966f51 docs: Add detailed instructions for running tests 2023-05-31 21:32:51 +02:00
Daniel Jacobs fd07c80ea6 docs: Update Contributing.md TOC 2023-05-13 10:49:41 +03:00
Nathan Adams cd78fbeee7 docs: Add crowdin info to contribution docs 2023-04-24 01:42:21 +02:00
Mike Welsh 0380552da3 docs: Mention `cargo test --all` in CONTRIBUTING.md 2023-04-09 12:26:18 -07:00
Nathan Adams ad2e60adcc docs: Add note to contributing.md about reverse engineering 2023-03-30 21:29:45 +02:00
Nathan Adams 401ed1be77 docs: Add test.toml info to contributing.md 2023-03-30 21:29:45 +02:00
Nathan Adams b4e374712b docs: Update contributing.md to point out that variable dumping is avm1 only 2023-03-30 21:29:45 +02:00
nosamu 009019d106 docs: Add info about DO render tree display 2023-01-29 11:58:59 -06: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
relrelb b4bed3c931 docs: Improve `CONTRIBUTING.md`
Make some general adjustments, and better document how to compile
ActionScript tests.
2022-06-19 23:07:46 +03:00
Fernando Karchiloff 7d3113a2d5 doc: Fix path to tests folder 2022-01-18 18:33:18 -08:00
Michael D'Angelo 7d5463f850 docs: Fix grammar in CONTRIBUTING.md 2021-12-06 08:02:45 +02:00
David Wendt 841337e7e4 docs: Document how to create and build ABC-only tests 2021-09-23 18:43:16 -06:00
Chris Midgley bcf1899291 dev: use rabcdasm to produce asasm / abc output, note how 2021-09-18 18:42:36 +02:00
Chris Midgley 58c907e985
avm2: implement string.split for undefined (#5064)
* avm2: implement string.split for undefined

* chore: cargo fmt

* dev: avoid explicit ArrayStorage
2021-08-18 18:02:41 +02:00
David 962bd41732 docs: Fix CONTRIBUTING.md table of contents link 2021-07-28 09:21:43 +03:00
Chris Midgley 297e4b5cae docs: note mxmlc 2021-05-03 13:16:30 -07:00
Chris Midgley 794306d6d3 docs: link mtasc, note ActionScript 2 only 2021-05-03 13:16:30 -07:00
Chris Midgley 63bed9cc51 docs: test guidelines 2021-05-03 13:16:30 -07:00
Chris Midgley 0f1dbb9f2a docs: note how to print trace statements 2021-05-01 13:02:31 -07:00
jmckiern 19307129c0 docs: Add `tests` to list of commit prefixes 2020-12-13 15:35:37 -08:00
jmckiern fea724aa2e docs: Add double quotes to RUST_LOG to improve clarity 2020-12-09 12:11:02 -08:00
relrelb 31a558f5b0
docs: Format CONTRIBUTING.md
* Correct auto-format command in CONTRIBUTING.md

* Format CONTRIBUTING.md

* Convert some inline code snippets to block code snippets.
* Delete trailing spaces.
2020-11-07 13:04:51 -08:00
Nathan Adams 749d78e613 chore: Update debug guide in CONTRIBUTING.md 2020-07-27 04:13:31 -07:00
Nathan Adams 72a261ae35 chore: Add a debugging section to CONTRIBUTING.md 2020-07-03 17:24:20 -07:00
Mike Welsh 7a5b2607d4 chore: Renormalize line endings in misc files 2019-10-11 16:53:36 -07:00
Mike Welsh ef73fa1794 docs: Add CONTRIBUTING.md 2019-09-14 01:02:13 -07:00