rdb
|
d799a09002
cleanup: Remove support for EOL versions of Python
|
5 years ago |
rdb
|
f149fb4ab0
direct: big formatting changes for the benefit of API reference
|
6 years ago |
rdb
|
062460cbe0
dgui: store guiItems on ShowBase class dict instead of module
|
6 years ago |
rdb
|
a0aa7de291
dgui: fix critical regression introduced by 43a5719
|
6 years ago |
rdb
|
43a5719bac
dgui: allow using various GUI items without instantiating ShowBase
|
6 years ago |
rdb
|
aa90b7b0c0
showbase: disable track-gui-items by default, remove want-e3-hacks
|
7 years ago |
rdb
|
e6c2d3b609
showbase: allow DirectGui elements to be created before ShowBase
|
7 years ago |
rdb
|
d576c6b638
Improvements to generated API docs, especially in direct tree.
|
8 years ago |
deflected
|
9300bca1a4
direct.gui: Correct strings checks
|
9 years ago |
Dennis Brakhane
|
ed9bed425f
do not mutate dict we are iterating over
|
9 years ago |
rdb
|
23bf9ea5c7
The direct tree is now valid Python 2 *and* 3
|
9 years ago |
rdb
|
54fa31ba17
StandardError -> Exception, other 2to3 changes, threaded 2to3
|
9 years ago |
rdb
|
0d03207d1b
Dramatically reduce size of frozen/compiled code by pruning/masking unnecessary imports/code
|
9 years ago |
rdb
|
0eeec6b02f
Merge and expand on config fix from 'release/1.9.x'
|
10 years ago |
rdb
|
2514ca29d8
Fix config error when DirectGuiBase is imported before ShowBase
|
10 years ago |
rdb
|
d9342043b0
Deprecate pandac.PandaModules and genPyCode, move extensions to panda3d/, clean up imports and deprecated behaviour
|
10 years ago |
rdb
|
862e22e548
remove Python-2-isms from DirectGui and FSM to make them work with Python 3
|
11 years ago |
rdb
|
88048bf3da
Fix use of has_key and map()
|
12 years ago |
David Rose
|
f195d4d462
contributes from forum user to make DirectGui coordinate-system agnostic
|
14 years ago |
David Rose
|
5d8b61ca86
PGFrameStyle::T_texture_border
|
16 years ago |
David Rose
|
c69c8680e8
asList() etc. no longer needed
|
17 years ago |
Josh Wilson
|
cf6cb4897f
__dev__ -> __debug__
|
17 years ago |
Josh Wilson
|
5101b87561
allowing the call of defineoptions() in all subclasses of a direct gui object. It should now correctly process your optiondefs
|
17 years ago |
Darren Ranalli
|
987c41f50a
disable creation stack recording by default
|
17 years ago |
Darren Ranalli
|
8e4ea9d011
fixed messenger leak stack trace print
|
17 years ago |
Darren Ranalli
|
ba6a59d1dc
reduced memory footprint for creation stack traces
|
17 years ago |
Josh Wilson
|
9da136db47
accept VBase4 as a more general Vec4
|
18 years ago |
David Rose
|
9e25cda240
fix typo discovered by Panda user ThomasEgi
|
18 years ago |
Darren Ranalli
|
7e54ae47b7
fix startup crash
|
18 years ago |
Darren Ranalli
|
f191acace1
only record creation stack in dev
|
18 years ago |