Releases: slotopol/server
Releases · slotopol/server
v0.6.0
slot.windows.x64.zip
contains compiled executable for Windows x64 platform.
New features and changes:
- Added
Shining Stars
slot from AGT plusGreen Hot
,Apples' Shine
with same algorithm. Added100 Shining Stars
+50 Apples' Shine
5x4 slots. - Added
Happy Santa
+Bigfoot
AGT slot. Added50 Happy Santa
+40 Bigfoot
5x4 slots. - Added
Double Ice
+Double Hot
3x3 AGT slots. - Added
Hot Clover
5x4 AGT slot. - Added the list of AGT games with algorithm closest to
Dolphins Pearl
of Novomatic:Ice Queen
,STALKER
,Big Five
,Arabian Nights
,Anonymous
,Grand Theft
,Firefighters
,Time Machine II
,Bitcoin
,Pirates Gold
,The Leprechaun
. - Added
Wizard
+Around The World
5x4 AGT slots. - Added
Aladdin
+Wild West
+Crown
+Arabian Nights 2
+Casino
AGT 5x4 slots with same algorithm. - Added
Infinity Gems
AGT slot. - Change to API: now
/slot/sel/
endpoints works with number of selected lines instead of bitset. - Change to
scan
command: now--game
flag receives identifier of game in formatprovider/gamename
. For example,slot_win_x64 scan -g=agt/infinitygems --mt
. Game flags can be repeated for set of games.
total: 121 games, 60 algorithms, 9 providers
AGT: 39 games
Aristocrat: 4 games
BetSoft: 3 games
Megajack: 3 games
NetEnt: 20 games
Novomatic: 38 games
Play'n GO: 3 games
Playtech: 7 games
Slotopol: 4 games
v0.5.0
slot.windows.x64.zip
contains compiled executable for Windows x64 platform.
New features and changes:
- Added
Redoo
5x4 slot (from Aristocrat Pokies). - Added
Spellcast
+Secret Of Horus
,Simsalabim
,Thrill Spin
+Viking's Treasure
,Reel Steal
,Piggy Riches
,Groovy Sixties
+Funky Seventies
+Super Eighties
slots from NetEnt. - Added
Fruit Shop
slot from NetEnt, with free games on lines wins. - Added
Keno Fast
game from Aristocrat Pokies. - Added
5 Hot Hot Hot
3x3 slot from AGT software. - Added
AI
,Cherry Hot
,Seven Hot
slots from AGT software. - Added filters to
list
command, see help byslot_win_x64 list -h
. - Added games properties for each game at
list
command. Use--prop
flag to print games properties. For example,slot_win_x64 list --agt --prop
. - At
scan
command flag--reels
receives now float numbers, that can have decimal point.
total: 87 games, 50 algorithms, 9 providers
AGT: 5 games
Aristocrat: 3 games
BetSoft: 3 games
Megajack: 3 games
NetEnt: 20 games
Novomatic: 39 games
Play'n GO: 3 games
Playtech: 7 games
Slotopol: 4 games
v0.4.0
slot.windows.x64.zip
contains compiled executable for Windows x64 platform.
New features and changes:
- Added Keno game class, Keno API endpoints, and Keno games:
American Keno
(from Aristocrat Pokies),Keno Luxury
+Keno Sports
,Fire Keno
. - Added
Indian Dreaming
243-ways slot (from Aristocrat Pokies). - Added
Tiki Wonders
+Geisha Wonders
slot games (from NetEnt). - Competed optimization for high performance access to data base. Now all workflow inserts and updates to database can be buffered across API endpoints calls, what increases performance by orders of magnitude. Buffers flushed every 2.5 seconds if it not empty. Settings in
config/slot.yaml
file atdatabase
section configures size of buffers and flush ticks duration. - Added accounts activation ability. Now accounts after registration should be activated by code sent to registration email. Or them can be activated by admin.
- Added ability to show list of RTP percent for each provided game at
list
command. It can be displayed byslot_win_x64 list --all --rtp
. list
command displays number of lines for each game.scan
command gets two new modes. 1)--mt
boolean flag performs calculations in multithreaded mode. 2)--mc
integer flag helps to get quick approximate results by Monte Carlo method. Value of flag is pointed in millions iterations for Monte Carlo method, so--mc=10
means 10000000 iterations. This ability is useful for long length reels that have long durations of calculations by brute force.
total: 69 games, 37 algorithms, 8 providers
Aristocrat: 2 games
BetSoft: 2 games
Megajack: 3 games
NetEnt: 9 games
Novomatic: 39 games
Play'n GO: 3 games
Playtech: 7 games
Slotopol: 4 games
v0.3.0
slot.windows.x64.zip
contains compiled executable for Windows x64 platform.
New features and changes:
- Added new games:
Great Blue
,Captain's Treasure
,Golden Tour
,Diamond Dogs
+Voodoo Vibes
,Fortune Teller
(from Play'n GO),Cops'n'Robbers
. - New reels for
2 Million B.C.
game. - Scanners prints now free games frequency and bonus games frequency.
- Added
/signis
API endpoint to check account existence. - Added support for
MySQL
database. Now it can be used embeddedsqlite3
database engine for portable solution, or be connected toMySQL
for high performance service. It can be configured atconfig/slot.yaml
file. - Added
config/slot-club-init.sql
file with database initial settings. Here can be written initial club record, and some users accounts with administrator access level. This file is run only if database is empty. /gamelist
API endpoint returns now exact values of games RTP without rounding for available reels.club
table at database containsmrtp
field with master RTP for any games at this club, if there is no personal setting. During spins at games it will be selected available reels with closest RTP to thismrtp
value. Double up games will be with pointed master RTP.props
table also containsmrtp
field with master RTP for personal account at pointed club. It have more priority then clubmrtp
. If no props or clubmrtp
pointed (zero values), 92% will be used.
total: 61 games, 31 algorithms, 6 providers
Play'n GO: 3 games
BetSoft: 2 games
Novomatic: 39 games
NetEnt: 7 games
Playtech: 7 games
Megajack: 3 games
v0.2.0
slot.windows.x64.zip
contains compiled executable for Windows x64 platform.
New features and changes:
- Added new games.
- Fix to scatters calculations for multiline.
list
command added to display all available games.- graceful exit added.
total: 52 games, 25 algorithms, 6 providers
Playtech: 1 games
Play'n GO: 1 games
Novomatic: 40 games
NetEnt: 5 games
BetSoft: 2 games
Megajack: 3 games
v0.1.0
slot.windows.x64.zip
contains compiled executable for Windows x64 platform.