| Commit message (Expand) | Author | Age | Files | Lines |
| * | Reverting part of changes from previous commits as described in mail on list ... |  Miodrag Milanovic | 2016-10-23 | 4 | -13/+13 |
| * | Erase bitmap_rgb32::erase (nw) |  AJR | 2016-10-22 | 1 | -3/+0 |
| * | Improvements to rgb_t (nw) |  AJR | 2016-10-22 | 3 | -47/+37 |
| * | there you go (nw) |  Miodrag Milanovic | 2016-10-22 | 3 | -3/+3 |
| * | cleaning "mess" for OCD people (nw) |  Miodrag Milanovic | 2016-10-22 | 1 | -2/+2 |
| * | Cleanup linux OSD (nw) |  Miodrag Milanovic | 2016-10-22 | 1 | -1/+1 |
| * | more TRUE/FALSE cleanup (nw) |  Miodrag Milanovic | 2016-10-22 | 22 | -122/+122 |
| * | NOTICE (TYPE NAME CONSOLIDATION) |  Miodrag Milanovic | 2016-10-22 | 210 | -3820/+3820 |
| * | use standard types uintptr_t, char16_t and char32_t instead of FPTR, utf16_c... |  Miodrag Milanovic | 2016-10-22 | 4 | -39/+29 |
| * | dynamic_buffer is just std::vector<UINT8> (nw) |  Miodrag Milanovic | 2016-10-21 | 30 | -65/+61 |
| * | some bool <-> int not needed conversions, also cleaned drivenum.* was using m... |  Miodrag Milanovic | 2016-10-21 | 4 | -13/+13 |
| * | srcclean (nw) |  Vas Crabb | 2016-09-26 | 3 | -64/+64 |
| * | Bad OG, no cookie, nw either |  therealmogminer@gmail.com | 2016-09-25 | 1 | -1/+1 |
| * | Consolidated code that inputs characters into buffers |  Nathan Woods | 2016-09-19 | 2 | -0/+33 |
| * | Added HxC HFE disk format. |  Michael Zapf | 2016-09-18 | 2 | -0/+782 |
| * | Fixed a potential buffer overrun in the code that reads headers for the CoCo ... |  Nathan Woods | 2016-09-13 | 1 | -3/+6 |
| * | Alphabetizing the #include's, and added typedef's for the reverse iterators |  Nathan Woods | 2016-09-12 | 1 | -8/+10 |
| * | Fixed some stupid errors |  Nathan Woods | 2016-09-12 | 1 | -2/+3 |
| * | Folded util::contiguous_sequence_wrapper<T> into coretmpl.h, and fixing the r... |  Nathan Woods | 2016-09-12 | 3 | -90/+71 |
| * | Forgot to remove these m_ptr's |  Nathan Woods | 2016-09-12 | 1 | -2/+2 |
| * | Implementing util::contiguous_sequence_wrapper<T>::[c]r[begin|end]() |  Nathan Woods | 2016-09-12 | 1 | -0/+8 |
| * | Renamed util::view<T> to util::contiguous_sequence_wrapper<T>, changed ::iter... |  Nathan Woods | 2016-09-12 | 3 | -157/+84 |
| * | Introduced an STL container for a view (util::view<T>), and changed opresolv ... |  Nathan Woods | 2016-09-11 | 3 | -10/+164 |
| * | Subscripting std::array<..., 0> is bad; working around this specific case |  Nathan Woods | 2016-09-10 | 1 | -1/+1 |
| * | Merge pull request #1332 from npwoods/option_guide_and_imgtool |  Vas Crabb | 2016-09-10 | 3 | -502/+495 |
| |\ |
|
| | * | Changing an 'assert(false)' to 'throw false', so that this always errors even... |  Nathan Woods | 2016-09-09 | 1 | -2/+2 |
| | * | Properly catching another out of memory condition |  Nathan Woods | 2016-09-09 | 1 | -2/+7 |
| | * | Worked around the OPTION_GUIDE_EXTERN issue by using a crazy trick involving ... |  Nathan Woods | 2016-09-03 | 2 | -11/+19 |
| | * | Figured out a slightly better way to make the option guide macros to work |  Nathan Woods | 2016-09-03 | 1 | -8/+7 |
| | * | Attempting to make option_guide and option_guide::entry POD types; need to fi... |  Nathan Woods | 2016-09-02 | 3 | -24/+54 |
| | * | Incorporating Vas Crabb feedback |  Nathan Woods | 2016-09-01 | 2 | -3/+3 |
| | * | option_guide C++-ification, touched up imgtool |  Nathan Woods | 2016-08-27 | 3 | -495/+446 |
| * | | ti99: Explicitly add the cell_size to mfm_w call (nw) |  Michael Zapf | 2016-09-05 | 1 | -6/+6 |
| * | | added header checks to identify in uef_cas and csw_cas formats |  Nigel Barnes | 2016-09-02 | 2 | -18/+38 |
| * | | More cleanup on the back of Osso's fix for a7e393b36b57cead61978f332135a509b2... |  Vas Crabb | 2016-08-30 | 1 | -17/+34 |
| * | | srcclean and translation regeneration |  Vas Crabb | 2016-08-29 | 4 | -16/+16 |
| |/ |
|
| * | some C++14 features are not supported by VS2013. VS2015 is free for home use ... |  Miodrag Milanovic | 2016-08-27 | 2 | -10/+0 |
| * | gah how did I miss that (nw) |  Vas Crabb | 2016-08-27 | 1 | -1/+1 |
| * | While I'm causing full recompiles all the time, reduce necessary number of in... |  Vas Crabb | 2016-08-27 | 4 | -2/+211 |
| * | ti99: Fixed another issue with double stepping. |  Michael Zapf | 2016-08-25 | 2 | -19/+44 |
| * | ti99: Forgot to reset the TRACE flag. |  Michael Zapf | 2016-08-24 | 1 | -1/+1 |
| * | Forgot srcclean |  Michael Zapf | 2016-08-24 | 1 | -1/+1 |
| * | ti99: Fix a problem with formatted disk images that do not match the expected... |  Michael Zapf | 2016-08-24 | 2 | -9/+12 |
| * | Performs argument checking on the return value of CassetteLegacyWaveFiller.ch... |  Nathan Woods | 2016-08-23 | 1 | -1/+8 |
| * | Fixed regression with cassette code that caused hangs to happen when loading ... |  Nathan Woods | 2016-08-20 | 2 | -22/+32 |
| * | casserr_t ==> enum class cassette_image::error |  Nathan Woods | 2016-08-20 | 46 | -302/+306 |
| * | Stop forcing cassette image create when loading zero-length images. Also min... |  Nathan Woods | 2016-08-20 | 2 | -7/+7 |
| * | Fixed an issue with legacy floppy loading caused by filetype() now being a st... |  Nathan Woods | 2016-08-18 | 2 | -6/+6 |
| * | abc80x: Fixed ABC-838 disk image cell size. [Curt Coder] |  Curt Coder | 2016-08-15 | 1 | -1/+1 |
| * | hdc92x4: Added 9224 emulation; ti99_dsk: Fixed issue with deleted data marks ... |  Michael Zapf | 2016-08-14 | 1 | -23/+24 |