summaryrefslogtreecommitdiff
path: root/src/script/api/script_base.cpp
AgeCommit message (Collapse)Author
2014-04-23(svn r26482) -Codechange: add an include that allows us to undefine/redefine ↵rubidium
"unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values
2013-04-06(svn r25148) -Fix [FS#5517]: [Script] XXBase::Chance function did not work ↵rubidium
for large values (>65535)
2012-09-18(svn r24531) -Fix: Max script chance was too big.alberth
2011-11-29(svn r23355) -Codechange: rename all AI* to Script* (Rubidium)truebrain
2011-11-29(svn r23354) -Codechange: move all src/ai/api/ai_*.[hc]pp files to ↵truebrain
src/script/api/script_* (Rubidium)