old stuff
Planning to come back to this and eval some state. Not ready to fully come back still out learning from the past.
This commit is contained in:
@ -21,7 +21,6 @@ indent_style = tab
|
||||
indent_size = 2
|
||||
charset = utf-8
|
||||
|
||||
|
||||
[*.{natvis, natstepfilter}]
|
||||
indent_style = tab
|
||||
indent_size = 4
|
||||
|
4
.gitignore
vendored
4
.gitignore
vendored
@ -10,4 +10,6 @@ Sectr.sublime-workspace
|
||||
ols.json
|
||||
.vscode/settings.json
|
||||
thirdparty
|
||||
toolchain
|
||||
# toolchain
|
||||
assets/TX-02-1WN9N6Q8
|
||||
*.spall
|
||||
|
@ -107,7 +107,7 @@ hmap_chained_clear :: proc( using self : HMapChained($Type))
|
||||
continue
|
||||
}
|
||||
for probe_slot := slot.next; probe_slot != nil; probe_slot = probe_slot.next {
|
||||
slot.occupied = false
|
||||
probe_slot.occupied = false
|
||||
}
|
||||
slot.occupied = false
|
||||
}
|
||||
|
@ -200,7 +200,7 @@ push-location $path_root
|
||||
|
||||
$build_args = @()
|
||||
$build_args += $command_build
|
||||
$build_args += './sectr'
|
||||
$build_args += 'sectr'
|
||||
$build_args += $flag_build_mode_dll
|
||||
$build_args += $flag_output_path + $module_dll
|
||||
$build_args += ($flag_collection + $pkg_collection_codebase)
|
||||
|
Reference in New Issue
Block a user