-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FF 2006 issues #33
Comments
As of now, |
The Valve MP3 Player was kinda fun, but we have YouTube and other applications for that these days… and MP3 usage in this mod can be retained because FF isn't commercial anyway. |
Fixed fortressforever/fortressforever#65 in commit c28f86f. |
Implemented fortressforever/fortressforever#71 in commit 97a0537. Examples of usage are in the commit's description. |
Implemented fortressforever/fortressforever#226 in commit 06a7063. |
Implemented fortressforever/fortressforever#186 in commit fortressforever-2013/fortressforever@ae334de. |
Some Demoman-related hints and strings show the localization tag, rather than the intended text. |
Implemented fortressforever/fortressforever#112 in commit 4fe12e6. Usage:function ondeathnotice( event )
[...]
return EVENT_ALLOWED;
end The above function is fired on these events:
One can also check for the event type by comparing the above strings with the Event functions: event:GetName()
event:IsEmpty(string)
event:GetInt(string)
event:GetBool(string)
event:GetFloat(string)
event:GetString(string)
event:SetInt(string, int)
event:SetBool(string, bool)
event:SetFloat(string, float)
event:SetString(string, string) All of the above functions accept a
Note - Make sure to test if the key exists first with This feature will be further improved to include constant variables instead of using strings. |
Implemented fortressforever/fortressforever#120 in commit 4c5443c. |
fortressforever/fortressforever#397 Do we allow the jetpack? Can be used if we want to disallow while carrying flag, or to prevent trivializing some jump maps that predate the jetpack's implementation. |
This is an official issue page to track FF 2006's issues/enhancements that have been fixed/implemented in FF 2013.
The text was updated successfully, but these errors were encountered: