summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty
Commit message (Collapse)AuthorAgeFilesLines
* Updated SDL2 to 2.0.5 (nw) Miodrag Milanovic2016-11-16373-5513/+14821
|
* luaengine: use initializers (nw) cracyc2016-11-1528-362/+825
|
* Added Catch testing library (nw) Miodrag Milanovic2016-11-12207-2/+51888
|
* remove googletest (nw) Miodrag Milanovic2016-11-12324-153803/+0
|
* Some more work on UWP (nw) Miodrag Milanovic2016-11-101-0/+6
|
* Make 3rdparty compile for UWP and start adding new OSD for UWP based on ↵ Miodrag Milanovic2016-11-091-1/+1
| | | | previous Brad work (nw)
* update sol2 (nw) cracyc2016-11-074-6/+80
|
* resurected sqlite3 and lsqlite3 (nw) Miodrag Milanovic2016-11-0726-0/+224210
|
* Fixed clear typo in ASIO, sent upstream (nw) Miodrag Milanovic2016-11-071-1/+1
|
* do not take Ctrl-Z since that have it's behavior defined for Linux (nw) Miodrag Milanovic2016-11-071-13/+11
|
* plugins/console: further improve completions by removing break chars from ↵ cracyc2016-11-061-1/+1
| | | | linenoise that hide the full type (nw)
* Merge pull request #1642 from cracyc/luaconsole cracyc2016-11-061-0/+9
|\ | | | | Make console a Lua plugin
| * lua-linenoise: add preload (nw) cracyc2016-11-061-0/+9
| |
* | update sol2 (nw) cracyc2016-11-063-41/+44
|/
* make safe usertypes safer (nw) cracyc2016-11-061-0/+3
|
* Updated sol2, made lua console not crash for nil data (nw) Miodrag Milanovic2016-11-0653-1666/+3992
|
* Added lua-linenoise by Carls request (nw) Miodrag Milanovic2016-11-041-0/+198
|
* Update pugixml library, no override patches anymore (nw) Miodrag Milanovic2016-11-0310-18/+50
|
* small cleanup (nw) Miodrag Milanovic2016-11-0325-10381/+0
|
* Finally sync with GENie, no more local changes (nw) Miodrag Milanovic2016-11-0316-850/+77
|
* Patches to keep same behavior as we had before (nw) Miodrag Milanovic2016-11-023-48/+20
|
* Update to latest GENie (nw) Miodrag Milanovic2016-11-0245-925/+3090
|
* Updated BGFX and BX and recompiled shaders (nw) Branimir Karadžić2016-10-29555-7778/+9754
|
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-223-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) AJR2016-10-091-2/+2
|
* Initial work on console interface (nw) Miodrag Milanovic2016-10-091-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) dankan18902016-10-081-1/+1
|
* Fix compile (nw) Miodrag Milanovic2016-10-071-7/+11
|
* Update 3rdparty document (nw) Miodrag Milanovic2016-10-071-1/+3
|
* Added linenoise-ng library for CLI (nw) Miodrag Milanovic2016-10-0711-0/+4890
|
* Added sol2 header only library as future replacement for luabridge (nw) Miodrag Milanovic2016-10-07290-0/+80392
|
* added license info (nw) Miodrag Milanovic2016-10-071-0/+2
|
* Remove libuv library (nw) Miodrag Milanovic2016-10-07335-88426/+0
|
* Added ASIO networking library (nw) Miodrag Milanovic2016-10-07995-0/+311736
|
* hack for clang compiling on windows, as it can't tell that calling ↵ smf-2016-09-171-0/+1
| | | | ::RaiseException will prevent the function from returning. (nw)
* Fix benchmarks build and google test build (nw) Miodrag Milanovic2016-09-031-6/+0
|
* Fix PugiXML interface (nw) Miodrag Milanovic2016-09-031-3/+3
|
* Update Google Benchmark (nw) Miodrag Milanovic2016-09-0358-1397/+4067
|
* Update PugiXML (nw) Miodrag Milanovic2016-09-038-19/+132
|
* Update GLM to latest (nw) Miodrag Milanovic2016-09-03364-15544/+5383
|
* Update GoogleTest (nw) Miodrag Milanovic2016-09-0318-17/+448
|
* Update RapidJson to latest (nw) Miodrag Milanovic2016-09-0329-64/+169
|
* Update LUA to 5.3.3 (nw) Miodrag Milanovic2016-09-0333-780/+1244
|
* Update BGFX and BX packages and update MAME code to support new API (nw) Miodrag Milanovic2016-09-0379-1551/+4196
| | | | Generated missing shaders (nw)
* Synced BGFX so it can compile with clang 4.0 (nw) Miodrag Milanovic2016-08-0911-51/+174
|
* update rapidjson (nw) Miodrag Milanovic2016-08-0641-248/+389
|
* Update BX and BGFX (nw) Miodrag Milanovic2016-08-06217-5046/+10988
|
* Compile fixes for GNU/Hurd systems. Jordi Mallach2016-07-261-0/+6
| | | | Define PATH_MAX if it's not defined and the compiler defines __GNU__.
* Support GNU/Hurd systems. Jordi Mallach2016-07-265-7/+19
|
* Detect GNU/Hurd systems, but treat them as Linux. Jordi Mallach2016-07-262-2/+2
|