Jon Neal
|
1293d04a7a
|
Fix a bunch of misspellings of length.
|
2016-07-10 23:09:18 -04:00 |
Maciej Suminski
|
71aade6b51
|
Fixed a few warnings (mostly gcc6 -Wmisleading-indent).
|
2016-06-07 14:42:42 +02:00 |
jean-pierre charras
|
a4658ab6be
|
Fix a few compil warnings (not used vars, shadowed local vars)
|
2016-06-01 14:22:05 +02:00 |
Chris Pavlina
|
5904e4c942
|
Correct handling of unused parameter
Coverity: CID 143742
|
2016-05-10 23:25:53 -04:00 |
Chris Pavlina
|
ec67218b5a
|
Remove unneeded 'new' and NULL check
Coverity CID: 143743
|
2016-05-10 22:36:44 -04:00 |
Cirilo Bernardo
|
c2a60d14d7
|
3D: fix issues reported by Coverity scan
*** CID 143752: Incorrect expression (USELESS_CALL)
*** CID 143751: Incorrect expression (UNUSED_VALUE)
*** CID 143749: Uninitialized members (UNINIT_CTOR)
*** CID 143748: Uninitialized members (UNINIT_CTOR)
*** CID 143747: Uninitialized members (UNINIT_CTOR)
*** CID 143746: Uninitialized members (UNINIT_CTOR)
*** CID 143745: Uninitialized members (UNINIT_CTOR)
*** CID 143744: Uninitialized members (UNINIT_CTOR)
*** CID 143740: Null pointer dereferences (NULL_RETURNS)
*** CID 143739: Memory - corruptions (MISMATCHED_ITERATOR)
*** CID 143735: Integer handling issues (CONSTANT_EXPRESSION_RESULT)
*** CID 143734: Error handling issues (CHECKED_RETURN)
|
2016-04-06 21:41:52 -04:00 |
jean-pierre charras
|
d18cdf1c53
|
merge 3d_initial_merge branch
|
2016-04-05 19:56:01 +02:00 |
Cirilo Bernardo
|
20b40aba1c
|
Fixed bad delete/delete [] invocations and other warnings and errors as suggested by cppcheck
|
2016-04-05 20:32:22 +10:00 |
Bernhard Stegmaier
|
5b0a250609
|
Fix compilation and install for OSX plus general code cleanup
|
2016-03-01 10:08:19 +11:00 |
Cirilo Bernardo
|
b2bdca4b7b
|
Remove wxASSERT in new cbbox code which was a nuisance to the legacy 3DViewer
|
2016-02-25 09:52:00 +11:00 |
Cirilo Bernardo
|
f247b05b3e
|
Merged Mario's fix to Material + per-vertex colors and transparency
|
2016-02-16 08:07:17 +11:00 |
Cirilo Bernardo
|
86635aeb23
|
Manually select changes from Mario Luzeiro's branch to fix model lighting in the preview window.
|
2016-02-04 12:16:19 +11:00 |
Cirilo Bernardo
|
d519df22ca
|
Change parameter type to accommodate expected integer range
|
2016-01-14 13:50:16 +11:00 |
Cirilo Bernardo
|
70be4e8f7f
|
+ Reverted accidental edit of sg_node.cpp
+ Fixed invocation of SHAPE_POLY_SET::Simplify() to match changes in main
|
2015-12-19 17:53:07 +11:00 |
Cirilo Bernardo
|
4e12999fa8
|
Removed some trailing white space. Fixed FindGLM.
|
2015-12-10 11:31:44 +11:00 |
Cirilo Bernardo
|
ac3acb0061
|
Moving headers to facilitate support for building 3D plugins out-of-tree
|
2015-12-09 18:30:48 +11:00 |
Cirilo Bernardo
|
a0597c4614
|
GUI improvements including interactive update of model orientation/position
|
2015-12-09 16:43:30 +11:00 |
Mario Luzeiro
|
69cc788e8e
|
+ Removed glm source from kicad tree (Maciej / Cirilo)
+ Added renderer for 3D model preview (Mario)
+ Added 3d_cache including name resolver and modifications to 3D model dialogs (Cirilo)
|
2015-12-08 18:31:57 +11:00 |