Vas Crabb
bb99eba11d
Update LZMA to 16.04 (security and portability fixes)
2016-11-18 20:37:20 +11:00
Miodrag Milanovic
da1c0c867b
generate proper SLN header (nw)
2016-11-16 21:21:12 +01:00
Miodrag Milanovic
ffc04d2bae
Sync with GENie and addition of VS2017 (nw)
2016-11-16 21:00:28 +01:00
Miodrag Milanovic
47a05778bf
Updated SDL2 to 2.0.5 (nw)
2016-11-16 16:28:01 +01:00
cracyc
a68d423992
luaengine: use initializers (nw)
2016-11-15 22:21:07 -06:00
Miodrag Milanovic
be98f6b83a
Added Catch testing library (nw)
2016-11-12 10:20:42 +01:00
Miodrag Milanovic
29212523d2
remove googletest (nw)
2016-11-12 10:16:38 +01:00
Miodrag Milanovic
a18497e7a2
Some more work on UWP (nw)
2016-11-10 13:13:51 +01:00
Miodrag Milanovic
0d1f5b6be4
Make 3rdparty compile for UWP and start adding new OSD for UWP based on previous Brad work (nw)
2016-11-09 14:53:19 +01:00
cracyc
673e753621
update sol2 (nw)
2016-11-07 13:31:30 -06:00
Miodrag Milanovic
cf4a8b9e03
resurected sqlite3 and lsqlite3 (nw)
2016-11-07 16:12:06 +01:00
Miodrag Milanovic
d91005ebc3
Fixed clear typo in ASIO, sent upstream (nw)
2016-11-07 10:36:40 +01:00
Miodrag Milanovic
f3723e3a5d
do not take Ctrl-Z since that have it's behavior defined for Linux (nw)
2016-11-07 09:17:17 +01:00
cracyc
65c3796e33
plugins/console: further improve completions by removing break chars from linenoise that hide the full type (nw)
2016-11-06 21:36:26 -06:00
cracyc
846dfa8ffd
Merge pull request #1642 from cracyc/luaconsole
...
Make console a Lua plugin
2016-11-06 18:57:19 -06:00
cracyc
196c841dcb
update sol2 (nw)
2016-11-06 18:57:12 -06:00
cracyc
a6aaa59d19
lua-linenoise: add preload (nw)
2016-11-06 13:41:46 -06:00
cracyc
6fd9586a89
make safe usertypes safer (nw)
2016-11-06 13:31:37 -06:00
Miodrag Milanovic
c2a75cb179
Updated sol2, made lua console not crash for nil data (nw)
2016-11-06 10:05:36 +01:00
Miodrag Milanovic
421b5e2638
Added lua-linenoise by Carls request (nw)
2016-11-04 15:25:21 +01:00
Miodrag Milanovic
093609dc0c
Update pugixml library, no override patches anymore (nw)
2016-11-03 20:13:19 +01:00
Miodrag Milanovic
008ecbfd5c
small cleanup (nw)
2016-11-03 11:23:48 +01:00
Miodrag Milanovic
330e3cb28e
Finally sync with GENie, no more local changes (nw)
2016-11-03 10:04:29 +01:00
Miodrag Milanovic
9b819d1302
Patches to keep same behavior as we had before (nw)
2016-11-02 08:41:58 +01:00
Miodrag Milanovic
6c390127c2
Update to latest GENie (nw)
2016-11-02 08:36:07 +01:00
Branimir Karadžić
a3b4058bf7
Updated BGFX and BX and recompiled shaders (nw)
2016-10-29 09:11:50 +02:00
Miodrag Milanovic
ddb290d5f6
NOTICE (TYPE NAME CONSOLIDATION)
...
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
2016-10-22 13:13:17 +02:00
AJR
327304ddb8
Fix Clang build (nw)
2016-10-09 10:42:04 -04:00
Miodrag Milanovic
3c4c4e08ed
Initial work on console interface (nw)
...
Use Ctrl-Z to close console on any OS. To start use -console parameter
2016-10-09 14:38:41 +02:00
dankan1890
cf92ae4a8a
linenoise: fixed build with VS ('and' isn't supported)
2016-10-08 16:39:45 +02:00
Miodrag Milanovic
31c8b10479
Fix compile (nw)
2016-10-07 14:56:47 +02:00
Miodrag Milanovic
70ba5627a7
Update 3rdparty document (nw)
2016-10-07 14:46:27 +02:00
Miodrag Milanovic
e7c7a66a6f
Added linenoise-ng library for CLI (nw)
2016-10-07 14:43:50 +02:00
Miodrag Milanovic
377472a6dd
Added sol2 header only library as future replacement for luabridge (nw)
2016-10-07 14:43:09 +02:00
Miodrag Milanovic
1335933ce0
added license info (nw)
2016-10-07 14:33:59 +02:00
Miodrag Milanovic
85f4741fcf
Remove libuv library (nw)
2016-10-07 14:14:08 +02:00
Miodrag Milanovic
ff01b71671
Added ASIO networking library (nw)
2016-10-07 14:13:19 +02:00
smf-
31eed6d49f
hack for clang compiling on windows, as it can't tell that calling ::RaiseException will prevent the function from returning. (nw)
2016-09-17 00:10:07 +01:00
Miodrag Milanovic
22df94bf67
Fix benchmarks build and google test build (nw)
2016-09-03 14:54:15 +02:00
Miodrag Milanovic
854ac627c2
Fix PugiXML interface (nw)
2016-09-03 14:45:20 +02:00
Miodrag Milanovic
c5f0d660c7
Update Google Benchmark (nw)
2016-09-03 14:42:01 +02:00
Miodrag Milanovic
fe95be105b
Update PugiXML (nw)
2016-09-03 14:40:41 +02:00
Miodrag Milanovic
73793c599c
Update GLM to latest (nw)
2016-09-03 14:39:25 +02:00
Miodrag Milanovic
2869b107c7
Update GoogleTest (nw)
2016-09-03 14:37:54 +02:00
Miodrag Milanovic
ff9c4b5acb
Update RapidJson to latest (nw)
2016-09-03 14:37:09 +02:00
Miodrag Milanovic
a6409d692e
Update LUA to 5.3.3 (nw)
2016-09-03 14:34:39 +02:00
Miodrag Milanovic
d193abb0ad
Update BGFX and BX packages and update MAME code to support new API (nw)
...
Generated missing shaders (nw)
2016-09-03 13:30:42 +02:00
Miodrag Milanovic
cf9502a61c
Synced BGFX so it can compile with clang 4.0 (nw)
2016-08-09 09:04:30 +02:00
Miodrag Milanovic
a8ebc11437
update rapidjson (nw)
2016-08-06 14:23:30 +02:00
Miodrag Milanovic
3917850b61
Update BX and BGFX (nw)
2016-08-06 14:20:16 +02:00