Commit History

Author SHA1 Message Date
  Marko Pintera 59cb02050e More documentation 11 years ago
  Marko Pintera 0c1054455e Refactored importer & input to make it clearer which methods are internal 11 years ago
  Marko Pintera 0bb5903b9e Removed CamelotFramework and BansheeEditor namespaces and made everything BansheeEngine 11 years ago
  Marko Pintera d55f242a1c Using std::function and std::bind instead of boost 11 years ago
  Marko Pintera 047dd0ffcd Added proper timestamps for OIS input events 12 years ago
  Marko Pintera 6824ae90d6 Added VirtualInput (still WIP but working) 12 years ago
  Marko Pintera 61a6fe1e9d Refactored and renamed Box, Int2, Rect and FRect 12 years ago
  Marko Pintera 5fa7bee5a7 Refactored Math 12 years ago
  Marko Pintera ebbe4cd225 Hooked up mouse double click from the OS 12 years ago
  Marko Pintera 1ee7726962 Added command events to Input, so I can more easily deal with text input commands and command repeat 12 years ago
  Marko Pintera 4f9f37f88d Removed simulated mouse inputs and "mouseUp" hack after window move/resize since it shouldn't really be needed after the input refactor in last revision 12 years ago
  Marko Pintera a0058c8116 Complete overhaul of GUI mouse input. Changed input to work using OS provided data for mouse buttons since I was having trouble with context switching in OIS 12 years ago
  Marko Pintera 0d59d8caf2 Added support for mouse wheel scroll events 12 years ago
  Marko Pintera a83a991e7b Selection using Ctrl + A works 12 years ago
  Marko Pintera 63b75b834b Move/resize work adequately 12 years ago
  Marko Pintera 0f201050b2 Better handling of focus changed events 12 years ago
  Marko Pintera da1e117f66 Completely refactored input so text/mouse/axis handling is more intuitive 12 years ago
  Marko Pintera c27c0407dc Solved the multiple window input issue 12 years ago
  Marko Pintera 961055185e Working text input (again) 12 years ago
  Marko Pintera 05a77f5c18 Moved GUIManager to callbacks 12 years ago
  Marko Pintera c5f46545e8 A bunch more code ported to new alloc system 12 years ago
  Marko Pintera c6a04b525a Removing Input mouse/key callbacks 12 years ago
  Marko Pintera 637530c1f1 GUI manager mouse events implemented (not tested) 12 years ago
  Marko Pintera 638d7bcd6c Removed Point class and replaced it with existing Int2 12 years ago
  Marko Pintera 267df110ea Renamed CamelotEngine -> CamelotFramework namespace 12 years ago
  Marko Pintera ece0eddd4c More porting to allocators 12 years ago
  Marko Pintera 877db0dc33 Renamed CamelotRenderer->CamelotEngine (solution) & CamelotCore (project) 13 years ago