19571 Commits

Author SHA1 Message Date
rdb
962ff28af0 update esglext.h 2013-03-11 19:31:22 +00:00
rdb
27c982e764 update esgl2ext.h file 2013-03-11 19:30:55 +00:00
David Rose
5ea50b5073 fix win32 build issue as discovered by jean-claude and teedee 2013-03-11 00:09:48 +00:00
rdb
400f22693a don't crash when X11 display is missing 2013-03-10 14:09:12 +00:00
rdb
67fda9f0c1 Add LightLensNode::get_shadow_buffer 2013-03-07 13:29:15 +00:00
rdb
14bd32c215 fix debian build 2013-03-07 11:54:51 +00:00
rdb
d4d93c5d3f Add PyExc_Exception 2013-03-07 11:04:19 +00:00
rdb
97f99e43d4 release notes for 1.8.1 2013-03-07 10:21:27 +00:00
rdb
807b855632 Fix bug with Cg textures being assigned incorrectly in first frame (see forum thread 15614) 2013-03-07 08:53:26 +00:00
rdb
9866d2d69f Fix shift modifier (keys were sent as shift-A instead of shift-a) and add some more key input debug info 2013-03-06 22:10:04 +00:00
David Rose
531c5907fc fill_distance_inside(), fill_distance_outside() 2013-03-06 22:09:59 +00:00
David Rose
1f309fede5 support greater variety of maxvals when writing png 2013-03-06 22:09:33 +00:00
rdb
e1fda64ad3 add PyObject_RichCompareBool 2013-03-06 18:15:12 +00:00
David Rose
d52335621b More pfm enhancements 2013-03-06 02:41:40 +00:00
rdb
a5e6aca66d Specify -u to ppackage only when building with --universal on Mac OS X 2013-03-05 21:09:42 +00:00
rdb
4e819c8912 add pygame._view 2013-03-03 22:58:47 +00:00
enn0x
65b698217f Added angular/linear motors for 6DOF constraint. 2013-03-03 22:29:11 +00:00
enn0x
f3b4ba8fc8 Added method to retrieve debug node from bullet world. 2013-02-25 20:41:43 +00:00
rdb
21472cda9b Fix GLSL bugs with passing Vec2 and Vec3 2013-02-23 10:55:43 +00:00
rdb
fbc097c323 dos2unix 2013-02-23 10:42:13 +00:00
David Rose
d52e2a9ea9 support UDP broadcast 2013-02-21 17:33:51 +00:00
rdb
0b9fc00004 fix more breakage 2013-02-20 10:54:08 +00:00
rdb
a9014cf933 reenable tp_richcompare (thanks David) 2013-02-20 10:44:48 +00:00
rdb
151b22ddf0 fix exception handling in Python 2 2013-02-20 09:23:54 +00:00
David Rose
53b472756b fix rich compare 2013-02-20 00:37:12 +00:00
rdb
c5bc7790ae Add PyLong_AsSsize_t 2013-02-19 22:41:38 +00:00
rdb
dc20f793b6 Support Python 2.5 2013-02-19 22:24:40 +00:00
rdb
da44b3ae3b oops, disable broken rich compare for now 2013-02-19 19:21:41 +00:00
rdb
8cab1011d6 don't include python lib dir if it doesn't exist 2013-02-19 19:18:46 +00:00
rdb
f3c2b51084 Add PyUnicode_FromStringAndSize 2013-02-19 19:01:43 +00:00
rdb
d4098452e9 forgot to commit this fix 2013-02-19 11:41:42 +00:00
rdb
62a4e4122c Python 3 support, and a compile fix 2013-02-18 18:42:49 +00:00
rdb
234619864b Compile with Python 2 2013-02-18 12:59:44 +00:00
rdb
0f8361d730 Fix compile errors with Python 2 2013-02-18 12:28:52 +00:00
rdb
0925d9265f fix oops 2013-02-18 11:35:20 +00:00
rdb
eb6eeb6d02 fix compile error 2013-02-17 22:53:48 +00:00
rdb
5846d8d8c4 Commit patch from Josh Enes (see LP bug #1027758) 2013-02-17 21:36:05 +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
rdb
441666fb79 Compile with Python 3.3 2013-02-15 07:57:20 +00:00
rdb
d521615f3d fix missing symbol when trying to compile with both HAVE_CARBON and HAVE_COCOA 2013-02-13 15:16:51 +00:00
rdb
cd5fe3fb74 fix error when compiling from linux for android, thanks to heek_ 2013-02-13 13:59:30 +00:00
rdb
232821a0b1 minor memory leak 2013-02-13 13:21:21 +00:00
rdb
97c9914da2 compile fixes 2013-02-13 11:41:46 +00:00
rdb
40f70c388f Add wWinMain to FLTK p3dcert, and use wstring entirely [untested] 2013-02-13 11:34:00 +00:00
rdb
645ee9d05f fix compile error on tiger 2013-02-12 15:51:16 +00:00
rdb
6fde10f9d1 write render state info to generated shader as comment. also fix a switch with missing breaks 2013-02-12 15:28:17 +00:00
rdb
f9b4dad6f9 Eye normals weren't being normalised when lighting was disabled 2013-02-12 14:30:38 +00:00
rdb
de92555eee we can't use strip now that we use a non-static pystub 2013-02-10 16:16:51 +00:00
rdb
f32d62cc09 no need to use -l for libraries in built/lib 2013-02-10 15:42:41 +00:00
rdb
c765d39a95 Fix from benchang for proper rpath on Mac OS X when linking maya2egg_bin 2013-02-10 15:34:19 +00:00