Commit Graph

6912 Commits

Author SHA1 Message Date
rdb 2e2e0d7de4 Fix in case ExecutionEnvironment.getEnvironmentVariable() doesn't work 2010-11-06 14:17:03 +00:00
rdb 6aea935727 Chromium support for web plugin 2010-11-02 13:48:07 +00:00
rdb 3c2a961ee3 Add pyBox2D 2010-10-30 20:12:21 +00:00
rdb d465c56449 Let's get rid of pycurl as available package, it's a pain to maintain 2010-10-30 17:56:47 +00:00
David Rose f568f7ccd3 add -W, -U, -G, -D 2010-10-28 07:08:55 +00:00
Josh Wilson d1715b13df add some comments and treating circular references as 'roots' to stop searching at 2010-10-26 22:09:54 +00:00
rdb aeb6bef42d Fix the required module stuff 2010-10-26 18:48:54 +00:00
rdb 6b861d66bc Remove redundant warning message 2010-10-26 18:40:42 +00:00
rdb e69958cfe9 Fix segmentation fault that only seems to happen in the buildbot's master shell environment. But I suppose the crash could manifest in other environments where getlogin() fails 2010-10-26 16:40:42 +00:00
rdb d09a9be4da Fix infinite loop 2010-10-26 09:01:43 +00:00
rdb b8ffba73ce Failsafe 2010-10-25 20:44:11 +00:00
rdb 04b863edf7 Several improvements:
* Don't try to include linux kernel vdso's
 * Ability to mark modules or files as required
 * Fix some issues with several thirdparty packages in the pdef
2010-10-25 19:26:02 +00:00
David Rose 64415a4352 str(BrowserObject) should call toString() 2010-10-24 13:31:05 +00:00
David Rose 4e0eae9eff minor fix 2010-10-24 13:30:19 +00:00
Josh Wilson ccdae0e4bc [disney_stable] brief dcparse output includes string length constraints now 2010-10-15 20:05:32 +00:00
David Rose 803ef5effd add speedtree 2010-10-14 00:02:11 +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
rdb d6666e5aa3 Fix depth-based filters (like SSAO) on Windows 2010-10-02 11:08:22 +00:00
Ken Patel 8f827fa336 download error - add retry to phase download 2010-09-29 22:19:19 +00:00
Ken Patel 2a4ae20523 download error - additional logging 2010-09-29 01:00:33 +00:00
Ken Patel 40186e5499 download error - retry contents.xml download on http fail, setPandaErrorCode by http error if giving up and write pandaErrorCode to log 2010-09-29 00:55:23 +00:00
Chris Brunner f05c2199c1 moving declaration of inst_mgr up a few lines in start_download to before where it's needed 2010-09-23 20:52:28 +00:00
rdb a1580db8ff A few minor error checks 2010-09-22 20:02:50 +00:00
rdb 60973fdb7b Lots of changes to the plugin and pdeploy to make packaged games run without needing write access or internet access 2010-09-22 19:52:14 +00:00
Matt Newcomb 55455a48c9 Adding new function to set height of collision ray. 2010-09-20 23:50:32 +00:00
rdb 544b100908 Fix plugin crash if hosts directory doesn't exist 2010-09-17 11:32:53 +00:00
rdb 0a6aeea792 Attempt to make volumetric lighting work on ATI cards by allowing the driver to unroll the loops 2010-09-10 17:51:28 +00:00
David Rose c6b163f757 support a non-Filename addition 2010-09-10 14:02:40 +00:00
Darren Ranalli 73eca34e0d added PriorityCallbacks 2010-09-09 23:40:06 +00:00
David Rose 016ff7d026 fix tell() bug (632883) 2010-09-08 05:19:48 +00:00
David Rose c92649bb64 remove reference to OTP 2010-08-25 21:33:43 +00:00
Mike Christel de863430ae Changed close() to Close() to match wx.Window.Close() 2010-08-20 22:22:27 +00:00
Mike Christel 032d46a3bc Summer 2010 CMU ETC PandaLE team: fixed a bug in Viewport.close 2010-08-20 19:52:46 +00:00
Mike Christel b66a795efb Summer 2010 CMU ETC PandaLE team: (1) fixed bug that made things move in wrong directions when manipulated from an orthographic viewport; (2) added capability to show the manipulation widget in world space rather than the local space of the selected object; (3) added an option to show a separate scale widget rather than using control key to scale 2010-08-20 19:33:15 +00:00
Mike Christel 22e80168cb Summer 2010 CMU ETC PandaLE team: added an option to not switch the camera's movement direction below the zero plane 2010-08-20 19:32:08 +00:00
Mike Christel 2fefa6a0b8 Summer 2010 CMU ETC PandaLE team: added two functions addDisplayRegionContext and removeDisplayRegionContext to add and remove display regions on the fly 2010-08-20 19:31:24 +00:00
rdb a2f8a130c2 add some missing module() lines 2010-08-17 06:55:23 +00:00
David Rose 449718492a oops, typo on mac side 2010-08-16 23:07:57 +00:00
David Rose 1bece8cadf replace_slashes to resolve obscure windows issue with dll's 2010-08-16 20:52:18 +00:00
David Rose 113e8c5463 we still need to include dtoolbase.h first to ensure that _WIN32_WINNT is defined before we include windows.h 2010-08-13 23:04:14 +00:00
Shuying Feng b18c13895c Added animation system 2010-08-13 18:05:53 +00:00
Arkady Trestman debb5223cc fixed a crash on IE page refresh to address Jira POTCOWEB-1497: Browser crash after creating a new account and hit play button to enter the game 2010-08-11 22:51:32 +00:00
David Rose edffdd95ff include explicit .manifest files if they exist 2010-08-11 17:42:03 +00:00
Darren Ranalli a975e14907 added support for _garbageInfo custom info callback 2010-08-11 00:43:03 +00:00
David Rose 88b4623808 extract manifest files 2010-08-09 19:11:11 +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
Josh Wilson 3b3937270f fixing broken fsm error message 2010-08-05 20:30:12 +00:00
Josh Wilson 1d6518f65d more info in stats 2010-08-02 16:43:15 +00:00
Josh Wilson 40cb319ad1 don't waste time printing large objects like messenger and taskMgr 2010-08-02 05:14:01 +00:00
Josh Wilson 9890d111c7 optimized referrer search 2010-07-31 06:52:20 +00:00
Josh Wilson 55955862aa adding ability to find all non-cyclic reference paths for a given object 2010-07-31 00:33:04 +00:00
Darren Ranalli 570ffe14e2 fixed UD web interface page load crash in respondCustom 2010-07-27 19:11:01 +00:00
Gyedo Jeon 451e10e3e3 Fixed a problem of not overriding _do__call__ function in ActionBase 2010-07-21 00:28:38 +00:00
David Rose 9124513b82 side-by-side stereo 2010-07-19 18:43:24 +00:00
David Rose a5624d497e ondownloadfail, onfail 2010-07-15 21:47:10 +00:00
Darren Ranalli 0e94724790 respondCustom doesn't work as UTF-8 2010-07-14 23:37:48 +00:00
David Rose 62fecd76cb have to use system getopt here because we don't link with dtool 2010-07-14 23:23:13 +00:00
Darren Ranalli 3d0a7ab83b unicode support for http responses 2010-07-14 22:35:37 +00:00
Darren Ranalli 6bf2e8d7eb turn off stack dump by default in production 2010-07-13 22:17:45 +00:00
Chris Brunner 503760f751 removed leftover if 2010-07-07 18:00:11 +00:00
Chris Brunner fe4531054d check to make sure _Pmw is loaded before doing stuff with it 2010-07-06 21:58:01 +00:00
Chris Brunner 2f51e0ee10 *** empty log message *** 2010-07-06 21:57:17 +00:00
Chris Brunner ab1016269c resolve mis-matching of winsock versions 2010-07-06 21:56:29 +00:00
Chris Brunner da430735ad don't try to build activex on Win64 2010-07-06 21:55:24 +00:00
David Rose 79d2e645d8 deal better with stale contents.xml file in local directory 2010-07-01 17:17:29 +00:00
Gyedo Jeon aec3ff0e3d Added feature to export to Maya 2010-06-28 21:20:49 +00:00
Chris Brunner fc10962638 *** empty log message *** 2010-06-25 19:19:05 +00:00
David Rose cec4620edb check for libpandaexpress_d.dll in memory for a debug build 2010-06-23 22:12:39 +00:00
David Rose 7cae72a58c minor formatting 2010-06-18 22:06:17 +00:00
David Rose d8df46beed share main object, don't just copy properties 2010-06-18 18:59:27 +00:00
David Rose fa35e0c058 clear mirrors when re-reading 2010-06-18 17:36:41 +00:00
David Rose ba6b73fab9 don't be fooled by a <host> entry in an old contents.xml file 2010-06-17 22:15:38 +00:00
David Rose d84833afb2 protect Dtool_PreloadDLL 2010-06-17 20:29:10 +00:00
Gyedo Jeon c300a5911f Added importing wxPandashell 2010-06-17 18:56:46 +00:00
David Rose 065b130d64 libp3tinyxml_mt 2010-06-17 18:15:15 +00:00
David Rose 7a72bce383 bool -> float 2010-06-17 17:32:51 +00:00
David Rose c2e54f12db avoid passing time_t between different compilers 2010-06-17 00:46:05 +00:00
Shuying Feng be8dcd75cb Added curve editing feature 2010-06-17 00:22:35 +00:00
David Rose 754e341ee2 coreapi_set_ver for active too 2010-06-16 18:17:27 +00:00
David Rose 634f6137cd support coreapi_set_ver token 2010-06-16 17:44:51 +00:00
David Rose ab2d5eb61e validate core API host URL and core API set_ver 2010-06-16 17:02:57 +00:00
David Rose edab904b87 coreapi version 2010-06-16 01:19:31 +00:00
Redmond Urbino 1c33e886ea kill garbage cycle by calling cleanup instead of disable 2010-06-15 21:40:42 +00:00
David Rose 66f1b450b8 insist on 32-bit integers in binary stream 2010-06-15 16:55:01 +00:00
David Rose f618550cfa use PandaSystem rather than PANDA_PACKAGE_HOST_URL 2010-06-15 16:45:14 +00:00
Chris Brunner ba1eb890e2 adding explicit cast for st_window_proc 2010-06-14 21:42:42 +00:00
Darren Ranalli e3b3ab1bbe default functor creation stack recording off, it's slow 2010-06-12 10:16:28 +00:00
David Rose 3a5d9bd327 show download progress as a fraction of the total progress, including stuff downloaded previously 2010-06-11 22:22:25 +00:00
David Rose 44df8cc6a6 HAVE_P3D_RTDIST, allow development without PANDA_PACKAGE_HOST_URL 2010-06-11 19:04:47 +00:00
David Rose 547b3abea9 contents seq, package seq 2010-06-10 23:53:07 +00:00
David Rose 7e27a2a317 bugfix 2010-06-10 20:55:10 +00:00
Dustin Barnard ae97619631 Added support for syncing in cluster. Should not effect anyone else. 2010-06-10 16:59:34 +00:00
David Rose 5b4d31c9e6 better return value for uninstall() 2010-06-10 00:30:50 +00:00
David Rose 1b02e24408 more max_age stuff 2010-06-09 23:19:49 +00:00
David Rose f451da1f34 max_age 2010-06-09 00:58:48 +00:00
David Rose c80eba7088 minor crashfix 2010-06-09 00:58:19 +00:00
David Rose 0b80f17c68 contents.xml max_age; internal cache busting 2010-06-08 23:56:04 +00:00
Ken Patel 864f8c4f08 BpDb - fix for call=True when bpdb is disabled 2010-06-07 23:05:09 +00:00
Abhishek Nath 752b75b733 When the audio manager isn't active we don't bother calculating the 3d audio 2010-06-05 02:07:44 +00:00
Darren Ranalli 5da54c6164 u2ascii: handle unicode and non-unicode strings 2010-06-05 01:34:04 +00:00
Darren Ranalli b539af35b7 utf-8 support for TT code redemption 2010-06-05 01:17:24 +00:00
Gyedo Jeon 0298cb57ff Added PROP_UI_TIME property type 2010-06-05 00:38:43 +00:00
David Rose cd3dfe6911 preserve PATH 2010-06-03 20:57:57 +00:00
Abhishek Nath 135b484657 Add missing libarary import and add a function to cleanup properly 2010-06-03 03:01:45 +00:00
Gyedo Jeon ccee14a50b Fixed a bug in flatten function definition 2010-06-01 20:52:57 +00:00
David Rose 37d7b762d8 I don't think we want p3dpython unless HAVE_P3D_PLUGIN is defined 2010-05-29 22:03:41 +00:00
David Rose d0bd8dc046 impossible things happen sometimes? 2010-05-28 16:58:31 +00:00
Chris Brunner 6b1b945a77 Use Dtool_PreloadDLL instead of __import__ for dll's 2010-05-27 23:54:00 +00:00
Josh Wilson 4d91590a26 adding ability to define specialized behavior for particular transitions 2010-05-26 21:38:14 +00:00
David Rose 7eff1b84ef link with p3tinyxml 2010-05-25 22:55:15 +00:00
David Rose aef517d779 minor typo 2010-05-25 20:53:55 +00:00
Chris Brunner 9c7242aff4 *** empty log message *** 2010-05-25 01:12:21 +00:00
rdb 4173057c26 Move tinyxml into the source tree, rather than using it as external library 2010-05-24 18:55:08 +00:00
Josh Wilson 68029c8607 adding 'done' line to garbage report 2010-05-23 04:33:50 +00:00
Ken Patel 5c7c8e70be bpdb - fix several bugs introduced with code restructure; add call=1 parameter 2010-05-20 23:29:38 +00:00
David Rose 2630c3bd50 don't import pdb up front to prevent a crash in the publish 2010-05-19 20:31:25 +00:00
David Rose be3a0f3520 fix setPlayRate() on running MetaInterval 2010-05-19 12:28:17 +00:00
Gyedo Jeon 385f6e5920 Removed default bitmask from persp coll plane 2010-05-18 01:09:31 +00:00
Gyedo Jeon d236032656 Added proper handling of camera rotation when the camera is underneath grid for new LE 2010-05-15 00:14:22 +00:00
Gyedo Jeon 07eda4ee55 Added flipped persp coll plane 2010-05-15 00:13:40 +00:00
Arkady Trestman b413bdbf5b installed wait cursor during load, save operations 2010-05-14 21:04:57 +00:00
Gyedo Jeon 0b713f0a95 Added systemLayersKeys list 2010-05-14 00:54:01 +00:00
Darren Ranalli 59dd9ef58a added to prevent garbage leaks 2010-05-14 00:25:39 +00:00
Arkady Trestman efb320b74c refactored code to decouple object construction from initializaion 2010-05-13 22:16:45 +00:00
Gyedo Jeon b9de3daa41 Restored removed codes by accident 2010-05-13 22:11:48 +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
Ken Patel 9586ccc1f6 bpdb 1.2 - Moved to BpDb.py; restructured code; added toggle/reset config; no longer strip AI/UD/OV from automatic cfg name; renamed bpGroup->bpPreset; 2010-05-11 19:59:40 +00:00
David Rose 24f0ffafc6 initialText should leave cursor at end of text 2010-05-10 21:08:36 +00:00
David Rose 4a637d0beb add noplugin_href 2010-05-08 17:54:43 +00:00
David Rose ee9d22148e fix mouse jumping in osx firefox 2010-05-08 14:57:57 +00:00
David Rose e2d7f9a871 protect from occasional crash in read_log() and friends 2010-05-07 23:26:25 +00:00
Darren Ranalli bd155bb2e3 disable-garbage-logging -> auto-garbage-logging 2010-05-07 23:13:27 +00:00
David Rose f58c5b591b compiler warnings 2010-05-07 22:59:08 +00:00
Darren Ranalli 294e536d65 make hotkey-driven garbage reporting dev-only 2010-05-07 22:50:23 +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
David Rose 91e6231a3c apply per-attrib override to TexMatrixAttrib also 2010-05-06 01:12:34 +00:00
Arkady Trestman 129f164f16 integrated selected obj parenting option 2010-05-05 22:35:30 +00:00
Ken Patel 64083938fa bpdb - handle exception caused when placing bp in a __init__ function 2010-05-05 17:39:55 +00:00
Arkady Trestman 062c2acf8e added addtional maya conversion 2010-05-04 02:37:13 +00:00
Gyedo Jeon 314afbab10 Added StartupError definition template 2010-05-04 01:31:13 +00:00
Gyedo Jeon 2bef5c7c49 Mader MayaConveter more generic 2010-05-04 00:11:27 +00:00
Gyedo Jeon 140d0ab80b Fixed a bug of overriding objDef.anims with wrong animDict values 2010-05-04 00:10:36 +00:00
David Rose b4f0247419 add -p pidfile 2010-05-03 21:28:50 +00:00
Zachary Pavlov fba184180e prevent a nasty gl/panda issue with buffers getting thrown off the card 2010-05-01 00:40:51 +00:00
Gyedo Jeon 6284b965fb Added updateModelFunction to ObjectBase model list could be updated dynamically 2010-05-01 00:40:23 +00:00
Gyedo Jeon cb769c21ac Added flattening call hook up 2010-05-01 00:38:46 +00:00
Gyedo Jeon 2ff1f376fa Fixed a bug in show panda object feature 2010-05-01 00:37:55 +00:00
Gyedo Jeon 3da573803f Removed forgotten breakpoint 2010-04-30 21:53:27 +00:00
Arkady Trestman 1710254709 initial commit 2010-04-30 02:02:36 +00:00
Ken Patel 07e9aa1811 Rope.getPoints returns points correctly spaced for curves whose knot values are outside of the range 0 to 1 2010-04-29 18:06:00 +00:00
Gyedo Jeon ecfa584a26 Made additional geometry for visual aid doesn't inherit object color and sceneGraph label updated after changing model 2010-04-29 01:29:58 +00:00
Darren Ranalli 9462d332dc upload client stack dump to event logs 2010-04-29 01:25:11 +00:00
Ken Patel ff599cf9ab bpdb - fix bpgroup static=1 behavior for when bpdb is disabled 2010-04-28 21:16:25 +00:00
Ken Patel 2b855884a0 bpdb - fix argument overrides for bpGroup 2010-04-28 17:54:22 +00:00
rdb 0be6d7ae10 Fix some pdeploy issues 2010-04-28 15:42:27 +00:00
David Rose eabeb00298 avoid hangup when installing packages 2010-04-28 01:09:59 +00:00
Mike Christel cb9504b1bc Copy *.ms as well as *.mel from \plugins 2010-04-27 17:30:08 +00:00
rdb 2c47ebfe5b Fix bug where invalid .debs are generated 2010-04-27 10:10:39 +00:00
Gyedo Jeon 6790b4ce26 Made object with animDict property be animated when created 2010-04-27 02:35:37 +00:00
rdb f85fe03335 Fix plugin compile issues on FreeBSD 2010-04-25 07:42:37 +00:00
Gyedo Jeon 3849b1221f Added feature to support model based anim list 2010-04-24 00:46:27 +00:00
Chris Brunner b10674ca81 Newer versions of emacs don't have this, but we still use it 2010-04-23 00:09:43 +00:00
Gyedo Jeon 69372ff216 Made parent can be passed to createFunction 2010-04-22 19:55:40 +00:00
Gyedo Jeon 33a875a170 Added propertiesMask feature 2010-04-22 08:52:29 +00:00
Ken Patel 259b3396a6 bpdb - bpGroup takes optional static parameter which will return a staticmethod rather than a normal function 2010-04-22 01:27:37 +00:00
Ken Patel 54e72e860b plugin - when adding timestamp to logfile names, now uses 1-12 for month rather than 0-11 2010-04-22 01:14:13 +00:00
Ken Patel 3895096d94 bpdb - 1.0 pass 2010-04-21 01:16:29 +00:00
Ken Patel 8697b40ccf bpdb - breakpoints default to cfg=module, grp=class, name=line number 2010-04-20 02:36:29 +00:00
Gyedo Jeon 905f339346 Allowed showBase to be created elsewhere 2010-04-19 22:37:16 +00:00
Ken Patel 8ca8e8bfc2 breakpoint - restructured breakpoint into bpdb 2010-04-19 19:11:34 +00:00
Gyedo Jeon b00c459d5b Added selectObjectCB function to be called from selectObject function 2010-04-17 00:10:54 +00:00
Gyedo Jeon 0b04414091 Made slider work with string value 2010-04-17 00:10:22 +00:00
Gyedo Jeon 63dc5cf077 Made model combo ui hidden when there is no models to be replaced 2010-04-16 18:28:19 +00:00
Gyedo Jeon 8cf77c9fb8 Added addHidden to add hidden objects 2010-04-16 18:27:39 +00:00
Ken Patel f99809fde9 breakpoint - Fix breakpointGroup behavior 2010-04-16 18:01:31 +00:00
Gyedo Jeon 865beb38f5 Added some codes to help dynamic combo UI 2010-04-16 07:29:22 +00:00
Gyedo Jeon 938d5fb27c Fixed a bug of undoing addNewObject 2010-04-16 07:26:40 +00:00
Gyedo Jeon 6f905b2834 Added support for dynamic combo UI 2010-04-16 05:14:04 +00:00
Darren Ranalli b03ce0ca94 added base.getAxes() 2010-04-15 23:29:00 +00:00
Ken Patel 067ca6c109 python breakpoint debugging system (in pythonUtils) 2010-04-15 18:56:37 +00:00
Gyedo Jeon acd4d5ed46 Added handling of model loading failure 2010-04-13 23:39:21 +00:00
Darren Ranalli 5f3cd68162 spec-by-disk off by default 2010-04-12 21:47:21 +00:00
Gyedo Jeon ddf0022ff3 Creating own log window to capture logs from wx.Log 2010-04-12 20:59:09 +00:00
Gyedo Jeon 1708bea71b Fixed bugs in undoing object deletion 2010-04-12 18:41:33 +00:00
Gyedo Jeon a5e19e546b Seperated WX UI Frame 2010-04-12 16:29:09 +00:00
Gyedo Jeon f88c515935 Made persp view only as default 2010-04-09 23:51:53 +00:00
Gyedo Jeon 3b7c98a5e1 Added generic wx panda frame 2010-04-09 23:27:04 +00:00
Gyedo Jeon d08be0d404 Replaced label of property pane 2010-04-09 17:08:15 +00:00
rdb 12e04d58f8 Fix packager warning 2010-04-09 13:30:06 +00:00
David Rose 1ef4137575 need a case-insensitive compare for filename collisions 2010-04-08 22:44:03 +00:00
David Rose 8a6acab786 cheesy Messenger workaround 2010-04-08 21:45:52 +00:00
Gyedo Jeon 36956aed7b Added grid snapping support for drag/drop object creation 2010-04-07 18:30:14 +00:00
Darren Ranalli 749cb5c059 added clamp as bound alias 2010-04-07 00:02:13 +00:00
Gyedo Jeon a01f540549 Added exception handling for no intersction at cursor position 2010-04-06 18:57:52 +00:00
Gyedo Jeon 4f3b7a5123 Added replace feature 2010-04-05 20:18:19 +00:00
Gyedo Jeon 218138274b Added feature to replace objects 2010-04-05 17:56:24 +00:00
rdb eee5764b82 Fix pdeploy error when there are dependency packages 2010-04-04 18:23:50 +00:00
rdb c13240819c makensis path may contain spaces (thanks to dittrich) 2010-04-04 12:20:43 +00:00
Zachary Pavlov 128097e19d Non scaled 2d nodes 2010-04-02 23:44:15 +00:00
Arkady Trestman aed4f7f0c5 removed debug break-in 2010-03-31 23:32:09 +00:00
Arkady Trestman 827585febc setting frame title now 2010-03-31 22:33:58 +00:00
David Rose 54fe2d800a CompanyName 2010-03-31 22:19:56 +00:00
David Rose c7ba043f54 don't continue plan (and crash) if it fails 2010-03-31 18:14:42 +00:00
Gyedo Jeon b04bd018f2 Fixed a typo 2010-03-30 23:18:18 +00:00
Gyedo Jeon 7338184e1a Added fix for new collidemask 2010-03-30 21:55:12 +00:00
rdb ebb725cbf4 Install *.sha files 2010-03-30 09:41:55 +00:00
Gyedo Jeon 53a1e0bf62 Made multiview camera/manipulation control using BitMask32.bit(21) 2010-03-30 02:19:21 +00:00
Gyedo Jeon 08a28d9ca7 Made arrow key events passed from wx to panda 2010-03-29 23:48:17 +00:00
Gyedo Jeon da1653f8b6 Made unused view stop rendering 2010-03-27 05:23:01 +00:00
Gyedo Jeon 3be7e31b30 Added menu for change 4-view layout 2010-03-27 02:33:32 +00:00
David Rose aa7f7a3e99 raise default maxDiskUsage 2010-03-26 22:26:07 +00:00
Gyedo Jeon 6eeafea9b3 Seperated getExtraSaveData function to pre and post 2010-03-25 06:06:53 +00:00
Gyedo Jeon 2eecb4e60c Removed unintended single quotes and added getExtraSaveData function 2010-03-25 05:51:29 +00:00
Gyedo Jeon 3de2269641 Added current file extension check 2010-03-25 03:31:33 +00:00
Gyedo Jeon 6180335879 Made grid snap option work with fXyzSnap flag 2010-03-24 20:33:30 +00:00
Gyedo Jeon d69d9961f8 Made ObjGen type object not be created 2010-03-24 18:03:17 +00:00
rdb 3815cc1229 Let's add panda3d.awesomium import convention 2010-03-24 07:47:18 +00:00
Gyedo Jeon 5b6ae0cb75 Added support for additional argument of update function to indicate it is not called from loading 2010-03-24 05:13:12 +00:00
Gyedo Jeon 87e588689f Added support for name in addNewObject function 2010-03-24 03:31:56 +00:00
Gyedo Jeon 3216e5c0b6 Fixed a typo 2010-03-23 21:27:10 +00:00
rdb 6132cfcadc Fix root_dir problems in pdeploy's standalone mode 2010-03-22 18:10:48 +00:00
rdb 7a33157f92 Revert some of my callable changes, I found out that old-style classes don't provide __call__ 2010-03-20 10:30:06 +00:00
David Rose b4900f139b ppackage -H is convenient 2010-03-20 00:45:00 +00:00
Zachary Pavlov 77318b23df hasattr(function, __call__) is not a valid callable check! use callable instead, which catches inittable objects 2010-03-19 22:49:24 +00:00
David Rose 599e8eff89 minor bugfixes 2010-03-19 22:36:27 +00:00
rdb ac1223d0da Ditch stuff like has_key and backticks 2010-03-19 10:32:09 +00:00
rdb b3e9fd9c30 Remove this ancient thing 2010-03-19 09:29:31 +00:00
Gyedo Jeon bd9e67ceda Added ObjectMgrBase class so game-specific ObjectMgr could be inherited from 2010-03-19 00:24:13 +00:00
Gyedo Jeon 448b975efe Made manipulating widget not be shown for unmovable objects 2010-03-16 18:59:05 +00:00
Gyedo Jeon 2561e86f4c Made transform object properties UI disabled for unmovable objects 2010-03-16 01:32:57 +00:00
Gyedo Jeon 28827cd5e3 Made duplicateObj function work with toontown 2010-03-15 21:00:16 +00:00
rdb f272169d11 /nonfatal flag for *.p3d 2010-03-15 07:55:12 +00:00
Gyedo Jeon d199a95664 Added Rename popup menu 2010-03-13 02:00:40 +00:00
Gyedo Jeon 3c5b129f40 Made protoPalette working with new PaletteTreeCtrl 2010-03-12 19:03:29 +00:00
Gyedo Jeon b6cc9c11a7 Added expand, collapse popup menu 2010-03-12 05:58:46 +00:00
Gyedo Jeon d49d251a96 Made selected node be shown 2010-03-12 05:30:21 +00:00
Gyedo Jeon 47f4e39de8 Added feature for importing toontown dna 2010-03-12 05:11:03 +00:00
Gyedo Jeon ae157e1b89 Removed temoporary collision node after use 2010-03-12 05:08:04 +00:00
Arkady Trestman 7a4348c985 refactored palette tree functionality into a separate class - PaletteTreeCtrl 2010-03-10 23:14:14 +00:00
Gyedo Jeon 2e9cf84f88 Made saved filename be current filename 2010-03-10 19:39:05 +00:00
Arkady Trestman 7a4844fa34 improved tree building performance 2010-03-10 02:10:06 +00:00
Ken Patel bc9a4e1db1 GIB - Clean up log output and check for log histories even if basename does not include a date. 2010-03-10 02:03:22 +00:00
Arkady Trestman d97bdd1440 improved object palette tree loading time 2010-03-10 00:15:58 +00:00
David Rose 30dddab983 remove troublesome assert 2010-03-08 20:13:20 +00:00
Gyedo Jeon a89c2f5621 Adde contextMenu system 2010-03-06 02:48:15 +00:00
rdb a78a262b16 Fix non-debug library imports on Windows 2010-03-05 07:53:54 +00:00
rdb 813000b2cc Reliable rmtree on Windows 2010-03-05 07:46:39 +00:00
Gyedo Jeon 00c70c2615 Added popup menu to viewport 2010-03-04 18:37:04 +00:00
Gyedo Jeon 5f662a84ef Added popup menu to sceneGraphUI 2010-03-04 18:36:16 +00:00
rdb 1df1eb4f3e recognize verify_contents token 2010-03-04 18:10:44 +00:00
David Rose 34d84ea813 use coordinate-system-independent vectors 2010-03-04 17:50:56 +00:00
David Rose c6120c1ec1 writeConfigXml 2010-03-03 23:11:59 +00:00
David Rose 991d5179a3 add __enter__ and __exit__ 2010-03-03 18:32:46 +00:00
Gyedo Jeon 12928eb9b5 Made reset be called when editor is started 2010-03-03 01:25:12 +00:00
Arkady Trestman f3a8f95316 now sorting alphabetically and in original order 2010-03-02 23:21:07 +00:00
David Rose 108b2af944 os.rmdir() isn't reliable on windows 2010-03-02 23:18:38 +00:00
Gyedo Jeon 88552b956c Added a list to keep object palette order 2010-03-02 22:31:00 +00:00
Arkady Trestman b550c5c0a4 added alphabetical tree-node sort 2010-03-02 03:45:55 +00:00
David Rose 6d64fbeb5f shutil.rmtree() not reliable on Windows 2010-03-02 02:17:47 +00:00
David Rose 6a2cb24ecf RT_forget_package 2010-03-02 01:39:34 +00:00
David Rose b4927284b5 automatic package management 2010-03-01 23:15:31 +00:00
David Rose e68e597b6a more verbose error messages 2010-03-01 19:06:12 +00:00
Gyedo Jeon 78942f54ae Made reset festure could be canceled 2010-02-26 20:44:16 +00:00
Gyedo Jeon 33eda44d11 Added temporary hack for undo related bug 2010-02-26 20:28:17 +00:00
Gyedo Jeon 080a62753a Made keyevent unbound when gridSize UI is on 2010-02-26 20:27:53 +00:00
Ken Patel 97a1724005 Rope.py usage comment correction 2010-02-26 20:06:24 +00:00
Gyedo Jeon a926640f1a Added key down, up event binding 2010-02-26 20:05:51 +00:00
Ken Patel d23e0af3ca TF - holidayManagement page sorts configs & highlights holidays with names that start with an asterisk 2010-02-26 19:56:12 +00:00
Gyedo Jeon 3ad321eebd Changed edit button position in hotkey UI 2010-02-26 19:09:10 +00:00
Gyedo Jeon a20bd77706 Made camera rotate around center of persp view in new LE 2010-02-26 18:48:03 +00:00
Gyedo Jeon ffee5a7d56 Fixed a bug in undo for deletion 2010-02-26 02:01:58 +00:00
Gyedo Jeon d105aa08ea Made iRay sorted to find proper hit 2010-02-26 01:51:00 +00:00
Gyedo Jeon 17f4adb518 Made persp camera properly be reset 2010-02-26 01:05:50 +00:00
Gyedo Jeon 29d6242dff Added status readout, confirm to save when reset 2010-02-25 22:21:57 +00:00
rdb d3e12cde87 Fix division by zero when resizing the window to 0 size 2010-02-25 17:21:48 +00:00
Gyedo Jeon 1fba319d67 Made hotkeys be shown in menu item 2010-02-25 02:25:04 +00:00
Gyedo Jeon ae1f9ee618 Added more hotkeys for new LE 2010-02-25 02:23:30 +00:00
Gyedo Jeon 5b4dc58c96 Allowed quit function could be called outside from menu 2010-02-25 02:22:42 +00:00
David Rose 02960fbddf true_file_io 2010-02-24 23:34:26 +00:00
Gyedo Jeon 91f365e629 Added a hotkey for make live feature 2010-02-24 22:55:18 +00:00
Gyedo Jeon f8d731e922 Made object to be appeared on grid if added ouside of current live object 2010-02-24 22:54:55 +00:00
Gyedo Jeon 159f878ef3 Added make live feature to make an object a base object to add another object 2010-02-24 21:50:23 +00:00
David Rose 3cf40a0a28 support glob for vfs 2010-02-24 01:58:36 +00:00
Gyedo Jeon a252c1010d Fixed an issue of deletion from scenegraph 2010-02-24 01:45:20 +00:00
Gyedo Jeon 4fca72f556 Halted key event passing during hot key editing 2010-02-23 23:08:58 +00:00
Arkady Trestman 6ca5e143f1 correcting some item selection and deleting issues 2010-02-23 22:14:10 +00:00
David Rose ca0675d20d fix sys.path issues within finding implicit modules using module() or mainModule() 2010-02-23 22:12:22 +00:00
David Rose 23d5b8e3b5 mount p3d files at cwd, not at /mf 2010-02-23 22:04:03 +00:00
David Rose 2eaf5a88b5 allow ppackage to drop p3d files into the current directory by default 2010-02-23 21:41:58 +00:00
Gyedo Jeon 9bb860ea1e Simplified how hotkey is handled 2010-02-23 19:59:03 +00:00
Gyedo Jeon 35dd9e3e18 Added feature to bypass keyevent from wx to panda 2010-02-23 19:58:19 +00:00
David Rose 727b2ca5a9 don't report error messages for panda3d.blah 2010-02-23 00:44:29 +00:00
Gyedo Jeon dd71475227 Added hotkey for new LE duplicate function 2010-02-22 22:42:35 +00:00
Gyedo Jeon e3272b9610 Removed unnecessary import 2010-02-22 18:36:37 +00:00
David Rose 5150c70bfa openssl version 2010-02-22 00:17:59 +00:00
David Rose 45dd1457c9 revert implicit request_State and demand_State methods after reconsideration 2010-02-19 20:08:46 +00:00
Gyedo Jeon 7d72196ccf Updated to be inheritable 2010-02-19 20:07:20 +00:00
Gyedo Jeon de1e105e82 Updated to be inheritable 2010-02-19 19:46:50 +00:00
Gyedo Jeon f9f5eeb85e Polished multiview camera control 2010-02-19 18:52:02 +00:00
Gyedo Jeon 7f6b94eba1 Updated to be compatible with new LE multi view control 2010-02-19 18:51:04 +00:00
Josh Wilson f4e55629fa adding getCurrentStateOrTransition() 2010-02-19 02:01:15 +00:00
Josh Wilson 1f4bc1cc1c in report print return val unless it's None 2010-02-18 21:33:13 +00:00
David Rose 430800a43e first attempt to fix deadlock on Pirates launch 2010-02-18 02:14:53 +00:00
David Rose 29b376c1e3 smooth out package transitions by threading uncompress and unpack 2010-02-16 21:55:31 +00:00
David Rose 4b5e28fa11 add xml files 2010-02-15 17:27:23 +00:00
David Rose 0a15bf1fe9 minor typo 2010-02-13 17:10:55 +00:00
David Rose 58f83fce39 fix redundant onDownloadBegin() message 2010-02-12 20:06:28 +00:00
rdb 33653fd957 Include logging.handlers, logging.config, etc as well 2010-02-12 15:46:42 +00:00
Arkady Trestman 4bcd3501f9 fixed a typo 2010-02-12 01:39:40 +00:00
Gyedo Jeon 71faad0cb5 Added grid attr to WinControl 2010-02-12 01:12:17 +00:00
Arkady Trestman f59e128425 simplified drag and drop... 2010-02-11 20:31:12 +00:00
Gyedo Jeon 0b94f14dbf Added option for text control size 2010-02-11 01:21:07 +00:00
Abhishek Nath bc9905db90 Add buttons to move back and forth an animation on a frame by frame resolution 2010-02-11 00:53:55 +00:00
Gyedo Jeon 98b1526ea6 Added notebooks to left and right bar frames 2010-02-11 00:17:07 +00:00
Gyedo Jeon a8e3a84af8 Made new object will be created at the cursor position 2010-02-10 23:05:04 +00:00
Arkady Trestman ced029315a corrected minor deletion issues 2010-02-10 22:38:20 +00:00
David Rose f6f9e269f4 introduce stdpy.pickle module with support for common-node NodePaths within a pickle stream 2010-02-10 19:43:58 +00:00
Gyedo Jeon 925460b124 Made property update undoable 2010-02-10 19:16:46 +00:00
Arkady Trestman 5f87d44463 implemented undo for ScheneGraphUI 2010-02-10 19:06:39 +00:00
David Rose 73943dd77e taskMgr.getCurrentTask() 2010-02-09 20:15:31 +00:00
David Rose 7c3bd0bd8d reduce end-of-phase chugs 2010-02-09 19:51:20 +00:00
rdb 381f89d8ea Uh, oh, let's keep backward compatibility for base.mainDir 2010-02-09 19:09:05 +00:00
rdb a2faefb748 ShowBase, stop butchering the perfectly fine MAIN_DIR that was already set by ExecutionEnvironment! 2010-02-09 19:07:08 +00:00
Ken Patel 6dbdcbf628 Holiday Management page unique coloring for holiday configs 2010-02-09 02:13:52 +00:00
David Rose 211116b6cc time download better--not from beginning of p3d file 2010-02-08 22:41:11 +00:00
David Rose 8de216ed0c switch packages within one frame if possible 2010-02-08 20:13:58 +00:00
rdb c1b4c11adf Forgot to update this file 2010-02-06 17:34:07 +00:00
Gyedo Jeon fd7bf04577 Added undo for selection and object transform 2010-02-06 02:24:34 +00:00
Gyedo Jeon c3b70b120d Added support undo selection in new LE 2010-02-06 02:23:50 +00:00
David Rose 1438fa0078 explicitly assign base, so we can get it even if it gets shadowed 2010-02-06 02:17:45 +00:00
Arkady Trestman a8e0db164a added suport for multi selections, and object deletions in the sceneGraphUI 2010-02-06 02:13:33 +00:00
Arkady Trestman 055af9db0b added support for selections from leveleditor panes 2010-02-06 02:12:01 +00:00
Arkady Trestman 0cc987d0b7 added label editing capability 2010-02-05 22:14:22 +00:00
Arkady Trestman d71ea75038 added objects renaming capability 2010-02-05 22:13:49 +00:00
Gyedo Jeon f8fe9ef9f6 Added feature to import Maya file, undo/redo for object deletion 2010-02-05 01:12:21 +00:00
Arkady Trestman c62725336f update the datamodel structure 2010-02-05 01:03:02 +00:00
Gyedo Jeon 4c0c50b952 Fixed scene graph hierarchy change problem when there is _ in the name of object 2010-02-04 22:56:05 +00:00
Darren Ranalli 37e5bd98f7 added doFindAllInstances 2010-02-04 22:20:48 +00:00
David Rose aae5068ad3 smooth out remaining-time prediction 2010-02-04 02:03:06 +00:00
David Rose e775c9f307 fix safari crash with shift key 2010-02-04 00:45:50 +00:00
Gyedo Jeon bdf9439075 Made manipulating widget shown on top of the object 2010-02-03 22:11:43 +00:00
Gyedo Jeon d5cb8815ae Fixed active viewport transition glitches 2010-02-03 21:52:28 +00:00
Arkady Trestman 1ce7aad524 work in progress... 2010-02-02 03:27:16 +00:00
Gyedo Jeon 8d085f039b Added LevelLoader to help users load Level Editor data in game 2010-02-02 01:43:49 +00:00
Gyedo Jeon 461b684243 Made current anim value right 2010-02-02 01:43:12 +00:00
Gyedo Jeon d020a8bbb7 Made animNames can be defined in objectPalette 2010-02-02 01:30:44 +00:00
Gyedo Jeon cf13954411 Reversed position of front camera to face with default models 2010-02-01 23:53:36 +00:00
Ken Patel ce79ab1718 Reverse order in which history logs are appended to a log 2010-02-01 19:34:16 +00:00
rdb 7c8e3281e2 Ship .p3d as well 2010-01-31 13:16:49 +00:00
Gyedo Jeon 312944e2f7 [wip] undo/redo system 2010-01-30 02:14:47 +00:00
Gyedo Jeon a71b73be18 Added hotkeys for new LE 2010-01-30 02:08:20 +00:00
Gyedo Jeon b01ea267c2 Finished adding RGBA attribute to object data structure 2010-01-29 23:05:13 +00:00
Gyedo Jeon b60fa8ff04 Added RGBA attribute to object data structure 2010-01-29 22:32:25 +00:00
Gyedo Jeon ce084c9a02 Made color picker window position saved, fixed a bug of keep opening color picker window when selection is changed 2010-01-29 19:59:23 +00:00
Gyedo Jeon 4e7076802d Added UI for color scale property 2010-01-29 02:44:40 +00:00
Gyedo Jeon 5ea48833dd replaced tab with spaces in data file 2010-01-26 01:58:16 +00:00
Gyedo Jeon 64c08313bd Made LE data can be loaded outside of LE 2010-01-26 01:42:59 +00:00
Gyedo Jeon e36c303ce7 Made LE data can be loaded outside of LE 2010-01-26 01:25:50 +00:00
Gyedo Jeon 6b22e16a51 Made LE data can be loaded outside of LE 2010-01-26 01:21:23 +00:00
Gyedo Jeon bf3daf54a1 Prohibited duplication in importing proto data 2010-01-26 01:20:15 +00:00
rdb bb1ea5ebd3 New artwork from Gogg 2010-01-23 11:52:03 +00:00
Zachary Pavlov 679a3782e6 phase 1 of ship cleanup 2010-01-22 22:41:39 +00:00
Gyedo Jeon 821656be00 Added [WIP] ProtoPalette 2010-01-22 00:11:18 +00:00
Darren Ranalli dbc4e3edf4 prevent parentMgr crashes 2010-01-21 02:29:04 +00:00
rdb f33b2e1da4 Let's not add the Panda3D Runtime to PATH, instead, let's locate it in registry 2010-01-20 14:35:00 +00:00
rdb 6f7fb99c1c Add panda3d.exe and stuff to the PATH on Windows 2010-01-19 18:10:30 +00:00
rdb 747b804518 dos2unix 2010-01-19 17:44:44 +00:00
rdb 3952960acf Better solution for p3dWrapper on windows 2010-01-19 15:11:12 +00:00
rdb a1d6158720 make this valid C++ also 2010-01-16 19:48:35 +00:00
rdb b1866def94 Various fixes to p3dWrapper 2010-01-16 15:58:17 +00:00
rdb f4a06bca9f New p3dWrapper executable that simply locates the .p3d file on the PATH and passes it to panda3d(.exe) 2010-01-16 15:02:17 +00:00
enn0x 1a4d47235b Added PhysXDevice.dll and CUDA RT to package physx 2010-01-16 14:17:13 +00:00
rdb ab8123dc68 Fix html mode, also valid xhtml transitional 2010-01-16 12:01:49 +00:00
rdb fc57460e02 Fix twisted import issues 2010-01-16 09:29:46 +00:00
rdb 843dc3daa7 Compile fix for non-windows systems 2010-01-16 09:01:38 +00:00
Ken Patel 8dc84e42d8 implement log_history functionality 2010-01-16 01:31:03 +00:00
David Rose d18f226684 fix python subdirectory issue 2010-01-15 19:32:29 +00:00
David Rose 87baa4aab4 allow panda3d -P from a background shell on mac 2010-01-15 05:07:01 +00:00
David Rose a2c72d20d6 uniquify p3d-setup.pkg for Snow Leopard 2010-01-15 00:29:19 +00:00
David Rose 1992b3b1c4 separate out make_xpi.py 2010-01-14 22:46:50 +00:00
David Rose bc329adaef no more dmg needed 2010-01-14 21:38:32 +00:00
David Rose 7d500fe372 search PLUGIN_IMAGES 2010-01-14 21:08:40 +00:00
David Rose b804c8407a search $PLUGIN_IMAGES too 2010-01-13 23:56:41 +00:00
David Rose 01ac73fc87 add --cab 2010-01-13 21:02:30 +00:00
David Rose 4d872ca9c7 options to report version string, etc. 2010-01-13 20:37:47 +00:00
Gyedo Jeon 385249cfa2 Added a feature for chaning label textBG 2010-01-12 17:06:32 +00:00
David Rose 4422db649b add gui-popup 2010-01-12 15:37:56 +00:00
David Rose a80a065d6d pass appRunner.logDirectory 2010-01-12 00:52:43 +00:00
David Rose b25d059474 expand get_log() etc. 2010-01-11 21:15:11 +00:00
David Rose 1131b0b2c2 don't attempt to build p3dembed without p3d_plugin_static 2010-01-11 20:39:27 +00:00
rdb 3fa22028ac not perPlatform, prep, and libssl0.9.8 dep 2010-01-11 11:29:58 +00:00
Arkady Trestman eff462f13f fixed reinit race condition 2010-01-11 05:02:28 +00:00
David Rose 7c73b6a661 P3D_PLUGIN_MT 2010-01-08 23:46:40 +00:00
David Rose 44c8c87d25 plugin must be called an 'extension' rather than an 'item' for FF to recognize the update.rdf 2010-01-08 00:14:38 +00:00
rdb 55ba9a1b3d p3dembed --prep 2010-01-06 09:36:52 +00:00
David Rose 985326f33a revert accidental commit 2010-01-05 02:11:30 +00:00
David Rose a15108cbc5 make p3dembed work on linux 2010-01-05 02:04:48 +00:00
David Rose 0d13a968db compilation issue 2010-01-05 01:16:41 +00:00
David Rose b1bfc2bcb9 run p3dembed successfully on osx 2010-01-05 01:11:25 +00:00
David Rose c1bdd28ce6 compilation issues 2010-01-05 00:58:45 +00:00
David Rose 252ab80b3e missing file 2010-01-05 00:57:55 +00:00
David Rose fad81481b4 build p3dembed with ppremake system 2010-01-05 00:55:39 +00:00
rdb c5e6e3b556 python 2.6, not 2.5 2010-01-03 20:54:17 +00:00
David Rose 9620592938 stop_on_ready 2010-01-03 17:31:32 +00:00
rdb ccc9b30614 Oops, remove debug print 2010-01-02 18:58:13 +00:00
rdb d71dbd55be Add base.pixel2d for pixel-perfect coordinates 2010-01-02 18:51:06 +00:00
rdb f94344fb70 Fix permissions of deb structure in postinst script 2010-01-02 15:28:48 +00:00
Josh Wilson a868f0c447 clearing the straight-line sailing bonus when stepping off the wheel of a ship 2010-01-01 00:11:52 +00:00
rdb 4a36bb7093 pdeploy bugfixes for OSX 2009-12-31 10:22:32 +00:00
rdb c6ab7cf5e5 Don't use appRunner's host, it doesnt have perPlatform = True 2009-12-31 08:45:04 +00:00
rdb 87dcb059cd Bugfix for pdeploy -s 2009-12-31 08:44:12 +00:00
David Rose 93726b88c1 reload crashes 2009-12-31 02:16:24 +00:00
David Rose 52b1a2af67 fix crash on page reload 2009-12-30 23:49:31 +00:00
rdb 7bb169dc1a Add PandAI package 2009-12-30 19:08:17 +00:00
rdb 0f65870a60 import panda3d.ai imports libpandaai 2009-12-30 16:05:10 +00:00
rdb 7363098027 Loads of new improvements to pdeploy. It can now automatically stuff required packages into the installer, so that no internet connection is needed to run the resulting games 2009-12-30 15:35:01 +00:00
David Rose a180898666 fix crash at shutdown 2009-12-30 01:18:44 +00:00
David Rose 5f4c4670bd lower-impact asynchronous download 2009-12-29 22:52:24 +00:00
rdb 5cc578f524 Forgot to check in this one 2009-12-29 14:02:33 +00:00
rdb 2e92f47bb5 Well-working stable screen-space ambient occlusion 2009-12-29 12:36:57 +00:00
Gyedo Jeon 8bed6e9122 Added setAsTarget attrib 2009-12-28 21:58:38 +00:00
David Rose 50b9e51aa6 fix shutdown while downloading 2009-12-28 21:16:56 +00:00
David Rose a5303df87a minor fix for pre-mt.exe compilers 2009-12-28 21:14:41 +00:00
enn0x 3c680af9b5 Package-definition for physx. 2009-12-28 11:46:33 +00:00
rdb acb7eae95a Don't try to determine hostDir if it was provided 2009-12-28 08:32:24 +00:00
rdb 72184bcf16 Allow root_dir to be specified relative to the executable 2009-12-27 15:40:19 +00:00
rdb bc055e2d9f Let's pass root_dir as token, rather than trying to guess it 2009-12-27 15:34:44 +00:00
David Rose a53c0b1b59 rootDir = xxx 2009-12-27 01:25:46 +00:00
rdb 2891b585b0 Custom root_dir functionality 2009-12-26 20:08:36 +00:00
rdb a03449d433 Automatic location of local-mirror for p3dembed 2009-12-26 10:03:48 +00:00
rdb 22ede6e888 Create libx11-6 dependency 2009-12-26 09:07:29 +00:00
rdb 0f1a3e13d7 pdeploy is now fully working for all platforms, I think. 2009-12-25 20:35:43 +00:00
rdb 78a557f4ec Working support for creating .pkg installers 2009-12-25 19:50:51 +00:00
rdb 940265ffcb Add code to automatically pick up dependent assemblies and their dependent files 2009-12-25 17:39:47 +00:00
rdb 2ff1e3221a I think pdeploy is now fully working for windows 2009-12-24 19:43:59 +00:00
rdb 046ffd31a4 Sorry, my mistake *me hides in shame* 2009-12-24 19:35:15 +00:00
rdb a9ae9b1d4c None -> False 2009-12-24 19:32:02 +00:00
David Rose b9d3842380 add perPlatform option 2009-12-24 19:27:13 +00:00
rdb f5ef0fb7e1 Add required dependencies for .deb 2009-12-24 10:34:27 +00:00
Arkady Trestman 1611842d46 added layer objects hiding functionality 2009-12-24 02:11:24 +00:00
David Rose 0592074c95 fix compiler warnings 2009-12-23 20:27:27 +00:00
rdb a737a35314 More pdeploy stuff. 2009-12-23 20:23:52 +00:00
rdb 36cd79a82f Fix splash window placement on OSX 2009-12-23 20:16:19 +00:00
rdb 3a28c9c1ed pdeploy working for deb's 2009-12-23 11:26:11 +00:00
rdb b9821f1df8 pdeploy is working for standalone executables now 2009-12-23 10:35:04 +00:00
Arkady Trestman fa965060c1 instrumented persistence for layer editor 2009-12-23 04:37:54 +00:00
David Rose 539b132333 more minor fixes 2009-12-23 04:36:53 +00:00
David Rose 99cb64b1d0 avoid initial frame flicker 2009-12-23 04:04:32 +00:00
David Rose ecdbac1a2a fix snow leopard issues some more. yeesh. 2009-12-23 03:42:41 +00:00
David Rose cd3f17bb9b remove linux from xpi 2009-12-23 00:33:52 +00:00
David Rose ac9412983c bigendian issues 2009-12-22 22:48:00 +00:00
David Rose 170286140b cleanup 2009-12-22 22:33:06 +00:00
Ken Patel 045459f848 AppRunner calls web embedded windowProperties.setFullscreen(False) (fixes logout from fullscreen crash) 2009-12-22 22:20:53 +00:00
David Rose db637e7f83 build on 10.4 2009-12-22 22:20:26 +00:00
David Rose 708d5e37fb stability fixes for snow leopard 2009-12-22 21:15:14 +00:00
rdb 66c231e97f Fix an error 2009-12-22 19:22:27 +00:00
David Rose d1dd45c29d factor out CGImageRef etc., instead of recreating it every frame 2009-12-22 15:44:46 +00:00
David Rose 2fecaa6173 build issues 2009-12-22 15:11:04 +00:00
David Rose dd007746b5 finally committing that blooming snow leopard support 2009-12-22 15:07:14 +00:00
David Rose b2e2877d89 allow HostInfo.getPackages() to return all platforms; fix some other package-referencing issues 2009-12-22 15:02:20 +00:00
David Rose 46751b1cc4 don't fail too early due to p3dcert 2009-12-22 03:15:55 +00:00
Abhishek Nath f859cf502d Send a message when music has been enabled so that the game can appropriately choose what music to play 2009-12-22 03:10:40 +00:00
David Rose 3627e9ff2c whoops, fix startup order dependency 2009-12-22 02:58:10 +00:00
Arkady Trestman 707bfa14fa getsavedata 2009-12-22 02:07:39 +00:00
Arkady Trestman bac82f9e89 initial commit 2009-12-22 01:34:32 +00:00
David Rose 029eb75f78 crash fix on exit 2009-12-21 23:31:47 +00:00
David Rose 56bbb780ee set_failed on p3dcert failure 2009-12-21 20:04:03 +00:00
David Rose e2a393cb57 clean up start directory too 2009-12-21 20:01:47 +00:00
David Rose b367af397d version reporting 2009-12-21 18:54:53 +00:00
David Rose 6c0957c21a build win32 2009-12-21 18:08:46 +00:00
David Rose c60b5e7b6e minor refinement 2009-12-20 18:59:18 +00:00
David Rose fd6e2fc82a uninstall good 2009-12-20 18:29:25 +00:00
David Rose 38d3eda196 more uninstall stuff 2009-12-20 01:04:49 +00:00
David Rose 39a745bdaa protect for threading 2009-12-19 07:19:38 +00:00
David Rose 85702cf2f8 flushTask in its own thread 2009-12-19 06:05:44 +00:00
David Rose 6eba1cf08a guarantee proper ordering of download phases 2009-12-19 03:38:03 +00:00
David Rose 74264f850f utf-8 2009-12-18 23:48:26 +00:00
David Rose 1d7fd44214 uninstall wip, utf-8 2009-12-18 23:42:09 +00:00
rdb 74072522d5 Fix for windows. Sheesh, they don't seem to provide stdint.h. 2009-12-17 16:27:05 +00:00
Przemyslaw Iwanowski 3e91321b54 crash fix 2009-12-16 22:54:49 +00:00
David Rose 7042dd6c69 build error 2009-12-16 20:21:10 +00:00
rdb 81cf02772a Fix windows compilation error 2009-12-16 18:39:04 +00:00
rdb eb16fccbf5 A window position of (-1, -1) will mean to let the WM choose a default position, and with (-2, -2) the window will be centered on screen. 2009-12-16 09:37:43 +00:00
David Rose c279dedce1 store timeManager 2009-12-15 18:36:49 +00:00
David Rose 15e2d85115 reserveDoId 2009-12-15 16:32:39 +00:00
David Rose 9d374b35a2 remove paste-buffer error 2009-12-15 02:39:41 +00:00
David Rose ff1308580d show install label for p3d file 2009-12-15 02:01:03 +00:00
David Rose c0c94ad612 one dialog at a time in p3dCert 2009-12-15 00:28:55 +00:00
David Rose 6d07d897a8 paste-buffer error 2009-12-15 00:28:13 +00:00
David Rose 6758007d8a report p3dinstance startup 2009-12-14 23:44:56 +00:00
David Rose af5efe447e support older plugins that don't set p3d_offset 2009-12-14 23:13:10 +00:00
David Rose 3aff00973c gui_app not a good idea to default 2009-12-13 23:04:24 +00:00
David Rose 716ac1aa10 fix splash_img vs. noplugin_img 2009-12-13 22:10:08 +00:00
rdb d3b0048cd7 Let's remove pyOpenCL for now until we really need it. it gives me a headache 2009-12-13 11:14:44 +00:00
David Rose ca5f030cc1 TTF extensions are often capitalized 2009-12-13 07:21:08 +00:00
David Rose 5d8b61ca86 PGFrameStyle::T_texture_border 2009-12-13 07:20:23 +00:00
David Rose 08a4e29993 allow empty *_img to mean default 2009-12-12 22:16:21 +00:00
rdb 9e06342b65 Sheesh, we need to add all the PIL modules separately 2009-12-12 20:27:44 +00:00