- Jan 12, 2009
-
-
rswindell authored
-
rswindell authored
-
deuce authored
-
deuce authored
does not support a zero size either.
-
deuce authored
-
deuce authored
you last scanned.
-
deuce authored
of externals being ran.
-
deuce authored
-
deuce authored
open() actually does.
-
deuce authored
-
deuce authored
parameter.
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
Note: When shareable is false, uses nopen() which will lock the file exclusively and perform automatic retries. When shareable is true uses fopen(), and will only attempt to open the file once and will perform no locking. The behaviour when one script has a file opened with shareable set to a different value than is used with a new call is OS specific. On Windows, the second open will always fail and on *nix, the second open will always succeed.
-
- Jan 11, 2009
-
-
deuce authored
-
deuce authored
Add comments explaining user settings.
-
deuce authored
-
deuce authored
-
deuce authored
Intended to run as a login event and as a bbs.exec_xtrn() wrapper, this will track new doors, and doors which have had activity since you last played. To set up the login event: SCFG -> External Programs -> Fixed Events -> Logon Event "*../xtrn/doorscan/doorscan.js scan" The modification to exec/xtrn_sec.js: At around line 136: //bbs.exec_xtrn(xtrn_area.sec_list[xsec].prog_list[i].code); try { load("../xtrn/doorscan/doorscan.js","run",xtrn_area.sec_list[xsec].prog_list[i].code); } catch(e) { log("Error running "+xtrn_area.sec_list[xsec].prog_list[i].code+" "+e); }
-
deuce authored
by it when using iniSetAllObjects(). Previously would result in something like this: [Section] name=Section
-
rswindell authored
-
rswindell authored
-
- Jan 10, 2009
-
-
deuce authored
-
deuce authored
-
deuce authored
-
rswindell authored
this function to return false.
-
rswindell authored
-
rswindell authored
Support debug option (to enable debug output in salib.js). Re-arranged the code a bit.
-
rswindell authored
-
rswindell authored
IgnoreOnError and AccessRequirements).
-
rswindell authored
execution of specific mail processors to specific user requirements. Non-authenticated SMTP sessions are treated as a completely "null user" (e.g. user number=0, level=0, no flags, etc.).
-
deuce authored
your citizens into the army" trick like in the real game.
-
deuce authored
Make the AI select only one weapon type per round to avoid purchasing kannons when using the katapult strategy but having less than 250000 gold.
-
- Jan 09, 2009
-
-
rswindell authored
Disable salib.js debug output.
-
deuce authored
-
deuce authored
music is usually played in the foreground, the cursor could remain in the wrong position for extended periods of time.
-
deuce authored
Also some minor cosmetic fixes.
-
rswindell authored
Always log the details of the processing, including the tests (if returned).
-
deuce authored
-