13 Commits
Author SHA1 Message Date
FluffyandGitHub 8615c90c9c Updated the rustg dll to our 3.1.0+a1 version (#19121)
Updated the rustg dll to our 3.1.0+a1 version

https://github.com/Aurorastation/rust-g/releases/tag/v3.1.0%2Ba1
2024-05-12 19:02:25 +00:00
FluffyandGitHub 16ab8d85f8 fsd (#17864) 2024-01-06 12:42:22 +00:00
WildkinsandGitHub 9f1bdd2847 Exoplanet Overhaul: The Shape of Things to Come (#16216)
* the end of the beginning

* SPEED

* SPEED

* we real speed

* fix ore gen

* re-organize exoplanet stuff

* reorg and rename defines, fix ores

* Everything Else

* 1.2.0+a3 rust_g

* fix merge

* get rid of noise maps

* fix adhomai, delete random maps

* make adhomai poggers or something idk

* debug

* crystal planet, misc bugfixes

* fixes

* log

* change mineral gen to make adhomai work

* try this

* huh

* huhw

* rust_g 1.2.0+a4

* port adhomai changes to correct file

* fix for rock nomad

* bugfixes
2023-04-25 13:48:54 +00:00
FluffyandGitHub 9283d96c69 Bump rustg to v1.2.0+a2 (#16163)
* Bump, debug verb and changelog

* Removed udp_debugger
2023-04-09 10:31:14 +00:00
619ca5ce69 Update rust_g to 0.5.0+a2 (#12865)
Co-authored-by: Werner <Arrow768@users.noreply.github.com>
2021-12-19 23:22:29 +01:00
JohnWildkinsandGitHub 68c6ba429c Ports spritesheets from /tg/ (#10272)
* Implement spritesheets with goonchat

* update rust_g for travis
2020-10-20 09:00:45 +02:00
skull132 982c5e808e Fix rust_g.dll 2020-01-24 23:58:00 +02:00
ErkiandGitHub 63bf0030f6 Fixes async HTTP for getting pins (#8073)
A few issues:

    Async response enums were bad.
    Async requests didn't handle an unforeseen error properly.
    Get pins were sending an input which would cause a crash of the DLL. (DLL is now fixed to not crash due to this.)
2020-01-23 21:19:01 +02:00
ErkiandGitHub 92c51c47c9 Asynchronous (& synchronous) HTTP (#7989)
Implements Rust-g based HTTP requests. Removes old curl-based C library.

Features:

    Adjustable method, body, headers.
    Support for both HTTP and HTTPS.
    Supports blocking (synchronous) operations, and non-blocking (asynchronous) operations.
2020-01-20 22:25:44 +02:00
ErkiandGitHub 18e03e0a02 rustg for UDP shipping (#7897)
The C++ UDP logging library has been swapped out with a rustg implementation. The rustg library uses non-blocking IO mode, and hopefully has less trouble than the C++ one. Though we'll have to see. It should error when the call is supposed to block.

The old library has been removed.
2020-01-11 21:17:41 +02:00
Mykhailo BykhovtsevandErki 9ba5738050 Updating Rust-g.dll to the latest version (#6561)
This PR Updates Rust-g.dll to the latest version.
2019-06-21 20:33:03 +03:00
Mykhailo BykhovtsevandWerner 4c213f25ef Updating rust-g (#5992) 2019-01-29 23:02:39 +01:00
Mykhailo BykhovtsevandWerner f179568e1d Port Rust-g DLL and use it for logging (#5394) 2018-10-12 16:46:19 +02:00