710 Commits (97c83766db678f54e3c2fb75654dccd6f7f4bde2)

Author SHA1 Message Date
Cirilo Bernardo 6120472d60 3D file name resolver improvements. 10 years ago
Cirilo Bernardo 28d49b6589 fix race condition related to 3D cache and resolver 10 years ago
jean-pierre charras c146cc09eb Kicad: fix a crash when changing a project, if pcbnew was run and "Update PCB from Schematic" was run and Schematic editor never opened. 10 years ago
Cirilo Bernardo 973786d75d Fix 3D Coverity issue, other minor fixes 10 years ago
Simon Richter 6a65341599 3D: Make file test more portable 10 years ago
Mário Luzeiro ffc7740cc2 3D: fix bounding box assert and include order 10 years ago
Cirilo Bernardo c2a60d14d7 3D: fix issues reported by Coverity scan 10 years ago
Cirilo Bernardo e1b308b3b1 fix segfault in python scripting caused by new 3D code 10 years ago
Cirilo Bernardo 20b40aba1c Fixed bad delete/delete [] invocations and other warnings and errors as suggested by cppcheck 10 years ago
Cirilo Bernardo 80f8e74797 Make changes to GLM header includes as per suggestions by Mario Luzeiro 10 years ago
Cirilo Bernardo 10c8a57c59 Fixed timestamp checking code to use canonical filename 10 years ago
Cirilo Bernardo aa16666d72 Added file modification check to model cache code 10 years ago
Cirilo Bernardo 491e0250c0 Suppress dialog pop-up when 3D file resolver does not find a file 10 years ago
Cirilo Bernardo a30151231f Fix invocation of glm::cross and glm::normalize 10 years ago
Cirilo Bernardo 30f9aba7c9 Work on SG consistency checks: fixed a number of bugs and improved integrity checking when writing cache files 10 years ago
Cirilo Bernardo 0085d1aea7 Fixed unsigned vs signed int comparisons 10 years ago
Cirilo Bernardo 862cd7e5a4 Fix event processing on C3D_MODEL_VIEWER to allow click-to-focus 10 years ago
Mário Luzerio d4655020f9 Fix zoom issue on MSWin (wxCanvas requires focus) 10 years ago
Bernhard Stegmaier 5b0a250609 Fix compilation and install for OSX plus general code cleanup 10 years ago
Bernhard Stegmaier 04000883f3 Fix 3d-viewer regressions introduced by touchpad-panning for non-touchpad-panning. 10 years ago
Cirilo Bernardo 0b18af3fdb Changed resolver failure message to use wxLogMessage instead of wxMessageBox 10 years ago
Cirilo Bernardo 37c85113ee Changed resolver failure message to use wxLogMessage instead of wxMessageBox 10 years ago
Cirilo Bernardo 097ac3a6b7 Changed resolver failure message to use wxLogMessage instead of wxMessageBox 10 years ago
Cirilo Bernardo e7c32873ea Remove bad default behavior of adding current working dir to default search path 10 years ago
Cirilo Bernardo b2bdca4b7b Remove wxASSERT in new cbbox code which was a nuisance to the legacy 3DViewer 10 years ago
Bernhard Stegmaier f8abe9c191 Add support for optional touchpad panning. 10 years ago
Cirilo Bernardo 5306db0c98 Added missing include to 3d_plugin_manager 10 years ago
Cirilo Bernardo 9195451e12 Switched SG* classes and plugin loader logging code from stderr to wxLogTrace 10 years ago
Cirilo Bernardo d051a8f47e Changed IFSG* log reports from stderr/stdout to wxLogTrace 10 years ago
Cirilo Bernardo c98ebdb8f0 Changed 3d_cache log reporting from stderr/stdout to wxLogTrace 10 years ago
Cirilo Bernardo 2f8c55cd99 Fixed segfault on getSHA1 (fopen result was not checked) 10 years ago
Cirilo Bernardo 5776037a70 Flush model data upon exit of Footprint Properties dialogs 10 years ago
Cirilo Bernardo f247b05b3e Merged Mario's fix to Material + per-vertex colors and transparency 10 years ago
unknown 450c2e4371 fix Tickness typo 10 years ago
jean-pierre charras 050bdbc772 Pcbnew: minor changes: 10 years ago
jean-pierre charras 711607f152 Fix minor Bug #1542935 (No solder mask unless there is something on the layer) 10 years ago
Cirilo Bernardo 4edce46764 Fixed bug: ambient intensity RGB not correctly written/read 10 years ago
Cirilo Bernardo 99aba8f261 Changed handling of ambientIntensity; change of major version in SG* lib 10 years ago
Cirilo Bernardo 68dde1f16f Fixed inappropriate model scale limitation in 3D Footprint Properties dialogs 10 years ago
Cirilo Bernardo 86635aeb23 Manually select changes from Mario Luzeiro's branch to fix model lighting in the preview window. 10 years ago
Cirilo Bernardo bf3d2b252e Fixed VRML normals calculations 10 years ago
Cirilo Bernardo 8dd744f635 Improved 3D cache manager's ability to replace outdated cache models 10 years ago
Cirilo Bernardo ece1291d93 Fixed SG* CMake control file to handle new sg_version.h file 10 years ago
Cirilo Bernardo dddc3d91e9 Cleaned up 3D SceneGraph API by removing references to wxString 10 years ago
Cirilo Bernardo cd831d9a8a Removed include directives for wx/wx.h within 3D cache code 10 years ago
Cirilo Bernardo 1028535561 Small improvements to 3D file selector UI 10 years ago
Cirilo Bernardo cb8ccb5882 Small UI improvements 10 years ago
Cirilo Bernardo cc906ec12e Removed deprecated header 10 years ago
Cirilo Bernardo 3eca3fe75d Implemented new 3D file selector with preview 10 years ago
Bernhard Stegmaier 3e2b4244f9 OSX: add support for wxMagnifyEvent on OSX builds using wxWidgets 3.1.0 or greater. 10 years ago