Turo Lamminen
|
ef0af40f90
|
IFC: Remove dead code
|
2017-11-15 11:45:21 +02:00 |
Kim Kulling
|
dab0985994
|
assert: remove assert with more than one statement and use only ai_assert.
|
2017-08-14 22:20:26 +02:00 |
Leo Terziman
|
fff0e886a1
|
Fixed bug in IFC openings when curmesh.vertcnt is empty
|
2017-03-17 11:53:36 +01:00 |
Jared Mulconry
|
5f098b2f94
|
Fixed build warnings on MSVC14 x64 in the IFC format sources.
|
2016-11-20 01:13:55 +11:00 |
Kim Kulling
|
e51b7d2a61
|
IFC: fix possible use after free access bug.
|
2016-09-02 20:06:56 +02:00 |
mensinda
|
18843fe5e1
|
Replaced BOOST_FOREACH with c++11 ranged for loops
|
2016-04-05 22:53:54 +02:00 |
Turo Lamminen
|
e67bcca744
|
IFC: Fix more bad references
|
2015-08-14 14:02:16 +03:00 |
Turo Lamminen
|
4540250116
|
IFC: Don't store temporary values by reference
This is not legal in any way and should never have worked.
|
2015-08-14 13:32:45 +03:00 |
Richard
|
83de707587
|
Refactor: Expand tabs to 4 spaces
|
2015-06-28 16:04:15 -06:00 |
Richard
|
a96a595a7a
|
Refactor: Trim trailing whitespace
|
2015-06-28 16:01:32 -06:00 |
abma
|
bf4913b5c9
|
remove AssimpPCH.h: fixes #534
|
2015-04-16 01:00:17 +02:00 |
ulf
|
76c69205b1
|
- reintroduced IFC openings to floors and ceilings. Were disabled for some unknown reasons, I hope I didn't break anything. Everything I tested works fine.
|
2015-03-06 14:14:45 +01:00 |
ulf
|
b71ded1ad0
|
- manually merged C4D importer code from acgessler branch
- manually merged IFC bugfixes and improvements from schrompf branch
|
2015-02-23 14:23:28 +01:00 |
Joe Hermaszewski
|
e8d4479344
|
Squash incorrect abs usage
Replace calls to abs with a float to calls to std::abs. Before int abs(int)
was being called.
|
2015-01-22 20:03:13 +00:00 |
abma
|
775b26e614
|
use std:: namespace for most cmath functions:
http://en.cppreference.com/w/cpp/header/cmath
|
2014-09-23 00:43:33 +02:00 |
abma
|
6c5f9ecb06
|
fix most warnings with -pendantic
|
2014-08-18 02:09:06 +02:00 |
Léo Terziman
|
4e7b59be55
|
Improving homogeneity of DEBUG macro for improved portability with compilers other than Visual Studio
|
2014-01-17 11:43:48 +01:00 |
Alexander Gessler
|
232e69dc2a
|
- Ifc: code cleanup, remove various non-needed variables as pointed out by gcc.
|
2013-04-08 20:10:25 +02:00 |
Alexander Gessler
|
667a51e0ab
|
- fix various vc compile errors when building with boost.
|
2013-02-09 17:36:36 +01:00 |
Alexander Gessler
|
f7680f7f28
|
- Ifc: refactor code, move opening generation and boolean clipping code to separate units.
|
2013-02-07 09:51:33 +01:00 |