Commit Graph

6864 Commits

Author SHA1 Message Date
Sam Edwards d1c6d453ba CMake: Update pandac.__init__ to match the extensions_native. 2014-10-12 01:28:46 -07:00
Sam Edwards 3bd9750439 Merge branch 'cmake-proper-interrogate' into cmake 2014-10-11 18:15:59 -07:00
Sam Edwards 62d08ec8bf Merge branch 'master' into cmake 2014-10-11 18:09:26 -07:00
rdb 9faeb08e57 Oops, I had accidentally commented out OCX installation 2014-10-08 20:46:01 +00:00
rdb 43805f47bb Improve runtime installer, add 64-bit support 2014-10-08 20:43:59 +00:00
rdb 9151cd0d1d Fix compile issues, slight code cleanup 2014-10-08 20:07:46 +00:00
rdb 26fc5f41d4 fix regression 2014-10-08 19:49:25 +00:00
rdb fbc3564bf9 More work on Android port 2014-10-08 15:09:25 +00:00
rdb e5b3d58f77 Add gamma adjustment filter 2014-10-03 16:58:46 +00:00
rdb baaa5d7ffa Better handling of texture padding 2014-09-26 23:57:14 +00:00
rdb 49138d87e4 better management of texcoord inputs 2014-09-26 19:14:10 +00:00
rdb 7669e79322 fix bug #1335472: pfreeze should pack main module as __main__ 2014-09-24 19:42:37 +00:00
Sam Edwards 57fb97053b Merge branch 'master' into cmake 2014-09-22 21:13:05 -07:00
rdb 0a10aa6b26 Don't include protected members/methods in C++ API reference 2014-09-21 17:22:47 +00:00
rdb d4d2fdb834 Tweak colours of API reference to better match website layout 2014-09-21 15:32:45 +00:00
rdb ba1e18ce8b Improve Python API ref 2014-09-20 11:51:33 +00:00
rdb cf6fe5fd2a Delete apparently defunct script 2014-09-19 22:39:20 +00:00
rdb dc384942b6 oops, don't ask for a back buffer 2014-09-16 21:25:54 +00:00
rdb 8b7217b4f9 Add an "off" ScissorAttrib, don't apply scissoring to overlay display region so that a full-window clear is truly a full-window clear 2014-09-16 20:44:39 +00:00
rdb 52e79afd4a Enable multisampling in FilterManager if main window had multisampling as well 2014-09-16 14:53:25 +00:00
rdb 321555d888 Commit patch by Juha Jeronen that fixes SSAO shader to work with ARB profiles. 2014-09-16 13:15:47 +00:00
rdb 2b26ef1e34 Python 2.5 has no 0o### number syntax 2014-09-15 12:54:30 +00:00
rdb 0a999d2b6b Remove two includes that are not supported in 64-bit windows 2014-09-15 12:51:30 +00:00
rdb 87910799b6 Split off epvector.h into its own file in an attempt to cut down compilation time 2014-09-14 22:04:36 +00:00
rdb f8acde64f7 taskMgr.destroy() should imply stop() 2014-08-14 18:08:31 +00:00
Sam Edwards 0d13247721 Merge branch 'cmake' into cmake-proper-interrogate
Conflicts:
	cmake/macros/Interrogate.cmake
	panda/src/express/CMakeLists.txt
	panda/src/ode/CMakeLists.txt
2014-07-26 19:12:22 -07:00
Sam Edwards 3d0f587ca0 Merge remote-tracking branch 'upstream/master' into cmake
Conflicts:
	panda/src/linmath/lvecBase4.h
2014-07-24 22:59:52 -07:00
rdb c257ce624e Interrogate overhaul that dramatically increases performance for the simpler methods 2014-07-18 13:54:38 +00:00
rdb e3b663da3a Merge branch 'master' into cmake 2014-05-29 16:32:59 +02:00
rdb 862e22e548 remove Python-2-isms from DirectGui and FSM to make them work with Python 3 2014-05-19 17:33:36 +00:00
Sam Edwards 3ed813f42f cmake: Fix typo in direct's install directive. 2014-04-28 16:22:50 -06:00
Sam Edwards 93af05d67a Merge branch 'master' into cmake 2014-04-23 21:14:26 -06:00
rdb 51dffd0f5a Commit patch by cfsworks to clean up use of exec() and eval() 2014-04-16 13:09:12 +00:00
Sam Edwards 1f02b2da01 cmake: Always be consistent with putting headers before sources. 2014-04-16 06:07:55 -06:00
rdb 4b1c4ff3c8 Fix use of deprecated NodePath.id() 2014-04-05 08:55:50 +00:00
Sam Edwards 841f3b8a49 CMake: Link Interrogate modules against 'core'. 2014-03-30 04:51:38 -06:00
Sam Edwards d27bc99fcb Merge remote-tracking branch 'upstream/master' into cmake
Conflicts:
	direct/src/directnotify/DirectNotify.py
	direct/src/showbase/PythonUtil.py
2014-03-29 15:57:11 -06:00
rdb 44b4afe898 Fix issues building the plugin on Linux 2014-03-27 12:56:59 +00:00
rdb 904ed200b8 Add pyglet to hosted packages 2014-03-27 10:25:29 +00:00
rdb e6c8957d27 Fix DTOOL_SUPER_BASE111 assertion error with the new building style 2014-03-07 19:35:41 +00:00
rdb aa2c240336 Fix bug: loadSound should respect positional parameter 2014-03-06 21:31:02 +00:00
rdb 79430f6bc5 Fixes for Python 3 2014-02-27 11:30:56 +00:00
Chris Brunner 858275a95f Add a check to make sure the method has a __name__ member before trying to print it 2014-02-26 01:57:28 +00:00
rdb 46450f2798 Delete panda3d.py on installation if it exists 2014-02-22 10:56:13 +00:00
rdb abbbb1d09f Let the installer copy the new 'panda3d' tree instead of the panda3d.py file. 2014-02-20 18:05:56 +00:00
rdb 5f2c0a6e04 Big commit aiding in separation of Python bindings:
* Most extension functions have been moved to C++.
 * In makepanda, Python bindings are compiled into panda3d/<module>.pyd.
2014-02-20 13:33:26 +00:00
Sam Edwards 493dde680a Merge branch 'cmake' into cmake-cfs-install
Conflicts:
	direct/src/autorestart/CMakeLists.txt
	dtool/src/interrogate/CMakeLists.txt
	dtool/src/interrogatedb/CMakeLists.txt
	panda/CMakeLists.txt
	panda/src/express/CMakeLists.txt
2014-02-18 08:13:40 -07:00
Sam Edwards 9035f7aa85 CMake: Only build 'autorestart' on UNIX. 2014-02-08 17:59:12 -07:00
Sam Edwards e2a03d6435 CMake: 'direct' depends on 'panda' 2014-02-08 17:51:14 -07:00
Sam Edwards 211f4cb498 direct: Kind of hacky, but make 'pandac' install the extensions. 2014-02-07 15:54:39 -07:00