Commit graph

252 commits

Author SHA1 Message Date
github-actions ba10f91a78 Updated github pages site 2021-07-24 00:52:35 +00:00
github-actions 65b61d05e6 Updated github pages site 2021-07-24 00:39:14 +00:00
github-actions 7632b90a17 Updated github pages site 2021-07-23 22:32:11 +00:00
water111 09c09ce35f
allow aliasing of registers in variables if we explictly ask for it (#711) 2021-07-22 20:14:08 -04:00
github-actions 36ccf341a9 Updated github pages site 2021-07-20 00:50:51 +00:00
github-actions e537d5f8cb Updated github pages site 2021-07-17 22:08:38 +00:00
github-actions 0ed587cba9 Updated github pages site 2021-07-17 19:01:30 +00:00
github-actions 1e90da8e7c Updated github pages site 2021-07-17 17:42:31 +00:00
github-actions e7bc3eb3b0 Updated github pages site 2021-07-16 01:38:31 +00:00
github-actions 77667d9185 Updated github pages site 2021-07-12 23:31:10 +00:00
github-actions 079f623099 Updated github pages site 2021-07-12 02:00:42 +00:00
water111 f6d5952498
[decompiler] handle nested conditionals and gotos better (#693)
* diff check

* try that again

* more small fixes
2021-07-11 21:59:27 -04:00
water111 0a9cc68a27
[decompiler] Use meters, degrees, and seconds (#689)
* use meters degrees and seconds

* update changelog
2021-07-11 18:19:41 -04:00
github-actions d508c408cc Updated github pages site 2021-07-11 20:36:52 +00:00
water111 656489e942
[decomp] Clean up - part 2 (#687)
* temp

* temp2

* basic case support

* working for or without else

* support more cases

* clean up to drawable headers

* ocean

* format json
2021-07-11 16:35:25 -04:00
github-actions d262dac40d Updated github pages site 2021-07-11 20:20:20 +00:00
github-actions 06b6a027b2 Updated github pages site 2021-07-10 14:20:08 +00:00
github-actions 759b69474c Updated github pages site 2021-07-10 02:21:51 +00:00
github-actions d09088b8ed Updated github pages site 2021-07-10 01:46:04 +00:00
github-actions 447d1cc474 Updated github pages site 2021-07-05 20:08:23 +00:00
github-actions 54c63ff42c Updated github pages site 2021-07-04 22:26:24 +00:00
github-actions a6eb51999b Updated github pages site 2021-07-04 20:55:34 +00:00
water111 e251f8b2d9
Support Behaviors (#678)
* temp

* working, but type pass got really slow

* clean up

* changelog and flip order

* clean up and add tests

* fix zero size array

* handle lambdas correctly

* another windows fix
2021-07-04 16:54:07 -04:00
github-actions 285c10fd1d Updated github pages site 2021-07-04 20:20:36 +00:00
github-actions 17deacebf4 Updated github pages site 2021-07-03 20:19:47 +00:00
github-actions d4683736a2 Updated github pages site 2021-07-02 18:52:51 +00:00
water111 6366068bc0
Support dir tpages (#671)
* support dir tpages

* fix warnings and bad return

* one more try

* revive the offline test script

* fix this null bug
2021-07-02 14:50:58 -04:00
github-actions fc124dd940 Updated github pages site 2021-07-02 05:12:00 +00:00
water111 4bea175140
[decompiler/compiler] Fixes for task-control (#668)
* fix decompiler for task control

* support in compiler

* changelog

* typo
2021-07-01 21:38:19 -04:00
github-actions c6ec7578e6 Updated github pages site 2021-07-01 01:58:43 +00:00
github-actions 72ae39b20f Updated github pages site 2021-06-30 23:21:55 +00:00
github-actions bf557ff278 Updated github pages site 2021-06-30 04:12:55 +00:00
github-actions 7e7f10ed3a Updated github pages site 2021-06-30 00:32:55 +00:00
Tyler Wilding a6c8065957
Docs: Automatically build / update decompile line count on documentation site (#650)
* prep work for next step

* better formatting on latest updates

* test

* fix mistakes
2021-06-29 20:31:35 -04:00
water111 9433724bbd
another fix for forward declared types (#647) 2021-06-28 20:34:13 -04:00
water111 1ffd42e090
[decomp] clean up and make level-update-after-load work (#628)
* temp

* make level-update-after-load work

* add missing const
2021-06-26 13:03:31 -04:00
water111 bfc1173ed5
Clean up files in kernel (#625)
* clean up gcommon

* cleanup kernel
2021-06-25 17:55:50 -04:00
water111 4f8403d8e6
support type-ref (#613) 2021-06-20 12:59:39 -04:00
water111 d79937fb62
Improve forward declaring types (#596)
* improve forward declare type

* display type differences

* make codacy happy
2021-06-15 21:03:55 -04:00
water111 fac4364aa4
fix pretty printer bug and add some documentation on states (#590) 2021-06-13 19:44:24 -04:00
water111 8faded6400
[decompiler] bitfield support for sound-name (#582)
* fix 64-bit fields in 128-bit bitfields

* support sound-name

* fix merge

* support some more sound stuff in overlord
2021-06-12 12:55:38 -04:00
water111 542edfb164
[compiler/decompiler] Take the address of a variable (#554)
* support taking the address of variables

* partially working stack variables

* implement type cast stuff

* remove final
2021-06-04 13:43:19 -04:00
Tyler Wilding 71d45eba88
docs: Significantly reduce size of image struggling to load (#544) 2021-05-31 10:28:40 -04:00
water111 0f0902eabf
add config option for changing cond splitting behavior (#522) 2021-05-24 19:52:19 -04:00
water111 663b5c7899
[OpenGOAL] Support for 128-bit arguments and return values (WIP) (#510)
* xmm call and return working, needs some careful double checking and tests

* clean up and test
2021-05-20 20:12:49 -04:00
water111 a6258f3654
[compiler] support 128-bit bitfields (#500)
* support setting and accessing fields of a 128-bit bitfield

* remove print

* rework static constants

* support 128-bit bitfields as part of static structures

* dynamic construction
2021-05-18 21:25:29 -04:00
water111 79d10979da
[decomp] math-camera (#491)
* decompile math camera

* missing line
2021-05-15 20:08:08 -04:00
water111 d9f9d36f37
[OpenGOAL] make multiplication/divsion like GOAL and support in decompiler (#483)
* support in compiler

* multiplication in the decompiler

* update divisions
2021-05-14 18:43:12 -04:00
water111 0ab916e122
fix quote issue and decompile level-info (#474) 2021-05-12 21:57:19 -04:00
water111 21fefa0aaa
[decompiler] small fixes for methods and more reference tests (#419)
* clean up method stuff, fix a few small bugs, and add references for easy -h files

* more small fixes and reference tests
2021-05-06 00:42:49 -04:00
Tyler Wilding 928cb48dd4
docs: Overhaul and organize all of the existing documentation we have (#412)
* docs: Overhaul and organize all of the existing documentation we have

* docs: Autoscroll to top when changing pages
2021-05-02 14:58:22 -04:00
Tyler Wilding fab73cab75
Initial spike of Github Pages project status / documentation portal (#400)
* docs: move markdown documentation to be caught by docsify

* docs: Initial spike of project status / doc portal

* docs: Add searchbar to docsify page

* docs: Remove the package-lock.json file, not critical for us

* docs: Fix search plugin link

* docs: Fix search results colors

* docs: Remove the navbar, now redundant.
2021-04-30 01:13:15 -04:00