Aaron Kling
|
c4683d90a9
|
Format code using astyle google format
Commands used:
astyle --style=google --indent=spaces=2 --keep-one-line-blocks src/*.cpp
astyle --style=google --indent=spaces=2 --keep-one-line-blocks src/*.h
|
2024-03-26 13:43:58 -05:00 |
|
Doug Nazar
|
3b21153757
|
Fix various printf formats for 32bit, 32bit w/_FILE_OFFSET_BITS=64 and 64-bit
|
2022-07-16 03:18:18 -04:00 |
|
Isaac Connor
|
1798d95b8b
|
Have working monitorlink expressions
|
2022-07-14 17:25:51 -04:00 |
|
Isaac Connor
|
6e3c90261d
|
zone_index would be left with a value if not found due to > instead of >=. Make the code a little better.
|
2022-06-26 18:40:46 -04:00 |
|
Isaac Connor
|
9f3e17558e
|
Clear zones on delete
|
2022-06-08 23:30:38 -04:00 |
|
Isaac Connor
|
710b577223
|
initialize zone
|
2022-06-08 12:12:59 -04:00 |
|
Isaac Connor
|
a60aff0d9d
|
Add checking of zone_scores
|
2022-06-07 20:52:13 -04:00 |
|
Isaac Connor
|
dd1d194ec7
|
Generate name based on presence of zone. Add loading of zones and figuring out which one is ours.
|
2022-06-07 18:16:23 -04:00 |
|
Isaac Connor
|
3df61c5be0
|
Add assigning zone_scores in shm
|
2022-06-07 11:50:06 -04:00 |
|
Isaac Connor
|
fe3f30c538
|
Add pointer to zone scores
|
2022-06-07 11:36:21 -04:00 |
|
Isaac Connor
|
d458354ad8
|
Rename id to monitor_id which is what it is in MOnitorLink. Add zone_id.
|
2022-06-07 09:44:30 -04:00 |
|
Isaac Connor
|
5fd5c7fdd1
|
Maybe fix build on freebsd by including unistd.h
|
2022-02-15 10:04:37 -05:00 |
|
Jonathan Bennett
|
89e1c5d53c
|
Move Monitor::MonitorLink to dedicated file
|
2022-02-02 16:51:27 -06:00 |
|