Commit Graph

196 Commits

Author SHA1 Message Date
40a69abcd5 Added Travis CI OSX build badge 2017-05-27 20:05:09 -04:00
b199c71ef0 Fixed SVC_BspDecal reading an incorrect number of bits. 2017-05-27 19:17:46 -04:00
6912d26add Travis CI for osx 2017-05-27 17:42:45 -04:00
34b00e0757 VS2017 build status badge 2017-05-24 23:47:30 -04:00
bfa09d80f2 Added vs2017 project generation 2017-05-24 23:27:23 -04:00
1f09948764 Merge pull request #7 from stensonowen/vagrant-fix
Updated Vagrant to install g++ dependencies
2016-06-27 20:46:00 -04:00
a604f1b765 Updated Vagrant to install g++ dependencies 2016-06-27 02:06:14 -04:00
2fe7b12f7e Fixed gcc build 2016-04-27 22:41:24 -04:00
77b0e9d81e Made pretty json output as default during development since it's easier on text rendering 2016-04-27 22:33:06 -04:00
963fc1ae4c WIP game event parsing 2016-04-27 22:31:33 -04:00
9dcda5054c More fixes for bitbuf initialization (missed from previous commit) 2016-04-27 22:04:59 -04:00
ea639455a9 Added Semaphore CI badge for Linux builds 2016-04-27 00:45:59 -04:00
30ec1169f6 Merge pull request #5 from Yepoleb/stringtable
Stringtable parsing improvements
2016-04-25 23:21:38 -04:00
99426dc6ef Changed scope of nBytes in StringTable_BitRead 2016-04-26 04:04:28 +02:00
3a36da8a82 Removed unnecessary buffer zero assignment in StringTable_BitRead 2016-04-25 22:43:53 +02:00
1ca5fbfd2c Simplified entryIndex assignment in StringTable_BitRead 2016-04-25 22:43:46 +02:00
6c4f8e634a Fixed initialization for bitbuf m_pDebugName and m_errorHandler 2016-04-24 22:12:05 -04:00
4c5323dc64 Fixed accidentally removing DWordSwap on non vc++ 2016-04-24 21:22:26 -04:00
861988e0be Fixed incorrect bitbuf parameters for wip stringtables parsing 2016-04-20 22:42:43 -04:00
afad200209 WIP SVC_CreateStringTable data parsing 2016-04-20 21:18:56 -04:00
a416145e27 Identified unknown SVC_CreateStringTable member as compressedData 2016-04-20 21:12:24 -04:00
3858162c9c Removed unused includes 2016-04-16 20:57:49 -04:00
74530ec287 Updated build script for snappy 2016-04-16 20:56:57 -04:00
cc6ad7c44f Added vs2015 premake bat 2016-03-13 00:09:54 -05:00
2dfbf0f301 Updated windows version of premake to alpha 8 2016-03-13 00:09:37 -05:00
27319d4532 Added snappy-1.1.3 compression library 2016-03-12 17:08:51 -05:00
7c9fc12b63 Reduced code duplication 2016-03-08 23:14:13 -05:00
462f53d912 Use old NET_MAX_PAYLOAD_BITS constant for SVC_CreateStringTable 2016-02-06 20:10:59 -05:00
438fc51831 Added Windows CI using AppVeyor 2015-10-15 23:54:55 -04:00
004d87a972 Merge pull request #4 from jaqque/master
Vagrant Provisioning
2015-10-15 22:34:04 -04:00
67d3188a58 Fixed json_checker warnings from vs2013 2015-10-15 01:08:02 -04:00
2eb62f16e8 Fixed compilation with vs2013 2015-10-15 01:07:29 -04:00
3b11809be7 Changed demdata struct array to use std array 2015-10-15 01:06:51 -04:00
e3ccd21314 Changed netdata struct array to use std array 2015-10-15 00:40:40 -04:00
a7a9776d2a Added testing task to contribution notes 2015-10-15 00:33:21 -04:00
aeaa53facf Added tasks for contributing. Formatting 2015-10-13 19:56:47 -04:00
63785fea42 Updated README for Vagrant builds 2015-10-12 16:55:23 -07:00
f6f37692f0 Use update-alternatives for clang++ 2015-10-12 16:54:59 -07:00
cfb3de0628 Ignore bin output files 2015-10-11 09:55:52 -07:00
d2e8a8de90 Use shell provisioner 2015-10-11 09:55:36 -07:00
d7c27bbcf1 Refactor / idempotent-fy vagrant.sh
Big changes:
1) Update packages!
2) Remove uncessary X11 packages (wisely, before updating all the packages)
3) Install all packages at once
4) Leave package addition in same order, because, it looked interesting?
5) Look for symlink before making it (Vagrant errors out on second
   provision otherwise)
6) Build demboyz
2015-10-11 09:55:14 -07:00
54a75479e6 Added potential uses 2015-09-05 23:03:10 -04:00
351a55d9c6 Added note for location of compiled binary 2015-09-05 22:30:45 -04:00
0cd4b38bd1 Updated readme with usage instructions 2015-09-05 22:26:24 -04:00
f73338fef8 Updated readme with vs2013 build instructions 2015-09-05 22:10:55 -04:00
8ef2c0ebfc Changed output dir of compiled binaries to bin 2015-08-31 23:58:47 -04:00
372267d192 Rapidjson can only write up to 2^32 - 1 length strings by default, so change the api to reflect that 2015-08-31 23:07:51 -04:00
806f42dd84 Fixed mismatch of decl/def return types on ReadString 2015-08-31 22:51:15 -04:00
58a17bc97e Fixed compilation of bitbuf on gcc/clang 2015-08-31 22:16:29 -04:00
efab1c3707 Fixed compilation of jsonfile on gcc/clang 2015-08-31 22:16:06 -04:00