Releases: Cyberboss/OpenDream
Releases · Cyberboss/OpenDream
Development Build
Commits
- c2bf8a1: Update the compiler test workflow's repositories (OpenDreamProject#1695) (wixoa) #1695
- 008ff77: Remove description from rightclick menu (OpenDreamProject#1703) (Amy) #1703
- af66424:
__IMPLIED_TYPE__
implementation (OpenDreamProject#1712) (ike709) #1712 - 65bf987: Don't emit
PointlessParentCall
if lateral overrides exist (OpenDreamProject#1713) (ike709) #1713 - 1ce381d: Converts empty strings to
null
in savefile serialization (OpenDreamProject#1709) (Zonespace) #1709 - b9fa58d:
exception.name
can be a datum (OpenDreamProject#1716) (Amy) #1716 - fa2667e: Implement
::
for procs (OpenDreamProject#1717) (ike709) #1717 - 73b534f: Update the Discord invite in the README (OpenDreamProject#1718) (wixoa) #1718
- b29401d: Fix object.vars and add test (OpenDreamProject#1682) (Amy) #1682
- 6df7365: Fix EmptyProc applying to code existing before it was enabled (OpenDreamProject#1719) (wixoa) #1719
- 2263e77: Fix debug server hanging forever on a blocking
peek()
(OpenDreamProject#1698) (Amy) #1698 - ca5e207: Fix line counting with long strings (OpenDreamProject#1720) (wixoa) #1720
- 24ea5f2: Fix child element resizing for panes (OpenDreamProject#1721) (Amy) #1721
- eda1d44: Add clearer instructions for building and testing to README (OpenDreamProject#1723) (Amy) #1723
- 4ab2584: Improve rgb() argument handling, add HSV support (OpenDreamProject#1722) (wixoa) #1722
- 0b0fe8b: Include source file in exceptions (OpenDreamProject#1725) (wixoa) #1725
- 79eb47c: Update RT to v215.2.0 (OpenDreamProject#1726) (wixoa) #1726
- efd9f75: Add
--debug
option to the packaging tool (OpenDreamProject#1611) (wixoa) #1611 - 507bfc2: Fix right-click menu entity lookup (OpenDreamProject#1727) (wixoa) #1727
- 82694ac: winset ternaries and embedded wingets (OpenDreamProject#1702) (Amy) #1702
- 7bfee41: Revert "Converts empty strings to
null
in savefile serialization" (OpenDreamProject#1745) (Amy) #1745 - 4aa612b: Avoid double-instantiating lists in IconAppearance (OpenDreamProject#1746) (wixoa) #1746
- e3270de: Remove obsolete
Error()
in DMParser (OpenDreamProject#1674) (wixoa) #1674 - 5727701: Use master SS13 branches in CI (OpenDreamProject#1753) (ike709) #1753
- bfd6ff7: Link the RFCs repo in the README (OpenDreamProject#1747) (ike709) #1747
- 44f69ef: Typemaker (OpenDreamProject#1705) (ike709) #1705
- 1fe1013: implement
popup_menu
(OpenDreamProject#1756) (Amy) #1756 - 48a3b2f: Fix modulo (OpenDreamProject#1759) (Amy) #1759
- 45ec6d2: Remove
usr://
custom scheme in BROWSER controls (OpenDreamProject#1760) (wixoa) #1760 - ada468d: Fix dots in DM resource paths failing to resolve (OpenDreamProject#1762) (Penelope Haze) #1762
- 57b8bc0: Add Nebula dev branch to OpenDream CI (OpenDreamProject#1763) (Penelope Haze) #1763
- f7a243f:
animate()
(OpenDreamProject#1676) (Amy) #1676 - dd28752: Stub
client.RenderIcon()
(OpenDreamProject#1767) (ike709) #1767 - 345fb51: Update RT to v222.1.1 (OpenDreamProject#1774) (wixoa) #1774
- f09ff4a: Update README.md to reflect better expectations of Linux support (OpenDreamProject#1782) (Amy) #1782
- f342634: Throws a warning for block-scoped namespaces (OpenDreamProject#1783) (ZeWaka) #1783
- 348261e: Add an "RT ViewVariables" button to the right-click menu (OpenDreamProject#1781) (wixoa) #1781
- a769dd7: Handle
null
inhascall()
(OpenDreamProject#1784) (ike709) #1784 - e21b8df: Attempting to read the "hidden" field on a proc will return null and emit a warning (OpenDreamProject#1792) (Kapu1178) #1792
- dc6eea1: rgb2num accepts null (OpenDreamProject#1795) (Kapu1178) #1795
- e4971cc: Update RT to 222.4.0 (OpenDreamProject#1789) (Amy) #1789
- 18ba23b: Fix transforms not rendering (OpenDreamProject#1771) (Amy) #1771
- 62d709a: Ignore attempts to set
mob.client = null
(OpenDreamProject#1799) (wixoa) #1799 - d77f19f: Return true for any atom type in
isloc()
(OpenDreamProject#1800) (wixoa) #1800 - a6373fb: Animate Defines Cleanup (OpenDreamProject#1804) (LemonInTheDark) #1804
- d81e7a7: lint using resharper (OpenDreamProject#1797) (harryob) #1797
- 1785d5b: removes obsolete MapManager methods (OpenDreamProject#1805) (harryob) #1805
- f19fc85: Fix inferred type expressions (OpenDreamProject#1806) (Amy) #1806
- dede5b1: Adds error message to missing file arg (OpenDreamProject#1807) (Laboredih123) #1807
- 2ff5fae: Can't duplicate in
vis_contents
(OpenDreamProject#1811) (Amy) #1811 - 2fe948a: Deduplicate github action logs (OpenDreamProject#1796) (Redmoogle) #1796
- e6fb5fa: Add support for
/image.filters
(OpenDreamProject#1812) (wixoa) #1812 - c0974d2: Update RT to 223.1.2 (OpenDreamProject#1810) (Amy) #1810
- dac497b: Fix
Move()
fromnull
(OpenDreamProject#1809) (Amy) #1809 - 009af24: Handle adding/setting null on a filters list (OpenDreamProject#1816) (wixoa) #1816
- 916f365: Make
browse_rsc()
respect cache (OpenDreamProject#1814) (Amy) #1814 - acf486a: Pass
--suppress-unimplemented
to the compiler workflow (OpenDreamProject#1823) (ike709) #1823 - f247711: Add new optional lint for weighted pick() syntax (OpenDreamProject#1822) (Lucy) #1822
- d33d14b: Set max blank lines in ReSharper and Rider formatting to 1 (OpenDreamProject#1827) (wixoa) #1827
- 4347b37: Pointer Parsing (OpenDreamProject#1820) (ike709) #1820
- e9289b5: Fix duplicate
browse_rsc()
calls (OpenDreamProject#1828) (Amy) #1828 - 0644395: Cache icon renders between frames (OpenDreamProject#1825) (wixoa) #1825
- ab03e50: Turn DMF properties into DMFProperty types (OpenDreamProject#1757) (Amy) #1757
- 6d7c578: Handle
fexists()
in the preprocessor (OpenDreamProject#1824) (ike709) #1824 - ef36247: Fix color/filter rendering on keep-together icons (OpenDreamProject#1830) (wixoa) #1830
- c0c190d: Improvements to the CHILD control (OpenDreamProject#1831) (wixoa) #1831
- 89f5e6c: Enable hot reloading of interface files (OpenDreamProject#1779) (Amy) #1779
- 9e0e0ae: Range and Orange return empty list on null center. (OpenDreamProject#1835) (Laboredih123) #1835
- 7eb29b2: Handle
initial(type)
andinitial(parent_type)
(OpenDreamProject#1834) (ike709) #1834 - 5cde170: Reduce size of appearances being sent over the network (OpenDreamProject#1836) (wixoa) #1836
- 0bc9454: Fix sandbox violations (OpenDreamProject#1838) (wixoa) #1838
- 3f313ed: Handle nulls in all equality comparisons (OpenDreamProject#1837) (ike709) #1837
- 66f8c2d: Improves viewers and oviewers. (OpenDreamProject#1840) (Laboredih123) #1840
- d127eff: Basic Compiler Optimizations 3: Revenge of the LINQ (OpenDreamProject#1765) (ike709) #1765
- 410e1c7: Add proper size and pos formatting to DMF properties (OpenDreamProject#1832) (Amy) #1832
- e6e90c6: Implement a few easy operator overloads (OpenDreamProject#1808) (Amy) [OpenDreamProject#1808](OpenDreamProject#1808...