Commit graph

21 commits

Author SHA1 Message Date
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 Julius Hennecke
3546cdaaa2 This commot fixes multiple issues:
- this will fix the issues #5
- also fixes an error in the lexer where it would return \"string\" instead of string\0
- also fixes errors in g_usable.c that prevented func_usables from workign correctly

The fix for issue #5 will be merge to devel and master asap.
2014-02-21 22:08:00 +01:00
Walter Julius Hennecke
db393ab350 This is a possible fix for #2. It changes the respawn function to act like a team change (e.g. spectator to player). I can't test this tough because I don't seem to be able to reproduce the crash. 2014-02-16 22:46:12 +01:00
Walter Julius Hennecke
d2340e55da changes 2014-02-15 22:29:48 +01:00
Walter Julius Hennecke
49bd6251ce Updates to the list module.
- int to int32_t
- renamed to bg_list.(c|h)
- changed Makefile so only a single instance of bg_list.(c|h) files are
needed
2013-10-13 00:15:35 +02:00
Walter Julius Hennecke
3377aeca31 Removed bg_lex.yy.c and modified Makefile
- removed bg_lex.yy.c
- modified Makefile to genereate bg_lex.yy.c with flex (which will
hopefully fix linux server crashes <- has to be tested)
2013-10-08 23:51:42 +02:00
Walter Julius Hennecke
f8d9dec3b9 fixed cppcheck-inline supressions 2013-08-12 22:12:32 +02:00
Walter Julius Hennecke
1c737274c2 Fixed warnings 2013-08-12 20:26:28 +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
5c3773a902 Modified lexer to automatically skip LMT_IGNORE 2013-04-28 01:59:14 +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
3b23bfa353 Fixes to the lexer 2013-04-27 22:34:01 +02:00
Walter Julius Hennecke
c660ee1a0f Fix and removel of deprecated files
- fixed bg_lex so the lexer compile on mingw
- removed old Makefile of RPG-X as they are deprecated, use "make
BUILD_SERVER=0 BUILD_CLIENT=0" in the repositories main path instead to
build shared libraries only
2013-04-27 19:08:54 +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