Commit Graph

6787 Commits

Author SHA1 Message Date
David Rose 09211b1e64 report ImportError message more usefully 2013-08-27 17:40:24 +00:00
rdb 42a9491133 Fix compile error for 64-bit Windows 2013-08-26 15:11:23 +00:00
rdb 86509ab684 fix png compile error 2013-08-26 14:45:32 +00:00
rdb c606606a24 Separate out ffmpeg and vrpn. 2013-08-26 12:17:24 +00:00
rdb c0ddb63e88 minor fix 2013-08-25 19:39:15 +00:00
rdb 388c938c06 Add import for backward compatibility 2013-08-25 19:38:25 +00:00
rdb f54c1241ae slightly less unhelpful error messages 2013-08-25 19:38:02 +00:00
rdb 72aca47fa2 .pyd should be remapped to .so on OSX 2013-08-14 15:39:03 +00:00
rdb 037d803ae8 Let's reenable libp3dpython.so as viable fallback on non-Windows platforms. 2013-08-13 17:34:17 +00:00
rdb 1cfa19d473 support mousewheel in WxPandaWindow, bugfix provided by Craig (LP bug 1210850) 2013-08-13 14:18:02 +00:00
rdb d489f68115 Add support for 2D texture arrays to ShaderGenerator and BufferViewer (actual render-to-texture-array functionality to come) 2013-08-12 09:18:24 +00:00
David Rose a1c70ce95e avoid some divide-by-zero exceptions 2013-08-04 18:14:37 +00:00
rdb 712ecb8d3b Fix LerpBlendHelpers import 2013-07-27 11:03:39 +00:00
rdb bba6537f97 Fix VFSImporter for modules that change their sys.modules definition (such as 'Pmw' and 'panda3d') 2013-07-23 18:09:44 +00:00
rdb 808ca386c4 Fix error for modules where __file__ is None 2013-07-23 18:03:46 +00:00
rdb ac3ba58e55 Move all tk/tcl stuff to the 'tk' package, fix tcl file location 2013-07-23 17:54:30 +00:00
rdb 350b2aaf3c Add version of execfile() that uses the VFS 2013-07-23 17:27:58 +00:00
David Rose 87590d6d09 more robust fixes for moduledir vs. moduledir/__init__ confusion 2013-06-12 22:41:24 +00:00
rdb 106a7977ba fix particle panel error 2013-06-03 13:43:58 +00:00
rdb 7b7a7874d8 Add $INSTDIR\python\Scripts to %PATH% on Windows as well 2013-05-22 13:59:28 +00:00
rdb 3aaa57181d suggested fix by forum user JörnS 2013-05-07 11:12:27 +00:00
David Rose dd423baf64 support openWindow(host = xxx) 2013-05-06 17:09:29 +00:00
rdb 40cddd6280 Fixes for Python 3.2 2013-03-27 15:48:24 +00:00
rdb 0a167d9bfb performance improvement for panda3d module 2013-03-21 22:11:05 +00:00
rdb 4e819c8912 add pygame._view 2013-03-03 22:58:47 +00:00
rdb fbc097c323 dos2unix 2013-02-23 10:42:13 +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 232821a0b1 minor memory leak 2013-02-13 13:21:21 +00:00
rdb 97c9914da2 compile fixes 2013-02-13 11:41:46 +00:00
rdb 40f70c388f Add wWinMain to FLTK p3dcert, and use wstring entirely [untested] 2013-02-13 11:34:00 +00:00
rdb 998f8a3e8f Oops, $PYVER should be ${PYVER} 2013-02-05 20:15:48 +00:00
rdb 65e93ee7be OpenAL package should probably include soft_oal.dll and wrap_oal.dll 2013-01-04 14:00:53 +00:00
rdb ef0805a549 Add windows.h include 2012-12-22 09:04:21 +00:00
David Rose 59a2aba71d egg module should include ptloader 2012-12-21 00:33:03 +00:00
David Rose 3af8da3bcd loader.saveModel(), EggToObjConverter, etc. 2012-12-20 00:09:14 +00:00
David Rose 4c2eb3d326 fix -S; it should accept windows-specific filenames. 2012-11-16 17:09:21 +00:00
David Rose 807aa62ade fix -S; it should accept windows-specific filenames. 2012-11-16 01:43:40 +00:00
David Rose fd42201e74 explicitly include all wxwidgets files 2012-11-06 19:17:18 +00:00
rdb b2f912c468 Make the Windows installer work with any version of Python
(fixes bug in 1.8.0 where it no longer reads/writes the correct registry key)
2012-10-22 08:46:37 +00:00
David Rose 850a301352 a couple more new issues with pdeploy 2012-10-09 17:08:43 +00:00
David Rose b9ba7b1b2e whoops, win64 -> win_amd64 2012-10-09 16:43:26 +00:00
David Rose 5de361dfd4 a bit more robustification 2012-10-01 22:40:27 +00:00
David Rose 0a72ac45c5 fix some issues with platform matching 2012-10-01 20:47:11 +00:00
David Rose da9ee4c165 use win_amd64 instead of win64, and win_i386 instead of win32 2012-10-01 18:24:13 +00:00
David Rose 9461cf2ea9 malloc.h is windows-only 2012-09-28 20:57:55 +00:00
David Rose a737ebcc90 per_platform flag, giving better compatibility with old p3d files 2012-09-28 20:26:22 +00:00
David Rose 16c0690edb notify-integrate 2012-09-28 16:46:28 +00:00
David Rose 53e999259d build on mac 2012-09-27 23:23:41 +00:00
David Rose 0662ea7958 multiplatform support for plugin loader: run 32-bit or 64-bit version; whichever one is provided. 2012-09-27 23:00:23 +00:00
David Rose 4563c1e68e win64 into PROGRAMFILES64 2012-09-17 16:11:33 +00:00