rdb
|
7a681dc993
|
Python 3 fixes for rtdist builds
|
2016-05-29 02:01:57 +02:00 |
rdb
|
e02faec8ac
|
Make models from 'models' package available under models/ prefix as well
|
2016-05-29 01:59:51 +02:00 |
Mitchell Stokes
|
093647365f
|
Fix pmerge to work with Python 3
Python 3 uses __lt__ and __gt__ instead of __cmp__.
|
2016-05-28 12:09:04 -07:00 |
Tohka
|
9a562d1a1c
|
Remove useless "children" property of DistributedObjectBase
This property is not used and causes problems on the latest build.
|
2016-05-15 12:33:41 +03:00 |
Mitchell Stokes
|
74d588696c
|
Fix Python3 support
|
2016-05-15 10:27:37 +02:00 |
David Rose
|
d73d02fc27
|
Merge branch 'master' of https://github.com/panda3d/panda3d
|
2016-05-13 18:21:53 -07:00 |
David Rose
|
28cbe13d85
|
task names can be unicode strings too, better to check against basestring
|
2016-05-13 18:21:12 -07:00 |
rdb
|
18874fa151
|
Replace PN_int/uint types with stdint.h types, since all compilers we support have them.
Plus, we already had code that relied on them being available anyway.
|
2016-05-11 00:27:58 +02:00 |
Chris Brunner
|
634aacbd7f
|
Initialize the various VRPN devices before assigning them a name.
|
2016-05-02 16:19:50 -07:00 |
rdb
|
388c8d698d
|
pfreeze: Extension module link support on Windows. Add explicit -k option for keeping temp files.
|
2016-05-02 20:02:31 +02:00 |
rdb
|
6c70b41a21
|
Various pfreeze improvements, allow linking in extension modules
|
2016-05-02 16:46:58 +02:00 |
rdb
|
dc09e28ed9
|
Also accept a .gz wherever a .pz file is accepted
|
2016-04-29 16:54:25 +02:00 |
Tohka
|
facb1cca31
|
Fix several Sequence crashes (#99)
tuple and list shouldn't be used as parameter names. With the new Python 2.7.11 these break Sequences altogether.
|
2016-04-24 11:37:34 +02:00 |
Tohka
|
41deb1c00f
|
Fix error "TypeError: 'NoneType' object is not iterable"
|
2016-04-24 12:14:19 +03:00 |
John Cote
|
c896f7269b
|
bugfix: Add missing import to ShowBaseGlobal (#96)
|
2016-04-17 09:09:55 +02:00 |
rdb
|
902a314f68
|
Remove unused squeeze tool
|
2016-04-13 17:28:08 +02:00 |
rdb
|
12af395012
|
Fixes to DirectScrolledList; remove unnecessary inheritance
|
2016-04-09 19:21:49 +02:00 |
deflected
|
9300bca1a4
|
direct.gui: Correct strings checks
- str in Python3 is always unicode, but not in Python2.
Avoid crashes when unicode is used
Signed-off-by: deflected <deflected@github>
|
2016-04-01 21:18:52 +02:00 |
rdb
|
14af38712b
|
Merge branch 'release/1.9.x'
|
2016-04-01 18:07:33 +02:00 |
rdb
|
35ef92f8da
|
Fix AttributeError in setDaemon in threading module
|
2016-04-01 10:44:47 +02:00 |
rdb
|
461b231a2e
|
Don't show libpandaexpress ImportError if importing panda3d.core failed
|
2016-04-01 10:38:35 +02:00 |
rdb
|
8e338a7755
|
Fix pdeploy for older Python 3 versions, eg Python 3.2
|
2016-03-31 17:58:29 +02:00 |
rdb
|
15b0ba45f9
|
Fix broken pickling in Python 3 build
|
2016-03-31 16:49:27 +02:00 |
Dennis Brakhane
|
ed9bed425f
|
do not mutate dict we are iterating over
Risky at best, and actually raises an error on modern Python versions.
|
2016-03-29 19:45:37 +02:00 |
rdb
|
516e88c8fc
|
Fix to unbreak travis test script
|
2016-03-28 23:20:26 +02:00 |
rdb
|
23bf9ea5c7
|
The direct tree is now valid Python 2 *and* 3
|
2016-03-28 22:33:30 +02:00 |
Mitchell Stokes
|
56606f9b1b
|
Handle Python 2 vs Python 3 stdlib differences when building the morepy package
See PEP3108 for more details on stdlib differences.
|
2016-03-27 11:49:10 -07:00 |
rdb
|
8badce2fdb
|
pfreeze now supports Python 3
|
2016-03-26 12:03:45 +01:00 |
rdb
|
54fa31ba17
|
StandardError -> Exception, other 2to3 changes, threaded 2to3
|
2016-03-25 17:13:09 +01:00 |
rdb
|
6334f2511d
|
Let's not display deprecation warnings in release builds
|
2016-03-25 16:41:58 +01:00 |
rdb
|
d906f55ebf
|
Fix rtdist error when using Python 3.5
|
2016-03-25 15:23:45 +01:00 |
rdb
|
2b034506fa
|
Backport fixes for Arch compile issues to 1.9
|
2016-03-25 01:40:00 +01:00 |
rdb
|
58837c0f4a
|
Fix particle sample and tkinter in Python 3
|
2016-03-22 11:31:51 +01:00 |
rdb
|
bd1df2b9ad
|
Merge remote-tracking branch 'origin/release/1.9.x'
Conflicts:
panda/src/pipeline/pipeline.cxx
|
2016-03-18 16:47:17 +01:00 |
rdb
|
e8b920df90
|
Make default egg-object-type definitions available in packp3d
|
2016-03-17 21:40:54 +01:00 |
tobspr
|
d9ec4d402a
|
Add print-pipe-types prc variable to prevent pipe output
|
2016-02-23 18:46:34 +01:00 |
tobspr
|
0fcfb8e372
|
New file headers, new comment style
|
2016-02-17 17:47:48 +01:00 |
rdb
|
0d03207d1b
|
Dramatically reduce size of frozen/compiled code by pruning/masking unnecessary imports/code
|
2016-02-12 22:20:27 +01:00 |
rdb
|
e0e2d6d222
|
Ignore run() in emscripten
|
2016-02-11 19:10:59 +01:00 |
rdb
|
98a86bf43a
|
Merge branch 'release/1.9.x'
|
2016-02-03 13:39:14 +01:00 |
rdb
|
03c8d4c009
|
Fix use of many builtins
|
2016-02-02 13:41:20 +01:00 |
rdb
|
090e912ce6
|
Cleanup of comments and whitespace
|
2016-02-01 22:30:43 +01:00 |
rdb
|
2c61260c5f
|
Generated API reference fixes
|
2016-02-01 14:49:09 +01:00 |
rdb
|
af9fe8275a
|
Merge pull request #72 from assertivist/master
Allow setting width and numLines of DirectEntry without clearing text
|
2016-01-30 13:31:06 +01:00 |
rdb
|
0a366e987f
|
Merge branch 'release/1.9.x'
Conflicts:
panda/src/glstuff/glGraphicsStateGuardian_src.cxx
panda/src/putil/bamReader.h
|
2016-01-26 11:45:04 +01:00 |
rdb
|
a55d915aea
|
Add missing CDistributedSmoothNodeBase import
|
2016-01-26 11:17:57 +01:00 |
assertivist
|
e567cb1dba
|
Allow setting width and numLines of DirectEntry without clearing text
|
2016-01-18 11:29:36 -07:00 |
rdb
|
84e15316cc
|
remove conflicting loop property on Interval
|
2016-01-03 17:40:13 +01:00 |
rdb
|
dafe48a6bc
|
Begin to add snake_case/property interfaces to important direct classes
|
2015-12-26 17:00:51 +01:00 |
mfwass
|
f8837999ed
|
Cleanup trailing whitespace
|
2015-12-13 10:08:41 -05:00 |