Commit Graph

12 Commits (master)

Author SHA1 Message Date
Vanessa Dannenberg 291e7c60f5 don't crash if multiplayer but old client on new enough server.
e.g. a 0.4.17[.x] server is enough to run everything normally, but a
0.4.16 or older client doesn't call on_rightclick if the node also has a
formspec set, which leaves minislots.player_last_machine_def unset/nil and
crashes the server.

If the server or singleplayer is 0.4.16 or older, a crash expected due to
newer functions that are used; this cannot be fixed (and it doesn't need to
be anyway :-P ).
2018-10-01 21:39:19 -04:00
Vanessa Dannenberg 8b7dc1c8f9 Minor improvements in cabinets' appearance
shrink the upright model a little in X and Z directions
better screenshots for UI part
thinner bezels
2018-09-17 15:00:05 -04:00
Vanessa Dannenberg 5a114d00e3 move "Malfunction voids..." label off of main UI
(put it on pay table/pay lines help screen)
2018-09-15 22:19:05 -04:00
Vanessa Dannenberg bd04e3b212 implement a "show pay lines layout" screen
(accessible from the "help/pays" screen)
2018-09-15 12:02:31 -04:00
Vanessa Dannenberg e405d40f55 fix missing "Malfunction voids..." label on 5-reel :-) 2018-09-15 00:44:01 -04:00
Vanessa Dannenberg 2fb754983e implement in-game paytable display 2018-09-15 00:39:55 -04:00
Vanessa Dannenberg 5c49f944a8 update 5-reel cabinet gfx 2018-09-10 14:24:07 -04:00
Vanessa Dannenberg ea14bd6b07 refreshed all "n Lines" and "Bet n" buttons
added 15 line mode to 5-reel machine
2018-09-10 13:52:37 -04:00
Vanessa Dannenberg 02728c0b20 fix "Deluxe" machine cabinet graphics
minor tweaks to machine def comments
2018-09-09 07:00:59 -04:00
Vanessa Dannenberg 844454ec24 adjust lower section screen size, move buttons accordingly
(also added a "cheat" to make the 5-reel machine show
the win I will put in the cabinet graphics)
2018-09-09 06:54:20 -04:00
Vanessa Dannenberg b431d84d2d fix "Deluxe" machine's Scatter/Bonus highlight image sizes
Forgot to make the height the same as on the 3-reel machine, since the
5-reel machine's reels are the same height as those.  Makes the actual
boxes look square like they should be.

Misc. documentation fixups.
2018-09-09 06:35:15 -04:00
Vanessa Dannenberg 82f386a784 add 5-reel version of Golden 7's machine
fixed some position miscalcs and hard-coded vals that only affected > 3 reels
2018-09-08 22:23:33 -04:00