Skip to content

Releases: tgstation/rust-g

v0.4.8

28 Jun 07:09
Compare
Choose a tag to compare

Expose http_request_options in dm defines (By AnturK)- #59

Formatting and Clippy tweaks, update linux build options (By ZeWaka) - #62 #63

XXHash64 Function (By cadyn) #60

Base64 encoding (By ZeWaka) - #65

Expose DM proc to get rust-g version (By ZeWaka) - #68

Release note: This version of rust-g was cross compiled using the cross project, please report any issues with the built .so and .dll's on this repository

Also please note the librust_g.so is compiled targeting ubuntu 20.04 and is unlikely to work on platforms outside of that - you should compile the rust-g project yourself on those systems.

v0.4.7

11 Dec 03:33
0.4.7
Compare
Choose a tag to compare
  • Improve build instructions (partially by PJB, #47)
  • Add file_exists function (by ZeWaka, #43)
  • Improve the way the rust_g.dm file is generated (by ninjanomnom)
  • Add unzip module (by Cyberboss, #53)
  • Add dmi_resize_png function (by ShadowLarkens, #39)
  • Add cellularnoise module (by EdgeLordExe, #57)

v0.4.6

12 Oct 03:43
0.4.6
Compare
Choose a tag to compare
  • Make url_encode and url_decode overrides more like their BYOND counterparts (by Crossedfall, #34)
  • Make text2file and file2text overrides more like their BYOND counterparts (by Crossedfall, #36)
  • Strip carriage returns in file2text (by Crossedfall, #35)
  • Add support for MySQL doubles (by Crossedfall, #37)
  • Improve SQL concurrency (by aspen, #38)
  • Add json_is_valid to check JSON documents against a maximum recursion depth (by Jaredfogle, #46)
  • Internal code quality improvements

v0.4.5

24 May 22:08
0.4.5
Compare
Choose a tag to compare
  • Add option to disable log timestamping (by actioninja, #20)
  • Add Perlin noise functions (by 4dplanner, #28)
  • Add an asynchronous parameterized MySQL client (by steamport, #25)
  • Improve README and code quality

v0.4.4

19 Feb 05:42
0.4.4
Compare
Choose a tag to compare
  • Make create_png create missing directories (#22)
  • Port Skull132's HTTP system (#23)

v0.4.3

07 Feb 05:43
0.4.3
Compare
Choose a tag to compare
  • Add dmi_create_png function (#21)

v0.4.2

31 Dec 20:12
0.4.2
38c4e7d
Compare
Choose a tag to compare
  • Add file_append function to complement file_read and file_write (#12).
  • Only the first line of a log entry is timestamped (#13).
    • Initial lines start with [YYYY-MM-DD HH:MM:SS.SSS] .
    • Further lines start with  - .

v0.4.1

14 Sep 04:55
0.4.1
Compare
Choose a tag to compare
  • Add git module for reading revision info with libgit2 (#9)

v0.4.0

29 Jul 00:10
Compare
Choose a tag to compare
  • Add DM API generator and ability to include/exclude features (#3)

v0.3.0

26 Apr 03:04
Compare
Choose a tag to compare
Remove extraneous line