Skip to content
This repository has been archived by the owner on Jun 24, 2024. It is now read-only.

Commit

Permalink
Update from Prevter - prevter.bettercrash
Browse files Browse the repository at this point in the history
  • Loading branch information
GeodeBot committed May 25, 2024
1 parent 6d1bd9d commit a5c16f7
Show file tree
Hide file tree
Showing 6 changed files with 42 additions and 2 deletions.
3 changes: 2 additions & 1 deletion config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3292,7 +3292,8 @@
"versions": [
"1.1.0",
"1.1.1",
"1.2.0"
"1.2.0",
"1.3.0"
]
},
"statuszer0.ultra_ldm": {
Expand Down
15 changes: 15 additions & 0 deletions mods-v2/prevter.bettercrash/1.3.0/entry.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"commit-author": "Prevter",
"platforms": [
"windows"
],
"mod": {
"download": "https://github.com/Prevter/BetterCrashlogs/releases/download/v1.3.0/prevter.bettercrash.geode",
"hash": "226ef4b5a6deed66afe32c1d5799081e21c3e8438c6b1807f4be8ee734193a6e",
"hash256": "a6a4083a923612d424418208e7e882685f0da1ef6f84d4edeb11d13aa734ff2a"
},
"tags": [
"Utility",
"Developer"
]
}
15 changes: 15 additions & 0 deletions mods-v2/prevter.bettercrash/1.3.0/mod.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"geode": "2.0.0-beta.26",
"gd": "2.204",
"version": "v1.3.0",
"id": "prevter.bettercrash",
"name": "BetterCrashlogs",
"developer": "Prevter",
"description": "Improves the default crash handler by providing more information",
"resources": {
"files": ["resources/*"]
},
"tags": ["Utility", "Developer"],
"repository": "https://github.com/Prevter/BetterCrashlogs",
"early-load": true
}
4 changes: 3 additions & 1 deletion mods-v2/prevter.bettercrash/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ A mod that overhauls the crash log system in Geometry Dash.
- [x] Motivational quotes (like in Minecraft)
- [x] Base game method names (no more GeometryDash.exe+0x123456)
- [x] Basic disassembly view (using Zydis)
- [x] Terminate crashed threads without closing the game

## Planned Features
- [ ] Fetch .pdb files from mod's GitHub repository (if available)
- [ ] Add a settings menu to configure the theme/font size
- [ ] Add a settings menu to configure the theme/font size
- [ ] Get class names for CCObject pointers
7 changes: 7 additions & 0 deletions mods-v2/prevter.bettercrash/changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## v1.3.0
- Fix crash when getting two or more crashes (how ironic)
- Added a button to terminate a crashed thread
- Now only one crashlog window will exist, closing previous one when opening a new one
- Added thread start address to crashlog
- Fixed default layout + added a button to reset layout in "Settings" submenu

## v1.2.0
- Save window position and size
- Improved function name resolution
Expand Down
Binary file modified mods-v2/prevter.bettercrash/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a5c16f7

Please sign in to comment.