Mercurial
>
botc
/ graph
Search:
summary
shortlog
changelog
graph
tags
bookmarks
branches
files
help
graph
The revision graph only works with JavaScript-enabled browsers.
Rid the qbyte type as I just use long everywhere anyway
2012-07-15
, by Teemu Piippo
Mainloop and onenter definitions are now written into separate buffers first and only written to file after state ends. Why? Zandronum seems to demand that mainloop definitions MUST be written right after any onenter one. This way, mainloop and onenter definitions can be written without this restriction in the script. Also now I have a cool uchar-buffer class :)
2012-07-15
, by Teemu Piippo
Fixed unary operators..
2012-07-15
, by Teemu Piippo
Variables can now be assigned values, unfortunately not at top level.
2012-07-15
, by Teemu Piippo
Forgot the actual new code files out of previous commit
2012-07-14
, by Teemu Piippo
Added rudimentary global var support
2012-07-14
, by Teemu Piippo
Added -l command line parameter, if given, botc will list all available commands and exit.
2012-07-14
, by Teemu Piippo
Added string table and support for string parameters in commands.
2012-07-14
, by Teemu Piippo
Commands w/ arguments are now written correctly.
2012-07-14
, by Teemu Piippo
New rule: a semicolon is now required after events, mainloop, onexit and onenter definitions.
2012-07-14
, by Teemu Piippo
Events and commands are now treated properly case-insensitively.
2012-07-14
, by Teemu Piippo
Added mainloop/onenter/onexit support, fixed state writing.. this thing can compile the script for the `jumping arghbot` now!
2012-07-14
, by Teemu Piippo
Moved command parser to a new function.
2012-07-14
, by Teemu Piippo
If any optional parameters are skipped, default values are now filled in.
2012-07-14
, by Teemu Piippo
less
more
|
(0)
-14
+14
+100
tip