Commit Graph

  • cc7c6aacec Bump version to 1.2 master Elliot Nunn 2020-06-23 13:48:02 +0800
  • 1a16ebc3d4 Basic InstaCompOne support (thanks to Max Poliakovski) Elliot Nunn 2020-06-23 13:47:38 +0800
  • 60f289efb8 More friendly sortrez order Elliot Nunn 2020-06-23 13:47:16 +0800
  • 45644ff08a Fix rfx producing hideous ascii-dirty Rez files Elliot Nunn 2020-06-23 13:47:08 +0800
  • 96e063057d "Professionalise" greggybits Elliot Nunn 2020-06-23 13:46:45 +0800
  • e7fafad400 Fix show-stopper in rezhex Elliot Nunn 2020-06-23 13:45:32 +0800
  • a2b1ce9e35 Bump version to 1.1 Elliot Nunn 2020-01-19 14:52:53 +0800
  • 4ef47d62fd Add MIT license Elliot Nunn 2020-01-19 14:57:08 +0800
  • 800cfbf040 Add GreggyBits support Elliot Nunn 2020-01-19 14:52:26 +0800
  • aa185339bc Remove speed hacks from rfx Elliot Nunn 2020-01-19 14:52:06 +0800
  • 8413c99f74 Require explicit import of binhex library (faster) Elliot Nunn 2020-01-19 14:51:30 +0800
  • e5dfcf65e7 Speed up Rez code by a lot! Elliot Nunn 2020-01-19 14:50:41 +0800
  • 30e91e860d Add wildcard arguments to rfx Elliot Nunn 2020-01-10 20:20:17 +0800
  • 4dab2dfd14 Ready for 1.0! Elliot Nunn 2020-01-02 17:59:10 +0800
  • 762922aa5a Subclass Resource from bytearray Elliot Nunn 2019-12-24 10:55:48 +0800
  • 87f98af7e1 Fix an old bug in the Python BinHex code Elliot Nunn 2019-12-24 10:55:14 +0800
  • d121980787 Rip out hideous in-band compression comments Elliot Nunn 2019-09-01 16:04:27 +0800
  • 123cd3294e Bidirectional Rhqx Elliot Nunn 2019-08-18 21:44:46 +0800
  • 7b25e03e64 Steal binhex.py (deprecated in 3.10) Elliot Nunn 2019-08-18 21:44:32 +0800
  • 495004c0db Add to-BinHex command "Rhqx" Elliot Nunn 2019-06-30 00:09:25 +0800
  • 23a2e9c843 Rget can dump to a file Elliot Nunn 2019-04-02 22:31:00 +0800
  • cfc55b63f0 Merge Max's code for System 7 resource compression compression Elliot Nunn 2019-01-11 13:34:20 +0800
  • 969493be9f Prepare for merge into macresources Elliot Nunn 2019-01-10 13:27:30 +0800
  • 7b9d12cc74 Simplify the syntax denoting compression Elliot Nunn 2019-01-10 13:05:28 +0800
  • 9ab7a78461 Add resource-stdout tool Elliot Nunn 2019-01-04 23:20:49 +0800
  • b7739a449b Stop polluting stdout. Elliot Nunn 2018-12-13 15:48:04 +0800
  • 08b64758d4 Format as git package. Elliot Nunn 2018-12-13 15:43:53 +0800
  • 5449528a2d
    Merge pull request #1 from elliotnunn/master Maxim Poliakovski 2018-12-13 14:25:06 +0100
  • e9f9154dff Squash bugs found testing compression Elliot Nunn 2018-12-13 16:05:39 +0800
  • fbdb8eb61a Ditch FakeResDecompress in preparation for Max's Elliot Nunn 2018-12-13 16:05:11 +0800
  • c752c70c6a Add simple tests (run ./pytest). Elliot Nunn 2018-12-13 12:51:38 +0800
  • ddfb909212 Replace testbed with a friendly API. Elliot Nunn 2018-12-13 12:50:40 +0800
  • eacebc8320 Let functions create/parse their own res header. Elliot Nunn 2018-12-13 12:46:49 +0800
  • 7f14013fa3 Bugfix: use 'append' method for extra byte. Elliot Nunn 2018-12-13 12:45:47 +0800
  • 2f94e88cec Rename GreggDecompress.py to GreggBits.py. Maxim Poliakovski 2018-12-11 17:15:05 +0100
  • 6c81808433 Implement a compressor for GreggBits scheme. Maxim Poliakovski 2018-12-11 17:12:06 +0100
  • 29982335a6 Neaten bad-compression case Elliot Nunn 2018-12-11 17:31:17 +0800
  • 931529bc7c Revise error model Elliot Nunn 2018-12-11 17:18:41 +0800
  • 5a318f78ef Expand > extract Elliot Nunn 2018-12-11 16:06:20 +0800
  • 408ff20637 Miscellany Elliot Nunn 2018-12-11 15:48:41 +0800
  • 3e2f151b6e Fix Rez codegen Elliot Nunn 2018-12-11 12:39:30 +0800
  • bbc88c54a9 Cache the compressed form of a resource Elliot Nunn 2018-12-11 12:33:28 +0800
  • 640ece9c1d Create compress/extract stubs Elliot Nunn 2018-12-11 12:25:35 +0800
  • 01c8adb82f Make rount-tripping properties clearer Elliot Nunn 2018-12-11 15:48:32 +0800
  • 57bd293326 Roundtrip fix: tabs etc in resource names Elliot Nunn 2018-12-09 13:32:53 +0800
  • b21a7a4595 Correctly document non-DeRez-like options Elliot Nunn 2018-12-09 13:19:49 +0800
  • ad96f756d2 Keep fake header out-of-channel Elliot Nunn 2018-12-09 12:53:15 +0800
  • 0d8c1f3013 Fix table formatting of the previous commit. Maxim Poliakovski 2018-12-04 14:49:30 +0100
  • 7e27775825 Initial commit. Maxim Poliakovski 2018-12-04 14:44:09 +0100
  • bda55a52b2 Support compressed resources Elliot Nunn 2018-11-10 18:05:43 +0800
  • f0ba2cba57 Add hack to save the header into a resource Elliot Nunn 2018-11-09 20:55:06 +0800
  • 6187243466 Allow arbitrary resource alignment Elliot Nunn 2018-10-24 11:27:45 +0800
  • a515b88c7f Make the Python "wheel" work right Elliot Nunn 2018-10-23 20:11:11 +0800
  • 0be371a99b Add a gitignore! Elliot Nunn 2018-10-23 20:10:49 +0800
  • e55c2ee7d7 Roundtrip fix: Rez is very cautious about */ Elliot Nunn 2018-10-23 20:10:38 +0800
  • 9cbc8a1bc4 Roundtrip fix: empty name is different to no name Elliot Nunn 2018-10-23 20:09:45 +0800
  • 73009e7aa9 Stop trying to sort resources Elliot Nunn 2018-10-23 19:15:58 +0800
  • ea2048c509 Finish renaming package Elliot Nunn 2018-10-23 19:15:18 +0800
  • 56d16589e1 Initial commit (works, not documented) Elliot Nunn 2018-10-21 18:43:26 +0800