Changelog

Latest version: v1.0.14

Build #14

Auto-built from commit e4851459dac6f6c0e255fe5d1691682a5699ff75

Recent commits

a430cbdWebImprove web radar no-session screen with session ID and reconnect input
ae7c932DLLAdd periodic status logging to web radar push thread
0f48abeDLLFix web radar persistent failures: add timeouts, faster reconnect
a567842WebDocs: add missing key constant, player_death fields, QAngle tostring
6391bb5WebClean up dead code: remove unused supabase browser client, ui component
020327cDLLPerf and safety: cache schema offsets, merge entity scan, bounds checks
1c1a1bfWebFix policy page and ping route: remove stale references
3957115WebRemove dead nav links to stripped login/dashboard pages
56d2cd3WebStrip website to essentials: remove login, register, dashboard, and dead code
328ceb5WebFix canvas bomb timer to use interpolated curtime
602d84fDLLGUI polish: keyboard nav, bulk actions, settings export, clean radar stop
3dfb980WebFix web radar no-session: remove stale cleanup, add smooth timer interpolation
b1a524aWebFix web radar interpolation, kill feed dedup, and stale session cleanup
7857b1fDLLConsole improvements: history persistence, tab completions, Ctrl+L
e331ae1WebFix event callback docs: game events pass table, not individual args
e902a04DLLAdd hook mappings for all 11 new CS2 game events
766bbb8WebOrganize event reference into categorized groups
785aa1bWebPersist web radar display preferences to localStorage
a4ee67bWebAdd announcement creation form to admin dashboard
3bc5e5fDLLAdd 11 new CS2 game events to the Lua API
9bf73b1WebAdd 11 new game events to docs and fix home page stats
e581195WebAdd rate limiting to radar push endpoint
10f7089DLLAdd Tab completion to console input
81b6053WebAdd MVP count to scoreboard and player tooltips
8c5828aDLLAdd MVP count reading to WebRadar player data
cabdf85WebEnhance landing page with live radar count, version badge, and stats row
a342604WebAdd inline code examples to docs for 9 key modules
640b56bWebAdd docs search, stats API radar count, and stale session cleanup
2ee9decDLLAdd bomb timer length, local player slot, and comprehensive type defs
c84aebaWebAdd K/D/A tooltip, scoreboard headers, and dynamic bomb timer
aeb74dbDLLFix K/D/A stat reads via ActionTrackingServices pointer resolution
34ee878DLLAdd console REPL, WebRadar stats, and store module fixes
1cb2064WebAdd K/D/A stats and ping to web radar scoreboard
43ecb67WebAdd rate limiting, document entity.GetEntityFromHandle, fix docs nav
fd7f77cDLLFix cvar.GetString and add entity.GetEntityFromHandle
5d3e477DLLFix hook removal gating in RemoveGameHooks
6ba7a8cDLLFix hardcoded values in WebRadar and GameEvents
d39a7bfWebValidate ticket status values in setTicketStatusAction
d1a22afWebValidate session_id format in ping route to match radar/push
eed1b78DLLAdd __gc to Tab and Group userdata to prevent string member leaks
8c52c5eDLLFix console command injection in SetClantag and cvar.SetString
34445c6WebFix findUserByUsername matching wrong users via LIKE wildcards
a660906DLLShow actual menu key name in footer instead of hardcoded INSERT
8672fd2WebReplace .or() string interpolation with parameterized queries in dashboard
5c4c7a3WebFix PostgREST filter injection in auth queries
ff1d6c2DLLWire up configurable menu key in WndProc
346bca3WebChangelog now shows commits from all three repos
5e5fa6dWebFix defuse bar scaling, document ESP per-frame clearing, add aria-labels
edf431aDLLExtract clipboard helper to eliminate duplication
3896084WebFix contact URLs, stats error handling, and mobile quick links
1a76b04DLLESP per-frame auto-clear and WebRadar exponential backoff
53da331DLLAdd missing platform origins to console filter
e99c9e7DLLImplement proper Multiselect UI control
15c53b2DLLImprove cheat.GetUsername and engine.GetMapName
56ac079DLLReduce debug payload window from 10 to 3 pushes
6ede90cDLLAdd kill feed to web radar with killer→victim pairs
ae906e8DLLExpose console log level filter and auto-scroll in settings UI
c29c40bDLLAdd engine.GetRoundPhase() and fix event field declarations
904606cDLLAdd x/y/z coordinates to bullet_impact event data
430da30DLLFix entity.IsDormant to check CGameSceneNode::m_bDormant and add entity.GetPropString
e485145Launcherfix: resolve C2371 redefinition of 'ok' in WriteTempAndInject
e5b7635Launcheradd write verification to prevent corrupted injection
3386b92Launcherfix: use LoadLibraryW injection for complex DLL
08a2f10Launchersimplify: single DLL injection (dll repo only)
5ef7579Launcherfeat: memory-only DLL injection, no disk writes
073020fLauncherredesign: single injection flow, real fade animation, DLL injection
0042101Launchercompact launcher with fade animations and auto-close
3f31aeeLauncherdual-module inject with animations
6a1b4d7Launcherremove login, hwid check, and logout
094e20fLauncherFix the login overlap, drop the region readout, size both windows up
52ae9ceLauncherPoint the capture tool at the renamed exe
ef07373LauncherReplace the starter shell with the full loader UI
b01e09eLauncherinitial commit