| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Minor improvements to cull logging. | 2023-07-05 | 1 | -8/+8 | |
| | | | | | | - CULLLIST has been renamed to CULL which is easier to spell. - Some log messages have been improved slightly. | ||||
| * | Restore the double container logic in CullList::Apply. | 2023-07-05 | 1 | -1/+6 | |
| | | | | | | Unfortunately we can't just use a set here as some cullable objects need to be deleted in the order they were culled. | ||||
| * | Fix an indentation issue in CullList::Apply. | 2023-07-05 | 1 | -2/+2 | |
| | | |||||
| * | Avoid iterator invalidation issues in ActionList::Run. | 2023-07-05 | 1 | -2/+4 | |
| | | |||||
| * | Clean up object culling and fix a rare crash. | 2023-06-17 | 1 | -11/+22 | |
| | | |||||
| * | Log the number of object added to the cull list from a destructor. | 2023-06-08 | 1 | -1/+1 | |
| | | |||||
| * | Don't log object culls unless built with RTTI. | 2023-01-25 | 1 | -2/+0 | |
| | | | | | This is spammy and not very useful without type information. | ||||
| * | Convert log calls to use fmtlib format strings | 2023-01-24 | 1 | -13/+13 | |
| | | |||||
| * | Convert WriteToSnoMask/WriteGlobalSno to use fmtlib format strings. | 2023-01-23 | 1 | -2/+2 | |
| | | |||||
| * | Qualify auto correctly in all cases. | 2023-01-10 | 1 | -4/+4 | |
| | | |||||
| * | Merge branch 'insp3' into master. | 2023-01-01 | 1 | -2/+1 | |
| | | |||||
| * | Modernize various minor legacy C++isms. | 2022-07-30 | 1 | -11/+8 | |
| | | |||||
| * | Remove some unnecessary getters in ConnectClass. | 2022-07-22 | 1 | -1/+1 | |
| | | | | | All of these members are public anyway. | ||||
| * | Print the typeid of a doubly culled type in CullList::Apply(). | 2022-05-17 | 1 | -0/+5 | |
| | | |||||
| * | Rewrite logging calls to use the new APIs. | 2022-05-01 | 1 | -7/+7 | |
| | | |||||
| * | Switch simple iterator loops to use range-based for loops. | 2021-04-07 | 1 | -2/+1 | |
| | | |||||
| * | Fix a ton of pedantic compiler warnings. | 2021-04-04 | 1 | -6/+6 | |
| | | |||||
| * | Refactor classbase/CullResult into Cullable/Cullable::Result. | 2021-03-02 | 1 | -0/+124 | |
