Commit Graph

3967 Commits

Author SHA1 Message Date
Josh Yelon 4546fcaf38 Changed libdirect to libp3direct, with fallback 2007-02-09 18:05:30 +00:00
Josh Wilson 2fe2b81da5 OdeJoint extension definitions 2007-02-09 17:52:18 +00:00
Darren Ranalli efea7190c2 prevent hang when another py buffer is at the prompt 2007-02-09 06:14:29 +00:00
David Rose 46e3aa267c temp workaround 2007-02-08 22:00:14 +00:00
David Rose 730446fdaa build for osx 2007-02-08 21:18:16 +00:00
David Rose 0be53cccf6 interrogate changes: respect const, use Python names in diagnostic messages 2007-02-08 20:15:54 +00:00
Darren Ranalli 7cb8c25720 make enter halt current py buffer, C-enter halt all 2007-02-08 19:02:29 +00:00
Darren Ranalli facf4c95e5 added single-buffer ctrl+enter Python halt 2007-02-08 05:36:11 +00:00
Josh Yelon 1c6caa4e55 Replaced HAVE_DX with HAVE_DX8 and HAVE_DX9 2007-02-07 22:09:07 +00:00
Josh Wilson 26e87e17a3 removing unused function delete() from controls 2007-02-06 23:23:42 +00:00
Josh Wilson c56249dd2f control manager now cleanly removes its controls during delete() 2007-02-06 22:30:32 +00:00
David Rose c373e91564 make smoothmover parameters be instance variables 2007-02-06 17:27:09 +00:00
aignacio_sf 07776f816b Prevent free twice. 2007-02-02 05:41:55 +00:00
Redmond Urbino 60b62dd82f when destroying a gui object, properly destroy it's child gui objects 2007-02-02 03:10:12 +00:00
Darren Ranalli e37af2fe40 messenger hook cleanup 2007-01-31 04:42:08 +00:00
aignacio_sf 8a0a85a3a7 Explicitly set nurbs order to 4. 2007-01-31 04:20:31 +00:00
aignacio_sf 91ceb9fb26 Add config to motiontrail. 2007-01-31 04:18:41 +00:00
John Loehrlein 4a8441aa6e avatar handle message types 2007-01-31 02:10:55 +00:00
David Rose 134d849b52 build on Linux 2007-01-30 23:51:31 +00:00
Darren Ranalli ebd1a01733 added creation stack trace to all GUI items in __debug__ 2007-01-30 21:51:16 +00:00
aignacio_sf 2d7f2f3d09 Integrate CMotionTrail. 2007-01-30 20:00:59 +00:00
aignacio_sf 2824be457a Add cMotionTrail.cxx, cMotionTrail.h 2007-01-29 23:52:29 +00:00
aignacio_sf 9c9101452d Add comments, formatting, cleanup, ... 2007-01-29 23:49:44 +00:00
Darren Ranalli 9449c113df added pivotScalar, rad90/180/270/360 2007-01-29 23:17:08 +00:00
Zachary Pavlov a47ddd8505 new ship controls! 2007-01-28 04:49:38 +00:00
Joe Shochet ff591b45e4 *** empty log message *** 2007-01-28 00:03:33 +00:00
Josh Wilson d25dbb573b fixed collison bitmask issues 2007-01-27 04:42:41 +00:00
aignacio_sf 2399409e8f Somewhat working version. Still needs work, formatting, comments, ... 2007-01-27 04:26:57 +00:00
Samir Naik 2dce28d6f1 removed demo hacks 2007-01-27 01:59:19 +00:00
Samir Naik ff4eba0179 added want-demo-hacks 2007-01-27 01:56:41 +00:00
aignacio_sf 51c77e34ee Preliminary version. Still needs lots of work! 2007-01-27 00:58:53 +00:00
Joe Shochet 593c0836b6 moved some code to base class, asserted some debugs 2007-01-26 06:18:10 +00:00
Redmond Urbino 4fc2782a32 cleanup all leaking events that I get when I do a simple login then logout 2007-01-26 04:08:59 +00:00
Darren Ranalli 8f59fd735b makeList, makeTuple in __builtin__ 2007-01-26 02:58:09 +00:00
Darren Ranalli d265ae2a61 added notNone, put clampScalar in __builtin__ 2007-01-26 01:30:12 +00:00
Darren Ranalli 35cefd4463 add bound and lerp to builtins 2007-01-25 18:51:01 +00:00
Josh Wilson 6e32e478cf ships now have their own control manager that the avatar uses when he takes the wheel 2007-01-25 05:24:40 +00:00
Redmond Urbino f4d998e214 add getCurrentFrame, used in toontown vine game 2007-01-24 23:05:55 +00:00
aignacio_sf ac014bcf3e fix error 2007-01-24 02:53:23 +00:00
David Rose fc20b0248e add per-vertex thickness 2007-01-23 19:41:04 +00:00
Darren Ranalli 15084cebd9 removed 4x speed multiplier for boats 2007-01-23 18:18:29 +00:00
David Rose e4c789b01d add default parameter 2007-01-23 17:47:48 +00:00
Zachary Pavlov 3eb4b0d3de pstats tasks now doesn't shoqw igLoop 2007-01-22 22:29:39 +00:00
Zachary Pavlov 304f29a4e2 shippilot2 is safe with new ships 2007-01-22 22:29:07 +00:00
Zachary Pavlov 6f36914330 actor now has a nicer function than flush for clearing combined actors 2007-01-22 22:28:42 +00:00
Darren Ranalli 0c9ebbc8d1 added iterator for Enum 2007-01-22 18:50:03 +00:00
Josh Wilson 8ca7cdcaa3 reset _timeoutCount as well 2007-01-18 22:18:04 +00:00
Josh Wilson 3f498d6ee8 Async requst now restart timer if it re-submits a request in finish(). Also, will 'fake' timeout 2 times before calling the final timeout(). This allows us to see timeouts on the server and only timeout() for the most serious of problems. 2007-01-18 22:08:51 +00:00
Joe Shochet 91383bf77f gui elements now show their class name in their node name 2007-01-18 02:02:41 +00:00
Darren Ranalli 8e40eec7de added ScratchPad.destroy() 2007-01-18 01:27:50 +00:00