Historia zmian

Autor SHA1 Wiadomość Data
  Lasse Öörni a77a685f4c Fixed warnings reported by Xcode. 13 lat temu
  Lasse Öörni 5507b006be Shader load/compile refactoring. Removed shader source code from the SourceAssets directory and moved to Bin/CoreData/Shaders. 13 lat temu
  Lasse Öörni e1a1c974e5 Initial iOS support. 13 lat temu
  Lasse Öörni 0706ae397f Touch input on Android. 13 lat temu
  Lasse Öörni 92facb3c3b Added Android asset support and basic build instructions. 13 lat temu
  Lasse Öörni 65378ee15b Fixed Android linking & startup issues. 13 lat temu
  Lasse Öörni c48f640a18 Changed several structures to HashMap / HashSet for better performance. 13 lat temu
  Lasse Öörni 51eec4e987 Marked todo's into the IO library. 14 lat temu
  Lasse Öörni fd1c3385ca Do not define UNICODE, as GLFW assumes multi-char mode. Rather call the wide char Windows functions explicitly. 14 lat temu
  Lasse Öörni 0a3b1564d1 Further Unicode fixes. 14 lat temu
  Lasse Öörni 2263abbbcf Path handling fixes. 14 lat temu
  Lasse Öörni bedf357c90 Added WString class. 14 lat temu
  Lasse Öörni cc3ee34f58 Increased occlusion buffer depth bias. 14 lat temu
  Lasse Öörni ab35cefde9 Use static strings for often needed element & attribute names in XML serialization to reduce redundant string object construction and dynamic memory allocation. 14 lat temu
  Lasse Öörni 90596a064a Use a memory pool in OGLGraphics for discard lock buffers. 14 lat temu
  Lasse Öörni 275391a561 Fixed SplitPath() getting confused by ./ character sequence. 14 lat temu
  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 lat temu
  Lasse Öörni 7083ed9c69 Removed debug print. 14 lat temu
  Lasse Öörni d94b865fce Reverted the change to not support fallback data mode in index & vertex buffers, as it broke AssetImporter. 14 lat temu
  Lasse Öörni de67af8825 CoreData / Data reorganization. 14 lat temu
  Lasse Öörni 7eed016fd8 Added more assertions. 14 lat temu
  Lasse Öörni abe05c6a53 MinGW is no longer officially supported. 14 lat temu
  Lasse Öörni 444c18673e Code formatting & optimization. 14 lat temu
  Lasse Öörni 67eec15057 Converted kNet to use Container library instead of STL. 14 lat temu
  Lasse Öörni 9b1a81d84a Changed _WIN32 #ifdef to WIN32. 14 lat temu
  Lasse Öörni 71603ae52e Initial kNet-based networking implementation. 14 lat temu
  Lasse Öörni 07fda9f32e Preparation to using kNet: renamed SharedPtr.h to Ptr.h to avoid conflicts. 14 lat temu
  Lasse Öörni aa2491a7ac Moved SharedPtr & SharedArrayPtr to the Container library. 14 lat temu
  Lasse Öörni b90c1386be Removed unnecessary parentheses. 14 lat temu
  Lasse Öörni 882ccaaf6c Fixed GetProgramDir() to clear the whole buffer. Implemented SystemRun() on Unix. 14 lat temu