New Core build for 2018-10-10
Posted: Tue Oct 09, 2018 11:15 pm
You can download it here.
From the core-changes.txt:
From the core-changes.txt:
Code: Select all
-- POL100 --
10-07-2018 Turley:
Added: array.sorted_insert(obj, sub_index:=0, reverse:=0)
assumes an already sorted array and inserts given obj. sub_index and reverse parameter have to match the sorting criteria of the array.
10-06-2018 DevGIB:
Added: ConsumeAmmunition syshook to hook the cores check for ammunition consumption during combat. Hook should return 1 if combat is to go ahead and 0 if the weapon should not fire.