November 6, 2020, 13:47 (GMT) |
CMake: Fix wrong library used for dependency Was causing compilation failure on fresh builds. |
November 6, 2020, 13:40 (GMT) |
November 6, 2020, 13:35 (GMT) |
Cleanup: Fluid engine API return types Use bool return type where possible instead of int (the return values from fluid object are already boolean instead of int). Also removed several if guards in API functions. If one of the arguments is in fact invalid / nullptr (should not happen though), it better to catch them directly where they failed and not silently escape them. |
November 6, 2020, 13:32 (GMT) |
Cleanup: Clang-Tidy, modernize-use-bool-literals |
November 6, 2020, 13:28 (GMT) |
November 6, 2020, 13:24 (GMT) |
Cleanup: Alembic, simplify expression Change `1 + current_mat++` to `++current_mat`. No functional changes. |
November 6, 2020, 13:24 (GMT) |
Cleanup: Alembic, simplify material assignment code Refactor material assignment code such that: - `build_mat_map()` just returns the built map (instead of relying on modifying a map passed as parameter), - `LISTBASE_FOREACH` is used to loop over a `ListBase` (instead of a hand-crafted for-loop), - just `return` when not enough material slots can be created (instead of setting a boolean to false, then doing some useless work, then checking the boolean), - reorder some code for clarity, and - rename `mat_map` to `matname_to_material` so that the semantics are clearer. No functional changes. |
November 6, 2020, 13:10 (GMT) |
November 6, 2020, 13:10 (GMT) |
November 6, 2020, 13:06 (GMT) |
Cleanup: Clang-Tidy, modernize-use-emplace |
November 6, 2020, 12:53 (GMT) |
Fix compilation error of bf_draw Similar to previous commit, missing build dependency. |
November 6, 2020, 12:49 (GMT) |
Fix compilation error when building from scratch Make sure the DNA offset files is ready at a time bf_windowmanager need it. |
November 6, 2020, 12:48 (GMT) |
Merge branch 'master' into xr-actions-D9124 |
November 6, 2020, 12:46 (GMT) |
Fix errors after merge |
November 6, 2020, 12:40 (GMT) |
Merge branch 'master' into xr-actions-D9124 |
November 6, 2020, 12:40 (GMT) |
Cleanup: Clang-Tidy, modernize-redundant-void-arg |
November 6, 2020, 12:35 (GMT) |
November 6, 2020, 12:31 (GMT) |
XR: Use stage ref space for absolute tracking |
November 6, 2020, 12:22 (GMT) |
November 6, 2020, 12:17 (GMT) |
Cleanup: remove unnecessary function |
|
|
|


Master Commits
MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021