272
edits
Dreammaster (talk | contribs) m (Added skipped commit) |
Dreammaster (talk | contribs) m (Added skipped commit) |
||
Line 43: | Line 43: | ||
* 73b009f35cbf5b4cc29fbf362e45dce10a64051c - Engine: for SDL_TEXTINPUT event, convert text to ascii for ags key code | * 73b009f35cbf5b4cc29fbf362e45dce10a64051c - Engine: for SDL_TEXTINPUT event, convert text to ascii for ags key code | ||
Not sure if/how this applies to ScummVM since we dont have a TEXTINPUT common event | Not sure if/how this applies to ScummVM since we dont have a TEXTINPUT common event | ||
* 7ca933ba2c3bedfd46b6f66b8d6c4cb3184dc051 - Engine: replaced allegro's findfile with our own FindFile methods | |||
Our code already uses ScummVM specific variants. If used in future, particularly need to worry about listbox and populating savegame list.<br> | |||
This commit also addes a CurrentTime property to FindFile, which ScummVM can't support because Common::FSNode doesn't have a method to return a file/folder's datetime. |
edits