Commit History

Author SHA1 Message Date
  Ivan Savenko ffd37a8fa8 Removed CGI in favor of VLC. Map handle is for now global variable 8 months ago
  Ivan Savenko cacceda950 Renamed CGuiHandler to GameEngine 8 months ago
  Ivan Savenko 2362c6da21 Fixes for multiple new issues from Sonar 8 months ago
  Ivan Savenko 668bf63fc0 Remove access to internal surface of Canvas 9 months ago
  Ivan Savenko 6d8e447ff3 Added new right-click popup to teleporters 10 months ago
  Ivan Savenko 08fbcd5239 TerrainTile now uses identifiers instead of pointers to VLC 1 year ago
  Ivan Savenko 748a3a1b64 Fixed minimap generation when upscaled mode is used 1 year ago
  Ivan Savenko 9fba3d97f1 Renamed & unified OBJECT_CONSTRUCTION macro set 1 year ago
  Ivan Savenko 1aa391fdf8 Split CGeneralTextHandler file into 1 file per class form 1 year ago
  Alexander Wilms 02e429e973 Fix typos using https://github.com/crate-ci/typos 1 year ago
  Laserlicht 737525756f fix redraw 2 years ago
  Laserlicht e03f2a9d3a improvements for non quadratic maps 2 years ago
  Ivan Savenko 823ffa7a07 Always use ResourcePath for referencing images and animations 2 years ago
  Ivan Savenko ce20d913e0 Fix checking PlayerColor's for validness 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 4e80356bea Do not hide minimap on human player turn 2 years ago
  Ivan Savenko 4e7412faa6 Split mouseDragged event from mouseMoved 2 years ago
  Ivan Savenko 06437cbde6 Renamed gesture-related methods, remove unused code 2 years ago
  Ivan Savenko 563d7dd41f Renamed RCLICK -> SHOW_POPUP 2 years ago
  Ivan Savenko 8ad577255f Replaced isMouseButtonPressed with isMouseLeftButtonPressed 2 years ago
  Ivan Savenko d4aa778547 Replaced clickRight event with showPopupWindow/closePopupWindow 2 years ago
  Ivan Savenko db1045aecd Fix panning limits for minimap 2 years ago
  Ivan Savenko e6e91c64b6 Implemented minimap panning gesture 2 years ago
  Ivan Savenko 8ea0ecaec1 show/showAll methods now use Canvas instead of SDL_Surface 2 years ago
  Ivan Savenko f4d67fe675 Restore SDL_main in CMT.cpp 2 years ago
  Ivan Savenko 0e70f2998f SDL event handling is now done exclusively in input handler 2 years ago
  Ivan Savenko 1f513fd280 Extracted event management from GuiHandler and CIntObject 2 years ago
  Ivan Savenko ad3e54e6c0 Reduced usage of topWindow() method 2 years ago
  Ivan Savenko 7838190ef4 Moved window stack management from GuiHandler to new class 2 years ago