Commit graph

  • 96316b8050
    Merge 373b967c2f into 9aad80acd4 Honkazel 2025-02-03 09:44:19 +0000
  • 373b967c2f
    implbase: fix wreorder Honkazel 2025-02-03 14:40:20 +0500
  • ecd20db0e1
    cmake: re-enable wreorder Honkazel 2025-02-03 14:38:35 +0500
  • 9aad80acd4
    core: clang, clang-tidy fixes and comp options (#45) main Honkazel 2025-02-03 00:36:28 +0500
  • bfcac01700
    cmake: silence reorder for now Honkazel 2025-02-02 23:40:12 +0500
  • 1f0521c3a0 clang-format Honkazel 2025-02-02 23:25:42 +0500
  • 6537a6c159 clang-tidy/clang fixes and comp options Honkazel 2025-02-02 23:25:20 +0500
  • dd790b90d7
    animation: fix end callbacks readding the animation var (#43) Maximilian Seidler 2025-02-02 17:33:44 +0000
  • cb017d6df1 include fix Maximilian Seidler 2025-02-02 17:05:19 +0100
  • 055338aa5c oopsie Honkazel 2025-02-02 19:13:58 +0500
  • 1803f6fccd clang-tidyfying before adding clang-tidy... lol Honkazel 2025-02-02 19:06:56 +0500
  • a21574c23d some more shit and include remove Honkazel 2025-02-02 19:06:13 +0500
  • 65c8b4f132 bruh Honkazel 2025-02-02 19:02:08 +0500
  • 0ccb43f5cd clang-tidy/clang fixes and format Honkazel 2025-02-02 18:48:52 +0500
  • 7627d76c7b animation: fix end callbacks readding the animation var Maximilian Seidler 2025-02-01 10:41:45 +0100
  • 6a8bc9d2a4 version: bump to 0.5.0 v0.5.0 Vaxry 2025-01-27 11:45:43 +0000
  • de58286a21
    animation: fix crashes and cleanup of active vars (#42) Maximilian Seidler 2025-01-27 11:45:01 +0000
  • 21dac77625 don't break API, more robust code Vaxry 2025-01-26 18:24:41 +0000
  • 06ec9a2398 cleanup events and listeners Maximilian Seidler 2025-01-26 14:52:02 +0100
  • 1e0392e711 animation: forceDisconnect outside of tick() and remove the pointer to the animation manager Maximilian Seidler 2025-01-26 13:29:42 +0100
  • 60dbdc46cc animation: only store a single WP to animationmgr signals Maximilian Seidler 2025-01-26 09:49:46 +0100
  • 27d35e8d08 animation: better cleanup Maximilian Seidler 2025-01-26 09:17:31 +0100
  • 77ddb222fc animation: use signals to connect and disconnect vars from the manager Maximilian Seidler 2025-01-26 07:23:34 +0100
  • ad2ef653da animation: test deleted animation manager Maximilian Seidler 2025-01-26 09:01:32 +0100
  • c2471a43b5
    Merge 71844cbde1 into fb0c2d1de3 Maximilian Seidler 2025-01-24 17:03:39 +0300
  • fb0c2d1de3
    memory/weak: add missing nullptr comparison operators (#41) nyx 2025-01-24 08:31:48 -0500
  • 99f7ae37fd
    fix: add missing nullptr comparison operators for WeakPtr nnyyxxxx 2025-01-24 01:28:09 -0500
  • 3411e5b42d memory: add WP == UP comparison fn Vaxry 2025-01-24 01:31:47 +0000
  • 006620eb29 version: bump to 0.4.0 v0.4.0 vaxerski 2025-01-23 11:38:30 +0000
  • ca1253c626
    animation: add virtual dtor to AnimationManager (#31) Maximilian Seidler 2025-01-23 11:38:09 +0000
  • 423c69d697 memory: implement a unique pointer vaxerski 2025-01-23 11:34:35 +0000
  • 59414c4cee
    math/region: fix scale using x scale as y scale (#39) outfoxxed 2025-01-22 00:35:48 -0800
  • fdf154bfbb
    fix CRegion::scale using x scale as y scale outfoxxed 2025-01-22 00:33:29 -0800
  • 71844cbde1 animation: let callbacks have SP's to the self variable and dispatch them internally Maximilian Seidler 2025-01-07 19:02:46 +0100
  • 6117f1be13 Add virtual destructor to CAnimationManager James Ramsey 2025-01-18 10:15:45 -0500
  • 59d1e29975 animation: add virtual dtor to AnimationManager Maximilian Seidler 2025-01-07 19:02:46 +0100
  • 72dfbf5296
    animations: fix adding/removing vars during ::tick (#35) Maximilian Seidler 2025-01-11 16:37:12 +0000
  • a118d324df animation: test how many times callbacks get called Maximilian Seidler 2025-01-11 12:28:04 +0100
  • f020e5d4ad animation: fix addding vars in ::tick Maximilian Seidler 2025-01-11 12:22:25 +0100
  • 1507865397 animation: call update callback when warping vars Maximilian Seidler 2025-01-09 08:12:19 +0100
  • db5557e2c4 animation: test adding/removing vars during ::tick Maximilian Seidler 2025-01-09 08:12:19 +0100
  • 976841f91a add virtual destructor to CAnimationManager Ikalco 2025-01-10 17:55:49 -0600
  • 5dd4f4a9f7 animation: don't fire update events if the avar is not being animated vaxerski 2025-01-10 16:44:32 +0100
  • 59b320523e
    fix littleblack111 2025-01-09 18:42:32 +0800
  • 3c895da64b version: bump to 0.3.3 v0.3.3 vaxerski 2025-01-06 12:53:50 +0100
  • fb9a816cb9
    animation: add missing header for libc++ after 6a26d08bac (#30) Jan Beich 2025-01-03 22:47:04 +0000
  • 111985ee8a animation: add missing header for libc++ after 6a26d08bac Jan Beich 2025-01-03 20:01:32 +0100
  • 6a26d08bac
    animation: add CAnimationConfigTree (#29) v0.3.2 Maximilian Seidler 2025-01-02 14:02:21 +0000
  • 6f6d639a6d animation: add CAnimationConfigTree Maximilian Seidler 2025-01-01 12:31:41 +0100
  • c42ce87eb3 version: bump to 0.3.1 v0.3.1 vaxerski 2025-01-01 14:16:26 +0100
  • 8af7e4b9de
    animation: add BezierCurve, AnimationManager and AnimatedVariable (#27) Maximilian Seidler 2024-12-29 19:26:01 +0000
  • 26316b8f66 push_back to emplace_back Maximilian Seidler 2024-12-29 17:14:32 +0100
  • 803f3b21a8 fix comment Maximilian Seidler 2024-12-28 16:41:32 +0100
  • 59ebbd8e25 ups Maximilian Seidler 2024-12-28 16:30:10 +0100
  • d84dc7f724 bit of cleanup and testing of config stuff Maximilian Seidler 2024-12-28 14:48:01 +0100
  • e67026d344 no using namespace in header Maximilian Seidler 2024-12-28 12:13:19 +0100
  • 5c02bbe087 remove unused Maximilian Seidler 2024-12-28 11:41:31 +0100
  • 25f1cd8948 remove comments Maximilian Seidler 2024-12-28 11:15:37 +0100
  • 2e21448de5 animation: use smart pointers Maximilian Seidler 2024-12-28 09:29:06 +0100
  • 8f15d45b12 region: Revert "fix header path" vaxerski 2024-12-27 17:22:29 +0100
  • 4984b5ab12 animation: fix no vars outside of namespaces Maximilian Seidler 2024-12-27 16:27:04 +0100
  • f5188fb718 animation: move some definitions for CBaseAnimatedVariable out of the header Maximilian Seidler 2024-12-27 16:25:57 +0100
  • e3e14d16d4 animation: avoid reallocating the active vector on push_back Maximilian Seidler 2024-12-27 14:54:42 +0100
  • 5aa92ebc1a animation: add AnimatedVariable and AnimationManager Maximilian Seidler 2024-12-18 10:27:02 +0100
  • ad3ca45576 animation: add CBezierCurve Maximilian Seidler 2024-12-19 20:05:55 +0100
  • 9be03a8562
    misc: fix some compile warnings (#25) nyx 2024-12-25 14:10:14 -0500
  • a922578e9c
    revert: restore signatures in test files nnyyxxxx 2024-12-25 12:45:17 -0500
  • 03449809a6
    fix: dont break abi nnyyxxxx 2024-12-25 02:03:18 -0500
  • 0d4114d675
    fix: compile warnings nnyyxxxx 2024-12-24 00:43:40 -0500
  • 5e45b1a1b9 version: bump to 0.3.0 v0.3.0 Vaxry 2024-12-22 23:05:34 +0000
  • c3331116eb os/process: add pid() Vaxry 2024-12-21 15:47:46 +0000
  • e6cf45cd18
    flake.nix: gcc13 -> gcc14; flake.lock: update (#22) Austin Horstman 2024-12-16 15:24:07 -0600
  • 2e40005d7a
    flake.lock: update Austin Horstman 2024-12-16 14:49:41 -0600
  • 2dcbd02dff
    flake.nix: gcc13 -> gcc14 Austin Horstman 2024-12-16 14:49:17 -0600
  • 104117aed6 region: fix header path Vaxry 2024-12-06 16:24:01 +0000
  • b26f33cc1c README: fix invalid getconf value Vaxry 2024-11-22 15:11:02 +0000
  • 2e21319c8e
    os: implent a new FileDescriptor class (#21) Tom Englund 2024-11-21 16:26:34 +0100
  • 0538b9455d filedescriptor: implent a new FileDescriptor class Tom Englund 2024-11-20 13:50:10 +0100
  • e911361a68 version: bump to 0.2.6 v0.2.6 Vaxry 2024-11-15 20:30:27 +0000
  • e74177e025 os: add setEnv to process Vaxry 2024-11-15 20:28:59 +0000
  • 315fba5d21 process: avoid zombies Vaxry 2024-11-13 17:19:47 +0000
  • 91c1634727 version: update to 0.2.5 v0.2.5 Vaxry 2024-11-12 12:25:15 +0000
  • 4c5f18d06b process: better reading for spawnSync Vaxry 2024-11-11 22:33:38 +0000
  • 8d21d1dfa9 os: fixup process possible deadlock Vaxry 2024-11-11 22:12:39 +0000
  • eeb3bc8125 Process.hpp: fix build on Darwin Sergey Fedorov 2024-11-10 18:34:41 +0800
  • d504d45114
    os: add missing header for BSDs after fd4be8b9ca (#16) Jan Beich 2024-11-09 20:30:25 +0000
  • b29b6bd666 os: add missing header for BSDs after fd4be8b9ca Jan Beich 2024-11-09 21:12:55 +0100
  • 60d3dece30 version: bump to 0.2.4 v0.2.4 Vaxry 2024-11-09 14:42:18 +0000
  • 3ce0cde870
    nix: add debug flag nixdebug Mihai Fufezan 2024-11-05 14:34:54 +0200
  • fd4be8b9ca os: Add process Vaxry 2024-10-14 22:26:41 +0100
  • 3f5293432b tests: enhance memory + format Vaxry 2024-09-25 22:44:05 +0100
  • db956287d3 mat3x3: fix comment Vaxry 2024-09-25 00:05:20 +0100
  • 7373e87215 version: bump to 0.2.3 v0.2.3 Vaxry 2024-09-24 23:58:26 +0100
  • a9f85a4bca
    Math: add Mat3x3 (#14) Vaxry 2024-09-24 18:18:25 +0100
  • 6e300332bf jfk mat3x3 Vaxry 2024-09-24 18:16:10 +0100
  • adc2233e17 XD Vaxry 2024-09-24 18:15:28 +0100
  • 720b6562f0 oopes Vaxry 2024-09-24 18:14:53 +0100
  • 6cdbb75974 oopes Vaxry 2024-09-24 18:13:57 +0100
  • 880813eef7 mat3x3 Vaxry 2024-09-24 17:15:51 +0100
  • d97af4f6bd version: bump to 0.2.2 v0.2.2 Vaxry 2024-09-21 00:29:09 +0100