refactor(profile): profiles are now stored in profile/ subdirectory

This commit is contained in:
phaneron 2024-09-08 21:04:31 -04:00
parent 1e1f435c5c
commit c2b96d98b6
100 changed files with 58650 additions and 10 deletions

View file

@ -0,0 +1,42 @@
CVar__Set 007668C0 f end=00766936
CVar__Destroy 007673F0 f end=00767434
CVar__Register 00767FC0 f end=007681E9
CVar__Initialize 00768340 f end=00768402
CVarSaveFile 00767100 f end=0076719C
CVarLoadFile 00766530 f end=007665C2
ConsoleAccessGetEnabled 00769230 f end=00769236
ConsoleCommand_Quit 00768410 f end=0076841B
ConsoleCommandExecute 007658A0 f end=007659BF
ConsoleCommandHistory 00768440 f end=0076845B
ConsoleCommandHistoryDepth 0095BFB0 f end=0095BFB6
ConsoleCommandHistoryPrev 00763B40 f end=00763B83 ; UC
ConsoleCommandHistoryNext 00763B90 f end=00763BD6 ; UC
ConsoleCommandRegister 00769100 f end=007691B3
ConsoleCommandUnregister 007689E0 f end=00768A19
ConsoleDeviceInitialize 0076AB80 f end=0076B287
ConsolePostClose 00763C50 f end=00763C5D
ConsoleScreenInitialize 00766140 f end=00766295
RegisterHandlers 00765FF0 f end=007660C2
ConsoleWrite 00765270 f end=00765359
ConsoleWriteA 007653B0 f end=00765400
EventCloseCallback 00763D60 f end=00763D71
PaintBackground 007643F0 f end=00764413
PaintText 007645E0 f end=00764788
OnChar 00764990 f end=00764A03
OnIdle 007659C0 f end=00765AE5
OnKeyDown 00765AF0 f end=00765FB2
OnKeyUp 00763BE0 f end=00763C0A
OnKeyDownRepeat 00764B90 f end=00764E4F
OnMouseDown 00764A10 f end=00764B88
OnMouseUp 007639A0 f end=007639CF
OnMouseMove 007639D0 f end=00763A54
MakeCommandCurrent 00763A60 f end=00763AAA
ReserveInputSpace 007637D0 f end=0076382B
GetInputLine 00764520 f end=007645D3
PasteInInputLine 00764800 f end=00764985
SetInputString 00763730 f end=007637CD ; UC
ResetHighlight 00763830 f end=00763855
UpdateHighlight 00763860 f end=00763996
DrawBackground 00763DF0 f end=00764039
DrawHighLight 00764040 f end=00764196
DrawCaret 007641A0 f end=007643EA

View file

@ -0,0 +1,35 @@
g_commandHistory 00ca3a28 l ; char[10394]
g_commandHistoryIndex 00caba28 l ; uint32
g_consoleCommandHash 00caba30 l ; TSHashTable<CONSOLECOMMAND, HASHKEY_CONSTSTRI>
g_defaultCommand 00caba2c l ; command function pointer
s_active 007649af l ; int32 as boolean
s_baseTextFlags 00adbae4 l ; uint32
s_batch 00ca1874 l ; CGxStringBatch*
s_caret 00ca1694 l ; int32
s_caretpixwidth 00ca1718 l
s_caretpixheight 00ca1690 l
s_charSpacing 00ca19a8 l ; float
s_completedCmd 00ca1984 l ; int32
s_completionMode 00ca1980 l
s_consoleAccessEnabled 00cabcc4 l ; int32 as boolean
s_consoleHeight 00ca19b0 l ; float
s_consoleHotKey 00adbac4 l ; KEY
s_consoleResizeState 00ca1990 l ; CONSOLERESIZESTATE
s_currlineptr 00ca1720 l ; CONSOLELINE*
s_fontHeight 00adbacc l ; float
s_fontName 00ca1768 l ; char[260]
s_highlightState 00ca1994 l ; HIGHLIGHTSTATE
s_highlightLeftCharIndex 00ca19a0 l ; uint32
s_highlightRightCharIndex 00ca19a4 l ; uint32
s_historyIndex 00adbac8 l ; int32
s_hRect 00adbad4 l ; RECTF
s_inputString 00ca171c l ; CGxString*
s_layerBackground 00ca1724 l ; HLAYER
s_layerText 00ca1870 l ; HLAYER
s_partial 00ca1878 l ; char[100]
s_rect 00adbab4 l ; RECTF
s_repeatCount 00ca186c l ; uint32
s_repeatBuffer 00ca1728 l ; char[64]
carettime 00ca19f0 l ; float
s_NumLines 00ca197c l ; int32
s_textFont 00ca198c l ; HTEXTFONT