Commit Graph

  • 7fb412a48c
    Merge pull request #3 from jsrobson10/master dev Josua Robson 2020-09-13 16:35:27 +1000
  • a75f208b02 Fixed an issue with the README, improved error messages master v3.0 josua 2020-09-13 16:17:53 +1000
  • 87d916b0b4
    Merge pull request #2 from jsrobson10/dev Josua Robson 2020-09-09 14:06:35 +1000
  • 960d0c3b17 Updated the README, added support for non-real integers, fixed issues when trying to parse garbage data, cleaned up some code. jsrobson10 2020-09-09 14:02:38 +1000
  • 04657bc6ad Updated gitignore jsrobson10 2020-08-19 13:40:15 +1000
  • 01348a5adf Got something working josua 2020-08-18 22:52:08 +1000
  • 89426bff98 Added human readable de-serialization, modified the human readable layout slightly to allow for empty primitive arrays, added error handling for human readable data, started working on README josua 2020-08-17 22:54:22 +1000
  • 8ba902bacd Trying to compress the format as much as possible josua 2020-08-14 12:25:04 +1000
  • f73eb0454f Got a functional version of BDF 3 josua 2020-07-27 11:11:01 +1000
  • 31e6b9b637 Added emoji support jsrobson10 2020-07-24 17:54:56 +1000
  • b62c43e892 Started working on a lookup table system for BdfNamedList to save memory and space josua 2020-07-24 11:26:52 +1000
  • 42374c79c5
    Added implementation details to the README jsrobson10 2020-07-22 15:48:08 +1000
  • 471fbfe42b
    Update README.md jsrobson10 2020-07-22 15:27:04 +1000
  • 83778d8379
    Update README.md jsrobson10 2020-07-22 15:25:49 +1000
  • 7a50410132 Moved the compressed variable set from a static method to the constructor v2.4 jsrobson10 2020-07-22 11:34:03 +1000
  • 1c803c6125 Forgot to store compression flag to BdfFileManager josua 2020-07-22 11:30:45 +1000
  • 984c78020a Added the compressed file manager functionality to the BdfFileManager class and fixed issues with boolean. v2.3 josua 2020-07-21 21:17:51 +1000
  • 23a49277c1 Modified the human readable serialization to use streams instead of strings, to make human readable formats able to handle an output of greater than 2GB. jsrobson10 2020-06-20 13:38:59 +1000
  • 39de6a5df4 Improved efficiency of the bdf format by implementing a "pointer" solution. Fixed the issue with very large files taking up too much memory. Made the BdfDatabase object more useful in general. v2.0 josua 2020-06-18 22:54:27 +1000
  • 03e4b583f4 Fixed some issues with indenting jsrobson10 2020-03-24 10:11:32 +1100
  • 47e7822177 Added indentation support to the human readable serialisation jsrobson10 2020-03-24 09:39:56 +1100
  • a05cbe7375 Added support for compression jsrobson10 2020-03-19 14:17:55 +1100
  • 376e5c5261 Added arrays for all the primitives josua 2020-02-27 13:01:04 +1100
  • 8ed682653e Added the ByteBuffer type josua 2019-09-21 13:27:56 +1000
  • 5a471d0f8c Fixed some issues with iteration, updated readme v1.3 josua 2019-07-26 20:07:05 +1000
  • bfafa4658e Cleaned the code, updated README, made the structure more forgiving v1.2 josua 2019-07-26 12:25:16 +1000
  • 3b94ac2646
    Merge pull request #1 from jsrobson10/save v1.1 jsrobson10 2019-07-10 14:42:09 +1000
  • 7fd421d2b8 Added some more information to the README jsrobson10 2019-07-10 12:57:01 +1000
  • 5d6285435a Added information to the README about saving classes jsrobson10 2019-07-10 12:54:10 +1000
  • 269ab3a386 Added lots of helper functions to BdfNamedList and BdfObject jsrobson10 2019-07-10 12:37:51 +1000
  • 8ca912589b Added lots of helper functions to BdfObject and BdfNamedList jsrobson10 2019-07-10 12:37:21 +1000
  • da3b6a117d Changed BdfNamedList in IBdfClassManager to BdfObject jsrobson10 2019-07-10 12:15:25 +1000
  • ad7d8cb04a Made some modifications to the README jsrobson10 2019-07-10 12:02:36 +1000
  • f01696328b Added some functionality to allow saving classes easier jsrobson10 2019-07-10 12:00:39 +1000
  • 9effbc40c2 Merge branch 'experimental' of jsrobson10/binary-data-format into master v1.0 Josua Robson 2019-07-09 22:24:47 +1000
  • ad59fe1094 Fixed link punctuation in README jsrobson10 2019-07-09 22:08:22 +1000
  • cea0d2dc58 Fixed punctuation in README jsrobson10 2019-07-09 22:07:51 +1000
  • f93799d092 Fixed spelling in README titles, fixed content in link names. jsrobson10 2019-07-09 22:07:02 +1000
  • c646848b21 Added some more links to README jsrobson10 2019-07-09 22:05:34 +1000
  • f71dff8564 Modified README jsrobson10 2019-07-09 22:02:35 +1000
  • 637150761c Fixed issues with the README jsrobson10 2019-07-09 21:55:08 +1000
  • a5619d0f16 Created an informative README, fixed issues with boolean, made the serialization slightly more efficient. jsrobson10 2019-07-09 21:53:05 +1000
  • 42a1818a5c Renamed Main.java to Tests.java jsrobson10 2019-07-09 18:33:02 +1000
  • 64c240fc79 Moved everything to the src folder jsrobson10 2019-07-09 16:23:27 +1000
  • d54921e800 Changed the structure of the program, added a readme and a license jsrobson10 2019-07-09 16:04:33 +1000
  • dcdb5d99f1 Fixed quotation mark issues with serializing to a human readable format jsrobson10 2019-07-08 17:26:01 +1000
  • 840f33908f Made named lists not make new keys if the key already exists jsrobson10 2019-07-07 19:54:22 +1000
  • 3fed68a1f2 Added human readable serialization jsrobson10 2019-07-07 19:49:59 +1000
  • 09ecdb27e4 Made the directory build happen at write instead of read jsrobson10 2019-07-07 19:50:51 +1000
  • 087b75fffe Made missing directories get created automatically jsrobson10 2019-07-07 19:35:58 +1000
  • 331f820c60 Added basic file management jsrobson10 2019-07-07 19:26:18 +1000
  • 3d1b08ae41 First Commit jsrobson10 2019-07-07 18:14:47 +1000