Commit Graph

  • 76ed1c7ad3
    Merge 3504c48de2 into f6f9f39c22 nhaar 2024-09-16 21:28:37 -0300
  • 3504c48de2 change session stamps to use redis nhaar 2024-09-16 21:28:14 -0300
  • 375948f6ba fix card jitsu fire stamp awards nhaar 2024-09-16 16:04:31 -0300
  • 55d8a15288 fix oversight with how water players get removed nhaar 2024-09-16 15:10:44 -0300
  • 0146804287 add card-jitsu end game screen nhaar 2024-09-16 14:36:42 -0300
  • ed38f66923 make end screens only show stamps from current session nhaar 2024-09-16 14:34:23 -0300
  • 27da6fef06 properly handle players exiting cardjitsu water nhaar 2024-09-16 14:28:53 -0300
  • f6f9f39c22
    Fixed missed union operators (#100) master Thunder930 2024-09-16 10:07:11 -0400
  • 58fc0f9c92
    Fixed missed union operators Thunder930 2024-09-16 09:53:29 -0400
  • 5299b79a6f
    change to Union (#99) nhaar 2024-09-16 01:51:31 -0300
  • 6927e8d968
    change to Union nhaar 2024-09-15 22:45:55 -0300
  • d1f31950d3
    Card-jitsu water working (#98) nhaar 2024-09-15 11:30:29 -0300
  • 9cbb51592f add proper handling of the amulet client value nhaar 2024-09-15 10:53:50 -0300
  • 04560126e5 add watermatch nhaar 2024-09-10 11:45:03 -0300
  • 8efdfe7301
    More formatting changes nhaar 2024-09-08 17:15:16 -0300
  • 70cfd2be02
    formatting part 8 nhaar 2024-09-08 16:34:29 -0300
  • 94132ca844
    formatting part 9 nhaar 2024-09-08 16:34:09 -0300
  • f8ed77adf4
    formatting part 8 nhaar 2024-09-08 16:33:59 -0300
  • 30df604ab6
    formatting part 7 nhaar 2024-09-08 16:33:32 -0300
  • cf9c9533ca
    formatting part 6 nhaar 2024-09-08 16:33:22 -0300
  • 0a56ddca1e
    formatting part 5 nhaar 2024-09-08 16:33:06 -0300
  • a18224f75e
    formatting part 4 nhaar 2024-09-08 16:32:53 -0300
  • 0ce271aaa5
    formatting part 3 nhaar 2024-09-08 16:32:37 -0300
  • 8ae4a6c641
    formatting part 2 nhaar 2024-09-08 16:32:15 -0300
  • 567eac01c9
    part 1 nhaar 2024-09-08 16:31:58 -0300
  • 021562ce67 remove autogenerated file nhaar 2024-09-08 14:37:38 -0300
  • 23acd11818 add card-jitsu water nhaar 2024-09-08 14:25:59 -0300
  • 5815b9a0f1
    change card-jitsu fire progression system to be like original (#97) nhaar 2024-09-03 02:52:06 -0300
  • 746886c49b change card-jitsu fire progression system to be like original nhaar 2024-09-01 21:54:53 -0300
  • e04f09ba57 Merge branch 'master' of https://github.com/nhaar/houdini nhaar 2024-09-01 21:51:43 -0300
  • 8223811931 remove code from old card-jitsu fire system for leftover exp nhaar 2024-09-01 21:51:39 -0300
  • 5668dd4f7a Merge branch 'master' of https://github.com/nhaar/houdini nhaar 2024-09-01 21:49:40 -0300
  • 7d3cddfca8 remove code from old system for leftover exp nhaar 2024-09-01 21:49:36 -0300
  • 4e49f2edf6 change card-jitsu fire progression system to be like original nhaar 2024-09-01 21:27:31 -0300
  • 86085c11ff change card-jitsu fire progression system nhaar 2024-09-01 21:20:37 -0300
  • 015b645414
    Update Card-Jitsu belt progression system to be accurate to the original Club Penguin (#95) nhaar 2024-08-29 22:28:15 -0300
  • ccc738f939 change the correction for card-jitsu exp nhaar 2024-08-29 22:23:29 -0300
  • b972180204 fix typo nhaar 2024-08-29 12:21:10 -0300
  • ec2b9b2e70 add autocorrection to card-jitsu exp if it is not proper to the rank nhaar 2024-08-29 12:20:45 -0300
  • f7845c196a move get_percentage_to_next_belt nhaar 2024-08-29 09:41:36 -0300
  • a2313c5f95 remove rank speed from card-jitsu nhaar 2024-08-29 09:39:59 -0300
  • dacef8e4fe make losing against sensei give you experience nhaar 2024-08-28 19:37:17 -0300
  • 50889fa42d make it so ranking up does not reset your progress nhaar 2024-08-28 19:36:31 -0300
  • dfe9137b1a change ninja progress system nhaar 2024-08-28 19:36:15 -0300
  • 57e541f3af
    Remove overdose key after overdose check (#94) Levi 2024-03-28 15:04:06 +0100
  • e3ce226072
    Remove overdose key after overdose check Lekuru 2024-03-28 13:13:09 +0100
  • 2c4d2a87a3
    Add login key to cache after world login (#93) Levi 2024-03-27 13:26:52 +0100
  • 4180571d14
    Set expiration time for login key Lekuru 2024-03-27 12:35:59 +0100
  • 2af6216cbb
    Merge pull request #92 from brosquinha/master AllinolCP 2024-03-27 18:16:43 +0700
  • da5de38da3
    Add login key to cache after world login Lekuru 2024-03-26 15:52:59 +0100
  • 07221076ca Allow for multi-module plugins brosquinha 2024-01-27 16:21:44 -0300
  • e7f724f042
    Set Python version to python 3.11 to prevent errors caused by recent version of python. AllinolCP 2023-10-27 21:13:00 +0700
  • 5738b82863
    Update Dockerfile Lukas 2023-10-27 15:59:06 +0200
  • a44b4e6556
    Update Dockerfile Lukas 2023-10-26 14:21:34 +0200
  • 06e1ac092a
    Update Dockerfile to specify python version Blueyzachary 2023-10-25 16:06:09 -0600
  • 57734edcc2
    Update Dockerfile (#88) arnon001 2023-08-27 14:01:56 +0300
  • 5be2790988
    Update Dockerfile arnon001 2023-08-27 12:58:02 +0300
  • f893f273e0
    Update Dockerfile to auto switch the architecture AllinolCP 2023-08-27 15:23:18 +0700
  • e2ce0fa370
    fix treasure hunt gem expert AllinolCP 2023-05-13 18:13:25 +0700
  • d3ece03830
    Fix discord server link (#87) Nadir Zebiri 2023-04-22 23:13:35 -0400
  • a5ddd87d90
    Change discord server link to website link Nadir Zebiri 2023-04-22 23:03:01 -0400
  • d6fe9ae1f8
    Fix discord server link Nadir Zebiri 2023-04-22 22:57:03 -0400
  • 3e01ac00ca Merge branch 'noahball-patch-1' AllinolCP 2023-04-03 14:55:38 +0700
  • 42e893e5ff readme: add information about windows and mac wand servers AllinolCP 2023-04-03 14:55:31 +0700
  • dbcf8c937e Update README.md Noah 2020-07-05 08:49:47 +1200
  • b030babc51 Make a few small changes to README Noah 2020-07-04 20:10:58 +1200
  • fa511cc04d
    readme: Add requirement to README for Python 3.8.x to be installed (#53) Nausher Rao 2023-04-03 03:44:41 -0400
  • 641e55aa83
    AIORedis now integrated in Redis-py AllinolCP 2022-11-02 16:58:11 +0700
  • 29180fe485
    Merge pull request #84 from ctx256/master AllinolCP 2022-08-08 21:12:54 +0700
  • 509856a3af Fix find-four exploit ctx256 2022-08-08 15:05:29 +0300
  • a2999ad485
    Update snow.py AllinolCP 2022-03-10 11:11:35 +0700
  • 3a35dc3c85
    Fixed mail not sending NOT ENOUGH COINS error AllinolCP 2022-03-01 11:09:06 +0700
  • de00f8867c
    Fix mancala catching empty board, ben is a boomer AllinolCP 2022-02-07 09:08:29 +0700
  • 98f8c8ae02
    Merge pull request #83 from solero/AllinolCP-patch-1 AllinolCP 2021-12-07 16:07:44 +0700
  • a68fecf4b2
    Fix Vanilla play interaction AllinolCP 2021-12-07 16:05:47 +0700
  • da91f3f3ef
    Fix error AllinolCP 2021-11-14 11:50:43 +0700
  • f8981852c1
    Merge pull request #82 from floogal/patch-1 card-jitsu-water AllinolCP 2021-11-05 06:53:38 +0700
  • 96504d9b6d
    suicide-less water build floogal 2021-11-04 23:16:26 +0000
  • df4e7ff6fb
    Merge branch 'solero:master' into patch-1 floogal 2021-11-04 23:13:34 +0000
  • ed10389b95
    Update water.py floogal 2021-11-04 23:11:20 +0000
  • 9019051ea9
    Merge pull request #76 from DiamondFiire/patch-1 AllinolCP 2021-10-28 17:26:10 +0700
  • f53de2546c
    Merge pull request #80 from floogal/patch-1 AllinolCP 2021-10-28 17:25:04 +0700
  • 256340787d
    Merge pull request #79 from lexansmythe/patch-1 AllinolCP 2021-10-28 17:24:27 +0700
  • 962a0eee21
    Merge pull request #55 from DanLCD/patch-1 AllinolCP 2021-10-28 17:23:58 +0700
  • 9d4c601adc
    Update moderation.py floogal 2021-08-19 10:14:07 +0100
  • 66a880a086
    Update moderation.py floogal 2021-08-18 22:53:48 +0100
  • 6688a29453
    Update moderation.py floogal 2021-08-18 21:55:03 +0100
  • 75b0aa43ff
    fix rainbow puffle quest handler lexansmythe 2021-08-07 23:54:37 -0400
  • 6b12be1c15
    Merge pull request #78 from AllinolCP/patch-4 Ben 2021-08-01 17:17:20 +0100
  • b46d56acad fix AIORedis v2.0.0 #2 AllinolCP 2021-08-01 10:56:50 +0700
  • 576c15d7d1
    Merge pull request #77 from AllinolCP/patch-4 Ben 2021-07-31 12:53:50 +0100
  • 239b0dad7b
    Update houdini.py AllinolCP 2021-07-31 18:03:08 +0700
  • fceb87110b
    Well... clutch. DiamondFiire 2021-06-29 09:19:54 -0700
  • a8fc63393e
    Merge pull request #74 from floogal/patch-1 Ben 2021-05-27 21:04:30 +0100
  • b19e848a10
    Update message.py floogal 2021-05-26 20:56:29 +0100
  • 35b8512608
    Fix Sled Racer Exploit AllinolCP 2021-05-12 17:47:09 +0700
  • 66abdbbcd6
    Updated note at Allinol's request floogal 2021-04-01 16:30:00 +0100
  • c9902f435b
    Added credits floogal 2021-04-01 16:25:29 +0100
  • 2f6c6eb62a
    removed comments floogal 2021-03-31 23:58:02 +0100
  • 40822fe925
    Update water.py floogal 2021-03-31 23:49:02 +0100