suhrke
|
5eb5511bda
|
changed hex to rgb into hex to rgba
|
2017-07-06 17:30:21 -07:00 |
|
suhrke
|
821d6001bf
|
fixed error with unmatched target and source
|
2017-07-06 16:14:06 -07:00 |
|
|
9f32ca0568
|
Merge branch 'master' of https://git.teknik.io/scuti/reflex2q3
|
2017-07-06 13:52:51 -07:00 |
|
|
984ff03c80
|
Changed output queue to vector
|
2017-07-06 13:52:31 -07:00 |
|
suhrke
|
47eb891dfe
|
changed count loops into iterator loops where intent was more clear
|
2017-07-06 11:29:14 -07:00 |
|
suhrke
|
100c830c83
|
Added extractMapInfo(vector---) + finish const correct functions
|
2017-07-06 11:10:04 -07:00 |
|
suhrke
|
3b73c4300a
|
extractMapInfo now passes queue by value so parser can use it
|
2017-07-06 10:29:54 -07:00 |
|
suhrke
|
640ce93ff4
|
Added tests for PointLight conversion + spawns
|
2017-07-06 10:09:15 -07:00 |
|
suhrke
|
d16f3f8503
|
Race and other mode spawns play nice when on same map now
|
2017-07-06 08:52:59 -07:00 |
|
suhrke
|
c88cf1405b
|
Fixed truncation of PointLight intensity value
|
2017-07-05 22:43:24 -07:00 |
|
suhrke
|
e622f495a9
|
PointLights converted, looking for ways to test accuracy of bright+color conversion
|
2017-07-05 22:36:39 -07:00 |
|
suhrke
|
725904143c
|
updated entity tags for xon 0.8.2
|
2017-07-05 20:38:12 -07:00 |
|
suhrke
|
26e287d9b4
|
EC: const correct prototypes, pass by ref where possible
|
2017-07-05 20:32:49 -07:00 |
|
suhrke
|
774688180d
|
added unittest to main recipe, removed debug couts
|
2017-07-05 19:53:09 -07:00 |
|
suhrke
|
802f0bc99a
|
race maps and maps without race convert spawns correctly, possible issue with maps with both
|
2017-07-05 19:49:03 -07:00 |
|
suhrke
|
fde15235bd
|
EC extracts mode info where it can, race spawns still an issue
|
2017-07-05 18:58:07 -07:00 |
|
suhrke
|
7595b42593
|
make unittest recipe installs pre-commit hook
|
2017-07-05 16:45:57 -07:00 |
|
|
111b0f50a7
|
Merge branch 'master' of https://git.teknik.io/scuti/reflex2q3
|
2017-07-05 16:25:24 -07:00 |
|
|
a1f1a35372
|
Appended hex color to the end of material name
|
2017-07-05 16:25:00 -07:00 |
|
suhrke
|
0e61e02259
|
EC: fixed malformed race spawn conversion, issue #33
|
2017-07-05 16:14:17 -07:00 |
|
suhrke
|
ff47d28870
|
encapsulate constants for EC
|
2017-07-05 16:00:22 -07:00 |
|
|
dbcd7c59d8
|
[minor] Fixed function prototype
|
2017-07-05 11:57:51 -07:00 |
|
|
2d4581c076
|
Entity Converter shifts position of entities respective to type
|
2017-07-05 11:53:45 -07:00 |
|
suhrke
|
bf9bcdbe47
|
workaround for odd Catch bug
|
2017-07-05 05:22:14 -07:00 |
|
suhrke
|
f6b1b9ca41
|
Offset height for teleport desinations, pickups, and player spawns
|
2017-07-05 05:10:31 -07:00 |
|
suhrke
|
dcf6e76f39
|
added unsupported entity case to EC unit tests
|
2017-07-05 03:27:00 -07:00 |
|
suhrke
|
d47b0af646
|
fixed bug: if unsupported ent type, returns empty vector
|
2017-07-05 03:21:51 -07:00 |
|
suhrke
|
e4412bcdaa
|
minor bug fix & general test cases made for EC
|
2017-07-04 00:06:13 -07:00 |
|
suhrke
|
cf2eb575fc
|
queue scan added, Catch added for EntityConverter tests
|
2017-07-03 22:20:45 -07:00 |
|
suhrke
|
3fd631c42a
|
queue scan added, Catch added for EntityConverter tests
|
2017-07-03 22:19:50 -07:00 |
|
suhrke
|
08fbf34cb2
|
Update 'README.md'
Added lines needed to get to working build
|
2017-07-03 19:46:37 -07:00 |
|
suhrke
|
991cb4d02a
|
EntityConverter::convertTarget made safer
|
2017-07-03 19:27:18 -07:00 |
|
suhrke
|
0b6254da89
|
CTS converts such that only next checkpoint shows
|
2017-07-03 18:10:05 -07:00 |
|
suhrke
|
58d24d67b4
|
Update 'README.md'
Added args, could use better explanation/man file and link to reflex map format file
|
2017-07-03 17:12:26 -07:00 |
|
suhrke
|
a5261c1b01
|
Added reflex map format file
|
2017-07-03 17:08:08 -07:00 |
|
suhrke
|
62de82a945
|
Reflex mapping format given its own file, removed from code
|
2017-07-03 17:04:06 -07:00 |
|
suhrke
|
457595f2ff
|
Update 'README.md'
Intend to add reflex map format description to repo, link later
|
2017-07-03 16:47:43 -07:00 |
|
suhrke
|
0c5d5d1899
|
added PlayerSpawn conversion (will break if race and regular spawns present)
|
2017-07-02 23:41:59 -07:00 |
|
suhrke
|
16fe71b008
|
EntitityConverter::convert broken out, submodule cxxopt added
|
2017-07-02 20:31:32 -07:00 |
|
suhrke
|
225e1375ef
|
broke apart EntityConverter::convert, added submodule
|
2017-07-02 20:22:09 -07:00 |
|
|
5b3683f277
|
Resolved trigger teleports' target tag missing end quote
|
2017-07-01 19:49:17 -07:00 |
|
suhrke
|
757daa6dd1
|
added quote to fix issue #22
|
2017-07-01 17:28:35 -07:00 |
|
|
e2ee4e1325
|
E. conversion set up - some output causes parsing error in editors
|
2017-06-30 16:33:32 -07:00 |
|
|
ff1f57fdaa
|
Added robust program options & prepared for entity conversion
|
2017-06-18 07:44:42 -07:00 |
|
|
728f6fba8b
|
Individual entity-brush conversion working, parsing error in NetRadiant
|
2017-06-17 13:04:11 -07:00 |
|
|
0e214e5955
|
Integrated entity converter; missing brush component.
|
2017-06-17 03:34:19 -07:00 |
|
|
29d8fd4c02
|
Added feedback couts, inactive program arguments.
|
2017-06-16 13:08:46 -07:00 |
|
|
ce16bf92f9
|
Templated brush parsing functions.
|
2017-06-16 13:08:10 -07:00 |
|
|
f91f68b282
|
Renamed, to later include testing for other objects
|
2017-06-15 09:39:26 -07:00 |
|
|
0428d31ad7
|
Added function to identify jumppads and teleporters
|
2017-06-15 07:09:38 -07:00 |
|