rdb
151b22ddf0
fix exception handling in Python 2
2013-02-20 09:23:54 +00:00
rdb
8cab1011d6
don't include python lib dir if it doesn't exist
2013-02-19 19:18:46 +00:00
rdb
62a4e4122c
Python 3 support, and a compile fix
2013-02-18 18:42:49 +00:00
rdb
4bf17ae286
use target arch to locate sdks dir on windows
2013-02-09 11:43:14 +00:00
rdb
f66c8023f9
fix error
2013-01-28 19:32:41 +00:00
David Rose
2c1dcdb7b4
fix for Windows build when "." is not explicitly on the PATH
2013-01-26 02:00:49 +00:00
rdb
a746344970
Many improvements to makepanda, general cleanup, hidden bugfixes, but most notably cross-compilation and Android support
2013-01-24 20:20:47 +00:00
rdb
06b3438d72
Add Maya 2013
2012-09-28 09:38:15 +00:00
rdb
5bd76de269
fcollada, ode, carbon/cocoa
2012-08-11 21:09:28 +00:00
rdb
e131c12dcb
a few minor fixes, including better support for Xcode 4.3 on OSX Lion
2012-07-25 09:47:34 +00:00
rdb
c0f74e9da3
CopyTree should update altered files properly
2012-02-19 09:24:22 +00:00
rdb
4cc8cf04c8
support for thirdparty packages with their own Python bindings
2012-01-28 13:12:36 +00:00
rdb
3a98b5838a
remove debug messages that zhao forgot to remove, and hopefully fix the interrogate rerun issue
2012-01-08 13:28:49 +00:00
David Rose
abee07ef0d
windows fix
2011-12-19 18:01:27 +00:00
David Rose
e04c446b1c
add eigen to makepanda
2011-12-19 17:36:40 +00:00
Zhao Huang
7d9778f2b9
fixed MSPlatform check for non-Win platforms
2011-12-08 15:16:49 +00:00
Zhao Huang
66aef17a6f
Fixed Threading Build Issue, --thread=X will now compile correctly (at least on windows)
...
Added support for Win7.1 Platform, DirectX June SDK 2010
Add switch --dxSdk and --MSPlatSdk to select which SDk to use (defaults to prior set behavior)
Add switch --PandaPhysics, --Vision, --Skeleton, --PandaParticleSystem to toggle compilation of native panda components
2011-12-08 04:53:34 +00:00
Chris Brunner
8801ec38d7
More helpful error messaging than a blank response added
2011-11-15 22:42:15 +00:00
David Rose
8525e325c3
get frameworks from pkg-config as well
2011-09-28 17:13:21 +00:00
David Rose
5a1c474c31
turns out sys.maxint isn't reliable on windows. Feh.
2011-09-06 20:20:29 +00:00
David Rose
e034e375c9
Fixing some more OSX issues. Let's just avoid platform.architecture() as a 32/64 bit test altogether.
2011-09-01 17:23:42 +00:00
rdb
f62a4c37cb
tabs -> spaces
2011-09-01 08:04:16 +00:00
Mike Christel
48f2a8cab7
Added MAX2012 to MAXVERSIONINFO
2011-08-18 14:02:47 +00:00
rdb
d52509675f
shed more light on compile error
2011-07-25 08:06:34 +00:00
rdb
553b009a24
fix for lib detection
2011-06-03 09:43:49 +00:00
Chris Brunner
5916dc9912
Added a flag to override the forced 32-bit lookup in GetRegistryKey method.
...
make use of override in the Maya path lookup call to GetRegistryKey, thus allowing finding the 64-bit libraries
2011-05-17 23:14:28 +00:00
Chris Brunner
196cdef8a2
support for Maya2012
2011-05-16 21:18:07 +00:00
rdb
8d035dd14d
hack fix for the wx compile error on osx
2011-04-30 14:35:06 +00:00
rdb
ca21801bb1
fix fltk-config interpretation
2011-04-14 11:25:23 +00:00
rdb
ee5c561acc
thirdparty dir for arm
2011-03-26 08:52:19 +00:00
rdb
b2da92fefb
Link fltk statically
2011-03-15 18:34:30 +00:00
rdb
5b9ad3832c
fltk-config fix
2011-03-09 13:16:44 +00:00
rdb
fc0d21cdd3
also read LD_LIBRARY_PATH when searching for libraries
2011-02-21 20:51:50 +00:00
rdb
00f2a30a2b
don't remove .h files from include dir
2011-01-12 15:08:10 +00:00
rdb
30b2463a05
fix for MAKEPANDA_THIRDPARTY on windows
2010-12-01 21:47:17 +00:00
rdb
3d43d0c8ad
Allow setting custom MAKEPANDA_THIRDPARTY and MAKEPANDA_SDKS env vars
2010-11-17 12:36:58 +00:00
rdb
f05831d24d
Improvements. Too lazy to describe them (pay me enough and I'll write a book about these changes)
2010-11-17 12:17:41 +00:00
rdb
233e25d98c
use os.expanduser with $PATH, it may contain a tilde
2010-10-27 16:56:47 +00:00
enn0x
e2093b1c2d
Moving to PhysX SDK 2.8.4 (win only), and added first experimental SoftBody code.
2010-10-17 08:09:48 +00:00
David Rose
14e029135c
move speedtree from thirdparty to sdks
2010-10-11 16:59:21 +00:00
rdb
ea4ca0e667
Fix SpeedTree compile error on Linux
2010-10-09 14:55:28 +00:00
David Rose
4a2cf37182
speedtree for makepanda
2010-10-09 00:16:51 +00:00
rdb
754cb8e4bc
Changes to build PhysX support on 64-bits Linux
2010-10-01 16:23:16 +00:00
rdb
17a8d045bf
This should fix compilation errors with Maya 2011 on OSX
2010-09-02 10:55:03 +00:00
Mike Christel
bbbf2d263d
Added support for Max and Maya versions 2011
2010-08-20 19:07:39 +00:00
rdb
7f54d90160
Add atlmfc/lib dir
2010-07-22 18:30:04 +00:00
rdb
da7bdf9f51
Add PlatformSDK's bin dir to $PATH, too
2010-07-07 18:27:21 +00:00
Walt Destler
bb5d97f1bf
Fixed the following issues with the multitouch and python eventing code comitted earlier this week:
...
- Renamed CustomGraphicsWindowProc to PythonGraphicsWindowProc.
- PythonGraphicsWindowProc now extends the PythonCallbackObject class.
- Added a GraphicsWindowProcCallbackData class. The data stored in this class depends on the OS being compiled for. (Currently only members for WIN32.)
o Multitouch is now handled through this class as well. It has is_touch_event(), get_num_touches(), and get_touch_info() methods. The GraphicsWindow class still has these methods (GraphicsWindowProcCallbackData simply calls them), but they are no longer published.
- Updated Sources.pp to use all these new files.
- Added function and class comment blocks to everything.
- Fixed a few coding convention things and continued to follow those conventions to the best of my knowledge.
- Checked for literal tab characters.
- pandabase.h comes before all other includes
- No Windows-specific typedefs in non-Windows code.
- All python-specific code in HAVE_PYTHON blocks.
- Fixed the case between TIF_move, TIF_down, and TIF_UP (now TIF_up).
2010-06-25 21:46:53 +00:00
Walt Destler
51e708ade8
Forgot to commit changes to makepanda for Win7 support.
2010-06-22 16:39:54 +00:00
David Rose
e2ba56c3ed
add COREAPI_VERSION
2010-06-17 15:27:43 +00:00