- Jan 25, 2017
-
-
nightfox authored
-
- Jan 22, 2017
-
-
nightfox authored
Started working on a way to validate a message in a sub-board where the message requires moderation. Doesn't seem to be successfully saving the updated message header though.
-
nightfox authored
-
nightfox authored
Improved the look of the sub-board chooser menu when SlyVote starts by displaying the SlyVote stylized text and the vertical bars around the menu. Also, added a help screen for the result viewer mode.
-
- Jan 21, 2017
-
-
nightfox authored
Bug fix: Unknown variable referenced when reading poll results and the user tries to vote on one when they've already voted on it.
-
- Jan 20, 2017
-
-
nightfox authored
Now displays the topic area (message sub-board) on the main screen. Also, updated the "vote on all topics" feature to display the topic number and total number of topics.
-
- Jan 19, 2017
- Jan 17, 2017
- Jan 16, 2017
-
-
nightfox authored
In the poll result viewer mode, SlyVote now allows the user to type a poll number to go directly to it. Also, in the poll result viewer mode, added the ability for the sysop to delete the poll message currently being viewed.
-
- Jan 15, 2017
- Jan 14, 2017
- Jan 13, 2017
-
-
echicken authored
-
echicken authored
-
echicken authored
-
nightfox authored
-
nightfox authored
-
nightfox authored
When viewing vote poll results, it now updates the user's last read & scan pointers. Also, it now determines the initial message index to use based on the user's last read pointer.
-
nightfox authored
When creating a Frame object (for viewing & scrolling ANSI messages), it now removes the HIGH attribute from the default frame attributes.
-
rswindell authored
-
rswindell authored
current source in CVS without SDL (graphics modes) and without cryptlib (SSH).
-
rswindell authored
-
rswindell authored
-
rswindell authored
in WinSock (wsock32.lib), but might add the IP Helper lib or other cfg properties later.
-
rswindell authored
-
- Jan 12, 2017
-
-
echicken authored
Don't assume the first null message index is the last message in the sub. Don't create an Array just to have something to set arbitrary properties on. This may fix the problem observed on Vert by KenDB3 (messages after mid Nov. 2016 not being displayed).
-
nightfox authored
Bug fix: When posting a poll, now it makes sure the user's sub-board is correct. Also, now it correctly handles the user quitting out of a couple menus with the ESC key (making no choice).
-
nightfox authored
Added the ability to vote on a topic from the result viewer interface. Also, updated the documentation a bit. SlyVote now has just enough functionality to be a useful voting both door, but I still want to add & update a few things. I want to implement the "Answer all topics" functionality, add the ability in the result viewer to type a topic number and jump to it, add the ability for sysops to delete voting topics (poll messages) from SlyVote, and also improve some of the screen displays a bit. I might also possibly add a help/informational screen.
-
- Jan 11, 2017
-
-
mcmlxxix authored
fix cleartoeol() and clearline() to clear relative to current frame offset (instead of absolute position)
-
echicken authored
-
echicken authored
-
echicken authored
-
echicken authored
-
echicken authored
On second thought, Frame.clear() will probably just be changed and my previous commit is unnecessary.
-
echicken authored
-
echicken authored
In ViewVoteResults, call Frame.cleardata before dumping new content into the Frame. This effectively resets Frame.data_width and Frame.data_height, which ScrollBar uses in its calculations.
-