View Issue Details

IDProjectCategoryView StatusLast Update
0003827The Dark ModScript/Defpublic22.08.2014 20:11
ReporterObsttorte Assigned ToObsttorte  
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product VersionTDM 2.02 
Target VersionTDM 2.03 
Summary0003827: The script function getMouseGesture() does not make use of the result MOUSEDIR_NONE.
DescriptionThe script function returns MOUSEDIR_LEFT instead of MOUSEDIR_NONE if the mouse wasn't moved.
TagsNo tags attached.

Activities

Obsttorte

Obsttorte

22.08.2014 19:34

developer   ~0006872

Last edited: 22.08.2014 19:36

Fixed with revision 0006084.

Changed file: game/player.cpp

Changed function: void idPlayer::UpdateMouseGesture( void )

The scriptobject for the player shortsword needed to be modified to work with the changed function.

Fixed with revision #13960.

Changed file: script/tdm_weapon_shortsword.script

Changed function: weapon_shortsword::Attack()

Issue History

Date Modified Username Field Change
22.08.2014 19:32 Obsttorte New Issue
22.08.2014 19:32 Obsttorte Status new => assigned
22.08.2014 19:32 Obsttorte Assigned To => Obsttorte
22.08.2014 19:34 Obsttorte Note Added: 0006872
22.08.2014 19:36 Obsttorte Note Edited: 0006872
22.08.2014 20:11 SteveL Status assigned => resolved
22.08.2014 20:11 SteveL Resolution open => fixed