Commit History

Author SHA1 Message Date
  Ivan Savenko 0613756abc Remove unused code 2 years ago
  Ivan Savenko 87957e74c1 Replaced boost::thread_specific_ptr with thread_local 2 years ago
  Ivan Savenko 142889e3a5 Give all threads created by client human-readable name for debug 2 years ago
  nordsoft 937935ce8c Fix compiling (how does it work on mac?) 2 years ago
  nordsoft d9a2a7bfd0 Fix minor points 2 years ago
  nordsoft b1bfc2239f Backward compatibility with mods 2 years ago
  nordsoft a60d503078 Fix progress bar 2 years ago
  nordsoft 45f13c7964 Progress update on client side 2 years ago
  nordsoft 584dd20943 Progress on server side for rmg 2 years ago
  nordsoft 989a0859ef Fix tutorial loading 2 years ago
  nordsoft 70d04ad957 Replace thread approach with callback based 2 years ago
  nordsoft ef7008a753 Unblock UI while tutorial loading 2 years ago
  nordsoft f4869cbfb0 Tutorial load game mode 2 years ago
  nordsoft 04c0124759 Remove unnecessary strings 2 years ago
  nordsoft 1def98a862 Tutorial implemented 2 years ago
  Ivan Savenko 4d08a131d3 Reorganization of boost filesystem usage 2 years ago
  Ivan Savenko bb17cc13b1 Implemented lazy totalRedraw to prevent multiple redraws on single frame 2 years ago
  Ivan Savenko 8b61c0d59b Replaced CIntObject::type bitfield with bool's. Added input blocking. 2 years ago
  Ivan Savenko 0f8d53e978 Replaced SDL user events list with dispatching of arbitrary functors 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 8ea0ecaec1 show/showAll methods now use Canvas instead of SDL_Surface 2 years ago
  Ivan Savenko b04b11b9d1 Merge pull request #2175 from IvanSavenko/map_format_mappings 2 years ago
  Ivan Savenko acac42291e Remove excessive CMap.h includes 2 years ago
  Michael eb618fbff9 rename function 2 years ago
  Michael 8672fc7e3d Allows to translate default playername 2 years ago
  Michael 3ee7610015 added missing translation strings 2 years ago
  Ivan Savenko 5e86b00dda Moved input handling from GuiHandler to set of classes in eventsSDL dir 2 years ago
  Ivan Savenko d5d0ca96a8 Minor fixes and cleanup 2 years ago
  Ivan Savenko ad3e54e6c0 Reduced usage of topWindow() method 2 years ago