momo5502
4cd6d5502d
[Maps] Optimize forward model calculation using glm
2017-03-28 17:16:11 +02:00
momo5502
a257292594
[Exception] Remove bitmrc and upload minidumps using the helper
2017-03-13 22:14:41 +01:00
momo5502
a541e26950
[Submodules] Update bitmrc and protobuf
2017-03-10 19:47:49 +01:00
momo5502
c737b4f216
[Premake] Update premake and submodules
2017-02-23 19:00:39 +01:00
momo5502
ac4f824a7c
[Submodules] Update tomcrypt and add udis86
2017-02-21 20:14:31 +01:00
momo5502
1b7aea6780
[Toast] Support for native toast notifications
2017-02-18 17:25:54 +01:00
momo5502
c9082f434a
[Submodules] Remove boost
2017-02-12 19:34:18 +01:00
momo5502
1659b9b003
[Submodules] Use develop branch for boost modules
2017-01-27 11:07:48 +01:00
momo5502
454e358882
[General] Use boost for IPC
2017-01-27 10:17:33 +01:00
momo5502
724efa1050
[Submodules] Update protobuf to 3.2
2017-01-19 17:26:32 +01:00
momo5502
a6314ab418
[Submodules] Remove obsolete submodules
2017-01-06 14:40:05 +01:00
momo5502
9a2e72cb3d
Update protobuf
2016-11-02 08:34:15 +01:00
momo5502
df1166497d
Remove protobuf
2016-11-02 08:33:00 +01:00
/dev/urandom
5b1d06f36e
Remove shallow attributes from git submodules.
2016-10-16 00:52:36 +02:00
/dev/urandom
4a8d5b0730
Fix protobuf submodule, use commit from tag v3.1.0.
2016-10-03 21:53:11 +02:00
/dev/full
5c15ae5163
Add submodule protobuf
2016-10-03 20:52:25 +02:00
/dev/full
2aec3586b7
remove submodule
2016-10-03 20:49:36 +02:00
/dev/full
cb95e1726f
Add submodule protobuf
2016-10-03 20:24:56 +02:00
/dev/full
20118de517
Remove protobuf
2016-10-03 20:18:06 +02:00
momo5502
ff7098cf54
Protobuf is even more fucked on master!
2016-10-01 02:21:48 +02:00
momo5502
b49d153d4e
Fix protobuf
2016-10-01 02:07:49 +02:00
/dev/urandom
8ad7be05f0
Recursively fetching submodules may be a good idea with BitMRC.
2016-09-28 21:27:05 +02:00
/dev/urandom
af7e3279ed
Correct protobuf branch reference in .gitmodules.
2016-09-28 21:23:46 +02:00
/dev/urandom
b8617cc541
Speed up submodule checkout by doing a shallow clone.
2016-09-28 21:12:11 +02:00
/dev/urandom
3a1b604eea
Explicitly specify branch to track for submodules.
2016-09-28 21:11:48 +02:00
/dev/urandom
4bc00481f9
Sorry, what?!
2016-09-28 21:05:38 +02:00
momo5502
04a640d81d
Ignore dirty module
2016-08-30 17:53:15 +02:00
/dev/urandom
f9e2eeca7b
Base128 encoding of minidumps before uploading.
2016-08-28 22:46:23 +02:00
/dev/urandom
bcb10258e1
Switch to our own fork of BitMRC.
...
This gets rid of the useless and bad practice style "using namespace" usage in the public headers of BitMRC. I plan on submitting this to the developer as a pull request at some point.
2016-08-26 22:46:07 +02:00
/dev/urandom
1c9badb4a2
Premake: Fix libcryptopp build and use files shipped with bitmrc.
2016-08-26 20:44:36 +02:00
/dev/root
369267ef39
added submodules for bitmrc
2016-08-25 18:17:47 +02:00
momo5502
d324bc0977
Update wink signals
2016-08-08 20:54:42 +02:00
momo5502
a608ee5ad1
Remove wink signals
2016-08-08 20:52:59 +02:00
momo5502
6730ad4c27
Update zlib
2016-08-08 20:45:16 +02:00
momo5502
ad604de8b4
Update submodule
2016-08-07 18:33:15 +02:00
momo5502
9562285ed7
Use new format library and sort utils
2016-07-11 17:14:58 +02:00
momo5502
21047a3da3
Use develop branch for libtommath
2016-06-14 15:28:42 +02:00
momo5502
5fca3fb20f
Ignore dirty changes in mongoose
2016-06-10 14:09:25 +02:00
momo5502
a7f8527675
Add mongoose
2016-06-10 14:05:30 +02:00
momo5502
3d65617e3d
Remove mongoose
2016-06-10 14:03:52 +02:00
momo5502
d59e70ff2a
Start implementing moddownload
2016-06-04 17:06:49 +02:00
momo5502
59cb673692
Update pdcurses.
2016-02-21 15:18:52 +01:00
momo5502
45d745ff33
Remove pdcurses.
2016-02-21 15:15:55 +01:00
momo5502
c642cb20ee
Update libtomcrypt to the latest commit.
2016-02-21 15:02:57 +01:00
momo5502
110ef08803
Remove tomcrypt.
2016-02-21 14:56:24 +01:00
/dev/urandom
5ed17d7cbe
Re-add and update libtomcrypt to de15a6fad9
.
...
PS: momo is fucking tired. Very obviously.
2016-02-21 14:50:25 +01:00
momo5502
5e879b0307
Use my Wink-Signals fork
2016-02-12 13:03:59 +01:00
momo5502
8cef16017e
Use wink-signals
...
boost.signals sadly requires way too many dependencies, libsigc++ requires too much configuration and all the other libs I tested mostly required constexpr as callbacks (due to passing callbacks via template list), which doesn't server this purpose, so wink-signals seems just about right for what we do.
2016-02-11 11:26:41 +01:00
momo5502
790bcb2474
Inlcude protobuf for later usage.
...
Not sure if it's implemented correctly, but we'll see that tomorrow :P
2016-02-10 01:56:06 +01:00
momo5502
2706e50881
libtommath is faster than tomsfastmath (oh, irony :P) and fixes issue
2016-01-31 21:53:51 +01:00