Commit History

Author SHA1 Message Date
  cutealien 19dd5282a7 Fix bug in string::replace found and patched by Nalin. 14 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 95680f93a8 Replace raw xml char implementation with template struct in order to decouple the type from POD types. May also help for 64bit problems or changes needed there. 14 years ago
  hybrid 5d154682b8 Bug fix for replace method from Nalin. 14 years ago
  hybrid 93959cf9c1 irrString additions provided by Nalin. 14 years ago
  hybrid 55a3220a1b Add test for string operator+= and fix for long type parameters. Bug and fix found by loneboco. 14 years ago
  hybrid 0ca3ba3744 Merged revisions 3089-3138 from 1.7 branch. Full merge, all changes from 1.7 beta phase up to now are included. 15 years ago
  hybrid 21a52f9317 Slightly reorder the members. 15 years ago
  hybrid 95b4283a27 Split method suggested by obscurusnox added. 15 years ago
  hybrid 68a7f4b11a Add rogerborg's irrString assignment allocation patch and a testcase. 15 years ago
  hybrid 9b4d3cbd11 Some new string methods. 15 years ago
  hybrid d64c8b9259 Remove virtual from irrString. Probably no one derives from irrString, but this saves some bytes and cycles. 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
  bitplane bf90fa16d8 Fixed misleading typo in doc comment for core::string::equalsn 15 years ago
  bitplane 0ce6ba201e Re-ordered some member variables so that padding on 64-bit pointers don't use unnecessary space, also defined bit fields for some bools and moved them to the end of memory. Some minor formatting changes, and got rid of the annoying upper case .H in the VC projects. 15 years ago
  bitplane 2a5a21fce4 Reset all line endings to Windows-style CRLF 15 years ago
  bitplane ba38526210 Had to rename some reserved words in (maybe objc++ but possibly macros to do with xcode?) IQ3Shader::id to ID, string::verify to validate. 15 years ago
  hybrid 63199557f1 Fix some warnings and a template problem with gcc 4.x 16 years ago
  hybrid 2f2f23c21a Fix some warnings under Linux. 16 years ago
  engineer_apple cf2cfa5f14 Changes in version 1.6, TA 16 years ago
  hybrid 7472bcd83c Merged from 1.5 branch to trunk, all changes from 2042 to 2071. cursor setVisible fix, OSX FPS cam fix, ALPHA_CHANNEL_REF fix, new method draw2dRectOutline, setOverrideFont fixes, getCollisisonPoint distance bug fix. 16 years ago
  Rogerborg 1b2a4f214a Elucidate on the (non) encoding conversions in irrString. 16 years ago
  hybrid bbd1d5a475 Docs fixed. 16 years ago
  Rogerborg 386c0c061e "Bug" #2237876; provide an optional parameter to string::trim() to allow the user to specify characters other than common Latin-1 whitespace. 16 years ago
  Rogerborg f222720d96 Add direct string<B> constructor / assignment methods for string<T>. Tested by rebuilding Irrlicht, all example apps and running the test app in tracker #2220682 16 years ago
  hybrid 038d839eb8 Merged revisions 1561:1570 from 1.4 branch. This fixes the ZWrite enable scene attribute and does some minor cosmetic changes. 16 years ago
  hybrid 60f1955826 Allow to skip extensions of filenames. 16 years ago
  hybrid ed5710bf5e Made some string constructors explicit to avoid nasty misinterpretations. Just add core::stringc or core::stringw around the numbers the compiler doesn't want to convert automatically anymore. 16 years ago