-
-
Notifications
You must be signed in to change notification settings - Fork 254
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
515 Fixes and Auxmos 2.5.2 #2703
Open
covertcorvid
wants to merge
56
commits into
BeeStation:master
Choose a base branch
from
covertcorvid:515Bugfixes
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+1,818
−1,376
Open
Changes from all commits
Commits
Show all changes
56 commits
Select commit
Hold shift + click to select a range
8f926f6
made game compile
covertcorvid 1c90dd1
Tried grabbing changes from citadel again
covertcorvid 157a290
Cherry-pick rustg updates
covertcorvid 1bf6e5c
Cherry-pick rustg changes
covertcorvid ef30335
Bumps rust-g to 1.2.0 (#8680)
Crossedfall a106f40
Switches out rust_g.dll (#9008)
Crossedfall 3648cca
Update rustg to v3.1.1 (#10408)
itsmeow 54b5792
GAGS: Rust-g (#10455)
itsmeow 7bb7238
Bumps rust-g to 3.1.3 and fixes subtract blending in IconForge (#10658)
Crossedfall 8cc2a73
Fine I will use your bindings.api instead
covertcorvid ef9481b
Removed auxtools in favor of byondapi
covertcorvid e3ac2b1
Reverts layer.dm to master
covertcorvid 6ffe372
decompression works, pipes do not
covertcorvid e23cd7e
Updating various defines
covertcorvid 78898ac
Tried regenerating the bindings?
covertcorvid 71b2d0d
Okay hold on I think I successfully compiled my own
covertcorvid edebe50
Fine, nitric stays
covertcorvid 6276d64
Removed nitric
covertcorvid efea115
no runtimes?
covertcorvid d28d9eb
Merge remote-tracking branch 'NSV13/master' into 515Bugfixes
covertcorvid 7c4171f
Fixing duplicate defines in rust_g
covertcorvid 3056b73
made turf list have turf type
covertcorvid c383d92
updated dependencies.sh
covertcorvid f02b62c
fixed dmb file name
covertcorvid 610555c
Change fork to install from
covertcorvid 685b8d3
url typo
covertcorvid 3d7a4f1
maybe now it will work
covertcorvid f36f87f
let's try... this!
covertcorvid 551c79a
I don't know why it can't find the hook, I used objdump
covertcorvid d44bba3
this WILL break windows but I just want to see if it fixes the tests
covertcorvid 63e6820
Revert "this WILL break windows but I just want to see if it fixes th…
covertcorvid 6c80fd9
updates the dockerfile?
covertcorvid a7edf22
I might as well make this newer too but I don't think it will help
covertcorvid 0c5e7e0
Maybe if I try just adding the library to the repo?
covertcorvid ec4e753
updated hooks for compiling auxmos
covertcorvid ff15bce
fix metrics unit test
covertcorvid 669afcb
bad variable name
covertcorvid e89242a
Updating NSV13 comment on dockerfile
covertcorvid faf2f34
Replaces CANVERTICALATMOSPASS with a CANATMOSPASS that does both
covertcorvid 5348b78
revert single line delete from ai.dm
covertcorvid dc3806d
fixes fire and adds auxmos fusion
covertcorvid 2876ac3
added fusion test canisters
covertcorvid 171e3b9
makes Tycoon not die
covertcorvid bfa15e3
Merge remote-tracking branch 'NSV13/master' into 515Bugfixes
covertcorvid cce016b
Nobody is using extools logging
covertcorvid 807abfe
Linux compatibility
covertcorvid 1a08e54
note to self it needs to still say extools
covertcorvid 4b6eb3b
What if I just re-add this seemingly useless check?
covertcorvid 992f890
Fixes stormdrive runtime when no air
covertcorvid 7840d31
more null handling
covertcorvid d0c1335
don't throw stuff being deleted
covertcorvid 4c09615
trying to fix more atmos things
covertcorvid 7a11044
variable initialization?
covertcorvid 47efa96
fixed pipes maybe
covertcorvid 67c36dc
fixing layers
covertcorvid c70b2ab
removes extra auxmos.dll
covertcorvid File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
environment = "nsv13.dme" | ||
|
||
[langserver] | ||
dreamchecker = true | ||
|
||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
/proc/auxtools_stack_trace(msg) | ||
CRASH(msg) | ||
|
||
/proc/auxtools_expr_stub() | ||
CRASH("auxtools not loaded") | ||
|
||
/proc/enable_debugging(mode, port) | ||
CRASH("auxtools not loaded") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,185 @@ | ||
//THIS FILE IS AUTOMATICALLY GENERATED BY AUXMOS, PLEASE DO NOT TOUCH IT | ||
//PROC DEFINITIONS MAY MOVE AROUND, THIS IS NORMAL | ||
|
||
/* This comment bypasses grep checks */ /var/__auxmos | ||
|
||
/proc/__detect_auxmos() | ||
if (world.system_type == UNIX) | ||
return __auxmos = "libauxmos" | ||
else | ||
return __auxmos = "auxmos" | ||
|
||
#define AUXMOS (__auxmos || __detect_auxmos()) | ||
|
||
/turf/proc/__update_auxtools_turf_adjacency_info() | ||
return call_ext(AUXMOS, "byond:hook_infos_ffi")(src) | ||
|
||
/turf/proc/update_air_ref(flag) | ||
return call_ext(AUXMOS, "byond:hook_register_turf_ffi")(src, flag) | ||
|
||
/datum/controller/subsystem/air/proc/process_turfs_auxtools(remaining) | ||
return call_ext(AUXMOS, "byond:process_turf_hook_ffi")(src, remaining) | ||
|
||
/datum/controller/subsystem/air/proc/finish_turf_processing_auxtools(time_remaining) | ||
return call_ext(AUXMOS, "byond:finish_process_turfs_ffi")(time_remaining) | ||
|
||
/datum/controller/subsystem/air/proc/thread_running() | ||
return call_ext(AUXMOS, "byond:thread_running_hook_ffi")() | ||
|
||
/proc/finalize_gas_refs() | ||
return call_ext(AUXMOS, "byond:finalize_gas_refs_ffi")() | ||
|
||
/datum/controller/subsystem/air/proc/auxtools_update_reactions() | ||
return call_ext(AUXMOS, "byond:update_reactions_ffi")() | ||
|
||
/proc/auxtools_atmos_init(gas_data) | ||
return call_ext(AUXMOS, "byond:hook_init_ffi")(gas_data) | ||
|
||
/proc/_auxtools_register_gas(gas) | ||
return call_ext(AUXMOS, "byond:hook_register_gas_ffi")(gas) | ||
|
||
/datum/controller/subsystem/air/proc/process_turf_equalize_auxtools(remaining) | ||
return call_ext(AUXMOS, "byond:equalize_hook_ffi")(src, remaining) | ||
|
||
/datum/controller/subsystem/air/proc/process_excited_groups_auxtools(remaining) | ||
return call_ext(AUXMOS, "byond:groups_hook_ffi")(src, remaining) | ||
|
||
/datum/gas_mixture/proc/__auxtools_parse_gas_string(string) | ||
return call_ext(AUXMOS, "byond:parse_gas_string_ffi")(src, string) | ||
|
||
/datum/controller/subsystem/air/proc/get_max_gas_mixes() | ||
return call_ext(AUXMOS, "byond:hook_max_gas_mixes_ffi")() | ||
|
||
/datum/controller/subsystem/air/proc/get_amt_gas_mixes() | ||
return call_ext(AUXMOS, "byond:hook_amt_gas_mixes_ffi")() | ||
|
||
/proc/equalize_all_gases_in_list(gas_list) | ||
return call_ext(AUXMOS, "byond:equalize_all_hook_ffi")(gas_list) | ||
|
||
/datum/gas_mixture/proc/get_oxidation_power(temp) | ||
return call_ext(AUXMOS, "byond:oxidation_power_hook_ffi")(src, temp) | ||
|
||
/datum/gas_mixture/proc/get_fuel_amount(temp) | ||
return call_ext(AUXMOS, "byond:fuel_amount_hook_ffi")(src, temp) | ||
|
||
/datum/gas_mixture/proc/equalize_with(total) | ||
return call_ext(AUXMOS, "byond:equalize_with_hook_ffi")(src, total) | ||
|
||
/datum/gas_mixture/proc/transfer_ratio_to(other, ratio) | ||
return call_ext(AUXMOS, "byond:transfer_ratio_hook_ffi")(src, other, ratio) | ||
|
||
/datum/gas_mixture/proc/transfer_to(other, moles) | ||
return call_ext(AUXMOS, "byond:transfer_hook_ffi")(src, other, moles) | ||
|
||
/datum/gas_mixture/proc/adjust_heat(temp) | ||
return call_ext(AUXMOS, "byond:adjust_heat_hook_ffi")(src, temp) | ||
|
||
/datum/gas_mixture/proc/react(holder) | ||
return call_ext(AUXMOS, "byond:react_hook_ffi")(src, holder) | ||
|
||
/datum/gas_mixture/proc/compare(other) | ||
return call_ext(AUXMOS, "byond:compare_hook_ffi")(src, other) | ||
|
||
/datum/gas_mixture/proc/clear() | ||
return call_ext(AUXMOS, "byond:clear_hook_ffi")(src) | ||
|
||
/datum/gas_mixture/proc/mark_immutable() | ||
return call_ext(AUXMOS, "byond:mark_immutable_hook_ffi")(src) | ||
|
||
/datum/gas_mixture/proc/scrub_into(into, ratio_v, gas_list) | ||
return call_ext(AUXMOS, "byond:scrub_into_hook_ffi")(src, into, ratio_v, gas_list) | ||
|
||
/datum/gas_mixture/proc/get_by_flag(flag_val) | ||
return call_ext(AUXMOS, "byond:get_by_flag_hook_ffi")(src, flag_val) | ||
|
||
/datum/gas_mixture/proc/__remove_by_flag(into, flag_val, amount_val) | ||
return call_ext(AUXMOS, "byond:remove_by_flag_hook_ffi")(src, into, flag_val, amount_val) | ||
|
||
/datum/gas_mixture/proc/divide(num_val) | ||
return call_ext(AUXMOS, "byond:divide_hook_ffi")(src, num_val) | ||
|
||
/datum/gas_mixture/proc/multiply(num_val) | ||
return call_ext(AUXMOS, "byond:multiply_hook_ffi")(src, num_val) | ||
|
||
/datum/gas_mixture/proc/subtract(num_val) | ||
return call_ext(AUXMOS, "byond:subtract_hook_ffi")(src, num_val) | ||
|
||
/datum/gas_mixture/proc/add(num_val) | ||
return call_ext(AUXMOS, "byond:add_hook_ffi")(src, num_val) | ||
|
||
/datum/gas_mixture/proc/adjust_multi(...) | ||
var/list/args_copy = args.Copy() | ||
args_copy.Insert(1, src) | ||
return call_ext(AUXMOS, "byond:adjust_multi_hook_ffi")(arglist(args_copy)) | ||
|
||
/datum/gas_mixture/proc/adjust_moles_temp(id_val, num_val, temp_val) | ||
return call_ext(AUXMOS, "byond:adjust_moles_temp_hook_ffi")(src, id_val, num_val, temp_val) | ||
|
||
/datum/gas_mixture/proc/adjust_moles(id_val, num_val) | ||
return call_ext(AUXMOS, "byond:adjust_moles_hook_ffi")(src, id_val, num_val) | ||
|
||
/datum/gas_mixture/proc/set_moles(gas_id, amt_val) | ||
return call_ext(AUXMOS, "byond:set_moles_hook_ffi")(src, gas_id, amt_val) | ||
|
||
/datum/gas_mixture/proc/get_moles(gas_id) | ||
return call_ext(AUXMOS, "byond:get_moles_hook_ffi")(src, gas_id) | ||
|
||
/datum/gas_mixture/proc/set_volume(vol_arg) | ||
return call_ext(AUXMOS, "byond:set_volume_hook_ffi")(src, vol_arg) | ||
|
||
/datum/gas_mixture/proc/partial_heat_capacity(gas_id) | ||
return call_ext(AUXMOS, "byond:partial_heat_capacity_ffi")(src, gas_id) | ||
|
||
/datum/gas_mixture/proc/set_temperature(arg_temp) | ||
return call_ext(AUXMOS, "byond:set_temperature_hook_ffi")(src, arg_temp) | ||
|
||
/datum/gas_mixture/proc/get_gases() | ||
return call_ext(AUXMOS, "byond:get_gases_hook_ffi")(src) | ||
|
||
/datum/gas_mixture/proc/temperature_share(...) | ||
var/list/args_copy = args.Copy() | ||
args_copy.Insert(1, src) | ||
return call_ext(AUXMOS, "byond:temperature_share_hook_ffi")(arglist(args_copy)) | ||
|
||
/datum/gas_mixture/proc/copy_from(giver) | ||
return call_ext(AUXMOS, "byond:copy_from_hook_ffi")(src, giver) | ||
|
||
/datum/gas_mixture/proc/__remove(into, amount_arg) | ||
return call_ext(AUXMOS, "byond:remove_hook_ffi")(src, into, amount_arg) | ||
|
||
/datum/gas_mixture/proc/__remove_ratio(into, ratio_arg) | ||
return call_ext(AUXMOS, "byond:remove_ratio_hook_ffi")(src, into, ratio_arg) | ||
|
||
/datum/gas_mixture/proc/merge(giver) | ||
return call_ext(AUXMOS, "byond:merge_hook_ffi")(src, giver) | ||
|
||
/datum/gas_mixture/proc/thermal_energy() | ||
return call_ext(AUXMOS, "byond:thermal_energy_hook_ffi")(src) | ||
|
||
/datum/gas_mixture/proc/return_volume() | ||
return call_ext(AUXMOS, "byond:return_volume_hook_ffi")(src) | ||
|
||
/datum/gas_mixture/proc/return_temperature() | ||
return call_ext(AUXMOS, "byond:return_temperature_hook_ffi")(src) | ||
|
||
/datum/gas_mixture/proc/return_pressure() | ||
return call_ext(AUXMOS, "byond:return_pressure_hook_ffi")(src) | ||
|
||
/datum/gas_mixture/proc/total_moles() | ||
return call_ext(AUXMOS, "byond:total_moles_hook_ffi")(src) | ||
|
||
/datum/gas_mixture/proc/set_min_heat_capacity(arg_min) | ||
return call_ext(AUXMOS, "byond:min_heat_cap_hook_ffi")(src, arg_min) | ||
|
||
/datum/gas_mixture/proc/heat_capacity() | ||
return call_ext(AUXMOS, "byond:heat_cap_hook_ffi")(src) | ||
|
||
/datum/gas_mixture/proc/__gasmixture_unregister() | ||
return call_ext(AUXMOS, "byond:unregister_gasmixture_hook_ffi")(src) | ||
|
||
/datum/gas_mixture/proc/__gasmixture_register() | ||
return call_ext(AUXMOS, "byond:register_gasmixture_hook_ffi")(src) | ||
|
||
/proc/process_atmos_callbacks(remaining) | ||
return call_ext(AUXMOS, "byond:atmos_callback_handle_ffi")(remaining) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this wasn't actually the problem I was having but I'm wondering if I should leave the so file in anyways to be nice to that one guy who's trying to develop on linux