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
|
d87a6ced42
|
Implement client side node synchronization.
|
2016-02-10 01:22:00 +01:00 |
|
momo5502
|
40d6c6d715
|
Rewrote node system to register using ECDSA signatures.
|
2016-02-09 22:13:49 +01:00 |
|
momo5502
|
87c239a1dc
|
Fix cryptography memory leaks :P
|
2016-02-08 18:43:31 +01:00 |
|
momo5502
|
4d36a0b9ed
|
ECDSA and PRGN stuff.
|
2016-02-08 14:27:15 +01:00 |
|
momo5502
|
ebc784c51d
|
Use @dasfonia's dvar name.
|
2016-02-08 02:48:11 +01:00 |
|
momo5502
|
2637f51174
|
Server color.
|
2016-02-08 02:09:55 +01:00 |
|
momo5502
|
0602c8e762
|
Fading color.
|
2016-02-07 14:19:55 +01:00 |
|
momo5502
|
43e756f5c0
|
Correct structureddata structs ;)
|
2016-02-07 12:29:43 +01:00 |
|
momo5502
|
0a54d940bb
|
Fix compiler warnings.
|
2016-02-07 02:31:30 +01:00 |
|
momo5502
|
4a5743c67b
|
Regularly store nodes.
|
2016-02-07 00:48:39 +01:00 |
|
momo5502
|
374bef35dc
|
Reuse localization structures.
|
2016-02-06 19:22:40 +01:00 |
|
momo5502
|
4a1ca56a3b
|
Add new color codes.
|
2016-02-06 19:09:41 +01:00 |
|
momo5502
|
c1ef716e5c
|
Structureddata stuff. Not the best implementation, but better than our old one :P
|
2016-02-06 13:37:23 +01:00 |
|
momo5502
|
b4be34c8a8
|
Penis.
|
2016-02-06 01:01:33 +01:00 |
|
momo5502
|
17f5c5e436
|
Use text styles.
|
2016-02-05 18:13:34 +01:00 |
|
momo5502
|
497a4ecefb
|
Some fixes.
|
2016-02-05 13:10:22 +01:00 |
|
momo5502
|
70d49efac5
|
Optimize unit tests.
|
2016-02-05 00:33:06 +01:00 |
|
momo5502
|
59c1ef8fc1
|
Fix version parser (jenkins)
|
2016-02-04 23:19:20 +01:00 |
|
momo5502
|
6dd250259c
|
Fix unit testing stuff for release configurations.
|
2016-02-04 22:13:31 +01:00 |
|
momo5502
|
a34a440000
|
Apparently, libtomcrypt explicitly ignores all tab sources.
|
2016-02-04 22:10:50 +01:00 |
|
momo5502
|
ad1e25bd56
|
Update submodules and include some unit testing code.
|
2016-02-04 21:58:49 +01:00 |
|
momo5502
|
dcd46633ca
|
Check if zone is loaded.
|
2016-02-03 22:01:10 +01:00 |
|
momo5502
|
69bdda10f2
|
Format some stuff.
|
2016-02-03 21:30:05 +01:00 |
|
momo5502
|
0f5f266ea5
|
Correctly unload zones.
|
2016-02-03 21:23:07 +01:00 |
|
momo5502
|
7bd8feff5d
|
Implement node serverlist for the client.
|
2016-02-03 20:10:54 +01:00 |
|
momo5502
|
a9ecaf139f
|
Allow loading up to 10 maps simultaneously (for zone building!)
|
2016-02-03 12:20:21 +01:00 |
|
momo5502
|
2a29232a6f
|
Node invalidation security stuff.
|
2016-02-01 21:59:45 +01:00 |
|
momo5502
|
ad6220fa0b
|
RSA signature stuff.
|
2016-02-01 10:23:06 +01:00 |
|
momo5502
|
2706e50881
|
libtommath is faster than tomsfastmath (oh, irony :P) and fixes issue
|
2016-01-31 21:53:51 +01:00 |
|
momo5502
|
e43444738c
|
Stuff seems to take years to compile on release :/ Might wanna switch to openssl, crypto++ or some other rsa lib.
|
2016-01-31 21:27:43 +01:00 |
|
momo5502
|
55170e6ba8
|
correctly include tomsfastmath
|
2016-01-31 19:50:17 +01:00 |
|
momo5502
|
1fdeb17e6d
|
add fastmath stuff.
|
2016-01-31 15:55:32 +01:00 |
|
momo5502
|
e51e791184
|
|
2016-01-31 13:19:29 +01:00 |
|
momo5502
|
9d9229b229
|
Delta parts. Not sure if correct, as I haven't tested it yet. My head still hurts :P
|
2016-01-30 12:22:37 +01:00 |
|
momo5502
|
fb7879e2c6
|
Node optimization
|
2016-01-29 03:49:51 +01:00 |
|
momo5502
|
91826963cd
|
Separator check for network stuff.
|
2016-01-29 03:18:58 +01:00 |
|
momo5502
|
c83fab449a
|
Nodes use network order for ports.
|
2016-01-29 01:53:17 +01:00 |
|
momo5502
|
31ae9a779a
|
Include libtomcrypt for future rsa signing.
|
2016-01-29 00:20:28 +01:00 |
|
momo5502
|
b0e0b1ff2f
|
Network protocol and invalidation stuff.
|
2016-01-28 23:36:57 +01:00 |
|
momo5502
|
b350c3774b
|
More node stuff.
|
2016-01-28 21:37:48 +01:00 |
|
momo5502
|
e79ac58f8e
|
Fix crash for missing assets.
|
2016-01-28 17:58:35 +01:00 |
|
momo5502
|
23b8a60765
|
Don't load custom fastfiles for zonebuilder.
|
2016-01-28 17:49:33 +01:00 |
|
momo5502
|
c4daed0bad
|
Node stuff.
|
2016-01-28 17:30:32 +01:00 |
|
momo5502
|
da74627af3
|
Experimental node stuff
|
2016-01-28 16:19:43 +01:00 |
|
momo5502
|
73ed335b11
|
Fixes and shit.
|
2016-01-28 00:32:46 +01:00 |
|
sr0
|
5f0f7cb1fa
|
added new menus
|
2016-01-27 22:42:52 +01:00 |
|
momo5502
|
c68e5114d1
|
Don't compile pdcurses dynamically, I was wrong, it doesn't export anything at all.
|
2016-01-27 11:03:26 +01:00 |
|
momo5502
|
422147207d
|
Load new fastfiles (if available!)
|
2016-01-27 10:54:29 +01:00 |
|
momo5502
|
d3a9580f8f
|
Dynamic pdcurses library.
|
2016-01-27 03:17:31 +01:00 |
|