David Rose
|
dba661253a
|
Fix handling of large (>2GB) files on Windows. Egad, off_t is 32 bits on Windows, even in 64-bit Windows. Ridiculous.
|
2013-08-01 00:10:20 +00:00 |
enn0x
|
1e28f892be
|
Support for driving Bullet soft body joints.
|
2013-05-22 09:50:55 +00:00 |
David Rose
|
67770fa3dc
|
whoops, nan() and nanf() require a parameter
|
2013-05-04 01:10:42 +00:00 |
David Rose
|
e0238675f3
|
make_nan()
|
2013-05-03 18:05:28 +00:00 |
David Rose
|
c32becb2a1
|
rename_to() and copy_to() are heavy operations and should be BLOCKING
|
2013-04-12 03:36:49 +00:00 |
rdb
|
40cddd6280
|
Fixes for Python 3.2
|
2013-03-27 15:48:24 +00:00 |
enn0x
|
6bb5fdc5e0
|
Support for Bullet v2.81
|
2013-03-26 09:35:30 +00:00 |
David Rose
|
5178fb9523
|
fix problem with infinite recursion on coercion within constructors
|
2013-03-25 15:15:08 +00:00 |
rdb
|
d4d93c5d3f
|
Add PyExc_Exception
|
2013-03-07 11:04:19 +00:00 |
rdb
|
e1fda64ad3
|
add PyObject_RichCompareBool
|
2013-03-06 18:15:12 +00:00 |
enn0x
|
65b698217f
|
Added angular/linear motors for 6DOF constraint.
|
2013-03-03 22:29:11 +00:00 |
rdb
|
a9014cf933
|
reenable tp_richcompare (thanks David)
|
2013-02-20 10:44:48 +00:00 |
David Rose
|
53b472756b
|
fix rich compare
|
2013-02-20 00:37:12 +00:00 |
rdb
|
c5bc7790ae
|
Add PyLong_AsSsize_t
|
2013-02-19 22:41:38 +00:00 |
rdb
|
dc20f793b6
|
Support Python 2.5
|
2013-02-19 22:24:40 +00:00 |
rdb
|
da44b3ae3b
|
oops, disable broken rich compare for now
|
2013-02-19 19:21:41 +00:00 |
rdb
|
f3c2b51084
|
Add PyUnicode_FromStringAndSize
|
2013-02-19 19:01:43 +00:00 |
rdb
|
0f8361d730
|
Fix compile errors with Python 2
|
2013-02-18 12:28:52 +00:00 |
rdb
|
0925d9265f
|
fix oops
|
2013-02-18 11:35:20 +00:00 |
rdb
|
eb6eeb6d02
|
fix compile error
|
2013-02-17 22:53:48 +00:00 |
rdb
|
192d10b937
|
Experimental Python 3 support to the C++ code including interrogate. Also adds support for rich comparison in interrogate.
|
2013-02-16 19:22:26 +00:00 |
rdb
|
441666fb79
|
Compile with Python 3.3
|
2013-02-15 07:57:20 +00:00 |
rdb
|
c26c0e6a97
|
Android support, part 1
|
2013-01-24 17:54:56 +00:00 |
rdb
|
56f7c3edf2
|
fix for Android compile
|
2013-01-07 12:45:59 +00:00 |
David Rose
|
474e26e951
|
fix set_case_sensitive() and match_files()
|
2012-11-16 02:22:20 +00:00 |
rdb
|
21c922c7cd
|
Some fixes for ppremake+bullet
|
2012-10-25 22:03:04 +00:00 |
rdb
|
0d7773d30a
|
Fix typo
|
2012-10-19 13:06:01 +00:00 |
David Rose
|
0b585cff0b
|
add get_systems()
|
2012-10-03 21:58:48 +00:00 |
David Rose
|
88ef2618eb
|
use win_amd64 instead of win64, and win_i386 instead of win32
|
2012-10-02 00:00:50 +00:00 |
David Rose
|
c88c480b6f
|
expose more "environment" variables on Windows
|
2012-09-17 19:29:06 +00:00 |
David Rose
|
9daf081364
|
p3d supports win64
|
2012-08-13 23:13:23 +00:00 |
rdb
|
05aa20ee3f
|
force pystub to be linked into interrogate and interrogate_module
|
2012-07-20 10:10:38 +00:00 |
David Rose
|
bf03940bcb
|
opencv 2.3
|
2012-07-08 20:04:33 +00:00 |
David Rose
|
97f805b24a
|
pystub should be a static library for better portability, especially for dynamic loaders that aren't so awesome.
|
2012-06-20 21:41:49 +00:00 |
enn0x
|
ad54aff016
|
Exposed CCD for PhysX.
|
2012-04-30 22:45:12 +00:00 |
rdb
|
608643da5a
|
another fix for .this -> T_ULONG
|
2012-03-09 22:26:59 +00:00 |
rdb
|
a96c08b5c8
|
this should fix obj.this on 64-bits architectures
|
2012-03-09 21:32:47 +00:00 |
enn0x
|
4546fb9e77
|
(Perhaps) fixing BulletContact crashes on Linux
|
2012-02-27 22:46:42 +00:00 |
enn0x
|
1d5b7d4c55
|
Exposing btWheelInfo::RaycastInfo.
|
2012-02-17 21:37:05 +00:00 |
David Rose
|
646f12f625
|
squelch backtrace on SystemExit
|
2012-02-16 00:19:09 +00:00 |
David Rose
|
4820b4a2db
|
fix more static-init ordering issues caused by new alignment code
|
2012-02-12 19:55:52 +00:00 |
rdb
|
d290a193ad
|
Fix static init ordering issue with the runtime build
|
2012-02-10 09:19:12 +00:00 |
David Rose
|
876956defb
|
ConfigVariableFilename::get_value() should return a concrete, not a reference
|
2012-02-06 23:18:49 +00:00 |
David Rose
|
e893b91a17
|
unify mayapath.cxx and mayaWrapper.cxx
|
2012-02-02 17:45:48 +00:00 |
rdb
|
11189c99b7
|
Add libRocket compilation instructions to Config.prc. Will commit actual Rocket integration soon
|
2012-01-06 12:28:31 +00:00 |
enn0x
|
e68cb77e4a
|
Added wrapper for btMultiSphereShape.
|
2012-01-05 13:07:38 +00:00 |
David Rose
|
f666607adc
|
expose match_files() to python usefully
|
2011-12-29 18:05:12 +00:00 |
David Rose
|
a06fd5521f
|
found a reason to use dlmalloc if 16-byte alignment is required
|
2011-12-22 22:44:31 +00:00 |
David Rose
|
f6a32897ba
|
build correctly without DO_MEMORY_USAGE
|
2011-12-21 02:31:37 +00:00 |
David Rose
|
9326f5be54
|
compiler warnings
|
2011-12-21 01:39:47 +00:00 |