mirror of
https://github.com/open-goal/jak-project.git
synced 2024-11-30 18:00:34 +00:00
f0ceea8b2e
* wip, taking a break to work on asm stuff first * the goal code for sparticle * mips2c the first sparticle asm function * temp * particle processing no longer crashing * temp * working texture cache for vi1 and hud textures * sprites * cleanup 1 * temp * temp * add zstd library * temp * working * tests * include fix * uncomment * better decomp of sparticle stuff, part 1 * update references
34 lines
296 B
Plaintext
34 lines
296 B
Plaintext
# for CMake
|
|
/Testing
|
|
|
|
# for clion
|
|
cmake-build-debug/*
|
|
.idea/*
|
|
build/*
|
|
decompiler_out/*
|
|
logs/*
|
|
|
|
|
|
# for Nix
|
|
/result*
|
|
|
|
\#*#
|
|
.#*#
|
|
*.pyc
|
|
|
|
# output from our tools
|
|
*.bin
|
|
*.log
|
|
*.p2s
|
|
savestate-out/
|
|
failures/
|
|
ee-results.json
|
|
|
|
# graphics debug
|
|
debug_out/*
|
|
gfx_dumps/*
|
|
|
|
# game stuff
|
|
game_config/*
|
|
imgui.ini
|