Actions: Psychloor/time_manager
Actions
Showing runs from all workflows
25 workflow runs
25 workflow runs
TimeManager struct and calculations: introduce constants, …
CMake on multiple platforms
#23:
Commit 4d88739
pushed
by
Psychloor
.clang-format and .clang-tidy for consistent coding style and…
CMake on multiple platforms
#22:
Commit c069f12
pushed
by
Psychloor
InitTimeManager to use default constants for improved read…
CMake on multiple platforms
#21:
Commit dc42f1d
pushed
by
Psychloor
DBL_EPSILON in deltaTime calculation and apply consistent for…
CMake on multiple platforms
#20:
Commit e1c5d16
pushed
by
Psychloor
tm to NULL after freeing to avoid potential dangling pointer ac…
CMake on multiple platforms
#19:
Commit de1a552
pushed
by
Psychloor
README.md examples to reflect TmCreate API changes and add…
CMake on multiple platforms
#18:
Commit 5cc0049
pushed
by
Psychloor
TmCreate API to unify default and configurable initializat…
CMake on multiple platforms
#17:
Commit fee210a
pushed
by
Psychloor
timeScale in TmSetTimeScale to [0, +inf) and extend test co…
CMake on multiple platforms
#16:
Commit 80b2d3e
pushed
by
Psychloor
TimeManager initialization, configurati…
CMake on multiple platforms
#15:
Commit 81124a8
pushed
by
Psychloor
TmSetPhysicsTimeStep to handle rounding, enforce minimum Hz…
CMake on multiple platforms
#14:
Commit 59ef76b
pushed
by
Psychloor
TmSetPhysicsTimeStep to verify time step and Hz handling
CMake on multiple platforms
#13:
Commit 572d284
pushed
by
Psychloor
TimeManager API to introduce configurable initialization w…
CMake on multiple platforms
#12:
Commit 330510c
pushed
by
Psychloor
TimeManager to replace magic numbers with constants for im…
CMake on multiple platforms
#11:
Commit cfdfca6
pushed
by
Psychloor
TimeManager to improve delta time handling, add clamping u…
CMake on multiple platforms
#10:
Commit b38c894
pushed
by
Psychloor
README.md and TimeManager implementation for improved cl…
CMake on multiple platforms
#9:
Commit f8b1ad5
pushed
by
Psychloor
TimeManager API to improve memory management, add new func…
CMake on multiple platforms
#8:
Commit a0e57bf
pushed
by
Psychloor
TmSetPhysicsTimeStep usage with TmSetPhysicsHz in …
CMake on multiple platforms
#7:
Commit e837e91
pushed
by
Psychloor
TmSetPhysicsTimeStep function from TimeManager API and imp…
CMake on multiple platforms
#6:
Commit 61b52c8
pushed
by
Psychloor
<stdlib.h> include in time_manager.c for standard lib…
CMake on multiple platforms
#5:
Commit b61faeb
pushed
by
Psychloor
TimeManager to use heap-allocated instances, updating API …
CMake on multiple platforms
#4:
Commit a616a38
pushed
by
Psychloor
fail-fast strategy in CMake GitHub Actions workflow.
CMake on multiple platforms
#3:
Commit 1a5d9da
pushed
by
Psychloor