Commit graph

  • 31386db681 hotfix2 mark drawRect#stroke as optional master v1.2.1-sup39-0.2 sup39 2022-03-01 19:40:19 +0900
  • 9b77e8c62b hotfix draw.sun: drawRect add resetMtx=true sup39 2022-03-01 19:12:17 +0900
  • 7d7bcf9955 add stdlib-sup39/draw.sun sup39 2022-03-01 18:19:35 +0900
  • 22b5fd581a fix premake5.lua; add stdlib-sup39 v1.2.1-sup39-0.1 sup39 2022-02-23 09:32:28 +0900
  • 5eeed99f97 Fix ASM strings, ensure one time var on decomp v1.2.1a v1.2.1 JoshuaMK 2022-01-27 07:09:04 -0600
  • a64f77f435 Remove switch statement v1.2.0a v1.2.0 JoshuaMK 2022-01-26 06:57:43 -0600
  • ba1a0d6df3 Fix more (de)compilation errors JoshuaMK 2022-01-26 06:47:34 -0600
  • 820b98b4a9 Attempt to correct INC/DEC access JoshuaMK 2022-01-26 01:03:02 -0600
  • c0cf50c6f7 Added flow control analysis to decompiler v1.1.1 1.1.1 Augs 2019-12-03 17:01:59 +0000
  • 9b37f0273a First version of decompiler option v1.1 Augs 2019-11-21 17:28:39 +0000
  • 74fc59f232 Clean up sunSpcBinary dev arookas 2017-04-15 20:52:05 -0400
  • c556939972 Added conditional attribute to instruction tracing. arookas 2016-03-08 16:20:13 -0500
  • 23aee05fb4 Removed old scope code. arookas 2016-03-08 02:25:33 -0500
  • fbb0430325 Fixed: check against local function variables. arookas 2016-03-08 02:21:09 -0500
  • 2f6058d49f Added error message for constant declarations. arookas 2016-03-08 02:16:13 -0500
  • 33fb3886de Merge remote-tracking branch 'refs/remotes/origin/dev' arookas 2016-03-02 02:55:26 -0500
  • 26d742dda5 Removed assembly-info files arookas 2016-03-02 02:54:48 -0500
  • 54f5e0162c Fixed: ret0 made text output quit early arookas 2016-03-02 02:46:13 -0500
  • da3b81cf33 var keyword is awesome arookas 2016-03-02 02:45:06 -0500
  • a17a6c4b84 Even more renaming arookas 2016-03-02 02:44:47 -0500
  • f03fb8ac10 More renaming arookas 2016-03-02 02:11:40 -0500
  • 9e3597c925 Added quote blocks arookas 2016-03-02 02:09:13 -0500
  • 164feee319 Renamed .dynsm to .sym arookas 2016-03-02 02:02:53 -0500
  • cdda059187 Removed version number arookas 2016-03-02 02:01:52 -0500
  • cf29860009 Merge remote-tracking branch 'refs/remotes/origin/master' into dev arookas 2016-02-23 00:42:01 -0500
  • 2f4b466e57 Fixed: typo in capture scope arookas 2016-02-23 00:41:02 -0500
  • 6cebb9dae9 Merge branch 'master' of https://github.com/arookas/ssc arookas 2016-02-22 22:21:33 -0500
  • 49a4967432 Updated preview image with new syntax arookas 2016-02-22 22:21:30 -0500
  • 25702d2c79 Merge pull request #1 from arookas/dev arookas 2016-02-22 22:09:01 -0500
  • d88d113718 Updated language documentation arookas 2016-02-22 22:00:58 -0500
  • 5e25a1aada Refactored functions arookas 2016-02-22 21:42:49 -0500
  • c56444d7ca Renamed system-flag constants arookas 2016-02-22 21:38:55 -0500
  • 5575681124 Reordered modifiers enum arookas 2016-02-22 21:05:14 -0500
  • b7ec1a0273 Updated const definitions arookas 2016-02-22 21:05:02 -0500
  • 17157e177c Added const modifier to grammar arookas 2016-02-22 21:04:13 -0500
  • a676f9e8e5 Merged sunConstDefinition and sunVariableDefinition arookas 2016-02-22 20:53:40 -0500
  • d7ce89ca9a Added check against constant declarations arookas 2016-02-22 20:52:41 -0500
  • 6fe9de3af5 Added check against local builtins arookas 2016-02-22 20:46:08 -0500
  • f3fc69c870 Fixed: store modifiers in symbols arookas 2016-02-22 20:45:30 -0500
  • 5163c94e3a Removed compiler parameter for relocations arookas 2016-02-22 20:43:44 -0500
  • 799b6e5093 Removed unused constructor arookas 2016-02-22 20:42:34 -0500
  • e69d97478d Renamed keyword nodes to modifier nodes arookas 2016-02-22 20:27:30 -0500
  • 8db3326005 Made a modifiers switch block arookas 2016-02-22 20:26:41 -0500
  • 040091efca Removed node generation for constants arookas 2016-02-22 20:19:43 -0500
  • 6bba9894d5 Removed const_definition arookas 2016-02-22 20:07:21 -0500
  • 1ecf0ed2bd Renamed various productions and nodes arookas 2016-02-22 20:00:22 -0500
  • 909a5bbf38 Moved image to top arookas 2016-02-22 19:05:24 -0500
  • e31fcecd84 Changed wording. arookas 2016-02-22 17:39:16 -0500
  • 6eb3f4f68a Added ST3 syntax definition arookas 2016-02-22 16:35:47 -0500
  • 9850d23dc3 Force parentheses for conditional statements arookas 2016-02-22 16:35:03 -0500
  • 38a2a8a6d4 Renamed keywords array arookas 2016-02-22 16:34:23 -0500
  • a1d3cd3d49 Added support for \r in string literals. arookas 2016-02-22 12:46:22 -0500
  • 40891d00d7 Added remaining builtins arookas 2016-02-19 14:14:50 -0500
  • b225dabb3d Removed testing shit arookas 2016-02-19 14:05:39 -0500
  • 99e7afc610 Minor cleanup arookas 2016-02-19 14:04:40 -0500
  • 64d5c57d34 Fixed: another minor typo arookas 2016-02-16 04:35:52 -0500
  • 54d59d3fae Fixed: typo arookas 2016-02-13 23:02:16 -0500
  • 306cb5f5fd Added full data/symbol table information to results arookas 2016-02-13 18:32:53 -0500
  • 5de905e9e5 Added clean-functions option arookas 2016-02-13 18:15:18 -0500
  • a51c5d9e8b Changed filter to a direct if statement arookas 2016-02-13 18:14:23 -0500
  • cbbb17b9cf Updated binary documentation arookas 2016-02-12 23:02:30 -0500
  • aeb22bc4ed Major rewrite of relocation and point systems arookas 2016-02-12 22:58:48 -0500
  • 5658eff03f Minor cleanup arookas 2016-02-12 22:53:51 -0500
  • 743598e148 Updated compilation documentation arookas 2016-02-12 22:53:32 -0500
  • a4e0af193e Updated arookas library arookas 2016-02-12 22:53:18 -0500
  • 7af004c617 Removed arookas library files arookas 2016-02-12 22:40:06 -0500
  • 75cde56e2c Added lib-dir premake option arookas 2016-02-12 22:39:25 -0500
  • faeac9bb4e Fixed: grammar bug with name labels arookas 2016-02-12 21:31:38 -0500
  • 77e5b1f858 Renamed to sunSymbolRelocation<TSymbol> arookas 2016-02-10 21:26:20 -0500
  • 0680e9778b Renamed to sunSpcBinarySection arookas 2016-02-10 21:23:24 -0500
  • 636bcbc3a0 Added extension documentation arookas 2016-02-07 19:02:39 -0500
  • aba59feba4 Removed unused WriteSymbol overload. arookas 2016-02-07 18:54:39 -0500
  • 99ef85deb3 Renamed resolver API methods arookas 2016-02-07 17:02:34 -0500
  • 2bab0f4389 Added binary parameter arookas 2016-02-07 16:29:03 -0500
  • 3401e82667 Fixed: use the field, not the property arookas 2016-02-07 16:20:01 -0500
  • 4d7c1da517 Made sunBinary extendable arookas 2016-02-07 16:19:23 -0500
  • b7126c1334 Added sunPoint and sunSymbolType public arookas 2016-02-07 16:18:40 -0500
  • e90ecf89a8 Added reverse implicit operator to sunPoint arookas 2016-02-07 01:04:29 -0500
  • 4a1f0ec855 Refactored out count/filter properties arookas 2016-02-07 00:47:53 -0500
  • ca7057bf02 Added useful debug instruction output arookas 2016-02-05 08:34:29 -0500
  • 2438e00383 Fixed: restore writer position after relocations arookas 2016-02-05 08:33:15 -0500
  • fefb17524c Only write MKFR if there are actually locals arookas 2016-02-05 01:55:48 -0500
  • 9749b81452 Got rid of scopes (for now) arookas 2016-02-05 01:52:56 -0500
  • 8ff73fe0f4 Made PushLoop protected arookas 2016-02-04 16:35:32 -0500
  • fe69761fc9 Removed unused WriteCALL overload arookas 2016-02-04 00:54:40 -0500
  • 7a81a4db2c Made use of the null return value arookas 2016-02-03 23:22:54 -0500
  • 908ceedc58 Whoops, forgot to commit this in e8c2b09 arookas 2016-02-03 23:04:02 -0500
  • e8c2b09105 Added address literals arookas 2016-02-03 23:02:25 -0500
  • 05c8bce662 Added IEnumerable implementation arookas 2016-02-03 22:44:28 -0500
  • c1dc527007 Fixed: ADR command is unsigned arookas 2016-02-02 23:33:53 -0500
  • 15a5e254b6 Fixed: minor typo in code example arookas 2016-02-02 19:17:29 -0500
  • c95411a83b Updated language documentation arookas 2016-02-02 12:21:37 -0500
  • 63c5abc42d Removed var-alloc premake option arookas 2016-02-02 01:38:04 -0500
  • 12f8ba2fc6 Added overload to variable-symbol constructor arookas 2016-02-01 20:41:55 -0500
  • e76205afea Minor refactoring arookas 2016-02-01 20:31:54 -0500
  • b68f22180d Removed space from file name arookas 2016-02-01 20:28:40 -0500
  • d00036ff8e Clean variable symbols as well arookas 2016-02-01 20:26:02 -0500
  • 085e04798e Added symbol table cleaning functions arookas 2016-02-01 19:18:19 -0500
  • 675f2ab4a7 Moved local identifiers to resolver and AST arookas 2016-02-01 19:17:56 -0500
  • 04aba6938b Added overloads to the mangling function arookas 2016-02-01 19:15:55 -0500