Sam Edwards
|
bc2450441d
|
device: Fix some includes
|
2018-12-28 20:59:09 -07:00 |
rdb
|
234fd675b1
|
Merge branch 'master' into input-overhaul
|
2018-06-23 23:24:09 +02:00 |
Sam Edwards
|
b2bfb31114
|
general: Remove `using std::*` from headers
Also remove most `using namespace std;` statements. The only one that remains is in py_panda.h.
Closes #350
Closes #335
|
2018-06-14 16:04:49 +02:00 |
rdb
|
ba2de46beb
|
Merge branch 'master' into input-overhaul
|
2018-06-08 15:23:47 +02:00 |
Sam Edwards
|
e2b4353800
|
general: Replace NULL (and 0 as pointer) with C++11 nullptr
Exceptions to this replacement are:
- .c files
- Headers included by a .c file
- stb_image.h
- dr_flac.h
- Strings
- Comments
|
2018-06-03 16:35:13 -06:00 |
rdb
|
1cc79633c1
|
Merge branch 'master' into input-overhaul
Conflicts:
panda/src/device/buttonNode.cxx
panda/src/device/clientAnalogDevice.I
panda/src/device/clientAnalogDevice.cxx
panda/src/device/clientButtonDevice.I
panda/src/device/clientButtonDevice.cxx
panda/src/device/clientDevice.I
panda/src/device/clientDevice.cxx
panda/src/device/clientDevice.h
panda/src/device/clientTrackerDevice.I
panda/src/device/trackerNode.I
panda/src/device/trackerNode.h
panda/src/display/callbackGraphicsWindow.cxx
panda/src/display/graphicsWindow.cxx
panda/src/display/graphicsWindowInputDevice.I
panda/src/display/graphicsWindowInputDevice.cxx
panda/src/display/graphicsWindowInputDevice.h
panda/src/tinydisplay/tinyOsxGraphicsWindow.mm
panda/src/tinydisplay/tinyXGraphicsWindow.cxx
panda/src/windisplay/winGraphicsWindow.cxx
panda/src/windisplay/winGraphicsWindow.h
panda/src/x11display/x11GraphicsWindow.cxx
|
2016-03-19 14:54:56 +01:00 |
tobspr
|
0fcfb8e372
|
New file headers, new comment style
|
2016-02-17 17:47:48 +01:00 |
rdb
|
bd0683d101
|
Generalised input framework for raw mice, gamepads, trackers (incl. HMDs like Oculus Rift)
|
2015-12-11 15:26:40 +01:00 |
rdb
|
0821026944
|
Add version of TrackerNode that takes a ClientTrackerDevice directly
|
2013-08-26 12:14:21 +00:00 |
David Rose
|
501470169f
|
stdfloat_double
|
2011-10-10 05:25:10 +00:00 |
David Rose
|
ef771a796b
|
make sync primitives more similar to python function names
|
2008-10-14 00:07:05 +00:00 |
David Rose
|
fb9c56432a
|
we are now using the modified BSD license
|
2008-05-28 18:37:20 +00:00 |
David Rose
|
9808294212
|
factor out more calls to Thread::get_current_thread()
|
2006-04-27 14:45:39 +00:00 |
David Rose
|
8a78fffd8f
|
multithreading optimizations, tau profiler, related changes
|
2006-04-05 19:36:05 +00:00 |
David Rose
|
843c0331ae
|
update license, change remaining local #includes to use quotation marks
|
2004-02-13 19:27:33 +00:00 |
David Rose
|
889be29b47
|
add session recording and playback
|
2004-01-30 18:20:47 +00:00 |
David Rose
|
b14b4e53de
|
use new TransformState object
|
2003-01-15 17:38:52 +00:00 |
David Rose
|
a23a7572a2
|
rename out qp's
|
2002-04-10 18:08:06 +00:00 |
David Rose
|
a38e063667
|
remove old scene graph code
|
2002-04-09 18:33:48 +00:00 |
David Rose
|
95c9841fbc
|
vrpn trackers use y-up
|
2001-12-10 18:47:45 +00:00 |
David Rose
|
4eba3be9bd
|
completely remove NodeAttribute etc.
|
2001-08-04 01:53:52 +00:00 |
cxgeorge
|
b8479388a7
|
remove pch
|
2001-06-08 23:56:30 +00:00 |
cxgeorge
|
e7d7f4e0d6
|
adjust precomp hdrs
|
2001-06-04 03:31:15 +00:00 |
cxgeorge
|
8fb0e507e2
|
use precomp hdrs
|
2001-06-01 04:28:41 +00:00 |
David Rose
|
2f4e207edb
|
Update copyright header
|
2001-05-25 21:27:38 +00:00 |
David Rose
|
fcb24f02ef
|
remove tab characters
|
2001-05-25 15:56:49 +00:00 |
David Rose
|
867fa370f4
|
*** empty log message ***
|
2001-01-26 22:31:00 +00:00 |
David Rose
|
231e357952
|
*** empty log message ***
|
2000-10-24 02:38:00 +00:00 |
David Rose
|
2fd714e52f
|
Initial revision
|
2000-10-04 01:14:41 +00:00 |