Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-07-07 | Memory class renaming (#469) | F1F7Y | |
- Renames `MemoryAddress` to `CMemoryAddress` - Renames `CMemoryAddress::As` to `CMemoryAddress::RCast` | |||
2023-02-14 | Force-include `pch.h` to all files, remove explicit includes (#393) | p0358 | |
* force-include "pch.h" in all units, as it will error if it's not included anyways * remove #include "pch.h" from all files as it's not needed anymore now * fix size of NSUserAgent to be consistent (it's 256 in version.cpp, caused compile error) * Re-add explicit pch.h include to pch.cpp (and ran clang-format) * drop pch.h inclusion from new files | |||
2023-01-21 | Expose Cursor Position to UI vm (#387) | uniboi | |
* add NSGetCursorPosition * fix vs filters * fix clang formatting * Create wininfo.h * Create wininfo.cpp * add wininfo to compiler options * add wininfo to filters * move wininfo * clamp position to screen size |