summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/genie.lua
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/genie.lua')
0 files changed, 0 insertions, 0 deletions
7d9ea51b7d191cd6f862aa2b117?s=13&d=retro' /> Nathan Woods2016-07-041-15/+36 * This changes the various submenu results to be bonafide enums rather than jus... Nathan Woods2016-07-031-11/+11 * Changed a few zippath related functions to return their strings as a return v... Nathan Woods2016-07-031-1/+1 * Split UI related to file creation from filesel.[cpp|h] into filecreate.[cpp|h] Nathan Woods2016-07-031-312/+1 * Fixed issue whereby the determination that one cannot create files in an arch... Nathan Woods2016-07-031-1/+1 * Changed menu_file_selector to use std::string for its filename buffer Nathan Woods2016-07-021-14/+12 * Converted menu_file_create to use std::string for its filename buffer Nathan Woods2016-07-021-19/+24 * Changed some TRUE/FALSE ==> true/false Nathan Woods2016-07-021-3/+3 * Including the path separator when switching directories in the file selection UI Nathan Woods2016-07-021-1/+1 * Changing menu_file_selector::append_entry() to return a reference instead of ... Nathan Woods2016-06-301-5/+5 * Adopted move constructors on strings a bit more in filesel Nathan Woods2016-06-301-8/+20 * Changed filesel entrylist to be a vector Nathan Woods2016-06-301-49/+17 * More use of std::move() Nathan Woods2016-06-301-1/+1 * Missed this place where I was passing nullptr to std::string ctor Nathan Woods2016-06-291-2/+2 * Added a move constructor and got rid of the 'const char *' overload. I had t...