| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | removed some deprecated scripts | Stefan Boberg | 2023-02-08 | 9 | -1008/+0 | |
| | | ||||||
| * | 0.2.3-pre1v0.2.3-pre1 | Dan Engelbrecht | 2023-02-07 | 1 | -1/+1 | |
| | | ||||||
| * | 0.2.3-pre0 | Dan Engelbrecht | 2023-02-07 | 1 | -1/+1 | |
| | | ||||||
| * | Add support for "packagedata" mapping in oplog entries (#224) | Dan Engelbrecht | 2023-02-07 | 2 | -3/+14 | |
| | | ||||||
| * | changelog | Dan Engelbrecht | 2023-02-07 | 1 | -0/+11 | |
| | | ||||||
| * | Merge pull request #223 from EpicGames/script-hygiene | Martin Ridgers | 2023-02-07 | 1 | -277/+0 | |
| |\ | | | | | Removed unused script | |||||
| | * | Removed unused script | Martin Ridgers | 2023-02-07 | 1 | -277/+0 | |
| |/ | ||||||
| * | Merge pull request #219 from EpicGames/linux-build | Martin Ridgers | 2023-02-06 | 13 | -45/+149 | |
| |\ | | | | | Scripts for building Linux binaries using UE's Linux toolchain. | |||||
| | * | Fixed wrong if-statement when checking for the presence of clang++ | Martin Ridgers | 2023-02-06 | 1 | -1/+1 | |
| | | | ||||||
| | * | Added note about UE toolchain meeting VFX reference platform versions | Martin Ridgers | 2023-02-06 | 1 | -3/+4 | |
| | | | ||||||
| | * | Fixed two typos in Readme | Martin Ridgers | 2023-02-06 | 1 | -2/+2 | |
| | | | ||||||
| | * | Removed stale comment now that use of !! has been replaced | Martin Ridgers | 2023-02-03 | 1 | -1/+0 | |
| | | | ||||||
| | * | Added a size_t override for Apple Clang where types as size_t != uint64_t | Martin Ridgers | 2023-02-03 | 1 | -0/+11 | |
| | | | ||||||
| | * | Commented out breakpad_client xmake.lua adjustment - not applicable yet | Martin Ridgers | 2023-02-03 | 1 | -0/+3 | |
| | | | | | | | | | | | | | Later baselines of vcpkg will change to a newer version of sentry-native that will produce libbreakpad_client. This block of xmake script will then be required to coerce xmake to order libraries correctly | |||||
| | * | Removed the AppImage-based bundling step on Linux | Martin Ridgers | 2023-02-02 | 2 | -40/+1 | |
| | | | ||||||
| | * | Removed size_t override that is no longer required with newer libc++ | Martin Ridgers | 2023-02-02 | 1 | -9/+0 | |
| | | | ||||||
| | * | Scripts to acquire and use UE's Linux toolchain | Martin Ridgers | 2023-02-02 | 5 | -0/+126 | |
| | | | ||||||
| | * | Fixed symbol resolution error because xmake reverses dependent libraries | Martin Ridgers | 2023-02-02 | 1 | -0/+8 | |
| | | | ||||||
| | * | Missing pthread dependency | Martin Ridgers | 2023-02-02 | 1 | -0/+4 | |
| | | | ||||||
| | * | Removed unused add_link() call | Martin Ridgers | 2023-02-02 | 1 | -1/+0 | |
| | | | | | | | | | | | The blake3 library is now provided by vcpkg and marked as a dependency via the add_package() call. | |||||
| | * | Call gettid syscall directly as gettid() is not available in earlier glibc | Martin Ridgers | 2023-02-02 | 1 | -1/+2 | |
| | | | ||||||
| | * | Fix Clang warning about bitwise ops on boolean values | Martin Ridgers | 2023-02-02 | 1 | -1/+1 | |
| | | | ||||||
| * | | remove legacy `export-project` and `import-project` (#222) | Dan Engelbrecht | 2023-02-02 | 5 | -843/+2 | |
| | | | ||||||
| * | | Add `project-create` and `oplog-create` to zen command line tool (#221) | Dan Engelbrecht | 2023-02-02 | 5 | -3/+242 | |
| | | | | | | | * Add `project-create` and `oplog-create` to zen command line tool | |||||
| * | | Reduce lock scopes in oplog (#220) | Dan Engelbrecht | 2023-02-02 | 2 | -90/+123 | |
| |/ | ||||||
| * | Updated README.md | Stefan Boberg | 2023-02-01 | 1 | -2/+10 | |
| | | ||||||
| * | Update README.md | Stefan Boberg | 2023-02-01 | 1 | -9/+6 | |
| | | ||||||
| * | added `xmake sln` task which replaces `generate_projects.bat` | Stefan Boberg | 2023-02-01 | 2 | -1/+9 | |
| | | ||||||
| * | Clean up project store file structure (#218) | Dan Engelbrecht | 2023-02-01 | 10 | -716/+656 | |
| | | | | | * move project store to separate folder * moved import/export project commands into projectstore cmd files | |||||
| * | fix formatting of zenutil/include/zenutil/zenserverprocess.h | Dan Engelbrecht | 2023-01-31 | 1 | -1/+1 | |
| | | ||||||
| * | Merge branch 'main' of https://github.com/EpicGames/zen | Stefan Boberg | 2023-01-30 | 1 | -2/+1 | |
| |\ | ||||||
| | * | Disable upstream in default zen config | zousar | 2023-01-26 | 1 | -2/+1 | |
| | | | | | | | | | Removing unused "enabled" attribute on upstream config and using the "policy" attribute instead to disable the upstream. | |||||
| | * | Change config to disable upstream by default | zousar | 2023-01-26 | 1 | -1/+1 | |
| | | | ||||||
| * | | added note in CHANGELOG.md | Stefan Boberg | 2023-01-26 | 1 | -0/+1 | |
| |/ | | | | should have been part of previous commit | |||||
| * | Merge branch 'main' of https://github.com/EpicGames/zen | Stefan Boberg | 2023-01-26 | 3 | -113/+171 | |
| |\ | ||||||
| | * | Retain memory buffer when replaying oplog (#216) | Dan Engelbrecht | 2023-01-26 | 2 | -3/+8 | |
| | | | | | | | | | * Retain memory buffer when replaying oplog * changelog | |||||
| | * | Better error responses/logging in project store request (#217) | Dan Engelbrecht | 2023-01-26 | 3 | -110/+163 | |
| | | | | | | | | | * Better error responses/logging in project store request * changelog | |||||
| * | | removed some more mesh related debris | Stefan Boberg | 2023-01-26 | 3 | -8/+0 | |
| | | | ||||||
| * | | merge | Stefan Boberg | 2023-01-26 | 19 | -2062/+1504 | |
| |\| | ||||||
| | * | Fixed macro leaking out | Martin Ridgers | 2023-01-25 | 1 | -0/+2 | |
| | | | ||||||
| | * | Updated Trace from Main at 23846526 | Martin Ridgers | 2023-01-25 | 1 | -561/+1415 | |
| | | | ||||||
| | * | 0.2.2v0.2.2 | Dan Engelbrecht | 2023-01-25 | 1 | -1/+1 | |
| | | | ||||||
| | * | 0.2.2-pre0v0.2.2-pre0 | Dan Engelbrecht | 2023-01-24 | 1 | -1/+1 | |
| | | | ||||||
| | * | changelog | Dan Engelbrecht | 2023-01-24 | 1 | -8/+13 | |
| | | | ||||||
| | * | removed HttpLaunchService and related code | Stefan Boberg | 2023-01-24 | 8 | -1050/+6 | |
| | | | | | | | | | this was used for testing but is no longer wanted in this form | |||||
| | * | removed HttpLaunchService and related code | Stefan Boberg | 2023-01-24 | 1 | -7/+0 | |
| | | | | | | | | | this has been used for testing purposes but should not be in the production executable | |||||
| | * | removed dead/experimental file system related code | Stefan Boberg | 2023-01-24 | 6 | -430/+0 | |
| | | | ||||||
| | * | removed faux vfs config option | Stefan Boberg | 2023-01-24 | 1 | -8/+0 | |
| | | | ||||||
| | * | added precommit task | Stefan Boberg | 2023-01-24 | 1 | -0/+9 | |
| | | | | | | | | | | | this makes it easier to trigger a local pre-commit check which is useful for ensuring clang-format etc has been applied properly prior to a commit | |||||
| | * | Added version information to server executable (#215) | Stefan Boberg | 2023-01-24 | 4 | -0/+60 | |
| | | | | | | | | | | | This change adds some version and product information to the Windows executable, in order to make it easier for users to understand the purpose of the zenserver.exe process when they see it in Task Manager and on disk It also adds back the executable icon which was lost when we transitioned from the previous sln build process | |||||