Rev 1623 - TomyLobo (6 file(s) modified)
[E2] entity.lua: Cleanup.
[E2] extpp.lua: functions defined with e2function now obey the estimated cost set with __e2setcost(). Argument names are now passed to registerFunction/Operator
[E2] core/init.lua:
- Argument names passed to registerFunction/Operator are now stored in the function table.
- Argument names stored in the function table are now sent to the client.
- Argument names sent to the client are now stored in the client-side function table .
[E2] quaternion.lua: Updated rotation*() functions (by coder0xff). Added Q=Q^N, Q=N^Q, exp(Q), log(Q), slerp(Q,Q,N) (by Fizyk)
[E2] array.lua+wirelink.lua: Adjustments for the new registerOperator argument order
~ /wire/lua/entities/gmod_wire_expression2/core/array.lua
~ /wire/lua/entities/gmod_wire_expression2/core/entity.lua
~ /wire/lua/entities/gmod_wire_expression2/core/extpp.lua
~ /wire/lua/entities/gmod_wire_expression2/core/init.lua
~ /wire/lua/entities/gmod_wire_expression2/core/quaternion.lua
~ /wire/lua/entities/gmod_wire_expression2/core/wirelink.lua
More...
Bookmarks