Commit History

Author SHA1 Message Date
  nordsoft 03c099d4fd First steps 2 years ago
  Ivan Savenko f8541d0ae4 Merge branch 'vcmi/master' into 'vcmi/develop' 2 years ago
  Ivan Savenko 538665fe42 Fix "Start game" blocking status: 2 years ago
  Ivan Savenko 1d0e696db6 Added RenderHandler that acts as factory for images and animations 2 years ago
  Ivan Savenko 8dfdfffd87 Use ResourcePath for audio files 2 years ago
  Ivan Savenko 823ffa7a07 Always use ResourcePath for referencing images and animations 2 years ago
  Ivan Savenko 43795c39a5 Replaced all usage of SDL_Color outside of render with ColorRGBA 2 years ago
  Ivan Savenko ca889a5c2a Replaced clickLeft with clickPressed clickReleased methods 2 years ago
  Ivan Savenko cdc27d1fcf Play correct music file in campaign menu 2 years ago
  Ivan Savenko 0fdbf54937 Use HeroTypeID instead of int 2 years ago
  Ivan Savenko 96eab03b16 Fix UI updates 2 years ago
  Ivan Savenko 0f8d53e978 Replaced SDL user events list with dispatching of arbitrary functors 2 years ago
  Ivan Savenko e2bd98e21e CampaignRegions class encapsulation 2 years ago
  Ivan Savenko f6b2f58da9 Use inheritance instead of composition for campaign header 2 years ago
  Ivan Savenko a08fe09517 Added encapsulation for CampaignState class 2 years ago
  Ivan Savenko 8420a90aa4 Reorganization of campaigns code 2 years ago
  Ivan Savenko d1e5a347ff Refactoring of campaign handler: rename types and use strong typing 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 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 dea10e6091 Use more descriptive names for hotkeys 2 years ago
  Ivan Savenko 832e56e005 Implementation of (very basic) shortcuts system 2 years ago
  nordsoft 70f4cc5e0f Refactor campaign regions 2 years ago
  nordsoft 08809f1cdc String building id 2 years ago
  nordsoft 9e5e1aebbc Remove hardcoded campaign screens 2 years ago
  Konstantin 5366f9190e vcmi: reduce boost::lexical_cast usage 2 years ago
  Ivan Savenko e1bd0d2a04 API for custom events no longer requires SDL access 2 years ago
  Ivan Savenko 108a42e4ba Reorganized includes for new layout. New class - IImageLoader 2 years ago
  Ivan Savenko 87218c63c4 CPicture now uses IImage internally 2 years ago