テンプレート:Release Notes/2.49/Game Engine/Misc
提供: wiki
Various changes
- For "int" properties, use long internally rather than int, which gives a larger range.
from −2,147,483,648 to +2,147,483,647 to...
−9,223,372,036,854,775,808 to +9,223,372,036,854,775,807
allowing you to store pythons id() values on a 64bit system.
- Expression Controller accepts modulus operations (%)
- Building the GameEngine without SDL is now possible - WITH_BF_SDL
- Building without Solid & Sumo physics is now possible - WITH_BF_SOLID