* Updated to ZDoom r3889:

- Moved Sqrt, FixedSqrt, and VectorLength to ACSF_ instead of adding new opcodes.
- Fixed: WeaponGiver needs to set the MF_DROPPED flag of the spawned weapon to match its own.
- Fixed: WeaponGiver should not remember the given weapon after it is picked up.
- Added the Inventory flag IF_NEVERRESPAWN.
- Added sqrt, fixedsqrt, and vectorlength to ACS.
- Fixed: FString::Insert copied too many characters.

git-svn-id: http://mancubus.net/svn/hosted/gzdoom/trunk@1457 b0f79afe-0144-0410-b225-9a4edf0717df
This commit is contained in:
gez 2012-10-16 09:49:30 +00:00
parent 543f33259a
commit b62c6a09df
8 changed files with 25 additions and 5 deletions

View file

@ -3,5 +3,5 @@
// This file was automatically generated by the
// updaterevision tool. Do not edit by hand.
#define ZD_SVN_REVISION_STRING "3881"
#define ZD_SVN_REVISION_NUMBER 3881
#define ZD_SVN_REVISION_STRING "3889"
#define ZD_SVN_REVISION_NUMBER 3889