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 |
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 |
Sam Edwards
|
52e7c952b3
|
putil: Rename config_util to config_putil
|
2018-05-14 02:36:42 -06:00 |
tobspr
|
0fcfb8e372
|
New file headers, new comment style
|
2016-02-17 17:47:48 +01:00 |
David Rose
|
ce0ad5dde8
|
work-in-progress: cache-check-timestamps
|
2012-02-25 02:28:41 +00:00 |
David Rose
|
8ebd82fbcc
|
support cross-compatibility of 32-bit and 64-bit bam files
|
2011-10-31 22:24:35 +00:00 |
David Rose
|
5496c4a9ec
|
more writable vfs stuff
|
2011-09-27 16:10:19 +00:00 |
David Rose
|
285d70c29e
|
support caching movie files in the model-cache-dir and in a txo file
|
2011-06-29 20:33:34 +00:00 |
David Rose
|
aefe3d35c2
|
merge dev_bam_2009 to trunk
|
2009-06-10 17:54:40 +00:00 |
David Rose
|
fb9c56432a
|
we are now using the modified BSD license
|
2008-05-28 18:37:20 +00:00 |
David Rose
|
ad6e2116cc
|
better thread safety
|
2007-06-03 15:42:14 +00:00 |
David Rose
|
c52f7d6427
|
don't hit the disk so much when loading already-loaded files
|
2007-05-27 01:38:05 +00:00 |
David Rose
|
7719dd539e
|
fix texture issues; introduce model-cache-dir
|
2006-06-15 00:22:35 +00:00 |
David Rose
|
e6369ba5a4
|
compressed textures, texture objects
|
2006-03-15 20:05:36 +00:00 |
David Rose
|
420ab68136
|
implicitly decompress/compress for input/output files named .pz; also support vfs-implicit-pz.
|
2006-01-25 17:45:31 +00:00 |
David Rose
|
6e8adc36ad
|
straighten out BTM_relative
|
2005-10-12 16:02:41 +00:00 |
Josh Yelon
|
6b82426994
|
Added support for bam-relative texture paths
|
2005-08-11 06:12:32 +00:00 |
David Rose
|
bc0d509090
|
bam 5.0, new Geom implementation is now official
|
2005-06-30 17:42:21 +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
|
6fc94e9f03
|
support reading and writing bam streams instead of just files
|
2003-07-18 17:04:43 +00:00 |
David Rose
|
852aefe7b5
|
comment tweak
|
2002-11-12 02:09:28 +00:00 |
David Rose
|
a33194e89f
|
move use_vfs to express
|
2002-08-06 15:10:17 +00:00 |
David Rose
|
fa59c3e37f
|
loader uses vfs
|
2002-08-04 16:58:35 +00:00 |
David Rose
|
835e22a1e2
|
combine loader with pgraph
|
2002-05-16 17:53:00 +00:00 |