Commit Graph
53 Commits
Author SHA1 Message Date
elasota e280186a8c ALL: VS warning cleanup 2022-12-25 16:31:57 +01:00
Eugene Sandulenko abea37c9bb ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
Orgad Shaneh 0111a08560 GLK: Use nullptr
Using clang-tidy modernize-use-nullptr
2021-11-14 15:51:59 +02:00
Paul Gilbert 0c6c8274b4 GLK: COMPREHEND: Mark complete games for testing 2020-12-20 11:10:00 -08:00
Paul Gilbert 097561e242 GLK: COMPREHEND: Room description pane when in full-screen text mode 2020-12-11 21:59:32 -08:00
Paul Gilbert 347de79bb2 GLK: COMPREHEND: Partial support for Transylvania v2 2020-12-08 19:49:59 -08:00
Paul Gilbert 5ac16b804e GLK: COMPREHEND: Talisman data loading workarounds 2020-12-08 19:14:36 -08:00
Paul Gilbert dabff21c44 GLK: COMPREHEND: Refresh gfx & show room desc after loading from GMM 2020-11-19 21:42:40 -08:00
Eugene Sandulenko 5936026209 ALL: Clarify POTFILES, remove redundant common/translations.h includes 2020-11-10 03:03:49 +01:00
Paul Gilbert 27df1fdf49 GLK: COMPREHEND: Implementing no-floodfill drawing mode 2020-11-07 18:50:33 -08:00
Vladimir Serbinenko 29cfa7bb0f COMMON: Merge code for str.cpp and ustr.cpp
Most of the code in str.cpp and ustr.cpp is actually the same. Do some
template magic to merge them.
2020-10-31 14:05:30 +01:00
Paul Gilbert 088ca9cf7a GLK: COMPREHEND: Fix spelling mistake of OO-Topos detection 2020-09-13 18:33:59 -07:00
Paul Gilbert 46702ce2bc GLK: COMPREHEND: Add extra info to script debugs 2020-09-08 18:45:40 -07:00
aryanrawlani28 d2da98d3b0 GLK: More usage of translations
- Add helpers in Advsys, Comprehend & ZCode to match functionality provided for strings.
2020-08-30 14:43:41 +02:00
Eugene Sandulenko fe0193b914 JANITORIAL: Remove unndeded "common/translation.h" include 2020-08-27 20:26:45 +02:00
Paul Gilbert 3aa714d382 GLK: COMPREHEND: Removed deprecated setup code 2020-07-11 09:16:47 -07:00
Paul Gilbert dc35d40397 GLK: COMPREHEND: Switch to using nw conf loading 2020-07-07 22:06:19 -07:00
Paul Gilbert 9657799cef GLK: COMPREHEND: CC: Add crystal ball cutscene 2020-06-15 12:40:02 -07:00
Paul Gilbert 874bf6c376 GLK: COMPREHEND: Don't show picture toggled at startup 2020-06-15 12:40:02 -07:00
Paul Gilbert 8152652e6e GLK: COMPREHEND: Don't allow saving during TR intro 2020-06-13 17:59:37 -07:00
Paul Gilbert f46d21a706 GLK: COMPREHEND: Implement loading savegames from launcher 2020-06-12 19:00:16 -07:00
Paul Gilbert 4b5c81095b GLK: COMPREHEND: Don't allow blank names at start 2020-06-12 19:00:16 -07:00
Paul Gilbert f8870c5843 GLK: COMPREHEND: Toggle picture window when blank line entered 2020-06-12 13:15:06 -07:00
Paul Gilbert 0e244a6b3b GLK: COMPREHEND: Refactoring static methods into GameData class 2020-06-10 17:49:33 -07:00
Paul Gilbert e3cf51a868 GLK: COMPREHEND: Move static methods into ComprehendGame class 2020-06-10 17:49:33 -07:00
Paul Gilbert 1f62327969 GLK: COMPREHEND: Adjust display of text area 2020-06-09 21:21:18 -07:00
Paul Gilbert 342861636b GLK: COMPREHEND: Fix cretion of game classes other than Transylvania 2020-06-03 16:49:16 -07:00
dreammaster 55b64c05d2 GLK: COMPREHEND: astyle formatting 2020-06-03 04:14:20 +01:00
Paul Gilbert a06ed9ef2f GLK: COMPREHEND: Added loading of Transylvania title 2020-06-02 18:22:12 -07:00
Paul Gilbert c6346f2db0 GLK: COMPREHEND: Better placement of location images 2020-06-02 18:22:12 -07:00
Paul Gilbert 088bb3caf4 GLK: COMPREHEND: Draw images doubled-sized to properly fill screen 2020-06-02 18:22:12 -07:00
Paul Gilbert ead0a1bdd4 GLK: COMPREHEND: Proper freeing of Pics on exit 2020-06-02 18:22:11 -07:00
Paul Gilbert d59873704c GLK: COMPREHEND: Converting picture drawing to an Archive abstraction 2020-06-02 18:22:11 -07:00
Paul Gilbert 9609ef72cc GLK: COMPREHEND: Implement engine readChar method 2020-06-02 18:22:11 -07:00
Paul Gilbert 3c4bcc9790 GLK: COMPREHEND: Hooking up engine save/load methods 2020-06-02 18:22:11 -07:00
Paul Gilbert 2671e9a071 GLK: COMPREHEND: Shifting DrawSurface to be a single instance of the engine 2020-06-02 18:22:11 -07:00
Paul Gilbert 13b4698c83 GLK: COMPREHEND: Skeleton for savegames within ScummVM 2020-06-02 18:22:10 -07:00
Paul Gilbert 17454429e4 GLK: COMPREHEND: Move floodfill disable to a debugger command 2020-06-02 18:22:10 -07:00
Paul Gilbert 207e8f4ba2 GLK: COMPREHEND: Further refactoring of drawing 2020-06-02 18:22:10 -07:00
Paul Gilbert 687ed8be04 GLK: COMPREHEND: Objectifying image file methods 2020-06-02 18:22:10 -07:00
Paul Gilbert 0f411b62dd GLK: COMPREHEND: Improved graphic vs text area setup 2020-06-02 18:22:10 -07:00
Paul Gilbert 21462c57f6 GLK: COMPREHEND: Creating debugger to hold dumping methods 2020-06-02 18:22:09 -07:00
Paul Gilbert 51ff674d99 GLK: COMPREHEND: Adding method for reading text 2020-06-02 18:22:09 -07:00
Paul Gilbert e55aaa91da GLK: COMPREHEND: Adding method to print text to text buffer 2020-06-02 18:22:09 -07:00
Paul Gilbert ec99b086fc GLK: COMPREHEND: Capitalizing class names 2020-06-02 18:22:09 -07:00
Paul Gilbert 269b83f31e GLK: COMPREHEND: Removal of redundant struct prefixes 2020-06-02 18:22:09 -07:00
Paul Gilbert b0fe096225 GLK: COMPREHEND: Making comprehend game derive from game info 2020-06-02 18:22:09 -07:00
Paul Gilbert 16b1713afd GLK: COMPREHEND: Change comprehend_game to ComprehendGame 2020-06-02 18:22:09 -07:00
Paul Gilbert 20533b4a1a GLK: COMPREHEND: Start of sub-classes for each different game 2020-06-02 18:22:08 -07:00
Paul Gilbert 2ecbd720ea GLK: COMPREHEND: Work on startup 2020-06-02 18:22:08 -07:00