Commit History

Author SHA1 Message Date
  Lasse Öörni 90596a064a Use a memory pool in OGLGraphics for discard lock buffers. 14 years ago
  Lasse Öörni 275391a561 Fixed SplitPath() getting confused by ./ character sequence. 14 years ago
  Lasse Öörni 861091d375 Fixed performance problems caused by offscreen UI elements being queued for rendering unnecessarily. Fixed missing file extension filtering on Unix. Added String::StartsWith() & String::EndsWith() functions. 14 years ago
  Lasse Öörni 7083ed9c69 Removed debug print. 14 years ago
  Lasse Öörni d94b865fce Reverted the change to not support fallback data mode in index & vertex buffers, as it broke AssetImporter. 14 years ago
  Lasse Öörni de67af8825 CoreData / Data reorganization. 14 years ago
  Lasse Öörni 7eed016fd8 Added more assertions. 14 years ago
  Lasse Öörni abe05c6a53 MinGW is no longer officially supported. 14 years ago
  Lasse Öörni 444c18673e Code formatting & optimization. 14 years ago
  Lasse Öörni 67eec15057 Converted kNet to use Container library instead of STL. 14 years ago
  Lasse Öörni 9b1a81d84a Changed _WIN32 #ifdef to WIN32. 14 years ago
  Lasse Öörni 71603ae52e Initial kNet-based networking implementation. 14 years ago
  Lasse Öörni 07fda9f32e Preparation to using kNet: renamed SharedPtr.h to Ptr.h to avoid conflicts. 14 years ago
  Lasse Öörni aa2491a7ac Moved SharedPtr & SharedArrayPtr to the Container library. 14 years ago
  Lasse Öörni b90c1386be Removed unnecessary parentheses. 14 years ago
  Lasse Öörni 882ccaaf6c Fixed GetProgramDir() to clear the whole buffer. Implemented SystemRun() on Unix. 14 years ago
  Lasse Öörni 9f6ca174f8 Fixed SDL build on Windows. 14 years ago
  Lasse Öörni 95c6640cba Fixed to compile and run on Mac OS X. 14 years ago
  Lasse Öörni e80deeab15 Use _WIN32 conditional for Win32 code. 14 years ago
  Lasse Öörni 1840d21d6f Fixed MinGW build. 14 years ago
  Lasse Öörni fa80179bdf Fixed to compile and run on Ubuntu. 14 years ago
  Lasse Öörni 432f57b4b0 Use SDL 1.3 in OpenGL mode. 14 years ago
  Lasse Öörni 25bd3a257c Do not use equal depth test. 14 years ago
  Lasse Öörni 1d036b34ac Fixed crash in ShaderCompiler. 14 years ago
  Lasse Öörni 118ed95315 Multithreaded the shader compilation using all available CPU cores. 14 years ago
  Lasse Öörni f60321b20f Use PODVector more extensively. 14 years ago
  Lasse Öörni f3859c1ed7 Added documentation about containers. 14 years ago
  Lasse Öörni d69efd65f0 Container library fixes. 14 years ago
  Lasse Öörni 565de1ad02 Moved some of StringUtils functions to the String class. 14 years ago
  Lasse Öörni 2a6c10874c Documentation structure and Getting Started-documentation. 14 years ago