.. |
Makefile.am
|
Move all stuff that actually belongs in CPPFLAGS (but is called CFLAGS) to AM_CPPFLAGS
|
2008-03-10 10:50:58 +00:00 |
Makefile.raw
|
Proposed fix for non-MSVC buildsystems
|
2007-01-09 22:07:58 +00:00 |
chat_lexer.l
|
Add a missing definition of a flex symbol.
|
2008-03-20 01:09:52 +00:00 |
chat_parser.y
|
TRUE->true, FALSE->false (except in scripts)
|
2008-03-24 16:51:17 +00:00 |
chat_processing.h
|
Rename a few files for consistent naming. base.h -> basedef.h.
|
2007-07-12 19:56:16 +00:00 |
codeprint.c
|
Make MSVC happy
|
2008-03-26 16:42:16 +00:00 |
codeprint.h
|
Enhance copeprint capabilities and add more 2string functions for the scripting engine.
|
2008-03-26 00:45:03 +00:00 |
event.c
|
Dont store values and types seperately.
|
2008-03-26 02:35:26 +00:00 |
event.h
|
Cleanup #includes a bit
|
2008-03-16 12:39:08 +00:00 |
evntsave.c
|
TRUE->true, FALSE->false (except in scripts)
|
2008-03-24 16:51:17 +00:00 |
evntsave.h
|
Add GPL notices to all sourcecode files.
|
2007-01-15 20:09:25 +00:00 |
interp.c
|
Differ between deep (i.e. incl strings) and non-deep (just the pointer) copies
|
2008-03-26 21:43:39 +00:00 |
interp.h
|
Differ between deep (i.e. incl strings) and non-deep (just the pointer) copies
|
2008-03-26 21:43:39 +00:00 |
parse.h
|
* Load SCRIPT files (*.slo) directly from their files rather than an intermediate memory buffer
|
2007-10-05 22:44:18 +00:00 |
script.c
|
Move interp*2string to script*2string
|
2008-03-26 14:57:35 +00:00 |
script.h
|
Move interp*2string to script*2string
|
2008-03-26 14:57:35 +00:00 |
script.vcproj
|
Reduce amount of junk in the MSVC compilation output by about 70%.
|
2008-03-23 22:15:28 +00:00 |
script_lexer.l
|
TRUE->true, FALSE->false (except in scripts)
|
2008-03-24 16:51:17 +00:00 |
script_parser.y
|
Fix lexer memleaks
|
2008-03-26 11:28:25 +00:00 |
stack.c
|
Differ between deep (i.e. incl strings) and non-deep (just the pointer) copies
|
2008-03-26 21:43:39 +00:00 |
stack.h
|
Differ between deep (i.e. incl strings) and non-deep (just the pointer) copies
|
2008-03-26 21:43:39 +00:00 |