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
69b3468b2c
interrogate: more improvements to seq/map wrappers
...
Gets rid of properties defined as both MAKE_SEQ_PROPERTY/MAKE_MAP_PROPERTY, which are just a bad idea. Instead, adds a way for map properties to define a separate "keys" interface.
Fixes : #203
2017-11-27 17:29:50 +01:00
tobspr
0fcfb8e372
New file headers, new comment style
2016-02-17 17:47:48 +01:00
David Rose
fb9c56432a
we are now using the modified BSD license
2008-05-28 18:37:20 +00:00
David Rose
3b985045cb
fix gcc set corruption
2007-07-19 00:16:27 +00:00
David Rose
62a072273b
fix a few crashes and deadlocks
2007-07-18 06:51:20 +00:00
David Rose
5e8855ebc8
fix calc_tight_bounds(), add NodePath::show_tight_bounds()
2005-04-29 23:06:27 +00:00
David Rose
f678c0c932
whoops, broke billboards
2005-03-09 18:40:30 +00:00
David Rose
d46a88a76e
CompassEffects and node-relative BillboardEffects now work on cameras
2005-03-05 14:28:58 +00:00
David Rose
c7c639797e
merge multitexture support in from branch
2004-07-30 00:38:35 +00:00
Shalin Shodhan
3887f5681a
Polylight API
2004-06-14 18:43: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
476fb91e31
add CompassEffect, robustify billboards
2002-07-17 17:01:15 +00:00
David Rose
3790f2756c
implement qpNodePath.showBounds()
2002-03-26 00:09:33 +00:00
David Rose
9a7e4b319c
separate out RenderEffect from RenderAttrib
2002-03-14 19:24:42 +00:00