Wuzzy
e365e3b312
Prevent game from being started if less than 2 start positions have been set
2015-06-23 01:50:46 +02:00
Wuzzy
96481442a3
Add maintenance mode
...
This is a way for server admins to manually forbid starting new games, this
is useful when the map is being built and not supposed to be played at the
moment.
2015-06-23 01:24:09 +02:00
Wuzzy
f1e8d455e1
Enforce minimal player number for /hg (re)start
2015-06-23 00:10:58 +02:00
Wuzzy
073fc61acb
Merge branch 'master' into hgcleanup
2015-06-22 23:54:21 +02:00
GunshipPenguin
8d53620625
Merge pull request #16 from HybridDog/hversion
...
add a shell script to automatically update some mods and use this script
2015-06-15 20:24:38 -07:00
GunshipPenguin
3854fb1600
Don't add player to currGame unless currently connected, remove 1 line of debugging code
2015-06-09 20:41:04 -07:00
GunshipPenguin
27df412f94
Fix two minor grammitical errors
2015-06-09 20:34:58 -07:00
GunshipPenguin
58ed5773bd
Merge pull request #20 from Wuzzy2/bettervote
...
More user-friendly messages for voting and saner voting requirements
2015-06-09 20:32:26 -07:00
GunshipPenguin
bff73e853a
Merge pull request #19 from Wuzzy2/no_hg_maker_spam
...
Fix “HG Maker” tab appearing multiple times when joining multiple times with hg_maker privilege
2015-06-09 20:26:02 -07:00
Wuzzy
f6e74e56f6
More logical voting number requirements
2015-06-09 16:54:20 +02:00
Wuzzy
c66402ccb8
More user-friendly messages for voting
...
- More useful message when player already has voted
- Some typo and grammar fixes
- Slightly better phrasing
- Code now checks new voter table instead of vote privilege
2015-06-09 15:54:32 +02:00
Wuzzy
f11dd1ad38
Fix “HG Maker” tab appearing multiple times when joining multiple times with hg_maker priv
2015-06-09 14:23:25 +02:00
Wuzzy
9547a577a1
Fix crash on player joining and quickly leaving
2015-06-09 14:19:15 +02:00
GunshipPenguin
dd9aad5b60
Make game countdown timer configurable and change it from 5 minutes to 2 minutes
2015-06-06 22:59:40 -07:00
GunshipPenguin
87bbbbe0d0
Merge pull request #15 from Wuzzy2/newplayermodel
...
Update player model, use seperate mod for it
2015-06-06 22:20:36 -07:00
HybridDog
eb25e834d9
used the script
2015-06-06 12:00:51 +02:00
GunshipPenguin
e5b8848af5
Merge pull request #14 from Wuzzy2/deathsound
...
New death sounds
2015-06-04 17:23:10 -07:00
Wuzzy
0cca0e9b0d
Fix prestart being played when game was aborted before
2015-06-05 01:25:07 +02:00
Wuzzy
5bf5e4877b
Saner handling of /hg start, /hg restart and /hg stop
2015-06-05 01:23:35 +02:00
GunshipPenguin
f835e98f30
Merge pull request #12 from Wuzzy2/randomize_spawns
...
Randomize spawns
2015-06-04 15:56:24 -07:00
Wuzzy
cf55ecdab9
Fix weird behaviour when using /hg start|stop in quick succession
...
This was caused by old minetest.after functions being called when
the events have become outdated
2015-06-05 00:37:12 +02:00
Wuzzy
de4e98d31a
Fix “/hg set” crashing the game
2015-06-04 22:36:19 +02:00
Wuzzy
8dc1b3a593
Post error message if hg command is used incorrectly
2015-06-04 22:35:17 +02:00
Wuzzy
48876f6370
Improve help of hg chat command
2015-06-04 22:30:57 +02:00
Wuzzy
b90836b829
Update player model, use seperate mod for it
2015-06-04 22:07:13 +02:00
GunshipPenguin
c9afd94450
Merge pull request #13 from Wuzzy2/hudupdate
...
Add crosshair and hotbar images
2015-06-03 14:08:47 -07:00
Wuzzy
5ad7242d63
New death sounds
2015-06-02 12:17:12 +02:00
Wuzzy
a36bcefcdd
Add crosshair and hotbar images
2015-06-02 10:25:01 +02:00
Wuzzy
797111174b
Shuffle spawn positions as well
2015-06-02 05:57:44 +02:00
Wuzzy
1f3424289e
Shuffle player spawns
2015-06-02 05:40:04 +02:00
Wuzzy
5a388c26ae
Fix chat being spammed with “get ready” messages
2015-06-01 17:02:12 +02:00
GunshipPenguin
c6dbd4e8f2
Change death sound
2015-05-31 17:54:19 -07:00
GunshipPenguin
2e2bd51d1e
Fix merge conflict in README
2015-05-31 15:48:39 -07:00
GunshipPenguin
04fe64e401
Merge pull request #8 from Wuzzy2/easyinv_tabbed
...
Inventory menu overhaul
2015-05-31 15:11:10 -07:00
GunshipPenguin
d394247abe
Merge pull request #10 from Wuzzy2/glass_arena_fix
...
Fix occasional holes in glass arena
2015-05-31 14:46:17 -07:00
Wuzzy
0e5e001b57
Fix occasional holes in glass arena
...
by setting is_ground_content to false
2015-05-31 00:57:30 +02:00
Wuzzy
516152e292
Add thirst sound
2015-05-31 00:06:54 +02:00
Wuzzy
aa52275f24
Eat/drink sounds are now only played near player
...
Previously both sounds were played globally
2015-05-30 23:43:25 +02:00
Wuzzy
d32c20b73a
Death sound fixes
...
- Death sound was not played in lobby mode
- Death sound is now played based on position
2015-05-30 23:35:06 +02:00
Wuzzy
f7dae7725e
Add damage and fall damage sounds
2015-05-30 23:20:26 +02:00
Wuzzy
90bf3ff6fc
Add drinking sound
2015-05-30 21:31:12 +02:00
Wuzzy
ad579fd1a2
Add labels and icon to main inventory menu
2015-05-29 06:44:35 +02:00
Wuzzy
29ff04d595
Merge branch 'easyinv' into easyinv_tabbed
2015-05-29 05:49:58 +02:00
Wuzzy
f0b66724bc
Add shield icon in inventory menu
2015-05-29 05:49:31 +02:00
Wuzzy
937a087697
Fix "bord" crash
2015-05-29 05:41:16 +02:00
Wuzzy
495e97ec10
Remove debug line
2015-05-29 05:27:43 +02:00
Wuzzy
31f036b97f
Change inventory_plus to use tabs instead
2015-05-29 05:25:48 +02:00
Wuzzy
3a58c58f5c
Full redesign of main inventory menu
2015-05-29 04:19:32 +02:00
Wuzzy
8d2f56889a
Vertically stack inventory_plus buttons
2015-05-28 11:26:51 +02:00
Wuzzy
4382174993
Merge crafting grid and armor into main inv. menu
...
(this changes inventory_plus)
2015-05-28 11:13:01 +02:00