Commit Graph

4648 Commits

Author SHA1 Message Date
Phillip Stephens 4189c596ef
Don't use the CSKR in the .blend file for the beta phazon suit, this fixes the normal Phazon Suit being improperly skinned 2021-04-03 22:07:47 -07:00
Phillip Stephens a0e1fe907e
Update submodules 2021-04-03 21:38:40 -07:00
Phillip Stephens d9ee4dba24 Update submodules 2021-04-03 10:30:08 -07:00
Phillip Stephens 845f84f8a4
Merge pull request #383 from henriquegemignani/feature/optimize-CrossTouchActors
Don't recreate the nearList for each entity
2021-04-03 10:26:40 -07:00
Phillip Stephens 5bb3dc86dd Merge pull request #384 from 'henriquegemignani-feature/lockless-dvdfile-destructor' 2021-04-03 10:24:31 -07:00
Henrique Gemignani Passos Lima eed6022a15 Improve CFileDvdRequest::PostCancelRequest
Do nothing if either m_complete or m_cancel is set, avoiding waiting for the mutex for no reason.
2021-04-03 20:07:14 +03:00
Luke Street b5378e9361 GitHub Actions: Include PDBs in Windows artifacts 2021-04-03 09:09:01 -04:00
Phillip Stephens e375d4ec66
Fix PLATFORM_NAME being empty by moving the `project` declaration up 2021-04-02 21:43:44 -07:00
Henrique Gemignani Passos Lima 483e25bff3 Don't recreate the nearList for each entity 2021-04-03 04:32:26 +03:00
Phillip Stephens cefe6bb232 Remove old test code 2021-04-02 16:46:16 -07:00
Luke Street d2c5e0f774 Update CMakeLists, hecl, hecl-gui 2021-04-02 13:11:03 -04:00
Luke Street 286efb5609 CFBStreamedPairOfTotals: Fix end keyframe logic 2021-04-02 10:50:20 -04:00
Luke Street c3c88a434f CScriptBallTrigger: Fix force calculation 2021-04-02 07:56:24 -04:00
Luke Street 0d934cf608 CAutoMapper: Fix world switch for hints 2021-04-01 23:58:22 -04:00
Luke Street 74c8661103 Update boo (resolves Vulkan resize crashes) 2021-03-30 22:46:51 -04:00
Luke Street 0067ef576b Update hecl 2021-03-30 22:16:57 -04:00
Luke Street d6d25eebbf Use cmake_policy version range; update hecl 2021-03-30 22:12:45 -04:00
Luke Street f956e6e618 COmegaPirate: Remove debug print 2021-03-30 22:03:18 -04:00
Luke Street 9e2e511f06 Update hecl (resolves CMake 3.20 warnings) 2021-03-30 21:44:48 -04:00
Phillip Stephens fbf1e26eda Let's not blow up our memory usage plzkthxbai 2021-03-30 14:29:03 -07:00
Luke Street 9cb73b20fb Add fullscreen CVar 2021-03-30 16:51:18 -04:00
Luke Street 6fc9f690b7 Update hecl/extern/boo (fixes macOS focus issues) 2021-03-30 12:34:35 -04:00
Luke Street b31d978858 CI: Fix msvc artifact name 2021-03-29 21:57:44 -04:00
Luke Street eb032863fb CI: Checkout with fetch-depth: 0 2021-03-29 21:19:49 -04:00
Luke Street 6812670cc8 Use _SYS_STR for version info 2021-03-29 18:29:08 -04:00
Luke Street a72c14f5fb New versioning scheme (currently v0.1.1-2) 2021-03-29 13:28:03 -04:00
Phillip Stephens 879cf852c3 CElementGen: Hacky fix for memory corruption, need to dynamically reallocate buffers when MAXP changes 2021-03-28 18:26:50 -07:00
Luke Street c467c608a7 CFBStreamedPairOfTotals: Properly set x78_t at end 2021-03-28 13:00:07 -04:00
Luke Street ee590e670d CFBStreamedPairOfTotals: Fix jumping to end of animation 2021-03-27 18:48:31 -04:00
Phillip Stephens 02af2c32c0
Merge pull request #371 from AxioDL/particle-fixes
Particle fixes
2021-03-26 22:45:01 -07:00
Luke Street 4e81ce8fe7 Update hecl-gui 2021-03-19 18:54:53 -04:00
Luke Street e6de77032f GitHub Actions: Fix macOS build with qt@5 2021-03-19 15:16:52 -04:00
Luke Street bbe8ca19fb GitHub Actions: Add apt-get update back to Ubuntu runners 2021-03-19 15:04:13 -04:00
Luke Street 864f742f87 GitHub Actions: Create, sign & notarize macOS .dmg 2021-03-19 15:01:26 -04:00
Luke Street 3bbd49b7ca Update hecl-gui; disable macOS .app for Editor 2021-03-19 15:00:24 -04:00
Luke Street cf6337ec3e GitHub Actions: Attempt to free disk space on Linux runners 2021-03-19 10:49:23 -04:00
Phillip Stephens be8964b0bb
Merge branch 'master' of ssh+git://git.axiodl.com:6431/AxioDL/urde 2021-03-18 22:52:01 -07:00
Phillip Stephens e5f1d9117b
Update amuse 2021-03-18 22:51:21 -07:00
Luke Street a8eadb92e0 Update hecl-gui 2021-03-19 00:32:27 -04:00
Phillip Stephens 72b5706400
Fix crash in CAutoMapper 2021-03-17 02:55:00 -07:00
Phillip Stephens 087bd51693
CElementGen: ADV Parameter fixes 2021-03-16 23:33:05 -07:00
Phillip Stephens 0a3bcf3ab8
Revert "Revert "Remove arbitrary particle limit of 256, unfortunately this breaks various particle systems including Essence Shockwave and flamethrower particles""
This reverts commit 732831de9a.
2021-03-16 21:49:18 -07:00
Phillip Stephens 0e08cb5461 Update hecl-gui 2021-03-15 19:55:40 -07:00
Luke Street 118859e85b
Merge pull request #370 from henriquegemignani/fix/ReInitializePowerUp
Fix typo in CPlayerState::ReInitializePowerUp
2021-03-15 21:49:54 -05:00
Henrique Gemignani Passos Lima bad8b35ae6 Fix typo in CPlayerState::ReInitializePowerUp 2021-03-16 01:33:17 +02:00
Luke Street 268e7d143f GitHub Actions: Fix macOS configure cmake step 2021-03-15 11:48:59 -04:00
Luke Street 2b1ee17168 GitHub Actions: Don't apt update (OpenSUSE repo issue) 2021-03-15 11:37:36 -04:00
Luke Street ecb20d1644 GitHub Actions: Update artifact names & URDE_DLPACKAGE values 2021-03-15 11:28:57 -04:00
Luke Street 2ca59a0be2 GitHub Actions: Add VCPKG_TARGET_TRIPLET 2021-03-13 12:18:43 -05:00
Luke Street 28bd2e0569 GitHub Actions: Use static Qt5 on Windows 2021-03-13 11:58:20 -05:00