rdb
|
4e92e480e0
Make DatagramIterator typed (ask me if you want to know why)
|
12 years ago |
rdb
|
8365c5ce13
Remove superfluous import lines (this is really genPyCode's task)
|
12 years ago |
rdb
|
2275784525
More Python 3 support, and a bit of work toward being able to compile as panda3d/core.pyd, etc.
|
12 years ago |
rdb
|
c729775265
The 'new' module has been deprecated since 2.6 and removed in Python 3, let's not use it (use 'types' module instead)
|
12 years ago |
rdb
|
adf9b05381
include version number in dependency cache (sorry for forcing a full rebuild onto y'all)
|
12 years ago |
David Rose
|
5bd9eaf7fc
fix import error
|
12 years ago |
rdb
|
4944d7cd7b
use compare_to and get_class_type instead of compareTo and getClassType
|
12 years ago |
rdb
|
088df4a3d2
A few modernisation fixes, mostly for Python 3 support
|
12 years ago |
rdb
|
4b9da436a0
Automatically invoke 2to3 on built/direct for a Python 3 build
|
12 years ago |
rdb
|
5edb53b8e8
fix some 64-bit linux issues
|
12 years ago |
rdb
|
3241443077
fix error parsing PandaVersion.pp with Python 3
|
12 years ago |
rdb
|
66f4964c8b
Oops, checked in the wrong file
|
12 years ago |
rdb
|
88048bf3da
Fix use of has_key and map()
|
12 years ago |
rdb
|
c1273d5684
PyEval_InitThreads should go after Py_Initialize in Python 3
|
12 years ago |
rdb
|
3403c8748e
Fix use of outdated exec and repr syntax
|
12 years ago |
rdb
|
708e8dc513
Remove HAVE_GETTIMEOFDAY which we aren't using
|
12 years ago |
rdb
|
f29c4681e1
Fix broken Python 3 support.
|
12 years ago |
rdb
|
01ebd5e66a
very error, such compile, wow
|
12 years ago |
rdb
|
634c3c5a0a
Stubs for Python 3 functions
|
12 years ago |
rdb
|
708dca0468
oops, fix for verbose builds
|
12 years ago |
rdb
|
b686d371ca
fix maya location on linux, fix dependency cache problems with Python 3 that forced a full rebuild every time
|
12 years ago |
rdb
|
0046d259dc
Eliminate unused HAVE_GETTIMEOFDAY which conflicts with Python's definition anyway.
|
12 years ago |
rdb
|
40cc37e3da
fix terminal colouring when using Python 3
|
12 years ago |
rdb
|
dd345d6c02
Add missing include
|
12 years ago |
rdb
|
e9ce924b54
Add missing include
|
12 years ago |
rdb
|
b4714bcdf1
no place in the source uses HAVE_GETTIMEOFDAY, and it conflicts with Python, so let's simply not define it
|
12 years ago |
David Rose
|
f615e0beeb
fix some stereo-fbo and cube map issues, introducing DisplayRegion::set_target_tex_page()
|
12 years ago |
David Rose
|
741203a693
some minor debug aids and robustness additions
|
12 years ago |
Sam Edwards
|
a4563fb342
Patch by cfsworks: actor: On removePart, clean up the part's commonBundleHandle.
|
12 years ago |
enn0x
|
47a66f0e54
Added method for getting Bullet version.
|
12 years ago |