32 lines
1.5 KiB
Text
32 lines
1.5 KiB
Text
YahtzeeServ Module for NeoStats Changelog.
|
|
Fish (F), Mark (M), DeadNotBuried (D)
|
|
==============================================================================
|
|
3.0.1 - Fish (F)
|
|
- Bump Version (F)
|
|
|
|
3.0.0 - Fish (F)
|
|
- Convert to a full Autoconf Package (F)
|
|
- Win32 for YahtzeeServ (F)
|
|
- Fix compile error on X86-64 (F)
|
|
|
|
3.0.a3
|
|
- add HTML High Score page generation (D)
|
|
- allow Yahtzee to substitue for Full House Short/Long Straight when
|
|
yahtzee already scored 50 , No bonus points given. (D)
|
|
- add segfault locations (D)
|
|
- Remove verbose option (D)
|
|
- Add highscore_report helper function to manage messaging. (D)
|
|
- ensure set chan target not currently hosting a game, and other checks
|
|
to ensure it is safe to change channels (D)
|
|
- fix bug not adding to high score lists when lists not full (D)
|
|
- add global and local exclusions for starting games in Channels and passing
|
|
games to other users (D)
|
|
- add verbose option to send to services channel when games start/stop etc (D)
|
|
- add setting to enable games starting in multi channels to chanops only (D)
|
|
- add setting to enable/disable games in multiple channels (D)
|
|
- allow IRCops and ChanOps to use "!stop" and "!remove Nick" at anytime (D)
|
|
- automatically remove players from games when they part/kicked from a channel,
|
|
or quit/killed from network (D)
|
|
- Complete rewrite to use ModData API, and allow Games to be played in
|
|
multiple channels at the same time (D)
|
|
- Convert from 2.5.x API to 3.0 API, and upload to SVN (D)
|