Walter Julius Hennecke
12d5453ff9
Added parser function for quantum launcher config.
2014-10-08 19:44:52 +02:00
Walter Julius Hennecke
8a2870cac2
Added weapon config parser function for hyperspanner.
2014-10-07 21:27:31 +02:00
Walter Julius Hennecke
9d3b2face7
Added additional parse functionality. #12
2014-08-18 00:31:54 +02:00
Walter Julius Hennecke
a7baa554ab
Added parser code for compression rifle. #12
2014-08-15 13:28:24 +02:00
Walter Julius Hennecke
1415d7a9cc
Started moving wepons configuration from cvars to a configuration file. #12
2014-08-15 01:39:22 +02:00
Walter Hennecke
216a871ff8
Fix crash of bgLex on linux. No idea why this worked on Windows it should have crashed as well.
2013-10-10 23:36:08 +02:00
Walter Julius Hennecke
aee36d9ad1
some changes to bg_lex
2013-10-10 21:10:12 +02:00
Walter Julius Hennecke
14b22ee5db
Revert "some changes to bg_lex"
...
This reverts commit 57bf980ef7
.
2013-10-10 21:08:59 +02:00
Walter Julius Hennecke
57bf980ef7
some changes to bg_lex
2013-10-10 21:06:12 +02:00
Walter Julius Hennecke
b2250734e0
Changed morphem string data to a fixed size of 1024.
2013-10-09 23:16:24 +02:00
Walter Julius Hennecke
decb2bdf52
annotations and fixes
2013-05-24 22:11:53 +02:00
Walter Julius Hennecke
2d32fcecba
Added true and false to bgLex
...
bgLex no recognized true (LSYM_TRUE) and false (LSYM_FALSE)
2013-04-28 19:29:44 +02:00
Walter Julius Hennecke
60ed122ce0
Fixes and modifications ...
...
- multiple fixes to bgLex
- G_LoadLocationsFile is now using bgLex instead of com_parse:
- this also allows LocationsList version 1 and 2 features to be mixed in
a location file
2013-04-28 19:22:27 +02:00
Walter Julius Hennecke
0ffd645be9
Modified bgLex_lex to return morphem type
2013-04-28 15:52:52 +02:00
Walter Julius Hennecke
fc9bfc84a8
Fix and replacement
...
- fixed bug concerning lexed strings
- replaced COM_Parse by bgLex for timed messages
2013-04-28 01:27:32 +02:00
Walter Julius Hennecke
d4dbfaec23
...
2013-04-27 23:32:21 +02:00
Walter Julius Hennecke
0a6b8f9e41
Added flex based lexer
...
- not ready to be used yet as not added to Makefile yet
- reentrant so it could be used for parrallel lexing
2013-04-27 17:56:57 +02:00
Walter Julius Hennecke
9b0c16d7ba
Startet work on a lexer to replace COM_Parse
2013-04-22 21:41:34 +02:00