- Apr 21, 2015
-
-
deuce authored
really may to what is listed.
-
- Apr 18, 2015
-
-
rswindell authored
follow the special boolean keywords "True", "Yes", or "On", treat the value as a logical true (1). Previously, if the boolean keyword was followed by a semicolon (no whitespace separation) or any text with whitespace separation, the value would be treated as a logical false (0). The example sexpots.ini at wiki.synchro.net has comments following some "true" values which caused them to be interpretted as "false". Bug reported via reddit by FozzTexx.
-
deuce authored
This will also enable SVID stuff, but that appears to be unavoidable. See the following URIs: https://lwn.net/Articles/590381/ https://sourceware.org/glibc/wiki/Release/2.20#Deprecation_of__BSD_SOURCE_and__SVID_SOURCE_feature_macros http://www.gnu.org/software/libc/manual/html_node/Feature-Test-Macros.html#index-_005fDEFAULT_005fSOURCE
-
deuce authored
be set and read using the POSIX macros and related (currently Linux-only).
-
deuce authored
-
- Apr 14, 2015
-
-
rswindell authored
work. Also, added modopts.ini setting "irc_seclevel" (default to 90) to allow the sysop to change the minimum security level required for changing the IRC server being connected to without modifying the script source.
-
rswindell authored
consecutively numbered logon screens and only display the security level specific screen if it wasn't alredy displayed as part of the consecutive series. (e.g. don't display logon1.asc twice for a user with a security level of 1).
-
rswindell authored
"logout" button, not all the user stats too.
-
rswindell authored
"logout" button, not all the user stats too.
-
- Apr 10, 2015
-
-
sbbs authored
this read() call will block indefinitely. Fall-through to pseudo-random seeding if read() fails. Fix for FozzTexx-reported problem on reddit.
-
- Apr 03, 2015
-
-
deuce authored
video stats. This makes the C64 80 column mode look less stupid.
-
deuce authored
This matches the overlay mode selection.
-
deuce authored
new_scaling and old_scaling to prevent setup_surfaces() from being called again while the window is initially being set up in a mode other than the default 80x25. Fixes a Windows crash when starting in other modes.
-
- Apr 02, 2015
-
-
rswindell authored
You can now pass the internal code of an external program section to this module and it'll only display the external program menu for that section (e.g. "exec_bin xtrn-sec games"). Also: cleaned-up the code a bit, moved some global variables into local scope and eliminated an errant debug log entry. Hopefully I didn't break anything.
-
- Mar 26, 2015
- Mar 25, 2015
-
-
mcmlxxix authored
eh? eh?
-
- Mar 24, 2015
-
-
echicken authored
ScoreBoard is now DBHelper. Fetch levels via DBHelper (will update local levels.json file when levels read from DB, will fall back on local file if DB unavailable.)
-
echicken authored
In main(), 'scoreboard' is now an instance of DBHelper. Load settings from server.ini once and pass to 'scoreboard' and 'game' as needed.
-
echicken authored
Added LEVELS property to the DB. Update from local file on service startup, check local file for updates every five minutes and refresh DB as needed.
-
echicken authored
-
echicken authored
-
rswindell authored
hash entries will then have incorrect or invalid message numbers.
-
- Mar 23, 2015
-
-
echicken authored
-
- Mar 22, 2015
- Mar 21, 2015
- Mar 20, 2015
-
-
echicken authored
Restore event 'this' context on unpause. Added missing checkAbove for climbers. Nuke lemons upon release if nuke already called. (Thanks, Deuce and MCMLXXIX for spotting these.) Modified control scheme - cursor movement now via cursor keys or numbers, including diagonals (Deuce's request); skill keys are now ASDFCV.
-
echicken authored
-
- Mar 19, 2015
- Mar 18, 2015
-
-
echicken authored
-
echicken authored
-
echicken authored
Help anthropomorphic lemons make their way through a world littered with obstacles. (Initial commit. A few changes and more levels on the way.
-
echicken authored
Switch Sprite.Profile to falling position when there is nothing below. (Previously only changed following a jump.)
-
- Mar 17, 2015
-
-
mcmlxxix authored
-