open_toontown_panda3d/contrib/src/rplight
Sam Edwards a9dfd8352e general: Distinguish local/system includes
This changes includes so that local includes are consistently
#include "localFile.h"
while system and third-party includes are consistently
#include <systemFile.h>

This commit mostly converts the former to the latter; the two
exceptions are in android_main.cxx and fmodAudioSound.h, where
the reverse was necessary.
2018-11-10 18:00:10 -07:00
..
config_rplight.cxx Add RenderPipeline C++ lighting modules to Panda3D codebase 2018-01-07 23:43:22 +01:00
config_rplight.h Add RenderPipeline C++ lighting modules to Panda3D codebase 2018-01-07 23:43:22 +01:00
gpuCommand.I general: Distinguish local/system includes 2018-11-10 18:00:10 -07:00
gpuCommand.cxx general: Remove `using std::*` from headers 2018-06-14 16:04:49 +02:00
gpuCommand.h general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
gpuCommandList.cxx Add RenderPipeline C++ lighting modules to Panda3D codebase 2018-01-07 23:43:22 +01:00
gpuCommandList.h First step towards eliminating `using namespace std;` (#335) 2018-06-03 20:32:23 +02:00
iesDataset.cxx general: Remove `using std::*` from headers 2018-06-14 16:04:49 +02:00
iesDataset.h Add RenderPipeline C++ lighting modules to Panda3D codebase 2018-01-07 23:43:22 +01:00
internalLightManager.I Add RenderPipeline C++ lighting modules to Panda3D codebase 2018-01-07 23:43:22 +01:00
internalLightManager.cxx general: fix many compilation warnings in GCC 8 2018-06-19 00:37:28 +02:00
internalLightManager.h Add RenderPipeline C++ lighting modules to Panda3D codebase 2018-01-07 23:43:22 +01:00
p3rplight_composite1.cxx Add RenderPipeline C++ lighting modules to Panda3D codebase 2018-01-07 23:43:22 +01:00
pointerSlotStorage.h general: fix many compilation warnings in GCC 8 2018-06-19 00:37:28 +02:00
pssmCameraRig.I Add RenderPipeline C++ lighting modules to Panda3D codebase 2018-01-07 23:43:22 +01:00
pssmCameraRig.cxx Fix various compilation warnings 2018-06-11 14:53:25 +02:00
pssmCameraRig.h First step towards eliminating `using namespace std;` (#335) 2018-06-03 20:32:23 +02:00
rpLight.I general: fix many compilation warnings in GCC 8 2018-06-19 00:37:28 +02:00
rpLight.cxx Add RenderPipeline C++ lighting modules to Panda3D codebase 2018-01-07 23:43:22 +01:00
rpLight.h general: fix many compilation warnings in GCC 8 2018-06-19 00:37:28 +02:00
rpPointLight.I Add RenderPipeline C++ lighting modules to Panda3D codebase 2018-01-07 23:43:22 +01:00
rpPointLight.cxx Add RenderPipeline C++ lighting modules to Panda3D codebase 2018-01-07 23:43:22 +01:00
rpPointLight.h Add RenderPipeline C++ lighting modules to Panda3D codebase 2018-01-07 23:43:22 +01:00
rpSpotLight.I Add RenderPipeline C++ lighting modules to Panda3D codebase 2018-01-07 23:43:22 +01:00
rpSpotLight.cxx Fix various compilation warnings 2018-06-11 14:53:25 +02:00
rpSpotLight.h Add RenderPipeline C++ lighting modules to Panda3D codebase 2018-01-07 23:43:22 +01:00
shadowAtlas.I general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
shadowAtlas.cxx general: fix many compilation warnings in GCC 8 2018-06-19 00:37:28 +02:00
shadowAtlas.h Add RenderPipeline C++ lighting modules to Panda3D codebase 2018-01-07 23:43:22 +01:00
shadowManager.I general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
shadowManager.cxx rplight: compatibility with old macOS glibc 2018-01-17 17:08:08 +01:00
shadowManager.h Add RenderPipeline C++ lighting modules to Panda3D codebase 2018-01-07 23:43:22 +01:00
shadowSource.I Add RenderPipeline C++ lighting modules to Panda3D codebase 2018-01-07 23:43:22 +01:00
shadowSource.cxx Add RenderPipeline C++ lighting modules to Panda3D codebase 2018-01-07 23:43:22 +01:00
shadowSource.h Add RenderPipeline C++ lighting modules to Panda3D codebase 2018-01-07 23:43:22 +01:00
tagStateManager.I general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
tagStateManager.cxx general: Remove `using std::*` from headers 2018-06-14 16:04:49 +02:00
tagStateManager.h general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00