Houmgaor
c64dabc3ba
fix: check all Close() return values for errcheck lint
...
Add explicit error discards (_ =) for Close() calls on network
connections, SQL rows, and file handles across 28 files. Also add
.golangci.yml with standard linter defaults to match CI configuration.
2026-02-17 23:57:14 +01:00
Houmgaor
47f7a1f636
fix(channelserver): handle bare Exec errors and filter expected ErrNoRows
...
138 bare db.Exec calls across 22 handler files silently dropped write
errors. Each is now wrapped with error check and zap logging.
4 QueryRow sites that legitimately return sql.ErrNoRows during normal
operation (new player mezfes, festa rankings, empty guild item box)
now filter it out to reduce log noise.
2026-02-17 23:33:44 +01:00
Houmgaor
46bbb6adf9
fix: resolve all remaining lint errors (errcheck) across 49 files
...
Fix unchecked error returns on bf.Seek(), db.Exec(), QueryRow().Scan(),
pkt.Build(), logger.Sync(), and binary.Write() calls. The linter now
passes with 0 errors, build compiles, and all tests pass with -race.
2026-02-17 18:07:38 +01:00
Houmgaor
c55f23442b
fix(lint): fixing go static check failing.
2025-10-19 22:52:58 +02:00
wish
4eed6a9738
add playtime chat command
2024-11-09 18:20:49 +11:00
wish
d26ae4563e
fix G1 compatibility
2024-03-17 16:35:16 +11:00
wish
f5c772413e
rename instances of HRP to HR
2024-02-25 22:20:12 +11:00
wish
df062613eb
add Save pointers for S6.0
2024-02-20 03:08:48 +11:00
wish
7d0ef7db23
enable save pointers in legacy versions G1->G2
2023-11-27 22:20:17 +11:00
wish
ce849ef06e
enable save pointers in legacy versions G3->G9.1
2023-11-27 22:09:02 +11:00
wish
c152e2d0b9
verify save pointers in legacy versions G3->G9.1
2023-11-27 22:00:47 +11:00
wish
e75a77e6b8
optimise grpToGR
2023-10-28 11:55:06 +11:00
wish
8fbbf13822
use better Bookshelf pointer & simplify pointer assignment
2023-10-03 00:48:37 +11:00
wish
d389f110a8
test new pointers
2023-10-02 22:09:20 +11:00
wish
5d4a81a84f
fix BookshelfData length
2023-10-01 23:18:23 +11:00
Samboge
8f1317f498
Fix RP for MHF-F5
...
forgot to modify updateSaveDataWithStruct() to include forward 5
2023-09-27 13:52:29 +07:00
Samboge
2027238250
Fix for Festa Rewards and House Visit MHF-F5
...
Partial Fix for Forward 5
2023-09-27 07:12:27 +07:00
wish
a66a32936f
add S6 Savedata compatibility
2023-07-21 20:54:36 +10:00
wish
d700b8bd91
simplify Savedata pointers
2023-07-19 22:13:01 +10:00
wish
4826882bcd
correctly parse SexChanger
2023-07-19 21:42:54 +10:00
wish
4e2cb1fad9
skip invalid pointers
2023-07-13 18:12:46 +10:00
wish
1f93419cb7
add support for more versions
2023-07-03 00:30:44 +10:00
wish
b4df642ee3
add ClientMode config option
2023-06-18 20:31:18 +10:00
wish
ba1eea81e7
prevent save error crashes
2023-06-10 16:04:17 +10:00
Sophie R
13522ef2c9
Fix pointerGender offset being wrong
...
Every character seems to be assigned as male no matter what and changing the offset to 0x51 fixes this.
2023-04-06 14:44:27 +02:00
wish
174f58c014
fix nil savedata error proper
2023-02-12 01:35:48 +11:00
wish
7676f2e7d5
terminate session on save corruption
2022-12-23 23:12:01 +11:00
wish
1152ec8970
fix default GR1
2022-10-09 05:14:11 +11:00
wish
6ee9234745
fix various savedata bugs
2022-10-08 13:59:48 +11:00
wish
e0c658363c
fix struct save data
2022-09-30 17:40:23 +10:00
wish
e90e3da142
add KQF command
2022-09-30 03:47:59 +10:00
wish
9259476316
implement persistent house data
2022-09-04 15:53:24 +10:00
wish
6c9e39a5cd
fix savedata bugs
2022-09-04 15:52:50 +10:00
wish
90314fa411
rework savedata
2022-09-04 03:19:32 +10:00
wish
2c0e7a5267
repository cleanup
2022-07-29 03:25:23 +10:00