tobspr
|
0fcfb8e372
|
New file headers, new comment style
|
2016-02-17 17:47:48 +01:00 |
rdb
|
41184b1189
|
Optimizations to improve start-up time (esp. in JavaScript)
|
2015-04-04 19:05:54 +02:00 |
rdb
|
5dae464394
|
Add integer vectors. Also add __pow__ operator to vectors.
|
2014-06-11 18:01:50 +00:00 |
David Rose
|
42e8f806f1
|
leave lvecbase2/3 and lmatrix3 unaligned; it's so much cleaner
|
2011-12-19 14:17:26 +00:00 |
David Rose
|
c5c21a566a
|
UnalignedLVecBase etc, remove lerp etc, moving towards Eigen on win32
|
2011-12-18 16:30:31 +00:00 |
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
|
eafad905c5
|
fix compile error with python 2.5 (that doesn't have PyType_TYPE)
|
2010-12-21 19:37:20 +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
|
fb9c56432a
|
we are now using the modified BSD license
|
2008-05-28 18:37:20 +00:00 |
David Rose
|
843c0331ae
|
update license, change remaining local #includes to use quotation marks
|
2004-02-13 19:27:33 +00:00 |
David Rose
|
2f4e207edb
|
Update copyright header
|
2001-05-25 21:27:38 +00:00 |
cxgeorge
|
fb6ca6a160
|
many micro-optimizations
|
2001-05-24 02:55:11 +00:00 |
David Rose
|
bce5bf2905
|
*** empty log message ***
|
2001-04-18 21:59:28 +00:00 |
David Rose
|
ee8db5b5b5
|
*** empty log message ***
|
2001-04-04 21:40:58 +00:00 |