2025-08-02 17:14 CEST

spring: develop 954f779b Diff ] Back to Repository ]
Author Committer Branch Timestamp Parent
KDR_11k KDR_11k develop 2007-12-09 21:25:33 develop 0f47fdd8
Changeset * added CEG opcodes y, x, a, p and q. Except for p those operate on a set of 16 buffers that store a float value each.
y# - Yank: Stores the running value in the buffer # and returns 0.
x# - Multiply: Multiplies the value with the contents of buffer #.
a# - Add: Adds the contents of buffer #.
p# - Pow: Returns the #th power of the value.
q# - Buffer Pow: Like Pow but uses the contents of buffer # as the exponent.

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@4969 37977431-3df6-0310-b722-df95706aa16b
mod - rts/Sim/Projectiles/ExplosionGenerator.cpp Diff ] File ]