rdb
|
588d41ed7e
|
Fix assorted compiler warnings
|
2017-12-24 15:12:58 +01:00 |
rdb
|
dd2806c8bd
|
Mark constructors 'explicit' for which coercion makes no sense
|
2017-11-06 19:47:38 +01:00 |
rdb
|
d576c6b638
|
Improvements to generated API docs, especially in direct tree.
Also add an entry point for pfreeze.
|
2017-05-24 13:30:21 +02:00 |
AnythingTechPro
|
5050aae5c8
|
Code formatting cleanups in StagedObject
Closes #142
|
2017-03-30 19:49:30 +02:00 |
Sam Edwards
|
4080e03d05
|
distributed: Remove use of exceptionLogged() decorator
This isn't available when __debug__==False either.
|
2017-03-27 01:00:00 -06:00 |
Sam Edwards
|
f062c64e9a
|
distributed: Fix broken reference to StackTrace when __debug__==False
|
2017-03-27 00:56:05 -06:00 |
Tohka
|
e9a43a21fa
|
Remove PiratesMagicWordManager VR Studio code reference
|
2016-11-04 02:41:41 +07:00 |
rdb
|
1049088f11
|
Clean up some of the dtool_config.h variables
|
2016-10-24 22:10:46 +02:00 |
rdb
|
47388b0dbc
|
Separate out CPython calls from core libs; eliminate need for pystub
|
2016-07-20 14:30:41 +02:00 |
Sam Edwards
|
0846a89677
|
general: Stop using several deprecated pandac.PandaModules imports.
|
2016-06-27 00:06:40 -07:00 |
rdb
|
f068a8613b
|
Fix a few unnecessary uses of exec/eval
|
2016-06-22 13:50:58 +02: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 |
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 |
rdb
|
23bf9ea5c7
|
The direct tree is now valid Python 2 *and* 3
|
2016-03-28 22:33:30 +02:00 |
rdb
|
54fa31ba17
|
StandardError -> Exception, other 2to3 changes, threaded 2to3
|
2016-03-25 17:13:09 +01:00 |
tobspr
|
0fcfb8e372
|
New file headers, new comment style
|
2016-02-17 17:47:48 +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 |
mfwass
|
f8837999ed
|
Cleanup trailing whitespace
|
2015-12-13 10:08:41 -05:00 |
rdb
|
32367fcbdc
|
Fix various import issues in the direct tree
|
2015-12-06 22:36:05 +01:00 |
rdb
|
3c2f820ad8
|
Merge branch 'release/1.9.x'
Conflicts:
direct/src/p3d/DeploymentTools.py
|
2015-11-24 13:39:36 +01:00 |
rdb
|
9348cf6b29
|
Prevent packp3d from including xml and panda3d modules in every .p3d
|
2015-11-24 13:35:18 +01:00 |
rdb
|
c93e50ca05
|
Merge branch 'release/1.9.x'
Conflicts:
.travis.yml
dtool/src/cppparser/cppBison.cxx.prebuilt
dtool/src/cppparser/cppBison.yxx
makepanda/makepanda.py
|
2015-11-19 18:43:13 +01:00 |
rdb
|
378030e9b9
|
Remove unnecessary "pass" statements from DistributedCamera code
|
2015-11-19 15:38:57 +01:00 |
rdb
|
db3ab953e4
|
Remove ppremake, genPyCode, and all hacks created to support them
|
2015-11-09 19:06:49 +01:00 |
Michael Wass
|
1c2c60acba
|
Removed a nonexistent import from GridChild
This import is nonexistent and has no calls to it. The purpose it serves right now is causing an ImportError :P.
|
2015-07-20 11:03:42 -04:00 |
rdb
|
d9342043b0
|
Deprecate pandac.PandaModules and genPyCode, move extensions to panda3d/, clean up imports and deprecated behaviour
|
2015-06-28 13:55:31 +02:00 |
rdb
|
3371df8403
|
Fix tp_compare, better __repr__/__str__ handling
|
2015-03-25 19:36:35 +01:00 |
rdb
|
aec80426a3
|
Remove (apparently unused) code that is problematic because it references symbols from the generated bindings
|
2015-02-08 19:48:42 +01:00 |
rdb
|
51dffd0f5a
|
Commit patch by cfsworks to clean up use of exec() and eval()
|
2014-04-16 13:09:12 +00:00 |
rdb
|
88048bf3da
|
Fix use of has_key and map()
|
2013-12-17 19:49:09 +00:00 |
rdb
|
3403c8748e
|
Fix use of outdated exec and repr syntax
|
2013-12-17 18:05:45 +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 |
David Rose
|
622c047344
|
several USE_PACKAGES oopses
|
2011-12-12 22:53:39 +00:00 |
David Rose
|
33398d9713
|
set_repository() and set_clock_delta() should be instance methods, not static class methods
|
2011-12-09 19:38:29 +00:00 |
David Rose
|
dfe16c64f6
|
rename all Panda-built libraries to begin with libp3 or libpanda
|
2011-12-06 02:39:21 +00:00 |
David Rose
|
501470169f
|
stdfloat_double
|
2011-10-10 05:25:10 +00:00 |
Justin Butler
|
e14d4e0120
|
adding to remove from attic
|
2011-09-09 21:30:05 +00:00 |
Justin Butler
|
e2c78d4fc0
|
*** empty log message ***
|
2011-09-09 21:18:23 +00:00 |
David Rose
|
ef0cb39c1d
|
untabify
|
2011-06-29 22:18:54 +00:00 |
Ken Patel
|
fa68ec6a52
|
GIB - improve logging esp in httpChannel to identify which channel is associated with each log message
|
2010-10-13 21:16:25 +00:00 |
Zachary Pavlov
|
b069a57a56
|
prevent uberdog formatting freezes
|
2010-10-06 22:44:32 +00:00 |
Redmond Urbino
|
93a6c90dd9
|
use dg.dump_hex instead of describe_message to avoid segmentation fault
|
2010-08-07 03:49:09 +00:00 |
David Rose
|
7a72bce383
|
bool -> float
|
2010-06-17 17:32:51 +00:00 |
David Rose
|
d0bd8dc046
|
impossible things happen sometimes?
|
2010-05-28 16:58:31 +00:00 |
Zachary Pavlov
|
1f4442d4bd
|
prevent interest loss
|
2010-05-13 20:28:46 +00:00 |
Zachary Pavlov
|
2eae5dbcd3
|
prevent interest loss
|
2010-05-13 20:27:12 +00:00 |
Redmond Urbino
|
0b344e9a2b
|
to give a warning in the log if a message takes too long to process
|
2010-05-07 05:29:59 +00:00 |
rdb
|
ac1223d0da
|
Ditch stuff like has_key and backticks
|
2010-03-19 10:32:09 +00:00 |
Darren Ranalli
|
37e5bd98f7
|
added doFindAllInstances
|
2010-02-04 22:20:48 +00:00 |