Commit History

Author SHA1 Message Date
  cutealien e77c30f178 Fix: 64 bit integer typedefs have different definitions in different compilation units Mac OS 2 years ago
  cutealien f73f9501f0 API BREAKER: Replacing defines in irrTypes.h which are conflicting with c++ reserved identifier rules. 3 years ago
  cutealien ff0f1b4b62 Avoid using the not quite standard _strcmpi function as it can cause troubles on some platforms. 4 years ago
  cutealien 6a05db3a0a Prevent some compiler warnings when using clang. 6 years ago
  cutealien 56b2701f04 Next try at fixing bug #433 (https://sourceforge.net/p/irrlicht/bugs/433/) 7 years ago
  cutealien ba24819b82 Trying to fix problem with function signatures changes depending on include order of irrlicht.h and stdint.h 7 years ago
  cutealien bff50c751d Spelling fixes. 8 years ago
  cutealien cacfc0a8b0 Make certain the override macro can also be used in gcc5 when c++11 is set. 9 years ago
  cutealien c1c8ec280b Fix compiling on Linux (got broken on recent swprintf/snprintf changes). 9 years ago
  cutealien ab330c1204 Replace the swprintf and snprintf defines by swprintf_irr and snprintf_irr to avoid conflicts with the standard libraries (and other libraries). 9 years ago
  cutealien ab00c9db09 Update minimal compiler support to Microsoft Visual Studio 9.0 and remove some workarounds for earlier versions. 9 years ago
  cutealien 0cbb9112a3 _IRR_IMPLEMENT_MANAGED_MARSHALLING_BUGFIX removed. 9 years ago
  cutealien fdf52abb5e _IRR_OVERRIDE_ needed a few more checks on gcc to prevent compile warnings on some systems. 11 years ago
  hybrid f8d7aab701 Add override patch by hende, to check for proper deriving in the class tree. Added MSVC support for this feature, should work beginning with MSVC 2010 11 years ago
  hybrid 9f7227b7ad Some whitespace adjustment. 11 years ago
  hybrid ae25bdf202 Merged from 1.8 branch, revisions 4345-4378. All release fixes since the branch to 1.8, and some fixes after that. Now commencing development on this branch, and only bug fixes on the others. 12 years ago
  hybrid 0a2330890a Bump copyright to 2012 12 years ago
  hybrid 1c43d27cca Copy s64 type to unsigned u64 counterpart. Add borland checks as suggested by Ethon 12 years ago
  cutealien d3b4e039fc Another s64 fix, this time for gcc on 64-bit platforms. 12 years ago
  cutealien c96ab8b96e irr::s64 now compiles with -ansi and -pendentic on gcc without warnings. Also can now be disabled completely by define. 12 years ago
  cutealien 960dac6ed0 Add irr::s64 back in (using long long for non VS compilers). If there's any problem with this please inform me, I'd like that to stay in as it makes Irrlicht a lot easier to use in combination with the Clipper library (a boost-licensed library for working with 2d polygons). 12 years ago
  hybrid edade62497 Some unicode fixes by Nalin et al. 13 years ago
  hybrid 5e4d495dcc Bump copyright dates to 2011. 13 years ago
  hybrid 9e9e55a903 Merged revisions 3218-3270 from branch 1.7. Many bugfixes, mainly in GUI and device, a few mesh loader fixes. Octree culling bug fix. 14 years ago
  hybrid e7b200fef4 Merged revisions 2892:2947 from 1.6 branch. Mainly GUI fixes. Cylinder texturing enhanced. WIN64 defines everywhere also use _WIN64. Code layout and documentation updates. 15 years ago
  hybrid 7713cddaf8 Merged revisions 2748:2778 from branch 1.6. A few bug fixes (wrong drop/grab, normals handling, rotation animator) and many doc fixes. 15 years ago
  hybrid 275874afb1 Merged from 1.6 branch, revisions 2684:2747. Windows serialization fix. Memleak in STL and LWO loader fixed. CursorControl under Windows fixed. CE compilation fixed. Example 21 for Linux fixed. IFileSystem and IFileList additions. Toolbar::addButton fixed. Device::run fixed. Anti-Aliasing on debug rendering disabled. Documenation updated. 15 years ago
  hybrid 157cd67caf Merged revisions 2622:2663 from branch 1.6. SMaterial bug, MS3D patch, LWO fix. Better Shift recognition under 2in32. D3D depth buffer MSAA problems fixed. string<c16> changed to io::path. Fix 2dimagebatch, add better mtl file finder. Fix some OpenGL extension checks. Fixed x86-64 warnings. Export symbols in gcc4. Scolling in GUITab fixed. Fixed PixelBlend16 and SW driver. FPS cam stuttering fixed. OSX project additions. New scene parameter to ignore obj's mtl files. 15 years ago
  hybrid 3ef1b18308 Fix eol-style for all code files to CRLF for simpler file handling. 15 years ago
  hybrid 7e5822ec2c Fix eol-style for all code files to native. 15 years ago