Zandronum Chat on our Discord Server Get the latest version: 3.2
Source Code

View Issue Details Jump to Notes ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0001972Zandronum[All Projects] Bugpublic2014-10-26 07:482014-10-26 09:11
ReporterBorg 
Assigned To 
PrioritynormalSeveritymajorReproducibilityalways
StatusclosedResolutionwon't fix 
PlatformMicrosoftOSWindowsOS VersionXP/Vista/7
Product Version1.3 
Target VersionFixed in Version 
Summary0001972: SetAmmoCapacity() not executed in ENTER script
DescriptionSetAmmoCapacity() is not executed in ENTER script in ACS on map change.
This render MaxAmount bug workaround in ACS useless.

Bug is server side only.
Additional InformationPlease revert this code:

 // [BB] If the activator is a player, tell the clients about the changed capacity.
-if ( activator->player && NETWORK_GetState() == NETSTATE_SERVER )
+// [BB] Only bother the clients if MaxAmount has actually changed.
+if ( activator->player && NETWORK_GetState() == NETSTATE_SERVER && ( oldMaxAmount != item->MaxAmount ) )
    SERVERCOMMANDS_SetPlayerAmmoCapacity( activator->player - players, item );
Attached Files

- Relationships
related to 0001868closedTorr Samaho SetAmmoCapacity is not recognized after map is finished 

-  Notes
User avatar (0010693)
Dusk (developer)
2014-10-26 09:10

The real bug here is 0001868. The change mentioned in the description only breaks a hacky workaround. Nothing to do here.

Issue Community Support
This issue is already marked as resolved.
If you feel that is not the case, please reopen it and explain why.
Supporters: No one explicitly supports this issue yet.
Opponents: No one explicitly opposes this issue yet.

- Issue History
Date Modified Username Field Change
2014-10-26 07:48 Borg New Issue
2014-10-26 09:10 Dusk Note Added: 0010693
2014-10-26 09:10 Dusk Relationship added related to 0001868
2014-10-26 09:11 Dusk Status new => closed
2014-10-26 09:11 Dusk Resolution open => won't fix






Questions or other issues? Contact Us.

Links


Copyright © 2000 - 2025 MantisBT Team
Powered by Mantis Bugtracker