- 13 Jan, 2022 1 commit
-
-
salix5 authored
-
- 11 Jan, 2022 1 commit
-
-
mercury233 authored
-
- 09 Jan, 2022 1 commit
-
-
salix5 authored
* add EFFECT_SET_BASE_ATTACK_FINAL remove EFFECT_FLAG_REPEAT * add get_base_atk_def(), get_atk_def() * use get_atk_def()
-
- 30 Dec, 2021 1 commit
-
-
Chrono-Genex authored
-
- 15 Dec, 2021 1 commit
-
-
mercury233 authored
-
- 14 Dec, 2021 2 commits
-
-
mercury233 authored
-
mercury233 authored
-
- 11 Dec, 2021 2 commits
-
-
mercury233 authored
-
mercury233 authored
-
- 01 Dec, 2021 2 commits
-
-
nanahira authored
-
Chrono-Genex authored
-
- 29 Nov, 2021 1 commit
-
-
mercury233 authored
-
- 27 Nov, 2021 3 commits
-
-
mercury233 authored
-
nanahira authored
for https://github.com/Fluorohydride/ygopro/issues/2378 `debug` lib is to be considered, just for `GetID`.
-
HidarimeYume authored
grammar Update effect.cpp
-
- 26 Nov, 2021 2 commits
-
-
mercury233 authored
-
mercury233 authored
-
- 22 Nov, 2021 1 commit
-
-
salix5 authored
-
- 01 Nov, 2021 1 commit
-
-
mercury233 authored
-
- 31 Oct, 2021 1 commit
-
-
mercury233 authored
-
- 30 Oct, 2021 1 commit
-
-
mercury233 authored
-
- 28 Oct, 2021 1 commit
-
-
salix5 authored
1. Check the event reserved for EFFECT_TYPE_CONTINUOUS. 2. The trigger effect in phase is "once per turn" by default.
-
- 13 Oct, 2021 1 commit
-
-
salix5 authored
return: the type of bit field in code
-
- 10 Oct, 2021 1 commit
-
-
salix5 authored
-
- 08 Oct, 2021 2 commits
-
-
salix5 authored
The trigger effect in phase is "once per turn" by default.
- 30 Sep, 2021 1 commit
-
-
salix5 authored
-
- 26 Sep, 2021 2 commits
- 21 Sep, 2021 1 commit
-
-
mercury233 authored
-
- 16 Sep, 2021 1 commit
-
-
salix5 authored
-
- 05 Sep, 2021 1 commit
-
-
salix5 authored
-
- 01 Sep, 2021 4 commits
-
-
salix5 authored
-
salix5 authored
BREAK the rule of some puzzle
-
mercury233 authored
-
mercury233 authored
-
- 22 Aug, 2021 2 commits
- 21 Aug, 2021 1 commit
-
-
salix5 authored
DUEL_OLD_REPLAY The duel created by old replay files. It will use the original almost-uniform distribution. Random Number Generator C++11 has a built-in std::mersenne_twister_engine() It can be replaced by std::mt19937. class mt19937 rand() mersenne_twister_engine std:mt19937 get_random_integer() uniform_int_distribution based on std::mt19937 shuffle_vector() Fisher–Yates shuffle based on get_random_integer() * update RNG and uniform distribution * add class mt19937 * typos * avoid windows macro * fix rand()
-
- 18 Aug, 2021 1 commit
-
-
salix5 authored
fix TIMING_SPSUMMON of Duel.SpecialSummonStep
-