Commit Graph

42029 Commits

Author SHA1 Message Date
Vas Crabb
0a55a9e85b fix MULScc (nw) 2016-07-06 19:38:17 +10:00
Angelo Salese
b2fdf916af Update notes (nw) 2016-07-06 10:39:32 +02:00
AJR
1ef81939dd Correct British spelling and region width (nw) 2016-07-06 00:40:12 -04:00
AJR
8ff279a19b bbcbc: Input overhaul and machine/software list corrections
- Button mappings completely reworked: grey bidding/suit selection buttons classified as keypad inputs and put in correct order, and other buttons as console-standard Start, Select, Button 1-2
- Inputs now read through PIO instead of RAM addresses, making them less hypersensitive
- Manufacturer/publisher is Unicard, as manuals and system/cartridge labels clearly state
- Added release years for some common cartridges
- (nw) Link bbcbc in its own library rather than the unrelated libacorn ("make clean" strongly recommended)
2016-07-05 22:58:13 -04:00
Nathan Woods
34d537338f Changed osd_is_valid_filepath_char() to block 0x7F and C1 control characters 2016-07-05 22:47:16 -04:00
Nathan Woods
2ea76d70ea Create osd_is_valid_filename_char() and osd_is_valid_filepath_char() functions to check to see if a character is legal, and moved retired is_valid_filename_char() in filecreate.cpp. POSIX versions not implemented yet. 2016-07-05 22:19:49 -04:00
Nathan Woods
4079da505e Changed diimage.cpp to use C++ comments 2016-07-05 21:47:30 -04:00
Vas Crabb
f736c7c6dd explicit <cstdlib> (nw) 2016-07-06 11:45:43 +10:00
Nathan Woods
a620ba26cd Converted properties on image_device_format to return 'const std::string &' instead of 'const char *' 2016-07-05 21:36:04 -04:00
Nathan Woods
3b5d83e48b Created a typedef to define the type for device_image_interface::m_formatlist 2016-07-05 21:17:21 -04:00
Nathan Woods
a95f190523 Changed menu_file_create::m_ok to be a reference instead of a pointer 2016-07-05 21:16:19 -04:00
Vas Crabb
aed7acbe66 Merge pull request #1043 from MooglyGuy/master
Really fix traps in SPARC core
2016-07-06 10:27:49 +10:00
angelosa
6a678b85d9 Documenting what's wrong with Seibu Cup Soccer collision detection (nw) 2016-07-05 23:06:59 +02:00
angelosa
c12afa4937 Fixed Seibu Cup coin slots (nw) 2016-07-05 21:12:19 +02:00
ajrhacker
71053ad9dd feversoc: Hook up EEPROM; remap buttons (#1028)
feversoc.cpp: Hook up EEPROM; remap buttons, hook up lamps and serial RTC [AJR];

rtc4543.cpp: More complete implementation with better logging features. Added JRC6355E variant used by feversoc. [AJR]
2016-07-05 17:52:30 +02:00
therealmogminer@gmail.com
018c2216c0 Turn fcode logging back off 2016-07-05 16:39:22 +02:00
therealmogminer@gmail.com
e448f04a7f Remove some debug printfs 2016-07-05 16:38:21 +02:00
therealmogminer@gmail.com
016a6bd61b Fix taking traps in SPARC core 2016-07-05 16:35:32 +02:00
Vas Crabb
20724e105c Merge pull request #1042 from JoakimLarsson/s4_75_sccbug
Fix for mid tx reset of scc channel
2016-07-05 23:21:05 +10:00
Joakim Larsson Edstrom
a1177eef82 Fix for mid tx reset of scc channel 2016-07-05 15:14:26 +02:00
Vas Crabb
1bd116c5c8 use allocating mode of ::realpath by default (nw) 2016-07-05 22:50:14 +10:00
Vas Crabb
9af1661a8b Merge pull request #1037 from npwoods/file_create_refactoring
File create refactoring
2016-07-05 13:26:30 +10:00
Nathan Woods
bdf2059bf4 As per Vas Crabb, readding overloads that take a std::string& parameter for the result 2016-07-04 23:22:37 -04:00
Nathan Woods
0d4151e366 Changed a number of file manager related menus to have their outputs be by reference than pointer, and tightened up typecasts in menu_select_rw 2016-07-04 23:13:07 -04:00
arbee
81c3d47a6c sun4 updates:
- Preliminary counter/timer support [R. Belmont]
- Support both 8 and 16 context variants of sun4c arch [R. Belmont]
- Added SPARCStation 1+ ROM [Al Kossow]
2016-07-04 21:18:46 -04:00
Vas Crabb
9f415edfe0 Merge pull request #1039 from ajrhacker/legionna_docs
legionna.cpp: remove unused stuff; minor doc update (nw)
2016-07-05 11:17:57 +10:00
Vas Crabb
2c9dfd77ba Revert "C++ comments for some parts."
This reverts commit 19c4764090.
2016-07-05 11:16:05 +10:00
R. Belmont
09b6b311ff Merge pull request #1036 from ajrhacker/disasm
Consolidate disassemble functions (nw)
2016-07-04 21:06:15 -04:00
R. Belmont
fc01413d39 Merge pull request #1040 from system11b/S11patimono_dip
Dip switches - lots of them
2016-07-04 21:05:04 -04:00
therealmogminer@gmail.com
0683c62485 Merge remote-tracking branch 'mainline/master'
Conflicts:
	src/devices/cpu/sparc/mb86901.cpp
	src/devices/cpu/sparc/sparc.h
2016-07-05 02:00:03 +02:00
therealmogminer@gmail.com
070a7b5a56 Fix some SPARC issues 2016-07-05 01:56:25 +02:00
system11b
653aa04451 Dip switches - lots of them 2016-07-05 00:14:26 +01:00
dankan1890
9fb7abffef Fixed crash in directories configuration. (nw) 2016-07-05 00:13:17 +02:00
dankan1890
440c90486a Added in "Miscellaneous Options" menu one item to hide ROMless machines from the availables list. [Maurizio Petrarota] 2016-07-04 23:59:08 +02:00
dankan1890
19c4764090 C++ comments for some parts.
Increased use of the specifier auto.
Some code cleanups.
2016-07-04 23:40:16 +02:00
Ted Green
a8143fd8d8 atlantis: Added analog joystick (nw)
zeus2: Fixed screen resolution in atlantis. Added direct pixel writing for atlantis.  Scaling still needs work. (nw)
midzeus: Added return data for unknown register access to keep thegrid from hangin. (nw)
2016-07-04 13:23:05 -06:00
AJR
4086f84f25 Better terminology (nw) 2016-07-04 15:22:29 -04:00
Bavarese
4bd2800a39 Update vtvideo.cpp
Changed polarity of reverse field.
2016-07-04 21:01:02 +02:00
Ivan Vangelista
0cfee6b1b4 konamigx.cpp: added coin3, coin4, service3 and service4 for type3 and type4 hw (nw) 2016-07-04 20:55:52 +02:00
AJR
6a97429839 legionna.cpp: remove unused stuff; minor doc update (nw) 2016-07-04 12:29:33 -04:00
Ivan Vangelista
4c4e318be5 3 more fixes (nw) 2016-07-04 17:13:34 +02:00
Giuseppe Gorgoglione
85740d73e6 Remove bgfx_avi_name and hlsl_write options
Now the filenames for movies recorded by HLSL and BGFX renderers are automatically generated just like the ones for movies and snapshots recorded by the video core. They are generated according to the "snapname" template (eg. by default <snap_folder>/<device_name>/<numeric_index.avi>, so you can revert to the old behavior (why?) just setting "snapname  bgfx.avi" or "snapname  hlsl.avi".

The main advantage is that now you can record as many movies as you want during a single gaming session without much hassle (previously you had to move or rename the old movie file by hand before recording a new one).
2016-07-04 13:50:10 +02:00
Giuseppe Gorgoglione
2b0682196d Direct3D HLSL: use aviwrite to record avi movies
Use common infrastructure in aviwrite.c instead of equivalent local code.
In addition:
- the target textures used by the HLSL movie recorder are now allocated only when recording is ongoing
- removed shaders->begin_frame() and shaders->end_frame() hooks from the main Direct3D rendering loop
- set default HLSL movie name to hlsl.avi to match bgfx.avi setting
2016-07-04 10:48:47 +02:00
Ivan Vangelista
b7ec0d4fa8 epson_lx810l.cpp: fixed ROM_REGION type (nw) 2016-07-04 09:12:50 +02:00
Scott Stone
81c7a63e06 excessive printf while testing changed to logerror (nw) 2016-07-03 22:48:13 -04:00
Robbbert
ea42b8bbaf Fixed the build. 2016-07-04 09:54:42 +10:00
Vas Crabb
75446b66c8 Merge pull request #1038 from cgwg/crt-geom
Added crt-geom and crt-geom-deluxe shaders for bgfx.
2016-07-04 09:36:08 +10:00
cracyc
e11707a3fe vii: use banking (nw) 2016-07-03 18:33:03 -05:00
cracyc
95e29c600e luaengine: Doh (nw) 2016-07-03 16:32:48 -05:00
cracyc
bccd9ad271 luaengine: add optional arg for physical address space to disable address shift (nw)
----
Cheats created with the cheatfinder won't work with the builtin cheat finder if the cpu has an address bus that isn't 8bits unless the addresses are fixed up.
2016-07-03 16:28:06 -05:00
AJR
20427d78b4 Don't need debugcpu to translate (nw) 2016-07-03 17:23:47 -04:00
cracyc
4c20f32839 luaengine: address_to_byte (nw) 2016-07-03 15:54:49 -05:00
Jeremy Green
3697bd8cdc Added crt-geom and crt-geom-deluxe shaders for bgfx.
This includes several aperture grille / shadow mask patterns. Note that these are all designed to be used on a display with RGB subpixel order, and may thus suffer if rotated or used with a BGR display.
2016-07-03 22:43:16 +02:00
angelosa
f487ca3bcc More work (nw) 2016-07-03 20:49:41 +02:00
Nathan Woods
411880ac67 This changes the various submenu results to be bonafide enums rather than just vanilla integers 2016-07-03 14:16:24 -04:00
angelosa
8b1c5b90c7 Some raw commands (re-)implemented (nw) 2016-07-03 19:48:50 +02:00
AJR
90b08e2995 Consolidate disassemble functions (nw) 2016-07-03 13:46:21 -04:00
Nathan Woods
44fbefc217 Prefixed menu_control_device_image::current_directory and menu_control_device_image::current_file with m_ 2016-07-03 13:37:35 -04:00
Nathan Woods
de6bbdf176 Changed a few zippath related functions to return their strings as a return value, as opposed to passing in a destination buffer 2016-07-03 13:28:09 -04:00
Nathan Woods
587e9f5e32 Changed zippath.[cpp|h] to use C++-style comments 2016-07-03 13:21:09 -04:00
Nathan Woods
c105b9d8a9 Split UI related to file creation from filesel.[cpp|h] into filecreate.[cpp|h] 2016-07-03 13:12:52 -04:00
angelosa
5ab63a978a Re-added scrolling 2016-07-03 18:32:36 +02:00
angelosa
16486ece9a Added sprites, fixed MT #06246 2016-07-03 18:21:43 +02:00
angelosa
d992f893ff Added tilemaps, (nw) 2016-07-03 18:08:14 +02:00
angelosa
8347973e18 Splitted Seibu Cup Soccer bootlegs into own driver (nw) 2016-07-03 17:49:42 +02:00
angelosa
1b811de735 Revert a test with denji, update flags. (nw) 2016-07-03 17:08:42 +02:00
angelosa
5eebcb3fb9 Moved around allocation pointers to own function, and register video pointers/functions to save state (nw) 2016-07-03 16:06:05 +02:00
Robbbert
4dee62bc85 Poly88: fixed timing issue when loading a snapshot. Added notes. 2016-07-03 23:30:53 +10:00
Bavarese
8573446231 Update vtvideo.cpp
Changes to get the watchdog up and running. Documentation claims that a zero must be written to 0x10C (to disable foulup detection). This is not true. Instead, a sensible value must be written to the DC012 controller register (else video will be hosed).
2016-07-03 14:36:17 +02:00
Nathan Woods
9166e7eb97 Fixed issue whereby the determination that one cannot create files in an archive was done once, and didn't change if the user changed directories 2016-07-03 08:10:54 -04:00
Ivan Vangelista
409d5e0d64 bus/spc1000/fdd.cpp: fixed segfault (nw) 2016-07-03 11:48:03 +02:00
Ivan Vangelista
390869452c a few more (nw) 2016-07-03 11:34:53 +02:00
Ivan Vangelista
ba6286b0c8 Fixed "Fatal error: No screen specified for device ':pcvideo_t1000', but multiple screens found" (nw) 2016-07-03 11:16:12 +02:00
Vas Crabb
cde4eddeb3 override without virtual looks uncomfortable (nw) 2016-07-03 14:02:26 +10:00
Vas Crabb
ae6352aea4 Filesel cleanup [Nathan Woods] 2016-07-03 14:00:40 +10:00
cracyc
a4a0d462ed pluginopt: fix separator (nw) 2016-07-02 19:26:45 -05:00
cracyc
e7755e4743 luaengine: add logical address space accessors, use by default in translated cheats (nw) 2016-07-02 19:04:32 -05:00
Nathan Woods
1d08c0c6fe Changed menu_file_selector to use std::string for its filename buffer 2016-07-02 14:24:18 -04:00
Nathan Woods
d67695e724 Converted menu_file_create to use std::string for its filename buffer 2016-07-02 14:23:54 -04:00
Nathan Woods
60c81498b0 Changed some TRUE/FALSE ==> true/false 2016-07-02 14:22:21 -04:00
Nathan Woods
facb76a669 C++-ification of src/lib/util/unicode.[cpp|h] 2016-07-02 14:22:14 -04:00
Nathan Woods
32a38d3f78 Including the path separator when switching directories in the file selection UI 2016-07-02 14:22:04 -04:00
briantro
d348747601 segaorun.cpp: Use correct sub-CPU roms for the Japanese set. - NW
Using the correct sub-cpu roms (original version not ver A) allow all the roms to pass in the MEMORY check routine of the test screen.
2016-07-02 12:27:10 -05:00
briantro
bc64d835df itech32.cpp: Correct rom names in the Pairs sets - NW 2016-07-02 12:15:17 -05:00
Vas Crabb
630c226d3c opwolf.cpp: fix all the gameplay problems by improving the c-chip protection simulation [Bryan McPhail]
Gameplay should be a true 100% match to original now.
Put extensive notes in the machine file about what has changed.
2016-07-02 18:24:11 +10:00
Ivan Vangelista
3f13334e37 video/ef9365.cpp: moved the charset rom inside of the device, fixes missing required object in various commodore drivers. (nw) 2016-07-02 10:04:00 +02:00
Ivan Vangelista
d8968d4c87 bus/centronics/comxpl80.cpp: fixed missing required object (nw) 2016-07-02 09:32:02 +02:00
Robbbert
11751e2d3c LX810, AP2000: Fixed memory problem. Still has an eeprom issue. 2016-07-02 15:36:47 +10:00
Robbbert
4f93aeccaf LX800: Fixed memory problem 2016-07-02 15:33:21 +10:00
Vas Crabb
4142ecd794 Use std::map for mapping XML tag name to layout component creation function - makes the code simpler and easier to read as well as being more scalable
Fix problem using layout_element::texture in vector - destructor frees resources but generated copy/assignment operators don't release them, leading to a problem any time vector expands or element is added/removed anywhere but end
2016-07-02 14:18:44 +10:00
Vas Crabb
491ecdb025 Don't raise stuff to public unnecessarily (nw) 2016-07-02 13:11:16 +10:00
dankan1890
eeadf6d71c Fixed MT06263 2016-07-02 03:50:26 +02:00
Brad Hughes
ad47988e79 Make monitor list a list of shared_ptr like window_list (nw) 2016-07-01 21:38:05 -04:00
Vas Crabb
42fdb7e8fa Merge pull request #1025 from ajrhacker/dgnbeta_dasm_override
dgnbeta_dasm_override should be actually hooked up (nw)
2016-07-02 09:29:09 +10:00
Vas Crabb
cb8fc1a05e Merge pull request #1024 from ajrhacker/dvstate_fix
Fix undefined symbols error in clang compile (nw)
2016-07-02 09:28:07 +10:00
AJR
ded97be34b dgnbeta_dasm_override should be actually hooked up (nw) 2016-07-01 18:11:03 -04:00
AJR
421b8b28c0 Fix undefined symbols error in clang compile (nw) 2016-07-01 17:23:55 -04:00
angelosa
2d382b8b70 Mark Tetris KR as working, see MT #02851 for details. (nw) 2016-07-01 23:07:01 +02:00
angelosa
094894d9ad And another one, which makes more sense like this (nw) 2016-07-01 22:31:10 +02:00
angelosa
7b345599de Denjin Makai puts sprites above everything for mode 3, fixed (nw) 2016-07-01 22:20:51 +02:00
angelosa
8f84c7b10f Fixed priority issues in Legionnaire, Heated Barrel, Denjin Makai and Godzilla [Angelo Salese] 2016-07-01 21:39:12 +02:00
Miodrag Milanovic
715c86f1c7 more cleanup (nw) 2016-07-01 20:50:37 +02:00
Lord-Nightmare
b61ed2c7a4 forgot to add Z80 arbitrator PROM to the rainbow-190 set, also fixed a misnamed ROM on rainbow-190 (nw) 2016-07-01 14:49:23 -04:00
Miodrag Milanovic
6e1adc4386 simplified memory management for save states and states (nw) 2016-07-01 19:51:07 +02:00
Ivan Vangelista
83bc05a08b mcs51.cpp: converted serial_rx and serial_tx to devcb (nw) 2016-07-01 17:29:55 +02:00
R. Belmont
1b49471f51 Merge pull request #1022 from ajrhacker/vlm_map
Convert VLM5030 to device_memory_interface; correct region lengths
2016-07-01 10:52:45 -04:00
hap
879a29221f Merge pull request #1013 from ajrhacker/spi_map
seibuspi.cpp: Separate memory maps and make them slightly more accurate
2016-07-01 16:43:45 +02:00
AJR
cd502b4fdb Fix VLM loading in jailbrek and clones (nw) 2016-07-01 09:46:58 -04:00
Miodrag Milanovic
bc01a8bfeb simple_list to vector in rendlay (nw) 2016-07-01 14:46:18 +02:00
R. Belmont
39250949d8 Merge pull request #1010 from johnparker007/sc4_7segments_fixed
Scorpion4 7segment displays mostly fixed
2016-07-01 08:03:11 -04:00
R. Belmont
a957ae0f9a Merge pull request #1016 from JoakimLarsson/fcisio1
New Board: Force Computers ISIO-1/2
2016-07-01 08:02:18 -04:00
Miodrag Milanović
7b534607fe Merge pull request #1020 from h0tw1r3/master
android build work (nw)
2016-07-01 13:59:46 +02:00
Miodrag Milanović
17d2a77aa3 Merge pull request #1019 from ajrhacker/laycomp
Polymorphize layout_element::component (nw)
2016-07-01 13:59:20 +02:00
Miodrag Milanović
5886ed531e Merge pull request #994 from ajrhacker/dasm_override
Move disasm overrides into interface, reducing driver-debugger depend…
2016-07-01 13:55:12 +02:00
Miodrag Milanović
0606d2c581 Merge pull request #1007 from GiuseppeGorgoglione/master
Cleanup patches for Direct3D renderer [Giuseppe Gorgoglione]
2016-07-01 13:54:00 +02:00
Vas Crabb
48bc0603f0 Merge pull request #1021 from npwoods/swlist_cleanup
Cleanups to the software list menu
2016-07-01 21:40:22 +10:00
Nathan Woods
6a4349dc68 Incorporating Vas Crabb feedback 2016-07-01 07:32:07 -04:00
Miodrag Milanovic
bc2867a7fc missed these in commit (nw) 2016-07-01 12:11:55 +02:00
Miodrag Milanovic
d34724b3ab - removed FUNC_NULL macro
- made emu_timer register_save properly handle timer_expired_delegate()
- removed timer_expired_func and calls using it
2016-07-01 11:47:12 +02:00
Vas Crabb
0630edb2bf MT06268 fix crash when drawing menus 2016-07-01 16:03:31 +10:00
Ivan Vangelista
f23c2db0db itech32.cpp: added save state support (nw) 2016-07-01 07:49:15 +02:00
RobertoFresca
60e49cca15 Merge branch 'master' of https://github.com/mamedev/mame 2016-07-01 00:26:43 -03:00
RobertoFresca
da4686f966 Forte Card: Switched the ver 110 (spanish) to parent set since
it's a posterior and newer version. Also cleaned up the driver.
[Roberto Fresca]
2016-07-01 00:25:54 -03:00
Lord-Nightmare
44853bfe2b arkanoid.cpp: Update notes, add mention of the secret (disabled?) credits scene found by tcrf.net and who is listed in it. [Lord Nightmare, tcrf.net] 2016-06-30 23:08:34 -04:00
RobertoFresca
922e97740b Change Protel --> Prodel HW... (nw) 2016-06-30 23:16:01 -03:00
Jeffrey Clark
0b5860246f fix android x86 and x64 full build
* abuse namespace as done in 59f15d6819
2016-06-30 20:29:28 -05:00
AJR
b9032a023a Convert VLM5030 to device_memory_interface; correct region lengths 2016-06-30 21:00:45 -04:00
couriersud
caafc0f782 Netlist improvements:
- nltool now accepts -Ddefine=value to pass on to netlists
- improved option handling and added "dummy" options to add grouping and
  examples in help output.
- improved --cmd=listdevices output
- Fix dynamic timestepping. This will work with breakout using real
  capacitor modelling instead of delay devices. Really slow, but very
  useful to calibrate timings.
- Fix an awful bug in timing for delay devices.
- Switched to clang 3.8 and made code compile with
  -Weverything -Werror -Wno-old-style-cast -Wno-padded -Wno-weak-vtables
  -Wno-missing-variable-declarations -Wno-conversion -Wno-c++98-compat
  -Wno-float-equal -Wno-cast-align -Wno-global-constructors
  -Wno-c++98-compat-pedantic -Wno-exit-time-destructors
  -Wno-format-nonliteral -Wno-weak-template-vtables
  This was a helpful exercise since it brought forward some 
  serious issues with implicit constructors. 
[Couriersud]
2016-07-01 02:09:14 +02:00
Giuseppe Gorgoglione
0312b918a8 Direct3D: convert linked lists into vectors of unique pointers 2016-07-01 01:42:29 +02:00
Giuseppe Gorgoglione
05ae871334 Misc code cleanups for Direct3D code
Removed unused methods, unused function parameters, redundant casts, doubly linked lists made into singly linked lists, etc.
2016-07-01 00:14:36 +02:00
Nathan Woods
270336bf19 Cleanups to the software list menu 2016-06-30 17:53:16 -04:00
AJR
dd96ec0f2f Polymorphize layout_element::component (nw) 2016-06-30 13:05:21 -04:00
Scott Stone
19398d658a Fixed metafox bonus life settings and mask. Fixes MT#6286 (nw) 2016-06-30 10:22:37 -04:00
Nathan Woods
1d508951c7 Changing menu_file_selector::append_entry() to return a reference instead of a pointer 2016-06-30 09:58:23 -04:00
Nathan Woods
37e0253f51 Reduced usage of c_str() when used with menu::item_append() 2016-06-30 07:45:57 -04:00
Nathan Woods
4e5a47dc8c Adopted move constructors on strings a bit more in filesel 2016-06-30 07:27:54 -04:00
Nathan Woods
dd57d5c00e Changed filesel entrylist to be a vector 2016-06-30 07:19:17 -04:00
Vas Crabb
7dd79891e9 Force move construct/assign to be generated 2016-06-30 20:15:20 +10:00
Vas Crabb
87501518a9 Merge pull request #1011 from npwoods/minor_menu_refactor
C++-ified the strings inside of menu items [Nathan Woods]
2016-06-30 20:07:40 +10:00
Nathan Woods
a21f23357a Usage of emplace[_back]() as per cuavas 2016-06-30 06:03:54 -04:00
Nathan Woods
749e182a80 Changed a variable declaration to be 'auto' 2016-06-30 05:57:16 -04:00
Nathan Woods
3d454f8c97 More use of std::move() 2016-06-30 05:51:51 -04:00
Joakim Larsson Edstrom
e3f0eb1eb7 New board: Force Computers ISIO-1, improved support for 68230 PIT and scnxx562 DUSCC devices 2016-06-30 10:26:24 +02:00
Ivan Vangelista
9a2ab78eb5 ldplayer.cpp: fix compile (nw) 2016-06-30 07:40:24 +02:00
Robbbert
cc7cad3991 Gamate: added info from Kevtris. 2016-06-30 14:13:03 +10:00
Scott Stone
47b046a4b2 Improve commodore printer device descriptions (nw) 2016-06-29 22:52:28 -04:00
Nathan Woods
f43f12deb0 Missed this place where I was passing nullptr to std::string ctor 2016-06-29 22:26:24 -04:00
Nathan Woods
f0d35cd91a Corrected a n00b C++ move error 2016-06-29 22:25:58 -04:00
Vas Crabb
c0fc78d341 Not needed anyway (nw) 2016-06-30 12:17:09 +10:00
Nathan Woods
a2b07a8969 Added a move constructor and got rid of the 'const char *' overload. I had to update a ton of call sites that relied on being able to
pass nullptr.  It is inevitable that there are more
2016-06-29 20:50:36 -04:00