Commit Graph

1106 Commits

Author SHA1 Message Date
Luke Street 015aaf319a Merge Diff components (asm-differ & objdiff) 2024-08-23 00:20:58 -06:00
Edmond Soun b16ee88cb1 1298: Swap least and most compare fns (#1332)
Swap least and most compa
re fns for correct ordering
2024-08-23 14:45:54 +09:00
Edmond Soun 4afc1c1e54 Add filtering on preset query param to user scratch list (#1330)
* add FilterSet to allow for filtering via query params

* simplify to use filterset_fields

* fix quote type for formatter
2024-08-23 14:44:41 +09:00
Luke Street 2c2f876e22 Experimental objdiff integration (client-side) (#1329)
* Experimental objdiff integration (client-side)

* Work around next.js stupidity

* Port performance improvements to main diff view
2024-08-23 14:43:26 +09:00
Mark Street 2efdf51958 Bump m2c (#1326) 2024-08-15 13:39:10 +01:00
Mc-muffin 5f21c78717 Remove abi flag from PS2 assemble_cmd (#1325)
Remove eabi from PS2 assemble_cmd
2024-08-15 13:20:22 +01:00
widberg c3a4578ebd Add floating point flags to msvc (#1321) 2024-08-13 21:13:15 +01:00
Ethan Roseman d01bbbda1a Remove delete wording from issue template 2024-08-09 20:52:46 +09:00
Mark Street 7cfab700d3 Add gcc2.8.1-psx (#1319) 2024-08-09 06:16:51 +01:00
Mark Street eb4332458a Switch a few PSYQ compilers to use CCPSX.EXE (#1317) 2024-08-06 08:46:00 +01:00
Mark Street 716477cef2 Try creating 'Temp' dir for wine (#1316)
* Try creating 'Temp' dir for wine

* Trying again...

* mount order matters...

* black
2024-08-06 07:40:13 +01:00
widberg f79419ece4 Add /GS- checkbox for MSVC (#1315) 2024-08-05 19:06:29 +09:00
Mark Street 746adb2e8a Add /tmp args back to msvc compilers (#1312) 2024-08-02 09:20:54 +01:00
Mark Street 4ba0e7e51b Simplify MSVC compiler command (#1311) 2024-08-02 09:01:35 +01:00
widberg df81136185 Add msvc8.0 win32 (#1306) 2024-08-01 21:22:08 +01:00
Mark Street a0caef8070 Add registry hack for msvc8.0 (#1309) 2024-08-01 20:59:57 +01:00
Mark Street beec17386a Add psyq gcc 2.6.3 for ps1 (#1304) 2024-07-21 20:02:18 +01:00
Mark Street 286d21658b Allow e.g. /api/preset?platform=n64&ordering=name (#1300)
* Allow e.g. /api/preset?platform=n64&ordering=name

* black

* Simplify UsePresets
2024-07-13 06:33:46 +09:00
Ethan ac15cb5512 Increase max scratch object size from 500kb to 1mb 2024-07-11 01:23:47 +09:00
Luke Street e14728df05 Add GC compilers mwcc_242_53, mwcc_247_92p1 (#1295) 2024-07-07 13:32:53 +09:00
Toms e1ac7b1afd Fixes invoking JWasm (#1291) 2024-07-03 02:37:14 +09:00
Chippy 83bafc6406 Update PS2 asm prelude (#1278)
Update ps2 asm prelude

Updates existing macros and adds more macros to support declaring visibility for symbols
2024-06-22 08:31:56 +01:00
axel7083 ee9abf7005 feat(frontend): allow presets to be explored in dedicated page (#1232)
* feat(backend): allowing auth users to create presents

* fix: linter&preset behaviour

* fix: remove unused import

* feat: improve presets exploration

* fix: remove platform presets list

* fix: export name field

* fix: platform icon

* fix: PR comments

* fix: tailwindcss classes
2024-06-18 18:03:08 +01:00
Mark Street 983cc55ae5 Fix decomp.me/u/username page (#1277) 2024-06-11 09:05:40 +01:00
Exant64 bd7dac639b SHC/Dreamcast support (#1276)
* SHC support

* fixed platform icon order

* remove unnecessary ARG in dockerfile

* tidied up dreamcast CC, moved some flags to settings

* enable dreamcast support in CI

* fixed formatting

* cleaned up cc even more as per mkst's advice
2024-06-10 12:38:13 +01:00