13712 Commits

Author SHA1 Message Date
Asad M. Zaman
0dfb31f129 update on spam message 2008-07-12 01:42:02 +00:00
Samik Bhowal
99bbf03b7d Jump for the 2D game is much more responsive, and instantaneous. 2008-07-11 21:37:47 +00:00
Zachary Pavlov
e19ff9aa06 event loop over message 2008-07-11 20:30:00 +00:00
Darren Ranalli
ba790dbba1 crash on duplicate owner generate 2008-07-11 18:52:45 +00:00
David Rose
4187bbd8bf proper mem accounting 2008-07-10 22:48:16 +00:00
David Rose
1595033587 support _d 2008-07-10 21:40:25 +00:00
David Rose
617f8c31df multiple vertex paging threads 2008-07-10 21:13:57 +00:00
Josh Wilson
9fcac8b39c replacing particleEffect.cleanup() with particleEffect.disable() in ParticleInterval.cleanup(). This should allow us to reuse pooled effects in subsequent different particle intervals. Also, printing a more helpful error message when trying to use an already cleaned up ParticleEffect 2008-07-10 20:09:00 +00:00
Zachary Pavlov
d5a4a52182 undid the damage 2008-07-10 18:58:39 +00:00
David Rose
693fdafbf0 more paging fixes 2008-07-09 22:44:52 +00:00
David Rose
229a47528c support paged vertices in tinydisplay 2008-07-09 21:31:50 +00:00
Zachary Pavlov
b172f6ec50 setT added 2008-07-09 01:59:44 +00:00
Josh Wilson
a480d86b62 asserting notify statements to clean up the game logs 2008-07-09 01:37:58 +00:00
rdb
d2e689f8d3 Resolution support on windows 2008-07-05 10:37:34 +00:00
rdb
df64545cf7 fixed bug 2008-07-04 08:43:49 +00:00
Josh Wilson
394b86c3cc fixing documentation 2008-07-03 19:17:41 +00:00
David Rose
28a0789836 whoops, typo 2008-07-02 18:15:42 +00:00
David Rose
bfea5a222c gcc 4.3 support 2008-07-02 18:13:33 +00:00
Darren Ranalli
498e7a826a enable ~profile outside of __dev__ 2008-07-02 06:30:16 +00:00
Darren Ranalli
5b03026049 give immediate feedback if pstats can't connect 2008-07-02 01:25:56 +00:00
David Rose
f58b6879d1 oops, remove cerr 2008-06-28 18:47:13 +00:00
Jason Hancock
5f33765f9b fix yield function Roger H 2008-06-27 21:06:39 +00:00
Justin Butler
9362e32d6f forgot to commit this for dynamic ray of light in pirates 2008-06-27 00:43:47 +00:00
David Rose
52a60b7f2f robustify reading of buggy x files 2008-06-26 19:27:00 +00:00
David Rose
7937d29ab1 typedef SOCKET too 2008-06-26 00:16:20 +00:00
David Rose
25ca934a9e add sockaddr_in and fdset 2008-06-25 23:03:40 +00:00
David Rose
18542336a2 handle keypad buttons 2008-06-25 19:31:52 +00:00
Chris Brunner
080b5176d6 now reparents the fadeScreen to aspect2d rather than render2d. This prevents click-throughs on items behind the alpha mask. Need to be careful with scaling, however. 2008-06-24 23:20:33 +00:00
David Rose
3a74e7e780 need string.h 2008-06-24 22:48:44 +00:00
cowynn_wdig
8d7f794b41 drose: add missing includes 2008-06-24 19:26:36 +00:00
Darren Ranalli
d69414689f FunctionCall support for positional and keyword arguments 2008-06-24 18:26:42 +00:00
David Rose
58408195fb change suggested by ynjh_jo 2008-06-24 18:12:02 +00:00
David Rose
9801436889 change suggested by ynjh_jo 2008-06-24 08:14:09 +00:00
Darren Ranalli
b06bf4d776 added DestructiveScratchPad 2008-06-23 17:49:56 +00:00
rdb
6ea55fbf08 The HAVE_SYS_MALLOC_H is needed for OSX 2008-06-21 16:24:44 +00:00
Gyedo Jeon
31dde9d31d Fixed a bug in NURBS weights conversion 2008-06-20 02:05:40 +00:00
Joseph Lee
e8b4443ae3 finally fix early evaluation problem with LDFLAGS_OPT3/4 not allowing selection of static or dynamic library linking 2008-06-20 01:25:28 +00:00
Joseph Lee
d571f24a62 o fix early evaluation problem with LDFLAGS_OPT3/4 not allowing selection of static or dynamic library linking
o support cdefs with MIDL_COMMAND through new IDL_CDEFS
2008-06-20 01:18:36 +00:00
Gyedo Jeon
b8c77b1ac9 Fixed a bug in CreateSkinCluster() 2008-06-20 01:03:47 +00:00
Asad M. Zaman
030dbf11f5 fixed all the nurbsCurve issues; Gyedo needs to fix the weight problem that he introduced on nurbs implementation 2008-06-20 00:06:05 +00:00
Darren Ranalli
6216dd28b9 added requestDelete tracking 2008-06-19 21:22:06 +00:00
Darren Ranalli
ad5749c61e added formatTimeCompact 2008-06-19 21:05:31 +00:00
Josh Yelon
838fe42ba7 added support for max2009 2008-06-19 18:09:42 +00:00
David Rose
20197b6767 fix sphere-sphere collisions for moving spheres 2008-06-18 22:08:35 +00:00
rdb
aa92d0c62e added error at get_surface, to prevent crashes 2008-06-18 17:38:43 +00:00
Asad M. Zaman
6eaa77ac70 better fix for the path reset 2008-06-18 01:09:48 +00:00
Asad M. Zaman
5b42b04264 fixed another logic error with the full 1.0 weight 2008-06-17 23:06:47 +00:00
Gyedo Jeon
b29f1fa3ae Added support for NURBS surface 2008-06-16 18:15:37 +00:00
Josh Wilson
26ea36a23b expanding the gridSphere to account for the offset of the zoneLOD sphere from the center of the grid 2008-06-13 23:58:42 +00:00
Redmond Urbino
d789e292ae take out annoying prints (use self.notify if needed!) 2008-06-13 19:56:16 +00:00