Commit History

Author SHA1 Message Date
  Ivan Savenko b75a67ef7c Merge pull request #2973 from IvanSavenko/identifier_explicit_constructor 2 years ago
  Ivan Savenko 56d5c74a61 Merge pull request #2996 from Nordsoft91/fix-2992 2 years ago
  Ivan Savenko 037efdf5fc Improvements to type safety of Identifier class 2 years ago
  nordsoft 213d0c3553 Capture events in chat box 2 years ago
  nordsoft 03c099d4fd First steps 2 years ago
  Ivan Savenko f39fbe5151 Merge pull request #2757 from IvanSavenko/filesystem_refactor 2 years ago
  Ivan Savenko 86a7f5f5cd Removed getStr(bool), replaced with similar toString() 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 e2b5ff13f1 Merge pull request #2746 from wb180/teamsPopup 2 years ago
  Evgeniy Meshcheryakov b6e2c454c0 Show only non-empty teams in teams popup 2 years ago
  Michael 53277306cd add also savegame 2 years ago
  Michael 3d08518dac fix difficulty widget 2 years ago
  Michael 0dab3b83a0 date alignment 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 900b1c1763 Simplified text input handling, fixes hotkeys on windows with text input 2 years ago
  Ivan Savenko 8b61c0d59b Replaced CIntObject::type bitfield with bool's. Added input blocking. 2 years ago
  Ivan Savenko 69dc95c3c8 Merge pull request #2235 from IvanSavenko/hota_h3m_support 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 d51fe62804 Win/loss condition texts use MetaString 2 years ago
  Ivan Savenko 052d0d314a Implemented Scrollable class, to server as common base for such classes 2 years ago
  Ivan Savenko 6fe00ad55c Moved slider class to a separate file 2 years ago
  Ivan Savenko acac42291e Remove excessive CMap.h includes 2 years ago
  Ivan Savenko de769a04d6 Remove unnecessary includes from headers 2 years ago
  Ivan Savenko 1f513fd280 Extracted event management from GuiHandler and CIntObject 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