Age | Commit message (Expand) | Author |
2017-08-01 | WAGE: Properly add input text to console on Enter | Eugene Sandulenko |
2017-08-01 | GRAPHICS: MACGUI: Do not pass event when ascii characters are pressed | Eugene Sandulenko |
2017-08-01 | GRAPHICS: MACGUI: Fix crash on backspace in MacTextWindow input | Eugene Sandulenko |
2017-08-01 | WAGE: Started processing of input text from MacTextWindow | Eugene Sandulenko |
2017-08-01 | GRAPHICS: MACGUI: Exposed input text from the MacTextWindow | Eugene Sandulenko |
2017-08-01 | GRAPHICS: MACGUI: Replace magic numbers with named constants | Eugene Sandulenko |
2017-08-01 | GRAPHICS: MACGUI: Update cursor position as text being added to MacTextWindow | Eugene Sandulenko |
2017-08-01 | GRAPHICS: MACGUI: Added hack for fixing cursor position in MacTextWindow | Eugene Sandulenko |
2017-08-01 | GRAPHICS: MACGUI: Simplified cursor code is MacTextWindow | Eugene Sandulenko |
2017-08-01 | GRAPHICS: MACGUI: Initial code for cursor drawing in MacTextWindow | Eugene Sandulenko |
2017-08-01 | GRAPHICS: MACGUI: Added more getters to MacText | Eugene Sandulenko |
2017-08-01 | WAGE: Draw cursor only when MacTextWindow is not used | Eugene Sandulenko |
2017-08-01 | WAGE: Correctly set font in MacTextWindow console | Eugene Sandulenko |
2017-08-01 | GRAPHICS: MACGUI: Added font specifying to MacTextWindow | Eugene Sandulenko |
2017-08-01 | GRAPHICS: MACGUI: Avoid double free of MacTextWindow | Eugene Sandulenko |
2017-08-01 | GRAPHICS: MACGUI: Correctly process empty inpt strings in MacTextWindow | Eugene Sandulenko |
2017-08-01 | JANITORIAL: Code formatting | Eugene Sandulenko |
2017-08-01 | WAGE: Switched Console window to MacTextWindow | Eugene Sandulenko |
2017-08-01 | GRAPHICS: MACGUI: Made MacTextWindow processing keyboard input | Eugene Sandulenko |
2017-08-01 | GRAPHICS: MACGUI: Made more MacWindow methods public | Eugene Sandulenko |
2017-08-01 | GRAPHICS: MACGUI: Added method to remove last line from MacText | Eugene Sandulenko |
2017-08-01 | JANITORIAL: Fix code identation | Eugene Sandulenko |
2017-08-01 | GRAPHICS: Load Mac font heights too (still unused) | Eugene Sandulenko |
2017-08-01 | WAGE: Fix compilation with MacTextWindow enabled | Eugene Sandulenko |
2017-08-01 | SLUDGE: Clear screen before every display | Simei Yin |
2017-08-01 | Windows: Use GetUserDefaultUILanguage() instead of GetThreadLocale(). | Frank Richter |
2017-07-31 | TITANIC: Fix not being able to close ScummVM during prologue credits | Paul Gilbert |
2017-07-31 | TITANIC: Only skip cutscenes if standard ASCII keys pressed | Paul Gilbert |
2017-07-31 | TITANIC: Handle brief freeze if prologue credits are skipped | Paul Gilbert |
2017-07-31 | TITANIC: Fix forward/backward manual camera movement in starmap | Paul Gilbert |
2017-07-31 | Merge pull request #978 from dafioram/Titanic-star-keybrdlookup | Paul Gilbert |
2017-07-31 | TITANIC: Don't let bots appear when you're in the Gondola | Paul Gilbert |
2017-07-31 | TITANIC: Don't have bots appear in Embarkation SuccUBus or Deskbot desk | Paul Gilbert |
2017-07-31 | TITANIC: Fix delay check for Bellbot/Doorbot summoner | Paul Gilbert |
2017-07-31 | I18N: Regenerate translations data file | Thierry Crozat |
2017-07-30 | TITANIC: Fix Long Stick not returning to inventory in Arboretum | Paul Gilbert |
2017-07-30 | SCI32: Add ADGF_CD flag to Phant2 detection entries | Colin Snover |
2017-07-30 | SCI32: Promote Phant2 to ADGF_TESTING | Colin Snover |
2017-07-30 | SCI32: Increase maximum save games for Phant2 | Colin Snover |
2017-07-31 | I18N: Update translations templates | Thierry Crozat |
2017-07-30 | SCI32: Make sure audio is not paused from the future | Colin Snover |
2017-07-30 | SCI32: Add load from launcher support for Phant2 | Colin Snover |
2017-07-30 | SCI32: Implement Phant2 save/load integration | Colin Snover |
2017-07-30 | SCI32: Deduplicate guest additions save/load code | Colin Snover |
2017-07-30 | SCI: Show inherited methods when viewing an object in the debugger | Colin Snover |
2017-07-30 | SCI32: Fix breakpoints on reading/writing selectors in SCI3 | Colin Snover |
2017-07-30 | SCI32: Indicate that LSL7 and Torin use the same save/load code | Colin Snover |
2017-07-30 | SCI32: Fix Phant2 game name | Colin Snover |
2017-07-30 | SCI32: Minor code deduplication | Colin Snover |
2017-07-30 | SCI32: Implement guest additions volume sync for Phant2 | Colin Snover |