Commit Graph

5592 Commits

Author SHA1 Message Date
David Rose 490d24ef41 add get_key() method for Python hashing 2007-04-24 14:56:23 +00:00
David Rose de7e08b8ee whoops, allow const CollisionSolid 2007-04-20 19:01:44 +00:00
Roger Hughston 6b968ee0ee Changes to help support focus and window embeding in parent 2007-04-20 07:49:58 +00:00
David Rose 936412fae2 merge cow_thread_2007_04_12: make copy-on-write operations thread-safe 2007-04-19 18:23:10 +00:00
David Rose 3d86e7bf8b secondary button should be called mouse3 2007-04-18 21:39:34 +00:00
David Rose 029bd3476e rename MOUSE_* -> M_* 2007-04-18 20:14:00 +00:00
David Rose 82a9bbab45 fix escape key handling 2007-04-18 19:14:43 +00:00
David Rose 8566b388fb add count_num_descendants() 2007-04-17 18:21:29 +00:00
David Rose 259ce0f3e3 fix bug in <lines> 2007-04-13 23:05:06 +00:00
Josh Yelon fc25635bbc Fixed fmod looping bug again 2007-04-11 16:41:28 +00:00
David Rose 0c5b3eb47c add inline tags 2007-04-10 18:02:28 +00:00
David Rose 4c376a37f3 add missing thread_tick in the !DO_PSTATS case 2007-04-10 17:55:05 +00:00
Josh Yelon 2443e6c76a Fixed looping bug, maybe 2007-04-09 21:54:32 +00:00
Josh Yelon 929d371b8f *** empty log message *** 2007-04-09 21:52:17 +00:00
David Rose 601057c3a0 better pstats tracking of loader task 2007-04-09 20:55:25 +00:00
David Rose 6381866a56 allow-collider-bitarray -> allow-collider-multiple 2007-04-06 15:43:44 +00:00
David Rose ceace684a2 add double, quad BitMask objects 2007-04-06 15:38:33 +00:00
David Rose 6757b8b92c turn off allow-collider-bitarray by default 2007-04-06 00:40:43 +00:00
David Rose 5e86a1c8b3 allow-collider-bitarray 2007-04-05 17:04:49 +00:00
David Rose 05b0adcbb5 64-bit collision traverser; add CollisionNode::set_collider_sort() 2007-04-05 15:34:36 +00:00
David Rose 93807927f9 add detect-graph-cycles 2007-04-04 21:21:23 +00:00
David Rose 05b5aea19c squelch compiler warnings 2007-04-04 19:00:59 +00:00
David Rose 65a84a7074 squelch warning 2007-04-04 18:50:58 +00:00
Josh Yelon cc60fad2a5 Modified handling of raw mouse IDs 2007-04-04 18:20:42 +00:00
Darren Ranalli 8a6258a803 publish get_collision_origin 2007-04-04 09:41:51 +00:00
aignacio_sf 4028f483d4 Add video memory determination by allocating 1MB textures until failure. 2007-04-03 23:24:53 +00:00
David Rose 9b575fbe58 steps toward async flatten 2007-04-03 23:21:49 +00:00
David Rose a23e77bde1 support fullscreen without window manager 2007-04-03 18:04:55 +00:00
Darren Ranalli d412984e74 added spam print of number of solids per CollisionSolid, pstats timing of collision solid tests 2007-04-03 17:59:59 +00:00
David Rose 52ff79375d fix 'tight' ShowBoundsEffect 2007-04-03 14:33:46 +00:00
David Rose ecc75cd0e1 fix gcc warning 2007-04-02 18:46:38 +00:00
David Rose e6e1613a92 fix dynamic changes to stacking order 2007-04-02 18:46:18 +00:00
David Rose 0b9493ef36 better default exponent 2007-04-02 17:08:49 +00:00
David Rose 0ba777cc0f better dx / gl equivalence 2007-04-02 17:08:14 +00:00
David Rose 9eb3e9fa24 oops 2007-03-30 23:27:51 +00:00
David Rose cca375c2f3 spotlight fixes: make more consistent across opengl, dx8, dx9 2007-03-30 23:23:27 +00:00
David Rose 1de3b1d9df allow PStatCollector output 2007-03-29 00:37:31 +00:00
David Rose 434a9d5a34 fix collision pstats 2007-03-29 00:36:48 +00:00
Asad M. Zaman 98dc88e9f1 reverting this file 2007-03-28 23:37:45 +00:00
Asad M. Zaman 1d0789ecde added a compose_color_scale interface 2007-03-28 23:36:45 +00:00
David Rose 265b3f1e1e eliminate gcc warnings 2007-03-28 17:43:56 +00:00
Josh Yelon d3b05dc48c First attempt at code for raw mice under Linux 2007-03-23 19:42:19 +00:00
David Rose 125414bdd9 one more fix 2007-03-23 17:13:51 +00:00
David Rose b8db0458a7 fix downloader issues (zlib errors) 2007-03-23 03:22:29 +00:00
aignacio_sf 5f55dc8e08 Fix Win98 problem.
Call GlobalMemoryStatusEx via LoadLibrary and GetProcAddress.
2007-03-22 20:25:32 +00:00
Josh Yelon be067c60dd Added raw_mice flag to WindowProperties 2007-03-22 19:59:33 +00:00
Roger Hughston 7986a1b15a Change in mouse set locaion logic to pivote window focus not current location 2007-03-22 06:22:16 +00:00
Roger Hughston f71f5731e4 Added Parent Window support to the class. Some work on keyboard focus .. strill not best 2007-03-22 04:41:27 +00:00
Roger Hughston 70222eaeda Added a sub window to the windows propery object.. 2007-03-22 04:32:00 +00:00
Asad M. Zaman 4d949e95a6 added set_color_scale to nodepathCollection 2007-03-21 23:11:13 +00:00