Commit Graph

16 Commits

Author SHA1 Message Date
Sam Edwards 6f62396373 general: Resolve a few compiler warnings
- display: GraphicsWindowProc should have a virtual destructor,
           as it's meant to be subclassed.

- express: set_matrix_view helper should always fail an assert
           when 'size' is wrong, even on release builds.

- express: Fix filename capitalization on some #includes.
           They're normally Windows-only, where case doesn't
           matter, but it's better to be consistent.

- gobj: Fix typo.

- particlesystem: Remove BaseParticle::_last_position.
                  Last position is tracked by PhysicsObject now.

- windisplay: Heed warnings about casting bool to (PVOID).
              Also, per MSDN docs, SPI_SETMOUSETRAILS uses the
              uiParam argument and ignores pvParam, so pass the
              _saved_mouse_trails value in that way.
2018-10-12 15:37:40 -06:00
Sam Edwards e73c25d15e general: Break apart BUILDING_PANDAPHYSICS 2018-06-12 16:15:04 -06:00
Sam Edwards 7790f8429d general: Fully qualify header references into the std namespace
Closes #341
2018-06-07 10:35:12 +02:00
tobspr 0fcfb8e372 New file headers, new comment style 2016-02-17 17:47:48 +01:00
David Rose 501470169f stdfloat_double 2011-10-10 05:25:10 +00:00
David Rose fb9c56432a we are now using the modified BSD license 2008-05-28 18:37:20 +00:00
Josh Wilson 8c4ba1acd2 Added 'int index' member to be used for sprite rendering. 2005-07-14 18:16:40 +00:00
David Rose 843c0331ae update license, change remaining local #includes to use quotation marks 2004-02-13 19:27:33 +00:00
Dave Schuyler eede24794a output() and write() 2003-06-17 04:42:41 +00:00
Dave Schuyler 422c370c6b changed includes; rearranged private and public members 2003-06-17 02:33:12 +00:00
Dave Schuyler a045e476e7 output() and write() changes 2003-06-17 00:21:41 +00:00
David Rose 2f4e207edb Update copyright header 2001-05-25 21:27:38 +00:00
Darren Ranalli 75c69b0943 *** empty log message *** 2001-01-26 18:30:51 +00:00
Darren Ranalli c200a7133e *** empty log message *** 2001-01-22 21:59:31 +00:00
Darren Ranalli c90c20728e *** empty log message *** 2000-10-11 22:17:48 +00:00
David Rose 2fd714e52f Initial revision 2000-10-04 01:14:41 +00:00