15 Commits
Author SHA1 Message Date
Sam Hatchett 31cfd60943 fixes compilation with old compilers and keeps our programming conventions of declaring variables 2024-06-24 15:10:06 -04:00
Sam Hatchett 0329819f04 fixes regression related to tank fill/empty events
In the affected code, q is really just a proxy for flow direction. And in cases where a tank has filled in a previous step, its connected link will have been TEMPCLOSED making the flow pretty small. When this occurs, the link actually never opens even if dH says that the tank should be draining.
2024-06-24 13:08:13 -04:00
Sam Hatchett efe4e21846 fixes conan build, adds enums to cmake 2024-04-09 13:32:28 -04:00
Sam Hatchett 0c3d444eef enhances build files with INSTALL options and fixes Conan 2024-02-12 11:47:35 -05:00
Sam Hatchett 0754d08721 Update ReleaseNotes2_3.md 2023-09-13 14:30:57 -04:00
Sam Hatchett 8b28307ecd clarifying documentation 2023-09-13 09:18:08 -04:00
Sam Hatchett d0ab568a5d using int/bool convention instead of new enum type 2023-09-13 09:14:57 -04:00
Sam Hatchett 06a43cdb4e adds api support for enabling/disabling controls and rules 2023-09-12 14:51:44 -04:00
Sam Hatchett 57ae3eeab8 Update ReleaseNotes2_3.md 2023-01-19 14:16:50 -05:00
Sam Hatchett 736f5ebdd4 updates function signatures to use int-casted enum 2023-01-19 09:50:50 -05:00
Sam Hatchett 9b3007ff55 adds projectless function declarations
and fixes non-camelcase convention
2022-08-08 12:02:22 -04:00
Sam Hatchett b139684164 fixes non-camelcase convention
and adds rich corinthian vintage-style (projectless) function declarations
2022-08-08 11:58:09 -04:00
Sam Hatchett 41887e9016 adds client callback API function 2022-07-27 16:37:49 -04:00
Sam Hatchett 5f8ee49fd6 adds an API function to get information about upcoming events 2022-07-27 14:18:50 -04:00
Sam Hatchett 92cef4692c Create conanfile.py 2022-07-27 14:01:45 -04:00