rdb
|
c32b599370
|
Port linmath classes to the new extension system
|
2011-01-03 09:02:23 +00:00 |
rdb
|
defc9bf266
|
Add swizzling/write masks to the Point classes. Also, use the PySequence interface for write masks. Although totally pointless, I can now do v.xy = ['inf', 'nan'] or v.wxzyw = range(5) .
|
2010-12-23 21:48:50 +00:00 |
rdb
|
8cd721b150
|
Write masks and swizzle masks for all vecbase and vector classes (e.g. ability to do v.xy *= 1.5 or v.wz = Vec2(1, 2) and stuff)
|
2010-12-21 11:09:43 +00:00 |
rdb
|
e1347210f6
|
Swizzle masks for LVecBase* (ability to access components as properties like vec.x, but also like vec.xyz or vec.zyxw in any order). I'll do write masks tomorrow or so
|
2010-12-20 21:49:29 +00:00 |
David Rose
|
816ddc0387
|
low-level support for python copy and pickle modules
|
2009-12-10 01:09:06 +00:00 |
David Rose
|
12cc0232fc
|
add LVecBase3::project, etc., suggested by nik
|
2009-04-10 18:32:38 +00:00 |
David Rose
|
26d832b486
|
fix compiler warnings
|
2008-11-10 20:23:40 +00:00 |
David Rose
|
58e0537e3c
|
wide interrogate improvements: sequence protocol, MAKE_SEQ, __setitem__, and parameter coercion
|
2008-11-07 21:12:42 +00:00 |
David Rose
|
fb9c56432a
|
we are now using the modified BSD license
|
2008-05-28 18:37:20 +00:00 |
Zachary Pavlov
|
220d33e006
|
okay, this is going to be a big commit. The basic idea here is to add transparent defines to allow for directory based dlls later. This will let us build tau again. ugggg
|
2007-07-20 23:02:51 +00:00 |
David Rose
|
8a78fffd8f
|
multithreading optimizations, tau profiler, related changes
|
2006-04-05 19:36:05 +00:00 |
Josh Yelon
|
947294fe99
|
Added fmax and fmin operators to vector
|
2006-02-07 20:18:07 +00:00 |
David Rose
|
09878b64b0
|
use python_repr() to make linmath pickleable
|
2005-09-14 00:09:18 +00:00 |
David Rose
|
dbb24d9cc9
|
phash_map, etc.
|
2004-10-02 05:07:16 +00:00 |
David Rose
|
843c0331ae
|
update license, change remaining local #includes to use quotation marks
|
2004-02-13 19:27:33 +00:00 |
Dave Schuyler
|
078f4c50c5
|
small changes and added add_x() to vectors
|
2003-09-05 04:31:19 +00:00 |
cxgeorge
|
da9b315099
|
avoid name collisions with stlport
|
2001-12-10 02:52:47 +00:00 |
David Rose
|
2f4e207edb
|
Update copyright header
|
2001-05-25 21:27:38 +00:00 |
David Rose
|
fcb24f02ef
|
remove tab characters
|
2001-05-25 15:56:49 +00:00 |
David Rose
|
57b4db99c5
|
*** empty log message ***
|
2001-05-14 22:10:12 +00:00 |
cxgeorge
|
23c5d85166
|
hand-optimize linmath, force inlining
|
2001-04-28 02:58:58 +00:00 |
David Rose
|
ee8db5b5b5
|
*** empty log message ***
|
2001-04-04 21:40:58 +00:00 |