| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | srcclean (nw) | 2016-11-27 | 1 | -3/+3 | |
| | | |||||
| * | Remove unneeded 7z file that is unsupported by UWP (nw) | 2016-11-19 | 1 | -1/+1 | |
| | | |||||
| * | Update LZMA to 16.04 (security and portability fixes) | 2016-11-18 | 1 | -1/+2 | |
| | | |||||
| * | Added VS2017 support into project files (nw) | 2016-11-16 | 1 | -5/+5 | |
| | | |||||
| * | Updated SDL2 to 2.0.5 (nw) | 2016-11-16 | 1 | -3/+10 | |
| | | |||||
| * | Fixed android build (nw) | 2016-11-10 | 1 | -1/+1 | |
| | | |||||
| * | Some more work on UWP (nw) | 2016-11-10 | 1 | -1/+5 | |
| | | |||||
| * | Make 3rdparty compile for UWP and start adding new OSD for UWP based on ↵ | 2016-11-09 | 1 | -1/+37 | |
| | | | | | previous Brad work (nw) | ||||
| * | resurected sqlite3 and lsqlite3 (nw) | 2016-11-07 | 1 | -0/+34 | |
| | | |||||
| * | Added lua-linenoise by Carls request (nw) | 2016-11-04 | 1 | -0/+2 | |
| | | |||||
| * | Updated BGFX and BX and recompiled shaders (nw) | 2016-10-29 | 1 | -2/+3 | |
| | | |||||
| * | srcclean (nw) | 2016-10-23 | 1 | -3/+3 | |
| | | |||||
| * | fix VS build (noticed only when using MSBUILD=1) (nw) | 2016-10-23 | 1 | -0/+7 | |
| | | |||||
| * | Added more warning disable to support compile on various clang versions (nw) | 2016-10-08 | 1 | -1/+1 | |
| | | |||||
| * | Fix compile (nw) | 2016-10-07 | 1 | -0/+20 | |
| | | |||||
| * | Replaced code usage of libuv with asio library (nw) | 2016-10-07 | 1 | -201/+0 | |
| | | |||||
| * | Fix build (nw) | 2016-09-03 | 1 | -0/+1 | |
| | | |||||
| * | Add Lua-cleaning ability to srcclean | 2016-08-30 | 1 | -135/+135 | |
| | | |||||
| * | some C++14 features are not supported by VS2013. VS2015 is free for home use ↵ | 2016-08-27 | 1 | -5/+0 | |
| | | | | | so no need for legacy support (nw) | ||||
| * | Compile netlist and lua only if used (nw) | 2016-08-12 | 1 | -0/+2 | |
| | | |||||
| * | Update BX and BGFX (nw) | 2016-08-06 | 1 | -2/+9 | |
| | | |||||
| * | temp for mingw gcc 6.1 till update bgfx code (nw) | 2016-07-20 | 1 | -0/+1 | |
| | | |||||
| * | android strip SDL lib (nw) | 2016-06-30 | 1 | -0/+2 | |
| | | |||||
| * | Removed not needed files from compiling (nw) | 2016-06-16 | 1 | -3/+0 | |
| | | |||||
| * | Added initial ninja support to use add MAKETYPE=ninja to compile command ↵ | 2016-06-09 | 1 | -8/+8 | |
| | | | | | | | line (nw) Custom build tasks are not yet working | ||||
| * | support msbuild from posix shell | 2016-05-31 | 1 | -5/+5 | |
| | | | | | preliminary fastbuild support (experimental in genie) | ||||
| * | removed not used libraries, and commented portaudio that will be used but no ↵ | 2016-05-31 | 1 | -233/+150 | |
| | | | | | need for now (nw) | ||||
| * | proper patch already applied upstream (nw) | 2016-05-28 | 1 | -2/+0 | |
| | | |||||
| * | we are not using pipes so no problem, but there is something wrong here (nw) | 2016-05-28 | 1 | -0/+2 | |
| | | |||||
| * | fix compile issue (nw) | 2016-05-27 | 1 | -0/+2 | |
| | | |||||
| * | try to support older xcode (nw) | 2016-05-16 | 1 | -0/+1 | |
| | | |||||
| * | NetBSD fix, from pull request #852 [Thomas Klausner] | 2016-05-02 | 1 | -0/+9 | |
| | | |||||
| * | Update expat to 2.1.1 for security and bug fixes | 2016-04-12 | 1 | -0/+28 | |
| | | |||||
| * | Update to latest BGFX (nw) | 2016-04-10 | 1 | -0/+1 | |
| | | |||||
| * | Fix SDL build on linux: | 2016-04-09 | 1 | -0/+1 | |
| | | | | | | | | - removed inclusion of SDL headers in all headers. - replaced those by forward declarations and in one case by a wrapper class (for a typedef struct). - added -Wno-strict-prototypes to 7z build (gmake target) | ||||
| * | Fix windows compile (nw) | 2016-04-09 | 1 | -0/+5 | |
| | | |||||
| * | Update LZMA SDK to 15.14 | 2016-04-09 | 1 | -9/+37 | |
| | | |||||
| * | Revert "bgfx fix for osx (nw)" | 2016-04-06 | 1 | -1/+0 | |
| | | | | | | | This reverts commit 9d9939820840bcd96e8b496433515f4e242c559c. Not needed anymore with my previous change. | ||||
| * | bgfx fix for osx (nw) | 2016-04-06 | 1 | -0/+1 | |
| | | |||||
| * | Added some more files to bgfx build and initialize imgui (nw) | 2016-04-05 | 1 | -0/+8 | |
| | | |||||
| * | added missing files in build (nw) | 2016-04-05 | 1 | -0/+2 | |
| | | |||||
| * | Update BGFX to latest (nw) | 2016-04-04 | 1 | -2/+2 | |
| | | |||||
| * | Fixed joystick on Android preventing application to crash, cleanup init for ↵ | 2016-04-02 | 1 | -1/+1 | |
| | | | | | SDL in total (nw) | ||||
| * | scrclean on lua scripts (nw) | 2016-03-29 | 1 | -59/+59 | |
| | | |||||
| * | fix typo (nw) | 2016-03-29 | 1 | -1/+1 | |
| | | |||||
| * | Add missing include (nw) | 2016-03-29 | 1 | -0/+1 | |
| | | |||||
| * | Extend system library support (nw) | 2016-03-28 | 1 | -29/+23 | |
| | | | | | | | | Extend USE_SYSTEM_LIB_* to support providing the library name and include directory. To link against system specific lib names and header path: (ref #711) USE_SYSTEM_LIB_LUA=lua5.3:/usr/include/lua5.3 | ||||
| * | Small issues fix (nw) | 2016-03-27 | 1 | -0/+4 | |
| | | |||||
| * | Initial work to make MAME work on Android [Miodrag Milanovic] | 2016-03-27 | 1 | -3/+32 | |
| | | |||||
| * | Change BGFX_CONFIG_MAX_FRAME_BUFFERS on proper way (nw) | 2016-03-24 | 1 | -0/+1 | |
| | | |||||
