Commit graph

17 commits

Author SHA1 Message Date
Walter Julius Hennecke
0ed8422996 changed handling of strings 2013-10-10 21:42:02 +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
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