5
I Use This!
Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Mar 26, 2023 — Mar 26, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
CrashProcessorPOSIX: Use existing platform abstraction for waitpid More... 9 months ago
CrashInfo: Add missing space More... 9 months ago
CrashProcessorPOSIX: Make fork() and kill() optional More... 9 months ago
CrashHandlerPOSIX: Use existing platform abstraction More... 9 months ago
CrashProcessorPOSIX: Use existing platform abstraction More... 9 months ago
CrashProcessorImpl: Include error reason in fallback dialog More... 9 months ago
ErrorReportDialog: Terminate processes when the user closes the window More... 9 months ago
ErrorReport: Terminate processes only once More... 9 months ago
CrashProcessorPOSIX: Store GDB process ID in crash info More... 9 months ago
Process: Add parameter to store process ID for getOutputOf() More... 9 months ago
CMake: Update debug assertion flag for libc++ 17+ More... 9 months ago
Refactor: Unnest if More... 9 months ago
Refactor: De-nest quadruple if statement More... 9 months ago
Fix some typos
striezel
as Dirk Stolle
More... 9 months ago
LexicalCall: Mark swap() noexcept More... 9 months ago
Optional: Replace comments with noexcept More... 9 months ago
Platform: Fix copy pasted comment More... 9 months ago
GitHub: Update actions/checkout in GitHub Actions workflows to v3
striezel
as Dirk Stolle
More... 9 months ago
Cheat: Reset SOS cheat when starting a new game More... 9 months ago
CHANGELOG: Add entries for cheat fixes More... 9 months ago
ChangeLevel: Persist SAM and SOS cheat state More... 9 months ago
Cheat: Remove redundant state for PNUX cheat More... 9 months ago
Cheat: Use constexpr instead of #define More... 9 months ago
Cheat: Replace sp_wep with utilizing cur_pom More... 9 months ago
Cheat: Remove restriction of casting armor cheat preventing sword cheat from triggering More... 9 months ago
Cheat: Replace greater than with equality More... 9 months ago
Cheat: Mark whether a cheat is enabled or not with a constant More... 9 months ago
ChangeLevel: Simplify if-else into a ternary More... 9 months ago
Cheat: Remove sp_max in favor of using cur_mx to check if MAX cheat is enabled More... 9 months ago
Cheat: Remove some unnecessary ifs which will always be true More... 9 months ago