mirror of
https://github.com/isledecomp/isle-portable.git
synced 2026-05-02 02:23:56 +00:00
* Add free camera orbit controls to multiplayer third-person camera Replace the fixed camera offset with dynamic orbit parameters (yaw, pitch, distance) computed from spherical coordinates. Mouse wheel controls zoom, right-click drag controls orbit, and two-finger touch gestures support pinch-zoom and orbit on touchscreens. The controls are always active when third-person mode is enabled. A single SDL event forwarding hook is added to the main event loop; all other changes are contained within the multiplayer extension. https://claude.ai/code/session_013FyPCrJSaHxiJwdfGBVnYP * Fix linker error and refactor orbit camera controls Move HandleSDLEvent extension call from ISLE (no EXTENSIONS define) into LegoInputManager::UpdateLastInputMethod in LEGO1 to fix unresolved symbol errors. DRY up orbit camera code with ClampPitch/ClampDistance/ ResetOrbitState/ApplyOrbitCamera helpers. Simplify direction vector computation. Fix mouse orbit yaw direction. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * Fixes --------- Co-authored-by: Claude <noreply@anthropic.com>
84 lines
3.7 KiB
YAML
84 lines
3.7 KiB
YAML
configureLegoAnimationManager(MxS32): 'DLL exported function'
|
|
configureLegoBuildingManager(MxS32): 'DLL exported function'
|
|
configureLegoModelPresenter(MxS32): 'DLL exported function'
|
|
configureLegoPartPresenter(MxS32, MxS32): 'DLL exported function'
|
|
configureLegoROI(int): 'DLL exported function'
|
|
configureLegoWorldPresenter(MxS32): 'DLL exported function'
|
|
configureMxTransitionManager(TransitionType): 'DLL exported function'
|
|
GetNoCD_SourceName(): 'DLL exported function'
|
|
m_3dView: 'Allow this variable name'
|
|
m_3dManager: 'Allow this variable name'
|
|
m_16bitPal: 'Allow this variable name'
|
|
m_32bitPal: 'Allow this variable name'
|
|
m_HWDesc: 'Allow this variable name'
|
|
m_HELDesc: 'Allow this variable name'
|
|
p_HWDesc: 'Allow this variable name'
|
|
p_HELDesc: 'Allow this variable name'
|
|
e_RAMStream: 'Allow this enum constant'
|
|
p_RLE: 'Allow this parameter name'
|
|
p_milliseconds: 'Probably a bug with function call'
|
|
m_increaseAmount: "Can't currently detect member in union"
|
|
m_increaseFactor: "Can't currently detect member in union"
|
|
delta_rad: "Allow original naming from 1996"
|
|
delta_pos: "Allow original naming from 1996"
|
|
rot_mat: "Allow original naming from 1996"
|
|
new_pos: "Allow original naming from 1996"
|
|
new_dir: "Allow original naming from 1996"
|
|
p_AnimTreePtr: "Allow original naming from beta"
|
|
m_AnimTreePtr: "Allow original naming from beta"
|
|
m_BADuration: "Allow original naming from beta"
|
|
m_assAnimP: "Allow original naming from beta"
|
|
m_disAnimP: "Allow original naming from beta"
|
|
i_activity: "Allow original naming from beta"
|
|
i_actor: "Allow original naming from beta"
|
|
score: "Allow original naming from beta"
|
|
c_LOCATIONS_NUM: "Allow original naming from beta"
|
|
m_Map_Ctl: "Allow original naming from beta"
|
|
m_ColorBook_Bitmap: "Allow original naming from beta"
|
|
m_Yellow_Ctl: "Allow original naming from beta"
|
|
m_Red_Ctl: "Allow original naming from beta"
|
|
m_Blue_Ctl: "Allow original naming from beta"
|
|
m_Green_Ctl: "Allow original naming from beta"
|
|
m_Gray_Ctl: "Allow original naming from beta"
|
|
m_Black_Ctl: "Allow original naming from beta"
|
|
m_Shelf_Sound: "Allow original naming from beta"
|
|
m_PlaceBrick_Sound: "Allow original naming from beta"
|
|
m_GetBrick_Sound: "Allow original naming from beta"
|
|
m_Paint_Sound: "Allow original naming from beta"
|
|
m_Decal_Sound: "Allow original naming from beta"
|
|
m_Decal_Bitmap: "Allow original naming from beta"
|
|
m_Decals_Ctl: "Allow original naming from beta"
|
|
m_Decals_Ctl1: "Allow original naming from beta"
|
|
m_Decals_Ctl2: "Allow original naming from beta"
|
|
m_Decals_Ctl3: "Allow original naming from beta"
|
|
m_Decals_Ctl4: "Allow original naming from beta"
|
|
m_Decals_Ctl5: "Allow original naming from beta"
|
|
m_Decals_Ctl6: "Allow original naming from beta"
|
|
m_Decals_Ctl7: "Allow original naming from beta"
|
|
p_scorehist: "Allow original naming from beta"
|
|
|
|
ISLE_MMIOINFO: "Re-defined Windows name"
|
|
_ISLE_MMIOINFO: "Re-defined Windows name"
|
|
dwFlags: "Re-defined Windows name"
|
|
cchBuffer: "Re-defined Windows name"
|
|
pchBuffer: "Re-defined Windows name"
|
|
pchNext: "Re-defined Windows name"
|
|
pchEndRead: "Re-defined Windows name"
|
|
pchEndWrite: "Re-defined Windows name"
|
|
lBufOffset: "Re-defined Windows name"
|
|
lDiskOffset: "Re-defined Windows name"
|
|
ISLE_MMCKINFO: "Re-defined Windows name"
|
|
_ISLE_MMCKINFO: "Re-defined Windows name"
|
|
ckid: "Re-defined Windows name"
|
|
cksize: "Re-defined Windows name"
|
|
fccType: "Re-defined Windows name"
|
|
dwDataOffset: "Re-defined Windows name"
|
|
fccType: "Re-defined Windows name"
|
|
SDL_KeyboardID_v: "SDL-based name"
|
|
SDL_MouseID_v: "SDL-based name"
|
|
SDL_JoystickID_v: "SDL-based name"
|
|
SDL_TouchID_v: "SDL-based name"
|
|
Load: "Not a variable but function name"
|
|
HandleCreate: "Not a variable but function name"
|
|
HandleBeforeSaveLoad: "Not a variable but function name"
|
|
HandleSaveLoaded: "Not a variable but function name" |