Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Update BX (nw) | 2017-01-02 | 63 | -206/+890 | ||
| | ||||||
* | Update GENie (nw) | 2017-01-02 | 9 | -46/+189 | ||
| | ||||||
* | Updated to zlib 1.2.9 (nw) | 2017-01-02 | 97 | -1641/+8492 | ||
| | ||||||
* | Added more conditionals around #define's of UTF8PROC_DLLEXPORT | 2016-12-31 | 1 | -0/+4 | ||
| | ||||||
* | Introduced utf8proc and created wrapper code to expose a prettier API | 2016-12-31 | 33 | -0/+19693 | ||
| | ||||||
* | Revert "update git ignore list. (nw)" | 2016-12-02 | 1 | -0/+1 | ||
| | ||||||
* | Why ignore scripts.c ? | 2016-11-29 | 1 | -1/+0 | ||
| | ||||||
* | you can't change just generated script (nw) | 2016-11-19 | 2 | -14/+14 | ||
| | ||||||
* | Fix make VERBOSE=1 not showing archive commands for static libraries [Happy] | 2016-11-19 | 1 | -1/+1 | ||
| | | | | someone send this upstream for me (nw) | |||||
* | Introduce u8/u16/u32/u64/s8/s16/s32/s64 | 2016-11-19 | 3 | -35/+35 | ||
| | | | | | | | | | | | | * New abbreviated types are in osd and util namespaces, and also in global namespace for things that #include "emu.h" * Get rid of import of cstdint types to global namespace (C99 does this anyway) * Remove the cstdint types from everything in emu * Get rid of U64/S64 macros * Fix a bug in dps16 caused by incorrect use of macro * Fix debugcon not checking for "do " prefix case-insensitively * Fix a lot of messed up tabulation * More constexpr * Fix up many __names | |||||
* | Update LZMA to 16.04 (security and portability fixes) | 2016-11-18 | 63 | -341/+598 | ||
| | ||||||
* | generate proper SLN header (nw) | 2016-11-16 | 2 | -5/+9 | ||
| | ||||||
* | Sync with GENie and addition of VS2017 (nw) | 2016-11-16 | 24 | -110/+332 | ||
| | ||||||
* | Updated SDL2 to 2.0.5 (nw) | 2016-11-16 | 373 | -5513/+14821 | ||
| | ||||||
* | luaengine: use initializers (nw) | 2016-11-15 | 28 | -362/+825 | ||
| | ||||||
* | Added Catch testing library (nw) | 2016-11-12 | 207 | -2/+51888 | ||
| | ||||||
* | remove googletest (nw) | 2016-11-12 | 324 | -153803/+0 | ||
| | ||||||
* | Some more work on UWP (nw) | 2016-11-10 | 1 | -0/+6 | ||
| | ||||||
* | Make 3rdparty compile for UWP and start adding new OSD for UWP based on ↵ | 2016-11-09 | 1 | -1/+1 | ||
| | | | | previous Brad work (nw) | |||||
* | update sol2 (nw) | 2016-11-07 | 4 | -6/+80 | ||
| | ||||||
* | resurected sqlite3 and lsqlite3 (nw) | 2016-11-07 | 26 | -0/+224210 | ||
| | ||||||
* | Fixed clear typo in ASIO, sent upstream (nw) | 2016-11-07 | 1 | -1/+1 | ||
| | ||||||
* | do not take Ctrl-Z since that have it's behavior defined for Linux (nw) | 2016-11-07 | 1 | -13/+11 | ||
| | ||||||
* | plugins/console: further improve completions by removing break chars from ↵ | 2016-11-06 | 1 | -1/+1 | ||
| | | | | linenoise that hide the full type (nw) | |||||
* | Merge pull request #1642 from cracyc/luaconsole | 2016-11-06 | 1 | -0/+9 | ||
|\ | | | | | Make console a Lua plugin | |||||
| * | lua-linenoise: add preload (nw) | 2016-11-06 | 1 | -0/+9 | ||
| | | ||||||
* | | update sol2 (nw) | 2016-11-06 | 3 | -41/+44 | ||
|/ | ||||||
* | make safe usertypes safer (nw) | 2016-11-06 | 1 | -0/+3 | ||
| | ||||||
* | Updated sol2, made lua console not crash for nil data (nw) | 2016-11-06 | 53 | -1666/+3992 | ||
| | ||||||
* | Added lua-linenoise by Carls request (nw) | 2016-11-04 | 1 | -0/+198 | ||
| | ||||||
* | Update pugixml library, no override patches anymore (nw) | 2016-11-03 | 10 | -18/+50 | ||
| | ||||||
* | small cleanup (nw) | 2016-11-03 | 25 | -10381/+0 | ||
| | ||||||
* | Finally sync with GENie, no more local changes (nw) | 2016-11-03 | 16 | -850/+77 | ||
| | ||||||
* | Patches to keep same behavior as we had before (nw) | 2016-11-02 | 3 | -48/+20 | ||
| | ||||||
* | Update to latest GENie (nw) | 2016-11-02 | 45 | -925/+3090 | ||
| | ||||||
* | Updated BGFX and BX and recompiled shaders (nw) | 2016-10-29 | 555 | -7778/+9754 | ||
| | ||||||
* | NOTICE (TYPE NAME CONSOLIDATION) | 2016-10-22 | 3 | -54/+54 | ||
| | | | | | Use standard uint64_t, uint32_t, uint16_t or uint8_t instead of UINT64, UINT32, UINT16 or UINT8 also use standard int64_t, int32_t, int16_t or int8_t instead of INT64, INT32, INT16 or INT8 | |||||
* | Fix Clang build (nw) | 2016-10-09 | 1 | -2/+2 | ||
| | ||||||
* | Initial work on console interface (nw) | 2016-10-09 | 1 | -11/+13 | ||
| | | | | Use Ctrl-Z to close console on any OS. To start use -console parameter | |||||
* | linenoise: fixed build with VS ('and' isn't supported) | 2016-10-08 | 1 | -1/+1 | ||
| | ||||||
* | Fix compile (nw) | 2016-10-07 | 1 | -7/+11 | ||
| | ||||||
* | Update 3rdparty document (nw) | 2016-10-07 | 1 | -1/+3 | ||
| | ||||||
* | Added linenoise-ng library for CLI (nw) | 2016-10-07 | 11 | -0/+4890 | ||
| | ||||||
* | Added sol2 header only library as future replacement for luabridge (nw) | 2016-10-07 | 290 | -0/+80392 | ||
| | ||||||
* | added license info (nw) | 2016-10-07 | 1 | -0/+2 | ||
| | ||||||
* | Remove libuv library (nw) | 2016-10-07 | 335 | -88426/+0 | ||
| | ||||||
* | Added ASIO networking library (nw) | 2016-10-07 | 995 | -0/+311736 | ||
| | ||||||
* | hack for clang compiling on windows, as it can't tell that calling ↵ | 2016-09-17 | 1 | -0/+1 | ||
| | | | | ::RaiseException will prevent the function from returning. (nw) | |||||
* | Fix benchmarks build and google test build (nw) | 2016-09-03 | 1 | -6/+0 | ||
| | ||||||
* | Fix PugiXML interface (nw) | 2016-09-03 | 1 | -3/+3 | ||
| |