Commit Graph
64 Commits
Author SHA1 Message Date
foin137 a45bd3c642 Update version 2023-11-05 16:08:17 +01:00
foin137 30fea14c07 Include license statement 2023-11-05 16:07:41 +01:00
foin137 2bf710e215 Possibility to disable new games
Include possibility to disable new games by changing a constant in constants.php
2023-11-05 16:02:36 +01:00
foin137 93b38cfc47 Handle mysqli errors
- Handle mysql errors that are no longer silenced per default for new php versions
- Handled error when log file cannot be created
2023-11-05 15:44:24 +01:00
foin137 77b11c0ac2 Change version to 1.2.7 2021-12-30 16:56:23 +01:00
foin137 9827b85837 Update README.md with includes-folder 2021-12-30 16:53:37 +01:00
florian.lindenbauer 1cb65fe20d Create includes.example.php
Create includes.example.php as an example for includes.php
2021-12-30 16:51:13 +01:00
foin137 e0b3ba6de3 Merge pull request #32 from eYeWoRRy/master
Exclude php functions from main php file
2021-12-30 16:46:58 +01:00
eYeWoRRy d264869b41 Smaller code changes - especially the switch from includes and constants to the new folder 2021-12-26 17:11:45 +01:00
eYeWoRRy 4263550e70 Moved all php functions into a new Folder "includes" and added a "require_once" at top of the php code. 2021-12-26 17:11:10 +01:00
eYeWoRRy 52fa822608 Created an own file for changes - deleted this part from werwolf.php 2021-12-26 17:05:46 +01:00
foin137 0a49a1a1f4 Update version 2021-01-29 20:14:04 +01:00
foin137 782305f6cb Merge pull request #30 from foin137/bug_26_remove-player
[#26] Fix bug when removing players
2021-01-29 20:08:30 +01:00
foin137 fcda5cb46c [#26] Fix bug when removing players
Makes sure that the game can continue when waiting for and removing a player
2021-01-29 20:07:41 +01:00
foin137 e180050c95 Fix typo
Fix typo in Phase 2
2021-01-29 19:53:09 +01:00
foin137 0319b6861a Merge pull request #29 from foin137/waiting_for_other_players
Let players choose when to show inactive players
2021-01-29 19:44:47 +01:00
foin137 d0e1867bde Let players choose when to show inactive players
Add an option to choose how long until the game shows who we are still waiting for.
2021-01-29 19:43:45 +01:00
foin137 ba28f4d053 Merge pull request #28 from foin137/bug_27_deletegame
[#27] Fix bug when deleting games
2021-01-29 18:36:06 +01:00
foin137 2ffda7185f [#27] Fix bug when deleting games
Makes sure that when we want to exit a game and the game is not there anymore, we can reset our cookies.

Fixes #27, at least partially, there are still error messages, but at least it's playable again
2021-01-29 18:34:37 +01:00
foin137 27b4ee9f02 Merge pull request #23 from foin137/waiting_for_other_players
Waiting for other players
2020-12-20 14:19:59 +01:00
foin137 0298083586 Version update 2020-12-20 14:18:22 +01:00
foin137 28697e7174 Constant for max player number 2020-12-20 14:17:15 +01:00
foin137 66d4663e52 waiting_for_others improvement
Shows what players we are waiting for, but only after a predefined time
2020-12-20 14:13:30 +01:00
foin137 dc26da0a6f Merge pull request #22 from dsmic/master
- Namen der Spieler, auf die gewartet wird, werden den Mitspielern angezeigt
2020-12-20 14:07:56 +01:00
detlef 7829605395 - Namen der Spieler, auf die gewartet wird, werden den Mitspielern angezeigt 2020-12-20 11:24:27 +01:00
foin137 d7aaa08e32 Merge pull request #20 from foin137/tote-remove-duplicates
Tote remove duplicates
2020-09-20 22:37:38 +02:00
foin137 728c36b2cc Delete Werwolf_log_2020_09.log
Delete unnecessary log file
2020-09-20 22:36:03 +02:00
foin137 041d07ff69 Update version
Update version
2020-09-20 22:32:51 +02:00
foin137 b97c8719d7 Typo: Punkte bei log
Punkte bei log-Einträgen hinzugefügt
2020-09-20 22:30:15 +02:00
foin137 678b19ced3 remove duplicates (tote)
remove duplicates from tote-array
2020-09-20 22:17:48 +02:00
foin137 8d841e3385 Merge pull request #18 from Joshix-1/patch-1
Add points to log messages
2020-09-20 20:52:00 +02:00
Joshix-1 bc05833035 Add points to log messages 2020-09-19 22:03:53 +02:00
foin137 90204c3fa2 Merge pull request #16 from foin137/bürgermeister-weitergeben-bug
fix-bürgermeister-weitergeben-bug
2020-09-13 15:52:03 +02:00
foin137 746547d629 fix-bürgermeister-weitergeben-bug
Fix: If "Bürgermeister" is killed last and he has to choose a new one and if a new game is started, he has to choose a new one before the new game can be started.
Also changed version
2020-09-13 15:51:04 +02:00
foin137 a495208613 Merge pull request #14 from foin137/version-constant
version-constant
2020-09-13 14:59:13 +02:00
foin137 038bc3c3e6 version-constant
Added a constant that contains the version and that is defined in constants.php
2020-09-13 14:58:39 +02:00
foin137 c1aa3b49f6 Merge pull request #13 from foin137/parerm-urwolf-fix
Count urwolf as werwolf (paranormaler ermittler)
2020-09-13 14:52:04 +02:00
foin137 3c67d8d8a3 Count urwolf as werwolf (paranormaler ermittler)
Urwolf should be recognized as werwolf by "Paranormaler Ermittler"
2020-09-13 14:50:13 +02:00
foin137 9c9822cf96 Merge pull request #10 from foin137/edit-readme
Edit readme
2020-04-25 15:50:08 +02:00
foin137 2b0a89db60 Fixed typos 2020-04-25 15:48:58 +02:00
foin137 7e065961bc fixed typo
typo
2020-04-25 15:46:53 +02:00
foin137 e7f9317548 Update README.md
Added info about ouptub_buffering and how to rename database
2020-04-25 15:46:19 +02:00
foin137 6158b1533a Handle "Too many requests" version
Changed version number
2020-04-25 00:18:27 +02:00
foin137 23108f9cad Merge pull request #9 from foin137/pagereload_error
Handle "Too many requests"
2020-04-25 00:16:36 +02:00
foin137 056b5b980a Handle "Too many requests"
Added code to handle a different response from the server like 429: Too many requests
2020-04-25 00:15:03 +02:00
foin137 e5c89ea33f Update version 2020-04-21 11:29:37 +02:00
foin137 53dba1de06 Merge pull request #8 from N3dal/master
Design Rework Part 1
2020-04-20 23:25:02 +02:00
N3dal 4ee80f4aa6 fix displaybreiten 1000px-1009px 2020-04-20 12:16:08 +02:00
N3dal 7b36720b7a minimale Größe des Gameboard gesetzt 2020-04-20 12:06:35 +02:00
N3dal 9e8d7745f7 Design Rework Part 1 2020-04-19 17:59:56 +02:00