| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | docs(readme): add noteHEADmain | Fuwn | 2024-09-09 | 1 | -2/+4 |
| | | |||||
| * | docs(readme): build for release | Fuwn | 2023-05-06 | 1 | -1/+2 |
| | | |||||
| * | docs(readme): update build instructions | Fuwn | 2023-05-06 | 1 | -4/+2 |
| | | |||||
| * | docs: bump copyright headers | Fuwn | 2023-05-06 | 9 | -313/+213 |
| | | |||||
| * | chore: bump to 1.1.4 | Fuwn | 2023-05-06 | 4 | -6/+6 |
| | | |||||
| * | chore(git): vscode and soyuz logs | Fuwn | 2023-05-06 | 1 | -5/+11 |
| | | |||||
| * | fix(soyuz.hh): lunar window name base | Fuwn | 2023-05-06 | 1 | -1/+5 |
| | | |||||
| * | docs(soyuz): bump version everywhere | Fuwn | 2022-05-01 | 2 | -3/+3 |
| | | |||||
| * | docs(soyuz): bump version | Fuwn | 2022-05-01 | 1 | -1/+1 |
| | | |||||
| * | fix(soyuz): log spam on error | Fuwn | 2022-05-01 | 1 | -1/+7 |
| | | |||||
| * | docs(readme): update readme | Fuwn | 2022-04-26 | 2 | -39/+35 |
| | | |||||
| * | build(cmake): cleanup cmake.toml | Fuwn | 2022-04-26 | 2 | -29/+15 |
| | | |||||
| * | refactor(soyuz): global style refactoring | Fuwn | 2022-04-26 | 5 | -66/+136 |
| | | |||||
| * | refactor(include): global formatting | Fuwn | 2022-04-26 | 8 | -56/+60 |
| | | |||||
| * | refactor(cc): remove unused implementation unit | Fuwn | 2022-04-26 | 2 | -11/+0 |
| | | |||||
| * | feat: use colourful logging | Fuwn | 2022-02-11 | 2 | -15/+15 |
| | | |||||
| * | feat(library): implement colourful logging | Fuwn | 2022-02-11 | 4 | -12/+46 |
| | | |||||
| * | fix(#1): detach instead of join, we don't care about NtQueryObject | Fuwn | 2022-02-09 | 1 | -2/+2 |
| | | |||||
| * | chore: update license date | Fuwn | 2022-02-09 | 10 | -12/+12 |
| | | |||||
| * | fix(soyuz): actually output pid | Fuwn | 2022-02-05 | 1 | -1/+1 |
| | | |||||
| * | feat(soyuz): countdown when unable to locate lunar | Fuwn | 2022-02-05 | 2 | -0/+13 |
| | | |||||
| * | chore: update version and tag | Fuwn | 2022-02-03 | 4 | -5/+5 |
| | | |||||
| * | fmt(include): un-pre-name subroutine parameters | Fuwn | 2022-02-03 | 2 | -5/+5 |
| | | |||||
| * | doc: some documentation :smile: | Fuwn | 2022-02-03 | 9 | -2/+67 |
| | | |||||
| * | fix(#1): delete_handle generating junk data when lunar is closed after first ↵ | Fuwn | 2022-02-03 | 1 | -1/+8 |
| | | | | | | | | | | | | | pid check Soyuz does an initial PID check after launching to make sure that Lunar Client is open, which takes care of most errors, at least I thought. However, within my limited testing I guess it never crossed my mind to check what would happen if I closed Lunar Client **after** Soyuz had been initialized... Turns out it just generates seemingly infinite errors logs as it has no valid PID to operate on. This commit patches the aforementioned bug by introducing another PID check before every iteration that the delete_handle function should run, as well as a timeout. Thanks to @LorenzoHanssens for filling a bug report! (#1) | ||||
| * | fmt: preprocessor statements | Fuwn | 2022-02-03 | 9 | -18/+17 |
| | | |||||
| * | fix(cmake): cmkr.cmake path | Fuwn | 2022-02-01 | 1 | -1/+1 |
| | | |||||
| * | build: move to cmkr | Fuwn | 2022-01-21 | 12 | -294/+371 |
| | | |||||
| * | fix(.gitignore): ignore all build directories | Fuwn | 2022-01-21 | 1 | -1/+1 |
| | | |||||
| * | chore(soyuz): bump version patch | Fuwn | 2021-08-24 | 2 | -3/+3 |
| | | |||||
| * | fix(soyuz): unused params | Fuwn | 2021-08-24 | 1 | -1/+1 |
| | | |||||
| * | build(soyuz): stricter compiling | Fuwn | 2021-08-24 | 1 | -2/+2 |
| | | |||||
| * | refactor(soyuz): move hook log | Fuwn | 2021-08-24 | 2 | -1/+1 |
| | | |||||
| * | refactor(library): log using fmtlib | Fuwn | 2021-08-24 | 1 | -10/+11 |
| | | |||||
| * | refactor(tray): emplace_back instead of push_back | Fuwn | 2021-08-24 | 1 | -1/+1 |
| | | |||||
| * | chore(library): remove unused include | Fuwn | 2021-08-24 | 1 | -1/+0 |
| | | |||||
| * | refactor(soyuz): use fmtlib instead of std | Fuwn | 2021-08-24 | 3 | -9/+7 |
| | | |||||
| * | fix(deps): fmtlib | Fuwn | 2021-08-24 | 2 | -1/+3 |
| | | |||||
| * | deps(soyuz): add fmtlib | Fuwn | 2021-08-24 | 6 | -1/+259 |
| | | |||||
| * | feat(soyuz): log to file | Fuwn | 2021-08-19 | 4 | -13/+71 |
| | | |||||
| * | chore(readme): remove tray support item | Fuwn | 2021-08-18 | 1 | -1/+0 |
| | | |||||
| * | feat(soyuz): tray support, and much more | Fuwn | 2021-08-18 | 12 | -20/+324 |
| | | |||||
| * | Merge branch 'main' of https://github.com/fuwn/soyuz | Fuwn | 2021-08-18 | 1 | -0/+10 |
| |\ | |||||
| | * | feat(readme): add startup item workaround | Fuwn | 2021-08-18 | 1 | -0/+10 |
| | | | |||||
| * | | refactor(include): move winapi things to soyuz/windows.h | Fuwn | 2021-08-18 | 5 | -50/+61 |
| |/ | |||||
| * | feat(soyuz): :rocket: | Fuwn | 2021-08-18 | 9 | -0/+974 |