Commit Graph

  • 7ff287511d
    Merge pull request #24 from kblaschke/fix-more-compiler-warnings Kae 2024-02-29 18:17:57 +1100
  • 33d696d505 pointless commit to run checks Kae 2024-02-29 14:47:10 +1100
  • 4534172c2f Fix build error compiling with Discord support Kae 2024-02-29 14:33:39 +1100
  • 667ca6025f
    Merge pull request #23 from kblaschke/add-clang-format-file Kae 2024-02-29 14:19:50 +1100
  • cd23817bf1
    Fixed remaining compiler warnings Kai Blaschke 2024-02-28 18:11:55 +0100
  • 28d486446c
    Potential bugfix in quest coordinate matcher Kai Blaschke 2024-02-28 17:56:46 +0100
  • 2c67296e0f
    Add .clang-format file Kai Blaschke 2024-02-28 17:09:54 +0100
  • a1addf1ec2
    Merge pull request #22 from kblaschke/use-pragma-once Kae 2024-02-26 13:57:22 +1100
  • 3073a88cd1
    Use "#pragma once" instead of include guards Kai Blaschke 2024-02-25 15:46:47 +0100
  • 7d9c9d3b32 move oddly placed player input code Kae 2024-02-22 17:38:47 +1100
  • 9485aff8b8 minor input bug fix Kae 2024-02-22 17:26:12 +1100
  • ae3ecabcea loadstring shouldn't accept bytecode Kae 2024-02-22 17:25:46 +1100
  • f5ddb00675 Update CMakeLists.txt Kae 2024-02-22 16:46:45 +1100
  • 3b25df55b5
    Merge pull request #21 from kblaschke/allow-jemalloc-from-system Kae 2024-02-22 12:00:37 +1100
  • 9029f897da
    Support prefixed and non-prefixed JeMalloc functions Kai Blaschke 2024-02-21 18:08:56 +0100
  • b8da62bf43
    Update README.md Kae 2024-02-21 10:15:17 +1100
  • e6f96cb2bd std::allocator::rebind is deprecated Kae 2024-02-20 19:34:58 +1100
  • 43b2fa53e7 I hate Freetype Kae 2024-02-20 17:44:53 +1100
  • e891499a9f Update CMakeLists.txt Kae 2024-02-20 17:39:16 +1100
  • 533ad7f943 Update CMakeLists.txt Kae 2024-02-20 16:59:47 +1100
  • 33c61c540e Update CMakeLists.txt Kae 2024-02-20 16:01:45 +1100
  • 941bcb5bf8 Update build_windows.yml Kae 2024-02-20 15:42:54 +1100
  • 187ab51df0 custom vcpkg triplet Kae 2024-02-20 15:32:35 +1100
  • fc6391e4db
    Update build_windows.yml Kae 2024-02-20 13:32:20 +1100
  • c58c0acddb Revert "Update build_windows.yml" Kae 2024-02-20 11:34:46 +1100
  • e0a9d9a5e3
    Update build_windows.yml Kae 2024-02-20 11:26:40 +1100
  • e50842e48d
    Update build_windows.yml Kae 2024-02-20 10:43:33 +1100
  • 442347d82e fix minor Image memleak Kae 2024-02-20 10:00:35 +1100
  • a7cfe73544
    Merge pull request #18 from kblaschke/add-github-actions-workflow-files Kae 2024-02-20 09:50:40 +1100
  • 00cf86f240
    Merge pull request #20 from kblaschke/small-fixes Kae 2024-02-20 09:49:50 +1100
  • aa987a2177
    Merge branch 'main' into small-fixes Kae 2024-02-20 09:49:42 +1100
  • 1c89042016
    Merge pull request #19 from kblaschke/fix-compiler-warnings Kae 2024-02-20 09:47:10 +1100
  • d0099a6d79
    Fixed some uninitialized members Kai Blaschke 2024-02-19 23:29:39 +0100
  • 42fc1d6714
    Fixed a memory leak in Image::readPngMetadata() Kai Blaschke 2024-02-19 20:47:58 +0100
  • 7c4fbad2ba
    Removed some redundant std::move usages in return statements. Kai Blaschke 2024-02-19 18:39:01 +0100
  • 431a9c00a5
    Fixed a huge amount of Clang warnings Kai Blaschke 2024-02-19 16:55:19 +0100
  • 86106b06d6
    Add StarFormat.h include to fix test compilation on UNIX Kai Blaschke 2024-02-19 14:13:15 +0100
  • c731eedeaf
    Use memmove instead of memcpy as the blocks overlap. Kai Blaschke 2024-02-18 13:36:37 +0100
  • ef82ae3aeb
    Add GitHub Actions build workflows Kai Blaschke 2024-02-18 13:55:01 +0100
  • e2251a0e8b
    Add detection for ARM64 and remove PPC. Kai Blaschke 2024-02-18 13:07:13 +0100
  • 30e1871d3f switch build type on old build scripts Kae 2024-02-18 18:20:01 +1100
  • f96664b29a
    Merge pull request #17 from yzh5606/main Lumi Kalt 2024-02-14 19:32:09 +0000
  • eb9564c3de
    maybe fix /run cmd yzh 2024-02-14 22:45:59 +0800
  • 1d23b7c1be
    maybe fix the /run cmd yzh 2024-02-14 22:39:35 +0800
  • 29dcec6afe
    update CmakeSettings yzh 2024-02-13 15:20:13 +0800
  • a081dbee7b
    Merge remote-tracking branch 'origin/main' yzh 2024-02-13 14:54:20 +0800
  • 2950259ede
    semms fix the memory issue yzh 2024-02-13 14:52:45 +0800
  • 4e331c5404
    fix memory leak yzh 2024-02-13 14:49:00 +0800
  • 1641c46620
    Update README.md Kae 2024-02-05 07:43:04 +1100
  • 33db825d04
    fix world_benchmark update() param yzh 2024-02-01 15:00:57 +0800
  • 98472dbb7b
    vs config file yzh 2024-02-01 14:58:32 +0800
  • ea28fc8071
    Merge pull request #12 from Bottinator22/main Kae 2024-01-03 20:09:39 +1100
  • ddc64fb14c Fix up and add options menu slider Kae 2024-01-03 20:08:57 +1100
  • 98b27f5f65 Update StarDirectives.cpp Kae 2024-01-03 19:17:19 +1100
  • 91cf2d8251 Add fork changes (move instruments to their own audio group) Bottinator22 2024-01-02 23:08:51 -0800
  • 9e605b182d
    Update README.md Kae 2023-12-20 09:23:32 +1100
  • 588065cfc3 Update StarRootLuaBindings.cpp Kae 2023-11-30 21:48:43 +1100
  • 2a56c3f9e3 Fix constant tile entity space updates Kae 2023-11-30 21:48:31 +1100
  • 8d0dcd11d7 Update StarMainApplication_sdl.cpp Kae 2023-11-29 13:45:53 +1100
  • 65cf738832 Update StarMainApplication_sdl.cpp Kae 2023-11-29 13:45:13 +1100
  • b52d7405f2 Merge branch 'main' of https://github.com/OpenStarbound/OpenStarbound Kae 2023-11-29 13:37:19 +1100
  • 2ffd83c283 Restore missing configuration keys from default Kae 2023-11-29 13:37:08 +1100
  • 1ef39dc071
    Merge pull request #7 from WereTech/main Kae 2023-11-29 13:36:27 +1100
  • 6294e9ed1c add camera panning speed setting WereTech 2023-11-28 11:04:45 -0600
  • 24c2820ce1 Update StarPlayerStorage.cpp Kae 2023-11-27 10:13:21 +1100
  • ac66491b3f fix Opus options (the right way) Kae 2023-11-26 23:01:02 +1100
  • 8181cff72e Hopefully fix the rare lightmap flicker Kae 2023-11-25 23:36:36 +1100
  • f3c7bd1d5e Directives fixes Kae 2023-11-25 23:03:46 +1100
  • 9c7d35ee26 A TYPO!!!!! Kae 2023-11-25 22:23:10 +1100
  • 1db9091f50 non-zero default for script.updateDt for cases when it's called outside update() Kae 2023-11-24 20:44:43 +1100
  • 9bef78a737 make Image move assignment zero other variables Kae 2023-11-24 20:39:41 +1100
  • 994b0fe3cf Fix TestUniverse Kae 2023-11-24 20:35:45 +1100
  • de53f8c7d7 fallback to hex string when a player UUID has no corresponding filename Kae 2023-11-24 20:35:21 +1100
  • 81198f091c fix Image not resetting properly after being moved from Kae 2023-11-24 20:34:41 +1100
  • eb4652b5f6 small CMake fix so Opus values set in extern/CMakeLists.txt work Kae 2023-11-23 17:33:34 +1100
  • 74985240fc simplify necessary sbinit fields on Windows Kae 2023-11-03 08:07:29 +1100
  • 5815a873a7 Add more root.asset* functions Kae 2023-11-03 06:51:17 +1100
  • ab7768a3f0 Remove x64-Release leaving just RelWithDebInfo Kae 2023-11-03 06:42:15 +1100
  • 1f5b954eb2 Fix (vanilla): Item disappearing from action bar after stacking identical item into it Kae 2023-11-02 16:31:35 +1100
  • 86f41b8450 Fix crash right clicking empty item slots with no swap item Kae 2023-11-02 16:30:34 +1100
  • f5c63fa189 Update StarInput.cpp Kae 2023-11-02 11:13:12 +1100
  • bea100bde9 Setting a configuration value to nil should actually erase it Kae 2023-11-02 08:23:36 +1100
  • 0497048b44 Add input.mousePosition Kae 2023-11-02 08:12:21 +1100
  • 2cf97d763c add root configuration getters & setters Kae 2023-11-02 08:09:51 +1100
  • 213ce4bc0f quick pickupToActionBar manipulation Zithia Satazaki 2023-11-01 15:10:34 -0400
  • 38910aeead Skip generating tile pieces if a color variant is invalid Kae 2023-11-01 12:41:02 +1100
  • f09b54b7e9 pane isDisplayed binding Zithia Satazaki 2023-10-31 15:01:39 -0400
  • 00eeb4a809 displayRegisteredPane Zithia Satazaki 2023-10-31 00:31:53 -0400
  • 8122cc3e7f Update StarMainInterface.cpp Kae 2023-10-31 08:53:18 +1100
  • 508e8f4304 Use invis material to fix constant re-placement of falling blocks Kae 2023-10-31 08:32:20 +1100
  • ae014e5b6f Revert bag slot index type to uint8_t for now Kae 2023-10-31 08:13:12 +1100
  • 7d948f8839 Don't tile predict falling blocks for now Kae 2023-10-31 08:10:05 +1100
  • 332fb8430b avoid returnless fallthrough Zithia Satazaki 2023-10-30 15:11:15 -0400
  • 86f02eab9b these need to be {} wrapped to compile for some reason Zithia Satazaki 2023-10-30 15:05:42 -0400
  • a0272c2189 WebHook test againnn Kae 2023-10-31 06:02:25 +1100
  • ad8c17e338 Merge branch 'main' of https://github.com/OpenStarbound/OpenStarbound Kae 2023-10-31 06:00:11 +1100
  • c8539fba95 WebHook test Kae 2023-10-31 05:59:52 +1100
  • 8aeed2baa8 match prior case convention for swap and trash slots Zithia Satazaki 2023-10-30 14:48:45 -0400
  • 7eb1cd8dd9 Simplify new player inventory functions Kae 2023-10-31 05:34:26 +1100
  • 012572c199 more graceful failure mode for item bag functions Zithia Satazaki 2023-10-30 01:30:25 -0400