Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Merge pull request #589 from dankan1890/master | 2016-01-29 | 1 | -2/+1 | ||
|\ | | | | | Small code cleanup | |||||
| * | Small code cleanup: | 2016-01-29 | 1 | -2/+1 | ||
| | | | | | | | | | | | | | | | | | | - corealloc.h: added macro definition for global_alloc (nothrow) memory allocation. - textbuf.cpp / wavwrite.cpp: removed pointless cast. - debugcmd.cpp / luaengine.cpp / render.cpp: avoid strlen calls in a loop. - diimage.cpp: simplified "device_image_interface::set_image_filename" function. - miscmenu.cpp / selgame.h / video.cpp(h): replaced int with bool where applicable. - ui.cpp: removed unused code. | |||||
* | | make internal mousepointer(that big orange one) smaller and less jaggies | 2016-01-29 | 1 | -2/+3 | ||
|/ | ||||||
* | Cleanups and version bumpmame0170 | 2016-01-27 | 1 | -2/+2 | ||
| | ||||||
* | Have sound_stream::input_name return the std::string it constructs | 2016-01-24 | 1 | -1/+1 | ||
| | ||||||
* | Print messages for BTANBs, nw | 2016-01-24 | 1 | -1/+17 | ||
| | ||||||
* | reverting: | 2016-01-20 | 1 | -6/+6 | ||
| | | | | | | | SHA-1: 1f90ceab075c4869298e963bf0a14a0aac2f1caa * tags are now strings (nw) fix start project for custom builds in Visual Studio (nw) | |||||
* | Revert "rest of device parameters to std::string (nw)" | 2016-01-20 | 1 | -3/+3 | ||
| | | | | This reverts commit caba131d844ade3f2b30d6be24ea6cf46b2949d7. | |||||
* | rest of device parameters to std::string (nw) | 2016-01-16 | 1 | -3/+3 | ||
| | ||||||
* | tags are now strings (nw) | 2016-01-16 | 1 | -6/+6 | ||
| | | | | fix start project for custom builds in Visual Studio (nw) | |||||
* | modernize rom_load_manager (nw) | 2016-01-11 | 1 | -6/+6 | ||
| | ||||||
* | image_manager modernized and move some things around (nw) | 2016-01-11 | 1 | -1/+1 | ||
| | ||||||
* | Merge pull request #561 from ajrhacker/strings | 2016-01-11 | 1 | -10/+5 | ||
|\ | | | | | Return std::string objects by value rather than pass by reference [ajrhacker] | |||||
| * | Return std::string objects by value rather than pass by reference | 2016-01-10 | 1 | -10/+5 | ||
| | | | | | | | | | | | | - strprintf is unaltered, but strformat now takes one fewer argument - state_string_export still fills a buffer, but has been made const - get_default_card_software now takes no arguments but returns a string | |||||
* | | modernized ui_input_manager (nw) | 2016-01-10 | 1 | -30/+30 | ||
|/ | ||||||
* | removed auto_bitmap_ind*_alloc and auto_bitmap_rgb32_alloc and replaced with ↵ | 2015-12-17 | 1 | -1/+1 | ||
| | | | | | | | std::unique_ptr (nw) auto_alloc_array to unique_ptr Added make_unique_clear | |||||
* | macro removal INLINE -> static inline (nw) | 2015-12-12 | 1 | -1/+1 | ||
| | ||||||
* | tagmap_t to std::unordered_map or std::unordered_set where applicable (nw) | 2015-12-09 | 1 | -6/+6 | ||
| | ||||||
* | clang-modernize part 1 (nw) | 2015-12-03 | 1 | -66/+66 | ||
| | ||||||
* | Fixed some suggestions by ReSharper C++ (nw) | 2015-11-14 | 1 | -3/+3 | ||
| | ||||||
* | More cleanups (nw) | 2015-11-11 | 1 | -1/+1 | ||
| | ||||||
* | Some cleanups and init fixes with help of ReSharper C++ (nw) | 2015-11-11 | 1 | -3/+0 | ||
| | ||||||
* | Rename *.c -> *.cpp in our source (nw) | 2015-11-08 | 1 | -0/+2484 | ||