* fix: Cleanup structure in INSTALL.md
* fix: Clean undefined link
* feat: Copypaste decompiling.md and start porting over
* feat: Keep porting decompiling.md and adding some details
* feat: Add images and fix links
* Apply suggestions from code review
Co-authored-by: Yanis <35189056+Yanis002@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: Yanis <35189056+Yanis002@users.noreply.github.com>
Done manually because I screwed-up on github
* feat: Update decomp.me export instructions, adapt review about thumb region
* feat: Add instructions to reserve non-actor files
* feat: Add small details for LSP and reminder for installation
* feat: Add instructions for coding style (format and naming)
* fix: Expand on UnkSystem naming
* feat: Add details for objdiff errors
* feat: Add information about symbols and tips.md
* feat: Add information about UnkAngleStruct
* fix: Update the CI build command in tips.md with the actual one
* feat: Add some information about naming guidelines
* feat: Add information about vtable symbols
* feat: Small improvements
* feat: Update doc's links layout a bit
* feat: Some updates to install.md
* feat: Apply reviews
* `func_ovxxx_xxxxxxx` -> `func_ovxxx_02xxxxxx`
---------
Co-authored-by: Yanis <35189056+Yanis002@users.noreply.github.com>
* Add CMakeList to create compilation database with minimal instructions
* Tidy up CMakeLists and add documentation
* Rename project in CMakeLists to generalize
* Add details to the LSP doc
* Add editor config files to `.gitignore`
* improve configure.py part 1
* compile settings per-file instead of global
* remove dont_reuse_strings in sources
* multiversion support
* update docs
* report filename change
* fixed objdiff not being able to create context file
* add version define to decompme cflags/m2ctx