Commit History

Author SHA1 Message Date
  Ivan Savenko 44d16b32fe Use API identical to std classes where possible 2 years ago
  Ivan Savenko 43795c39a5 Replaced all usage of SDL_Color outside of render with ColorRGBA 2 years ago
  Ivan Savenko 18db944083 Replaced clickReleased with clickPressed where applicable in H3 2 years ago
  Ivan Savenko ca889a5c2a Replaced clickLeft with clickPressed clickReleased methods 2 years ago
  Ivan Savenko 563d7dd41f Renamed RCLICK -> SHOW_POPUP 2 years ago
  Ivan Savenko d4aa778547 Replaced clickRight event with showPopupWindow/closePopupWindow 2 years ago
  Ivan Savenko 8ea0ecaec1 show/showAll methods now use Canvas instead of SDL_Surface 2 years ago
  Ivan Savenko c77f8482e3 Replaced event handling break system with key capturing 2 years ago
  Ivan Savenko e2ef136003 Renamed "Int" -> "Window" in WindowHandler API 2 years ago
  Ivan Savenko 7838190ef4 Moved window stack management from GuiHandler to new class 2 years ago
  Ivan Savenko 243773b6ef Renamed some adventure map files & classes 2 years ago
  Konstantin P 057a33c508 SpellSchool: use identifier instead of int 2 years ago
  Ivan Savenko dea10e6091 Use more descriptive names for hotkeys 2 years ago
  Ivan Savenko 832e56e005 Implementation of (very basic) shortcuts system 2 years ago
  Ivan Savenko fb739e7186 Merge beta -> develop 2 years ago
  Ivan Savenko f6d480cbb2 Moved player-specific heroes & towns information to new class 2 years ago
  Ivan Savenko 4ec32e4dcd Renamed CAdvMapInt to its proper full name 2 years ago
  Ivan Savenko f245080cba Fix missing error message on casting spell in hotseat 2 years ago
  Ivan Savenko 644f0f4b32 Removed ARRAY_COUNT in favor of std::size 2 years ago
  Ivan Savenko 506c3d29bc Replaced vstd clamp with std version 2 years ago
  Konstantin 5366f9190e vcmi: reduce boost::lexical_cast usage 2 years ago
  Ivan Savenko f8c1c46562 removed CAdvMapInt::handleRightClick method 2 years ago
  Ivan Savenko 62151cd20c Replaced genRect with Rect constructor call 2 years ago
  Ivan Savenko 7c58a46279 Removed some instances of access to `screen` surface 2 years ago
  Ivan Savenko 3fef2a5e1f Moved Colors to a separate file, updated includes 2 years ago
  Ivan Savenko cfcaf5cbb6 renamed keyDown -> keyPressed 2 years ago
  Ivan Savenko d4fba3787c Removed usage of SDL_KeyboardEvent from UI code 2 years ago
  Ivan Savenko 6669ffd4b3 Moved input-related code from SDL_Extensions to GuiHandler 2 years ago
  Ivan Savenko 108a42e4ba Reorganized includes for new layout. New class - IImageLoader 2 years ago
  Ivan Savenko 9c3030603d Removed most SDL includes from headers, removed SDL int's 2 years ago